hi,
I have imported all my podcasts from another app. Now I want to get only the last three episodes from each podcast. but i can’t find where to choose an option like that… I don’t want ALL episodes. but i also don’t want none…
how do I do this? or is this not possible? thank you!
Sadly I don’t think there is anything you can do.
You could look at episodes screen to have all episodes on list but you won’t have a way to filter only last 3 episodes from each podcasts.
If you want to go expiremental, willing to take risks, and are motivated I guess it would be possible to :
- add an episode to inbox (to have an example)
- export database
- duplicate it to make sure you have a clean copy if something goes wrong
- use an sqlite browser to look if what makes an episodes in inbox only a flag (I suppose so)
- do an update to set last 3 episodes from each podcasts as in inbox (SQL skills is needed there!)
- import in AntennaPod hoping all goes well
- then if episodes are in inbox you could multi select all of them to add to queue / download
Beware that something could go wrong and mess up your database and it will be up to you to start clean again