-
-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: channel audio mode #623
Comments
There are many popular podcasts out there that are pretty much talk shows, they have an interview that is filmed, but they are also a podcast, as in you don't really need the video to follow the conversation, but you might want to. So you might want to get the audio version in your podcast app, but also have the video version to watch the interview. I've also learned that YT has a separate /podcasts section: Examples: But some research also showed, that most podcasts are playlists and not channels, or group of playlists in a channel. So the previous thinking of having audio channels is still valid for music channels, but not really for podcasts and talkshows. Audio download on a separate device shouldn't be handled in this application, there are a lot of great podcast apps that can take an RSS feed, we just need to parse the metadata correctly, feed specs is public, we should be able to produce this as expected then users can pick their favorite podcast app and TA is just the server. Audio file can just by Deleting should probably not happen automatically like that, might be better to have a All in all, that's not fully thought through... |
I updated the use cases per your above feedback. I agree we don't want to jeopardize the archive data. From your discussion points, I did not see a true need to persist the audio as mp3 format in TA. Instead, I believe a simple on the fly transcoding is all that is required. |
I issued a pull request for an initial proof of concept. Works ok with two Android podcast apps. Needs more testing and some code polishing. |
pull request ready for review |
Wouldnt it either way be nice to have the audio only option for music as well? |
makes sense. I implemented both an audio and video RSS feed. Just waiting on admins to approve merge request so it can be tested further. |
Now that custom playlist are on master branch, I added podcast links on playlists as well. |
Second to audio mode function. |
Your Feature Request
Provide an audio mode to channels.
User story #1:
Expected Behavior #1:
Guidance per Simon bbilly:
Step one is to have audio mode, that should be functional in the TA interface, so you can listen to audio only. This would have to be configured per channel, ideally the options would be: video only (currently), audio only, video + audio. This would give all options. Then audio only should download the mp3 directly with yt-dlp, and video + audio could use ffmpeg for post-processing to extract the audio from the video file.
Your help is needed!
The text was updated successfully, but these errors were encountered: