some of my youtube channels I just listen to and want them in jellyfin sorted by date and easily organized. I havent found a clean way to do this though.
I’ve had the same issue with episodes generally. I have a python script that runs on a regular basis that just updates the episode number based on the premier date.
It sounds like what you want is a way to handle “podcasts”. I just mount the RSS feed from pinchflat into antennapod
I cant find an RSS feed for my audio sources in pinchflat. where did you find that?
Go into sources, click a source then click the actions dropdown and it should say “copy RSS feed”
You’ll need to follow this though to allow the RSS feed endpoint to be hit without authentication.
https://github.com/kieraneglin/pinchflat/wiki/Podcast-RSS-Feeds
I don’t use pinchflat or jellyfin for just audio but my organization is
/shows/{{ source\_custom\_name }}/{{ upload\_year }}/{{ upload\_yyyy\_mm\_dd }} {{ title }}/{{ title }} \[{{ id }}].{{ ext }}
Or for better visibility /shows/channel_name/upload_year/upload_date + title/title
Again I don’t use it for music so I’m using it like TV
Its not for music. It’s for those videos where people read reddit stories. I like to listen to those in the car and I dont want to be distracted with youtube while driving.