paolobenve / myphotoshare

MOVED TO GITLAB! --- A Web 2.0 Photo Gallery Done Right via Static JSON, Dynamic Javascript and a bit of php for sharing
15 stars 0 forks source link

bin directory #85

Closed pmetras closed 6 years ago

pmetras commented 6 years ago

I've moved the various scripts into a bin directory. At the same time, I created a symlink name scanner to scanner/main.py. And I documented the bin directory content. The new make_album_ini.sh script creates a default album.ini file in a directory based on its media content.

paolobenve commented 6 years ago

Good work! thank you!

One only about the make_album_ini.sh script: suppose you have a directory with media and you have already generated the corresponding album.ini. If you later add a media to this directory, running the script will not touch it, you have to manually add the new media. What about making the script add it in album.ini?