Open
Conversation
|
glad to see it hasn't gone to waste :)
…On Tue, Feb 6, 2018 at 11:03 PM, Andrey ***@***.***> wrote:
Thank you for good tool for Lychee!
I make little adaptation to support medium sized thumbnails generation.
Code is based on the @palitu <https://github.com/palitu> fork (branch:
patch-[1..3]). I just added an additional parameter to the conf.json to
on/off this feature and organized code in small different way.
------------------------------
You can view, comment on, or merge this pull request online at:
#81
Commit Summary
- exclude venv 3.5
- Generating medium thumbnails. Based on the code from @palitu
(branch: patch-[1..3])
File Changes
- *M* .gitignore
<https://github.com/GustavePate/lycheesync/pull/81/files#diff-0> (2)
- *M* lycheesync/lycheedao.py
<https://github.com/GustavePate/lycheesync/pull/81/files#diff-1> (8)
- *M* lycheesync/lycheemodel.py
<https://github.com/GustavePate/lycheesync/pull/81/files#diff-2> (5)
- *M* lycheesync/lycheesyncer.py
<https://github.com/GustavePate/lycheesync/pull/81/files#diff-3> (62)
- *M* ressources/conf.json
<https://github.com/GustavePate/lycheesync/pull/81/files#diff-4> (1)
Patch Links:
- https://github.com/GustavePate/lycheesync/pull/81.patch
- https://github.com/GustavePate/lycheesync/pull/81.diff
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#81>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGU9IIEY7LAI9kpqb9AcPdrnZtEQc1Uhks5tSGmngaJpZM4R7MQ1>
.
|
Owner
|
Raaaaah ! It breaks all the tests :D |
2 similar comments
Author
|
Looks like everything is OK now :-) |
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.
Thank you for good tool for Lychee!
I make little adaptation to support medium sized thumbnails generation. Code is based on the @palitu fork (branch: patch-[1..3]). I just added an additional parameter to the conf.json to on/off this feature and organized code in small different way.