-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Metadata tweaks and updates #789
Closed
thezoggy
wants to merge
17
commits into
midgetspy:development
from
thezoggy:dev--metadata_migration_updates
Closed
Metadata tweaks and updates #789
thezoggy
wants to merge
17
commits into
midgetspy:development
from
thezoggy:dev--metadata_migration_updates
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…version checking, this can be safely dropped as it is 3+ years old.
…rect offset became noticeable with more options being added.
added initial support to do: season_posters, season_banners, season_all_images (default) -- wired it up so they all key off season_posters for the moment (so I wouldn't have to code up the migration/backend just yet). added initial support to do: banner -- wired it up so it keys off poster for the moment (so I wouldn't have to code up the migration/backend just yet).
…ctually be used by synology units.
…reate `create_season_banners` and do the backend work.
…cy XBMC poster+use_banner setup to just banner option.
…reordered things so things are a bit more standardized. Tweak some logging/docstrings to reflect correct verbiage. Note: It appears that the retrieveShowMetadata tries to work off the currently selected provider's metadata, but really in fact it only works off tvshow.nfo (xbmc/xbmc12+) -- this really should be moved out of generic and just into XBMC only (which xbmc12 subclasses from) or rewritten to support other metadata format (which is only mediabrowser at this time).
gborri
pushed a commit
to gborri/Sick-Beard
that referenced
this pull request
Sep 12, 2014
Fixes backlog for newznab providers
This pull request was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Lots of cleanup to make things a bit more standardized.
Remove Synology metadata since it was just a clone of MB and does not appear to be actually used by synology units.
Add
banner
,season banner
season all poster
andseason all banner
options.Remove
use_banner
poster override since now we have abanner
option.poster
+use_banner
setup to justbanner
option (keeps old functionality).