-
Notifications
You must be signed in to change notification settings - Fork 500
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
[Bug]: Podcasts downloading multiple files #3718
Comments
To clarify, is the auto download schedule triggering again before finishing downloading episodes? That could happen depending on how often you are checking for downloads, how many are downloaded per check, and your download speed. Related to #2672 |
No. I dont have auto download enabled, I just go and request past episodes and this is the result. I've selected various ranges, from 3 to 3000; same results. |
I'm not able to reproduce this. The way that the check for episodes works is it runs a function that filters out any episodes that you already have. It primarily uses the Those values are only set if the episode is downloaded using Abs. They are not set if the episodes are scanned in from your file system. I suspect something is going on with your setup where the episodes are being scanned in from the file system. audiobookshelf/server/objects/mediaTypes/Podcast.js Lines 213 to 217 in c4610e6
The easiest way to check if Abs has linked the podcast episode with an episode in the RSS feed is to use the search button on the podcast page. When the episode is linked to the RSS feed you will see a green checkmark. If it is not linked (or just not downloaded) it will be a checkbox. There is functionality built into Abs to match episodes with an episode in the RSS feed. To match them one-by-one you can press the edit button on any episode and use the "Match" tab. |
Interesting, some of those files/series might have come from a copy of other downloads because I frequently received socket errors. I'll re-test with deleting a few series and then downloading only ABS and seeing how it behaves. Thank you ! |
What happened?
When manually getting new episodes to download, its almost as audio bookshelf does not recognize there already is a file / episode and it downloads again with a rather long random string to the filename, in some cases.
What did you expect to happen?
To recognize existing episodes and now re-download. (image shows another instance of multiple files )
Steps to reproduce the issue
Audiobookshelf version
v2.17.5
How are you running audiobookshelf?
Docker
What OS is your Audiobookshelf server hosted from?
Windows
If the issue is being seen in the UI, what browsers are you seeing the problem on?
None
Logs
Additional Notes
Running on Synology NAS in Docker w/ most recent DSM
The text was updated successfully, but these errors were encountered: