Open ru-voland opened 6 years ago
glad to see it hasn't gone to waste :)
On Tue, Feb 6, 2018 at 11:03 PM, Andrey notifications@github.com 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:
https://github.com/GustavePate/lycheesync/pull/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 https://github.com/GustavePate/lycheesync/pull/81, or mute the thread https://github.com/notifications/unsubscribe-auth/AGU9IIEY7LAI9kpqb9AcPdrnZtEQc1Uhks5tSGmngaJpZM4R7MQ1 .
Raaaaah ! It breaks all the tests :D I will manually patch this a bit later
Looks like everything is OK now :-) Just added a new param to the test conf
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.