pdbme / pdbMate

pdbMate supports you organizing your media library by automatic renaming and organizing by media sites.
Apache License 2.0
15 stars 1 forks source link

Is it possible to download historical videos in Linux? #10

Open nexalapp opened 2 years ago

nexalapp commented 2 years ago

When runnining autopilot or download functions I had noticed that only videos for the past few weeks are included. This does match with the description of the download function:

Then it asks the porndb.me API about new releases from your indexers (only those you have an api key on record with on porndb.me).

However, I noticed on the database website that there were many other releases already added to the database for the sites I am interested in. Is there any way to indicate to the tool that it should go further back than just the new releases?

nexalapp commented 2 years ago

I see there is an undocumented feature called backfilling that was added in v3.1 via this thread. However, It looks like v3.1 was only released for Windows. Given that I am using a linux docker container I am curious if I am able to upgrade beyond v0.2 indicated in the linux instructions to gain access to this feature. Running this command with my current linux build yields:

root@pdbmate:/usr/src/app# ./pdbMate backfilling --client nzbget --daysback 3000
pdbMate 1.0.0
Copyright (C) 2022 pdbMate

ERROR(S):
  Verb 'backfilling' is not recognized.

  --help       Display this help screen.

  --version    Display version information.

Separate from the linux version issue, this ticket could also be a useful reminder to update the readme.md.

Thanks for all your hard work on this tool and the support!