Page 1 of 1

Extracting podcast urls

PostPosted: Mon Jan 22, 2018 6:02 pm
by pyoorkate
Hi folks,

So I've been having some frustrating network errors (http://forum.subsonic.org/forum/viewtopic.php?f=2&t=17816) and am contemplating nuking and reinstalling subsonic in the hope that I can fix it that way.

However, I've got a bunch of podcasts I download and hunting down the individual URLs is a pain. Is there a quick way to pull the list of subscribed podcasts so I can just add them back after reinstalling?

Thanks!

Re: Extracting podcast urls

PostPosted: Tue Jan 23, 2018 10:37 pm
by lonesomerider
pyoorkate wrote:Hi folks,

So I've been having some frustrating network errors (http://forum.subsonic.org/forum/viewtopic.php?f=2&t=17816) and am contemplating nuking and reinstalling subsonic in the hope that I can fix it that way.

However, I've got a bunch of podcasts I download and hunting down the individual URLs is a pain. Is there a quick way to pull the list of subscribed podcasts so I can just add them back after reinstalling?

Thanks!


log into susbonic on your server and change the url as follows

Code: Select all
http://<Yourserver:port>/subsonic/db.view?query=SELECT%20title,%20url%20FROM%20podcast_channel%20order%20by%20title


this should give you a list

Re: Extracting podcast urls

PostPosted: Thu Feb 08, 2018 2:54 am
by pyoorkate
Thanks! That's very helpful.