-
Notifications
You must be signed in to change notification settings - Fork 4
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
Is is possible to set a download starting point? #161
Comments
You mean known as in known to poca? Afraid not. You can always check the folder but of course currently on file does not equal known. In poca 2.0 (currently sort of ish in development) the db will simply be a very human readable yaml file which should do what you're looking for AFAICT. However, for what you're looking for, I take it you already know about the after date subscription setting? I would use that combined with a max_number of say 3 and test that poca only gets the episodes you don't already have. Once that's verified lift the max_number to however many you need or remove it to get everything from after the date in question. |
Ahhh, the |
Actually, is it possible that after_date doesn't work when combined with from_the_top? I'm just not able to make it work at all. |
I am unable to reproduce the error with poca 1.1 installed from pip on Ubuntu 20.04 (python 3.8.10). Here's what I did to test:
Can I ask you to check the syntax? In previous testing (#123) I myself have gotten it wrong by not using the correct syntax. If you're sure that it's correct, can I ask you to supply the feed and your filters as written in poca.xml? |
You're right, it was pure syntax messup on my part; I copied your filter section, made minimal modification, and boom it all worked. Thank you! |
As someone who's switching podcatchers, I've got some long serials for which I already have most of the feed. I'd like to start from a given point, either an episode number or a date.
In service of that, is there a command to display all currently known episodes of a given feed?
The text was updated successfully, but these errors were encountered: