Add option to cache sickbeard images #238
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This gives the user the option to cut down on requests to the sickbeard api. Every show makes a request for an image.
While this seems like a no brainer (at least to me). It can take a while to initially download all the images if you have a large library. That is why i have made it optional.
The naming convention I chose coincides with sickbeards, so its possible just to copy sickbeards cache over.
FYI it took about 3-4 minutes to cache 235 images on my test.
Tested on windows only.
EDIT:
If you feel this would be useful i will look into doing the same for couchpotato and headphones