Hi.
Im a huge fan of plex and the camera upload function build in to the mobile clients. I do however find it kind of frustrating that all the pictures are saved in the same folder (flat structure). This makes is them hard to browse, and it takes a long time to load all the thumbnails from server shares.
To resolv the issue, I've created a smal python script that checks the last modified date (There is no created date in POSIX), and move the files in to folders named "YEAR MONTH", IE "02 2014". Movies (.mov) files are moved to a seperate folder called movies. The script only takes one argument; the folder where your images are stored. Link to script: https://github.com/nordbo/scripts/blob/master/sortimages.py
./sortimages.py -p /PATH/TO/YOUR/IMAGES/
I've not tested the script in Windows, but i assume it will work. Feel free to modify the script if needed.
Example usage:
PS: Sorry if this is the wrong forum to post this, I did not find a better suited forum for the post.
