wdsrocha / wallpapers

🌅 My collection of wallpapers with questionable quality
https://wdsrocha.github.io/wallpapers/
MIT License
25 stars 10 forks source link

Automatically update gallery when a new image is added #3

Open wdsrocha opened 5 years ago

wdsrocha commented 5 years ago

Change behavior from manually running make_gallery.py to automatically listen when a new image is added to wallpaper directory. This change must guarantee total synchronization between images, thumbnails and README file.

Probably what will be used to solve this issue: https://github.com/rvoicilas/inotify-tools/wiki

wdsrocha commented 5 years ago

Maybe this should do the job.