-
-
Notifications
You must be signed in to change notification settings - Fork 266
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
Filter for min and max age / incomplete live streams #640
Comments
Looks like this might already be a feature? Line 86 in 0e0bfa9
Edit: At least for Max_Age. Will test for Min_Age now |
Min_Age does not seem to work. Now trying this: Edit: It seems to think that it's not a valid argument?
but does work in the shell.
|
According to #424 The option and arguments need to be separated and it seems to be working. Edit: I think this confuses the pager as it doesn't actually download anything. It does either of these behaviours:
I think using the filters line would be a better solution. |
Update, now the downloads have finished. Edit: though this might cause problems as soon as the file is new enough and needs to be downloaded. testing that now Edit2: so far so good. Just downloading as normal.
|
Let me try to summarize your findings, and thank you for sharing them! So, as far as I understood it, the The main issue is that some podcast clients might not automatically retry downloading the episodes after they initially fail. Therefore, we still need Podsync to support this in filtering or to only add entries to the feed if the corresponding files are present. Let me know if I understood your findings correctly. |
Exactly! |
Hello!
Im currently having issues downloading live streams using PodSync. Sometimes the feed gets updated before or shortly after the live stream has ended, which, for me, causes the video to sometimes either miss part of the beginning, end or both.
This happens to me especially with the following config:
And their long friday live streams.
I'm proposing a filter that enables me to specify a minimum age for videos. This way PodSync could skip the first and maybe faulty download until a set time period.
I didn't find any related issue or documentation, but I would be happy, if someone could redirect me if this feature already exist in one form or another.
Thanks!
The text was updated successfully, but these errors were encountered: