-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support for foreign posters and backdrop images #7
Open
pldemone
wants to merge
18
commits into
danielvijge:master
Choose a base branch
from
pldemone:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
The configuration was changed to pass our internal data structure. The changes are not compatible with the standard configuration from Twonky. Therefore, they should be dropped by upstream.
Add or remove the title from Matroska (MKV) files. Write the themoviedb.org title to the MKV file or delete the tag if the title is not available.
Fetch foreign cover and title from the moviedb. Use English as fallback if the language is not available. Default language is English.
* Resize handling corrected * Handling of Image.open corrected * Console.info output fixed
Use backdrop images if the width of the output image is greater than the height. Ignore big images. The limit can be defined within the "maxwidthforbackdrop" option
Small makefile for automatic installation added
* Private database and cache definitions removed * Automatic detection of several directories added; * Change common variabled during script installation
Delete an entire directory tree using shutil.rmtree
Use this wrapper if you want different covers/posters for different resolutions. As example poster for 160x160 and backdrop for 640x480. You have to use "NAME (YEAR).mkv" as file name or change the wrapper for automatic movie detection.
… the PREFIX directory
Title correction is disabled per default. User has to enable this function after the installation. Makefile.linux will detect a German version of the Twonkyserver installation and provide a simple "sed" command for this task.
Great, thanks. I'll take a look at the changes and merge them |
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.
Please find included a changed version of the tw-video-scraper script. Please feel free to cherry pick code if you don't want all the changes. I'm using the new version for few days on my system without any problem.
== Changed functions:
== Incompatible changes