akhilrex / podgrab

A self-hosted podcast manager/downloader/archiver tool to download podcast episodes as soon as they become live with an integrated player.
GNU General Public License v3.0
1.62k stars 88 forks source link

Podcast item not downloaded #215

Closed jeanpaulrh closed 2 years ago

jeanpaulrh commented 2 years ago

Hi, I have a local copy of a podcast which is no more available on the public internet. I want it to be included in my podgrab instance so I made an rss feed and I added that feed to podgrab. The feed is accepted, the podcast appears in my list and 5 episodes appear as Downloaded but:

I think the problem has to do with my rss feed, because I successfully added public podcast to podgrab in the past but I can't figure out where is the error. I attached the rss feed renamed as txt because otherwise it's not accepted. Thanks.

feed.txt

jeanpaulrh commented 2 years ago

Any feedback on this? I tried to export RSS for a podcast I have imported from poodcast index. The episodes are correctly downloaded and I can play them. But, when I click on settings -> RSS the generated file has entries like this:

enclosure url="https://10.8.11.11/podcastitems/ebeb4f78-0b6b-427b-bae4-1485f4305da7/file" length="50982117" type="audio/mpeg"

Where 10.8.11.11 is the VPN IP of the client I'm connectig from. I'm sorry but I'm not able to paste XML without messing the reply. I can attach the file if you need it

akhilrex commented 2 years ago

Have you tried updating this setting?

image

jeanpaulrh commented 2 years ago

Sorry for the long delay. I missed the notification and I had to reinstall my server. The Base Url setting was what I needed to set. (the warning mislead me :) ) Thanks!