4pr0n / ripme

Downloads albums in bulk
MIT License
918 stars 204 forks source link

Add an option to re-rip certain items. #422

Open ghost opened 7 years ago

ghost commented 7 years ago

Would it be possible to add a second column of check boxes, that we could check, to have the app re-rip every X minutes? RipMe could have a minimum time limit and after than it could be whatever the user chooses. If the rip is still going and the time is up to auto-dl new stuff, have RipMe wait, and then rip. It would probably only work if the app is open though.

cyian-1756 commented 7 years ago

Why not just use the command line and cron/scheduler? You should be able to go it with ripme.jar -R URL

ghost commented 7 years ago

Because I don't want to use that?

metaprime commented 7 years ago

@tehloxely I sympathize with not wanting to use a cron job. I would like to keep RipMe light so I probably don't want to add a service that will run in the background to do stuff like this, but I'll consider it.

We can make something like this work while the app is open though.

We could also have subscriptions (#176, #162) and give a button to re-rip all subscriptions on-demand.