Support for foreign posters and backdrop images#7
Open
pldemone wants to merge 18 commits intodanielvijge:masterfrom
Open
Support for foreign posters and backdrop images#7pldemone wants to merge 18 commits intodanielvijge:masterfrom
pldemone wants to merge 18 commits intodanielvijge:masterfrom
Conversation
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.
Owner
|
Great, thanks. I'll take a look at the changes and merge them |
This file contains hidden or 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
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