[Triage] Youtube Music (Podcasts) Doesn't See Episodes
Closed this issue · 3 comments
Describe the bug
After adding podcasts to Youtube Music via RSS, YTM adds the podcasts and shows the image cover, but when opening said podcasts, it shows no episodes.
To Reproduce
Steps to reproduce the behavior:
- Go to https://music.youtube.com/
- Click on Library
- Choose Podcasts
- Choose Add podcast
- Choose Add RSS feed
- Input Pinchflat's RSS feed for the Podcast being added
- Click Add
- After a few seconds or minutes, podcast is added. Click added podcast
- Where it should display episodes, the page is blank
Expected behavior
It should be able to display available episodes.
Screenshots
Diagnostic info
Additional context
I have used several RSS feeds on different podcast clients and it works as it should.
Add any other context about the problem here.
Hey there - thanks for the report (:
I've dug a little deeper and YouTube Music is completely at fault here - it breaks if you have m4a files in your podcast feed. m4a is a completely valid audio filetype and I've tested dozens of other podcast services and none have had any issue.
That said, there is a workaround I can recommend to get you up and running! Please read this in full and once you've done so, here's an example setup that worked for me:
- Make a media profile dedicated exclusively to podcasts (you may have already done this)
- Following the guide, create an appropriately named file in
<config directory>/extras/yt-dlp-configs/
- If we say the media profile's ID is
5
, the filepath would be<config directory>/extras/yt-dlp-configs/media-profile-5-config.txt
- If we say the media profile's ID is
- In that newly created file, put this:
--audio-format mp3 --audio-quality 0
- Delete the source you had previously added from both Pinchflat and YouTube Music. On Pinchflat you want to select the option that deletes the files as well
- Re-download that source using the media profile we've been working with then add this "new" source to YouTube Music
Let me know how that goes! Once you've set this up, any source that uses your podcast-specific media profile should Just Work™ with YouTube Music
I've done some more testing here and I'm happy with the solution above! Again, the ideal would be for Google to fix their app but what can ya' do.
I'm going to close this issue but please re-open it if it's still not working!
Your suggested approach works great. Problem solved, thanks.