robinbowes / flac2mp3

flac2mp3 is a tool to convert audio files from flac to mp3 format including the copying of tags.
GNU General Public License v3.0
141 stars 29 forks source link

Run only if files have been modified #50

Open kosli opened 7 years ago

kosli commented 7 years ago

As i am running the script in a cron hourly job and the directory has 30k files, it takes a while. I made a simple solution for my bash wrapper script:

Another option would be to let flac2mp3 work with timestamps:

So if somebody runs into the same "problem" ....or if you would like to give the code some work ;-)