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
| import re, string, sys, time, urllib | |
| """ | |
| *tested with Easybox 802 Firmware 20.02.233 | |
| """ | |
| #SETTINGS *** only change values in this area | |
| routerIP = "192.168.0.1" #address of router | |
| routerUser = "root" #default: root | |
| routerPW = "secret123" #pass for login |
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
| """ | |
| Author: Matze | |
| Date: July 2012 | |
| Website: https://github.com/ma4a | |
| About functions: | |
| *creates same recursive folder structure in parallel with resized images | |
| *you have two folder structures. the first untouched one with the source files and the one with resized images and copied videos | |
| *resize any found image that's larger than needed -> EXIF data not copied | |
| *just copy any image that's smaller than needed - no resize necessary -> EXIF data may be copied |
NewerOlder