I love the app. But it would be a huge improvement if
you could set multiple files for the same parameters.
Like all of Season X of a TV show. Right now it has to
be handled individually.
That's a little more frill than I want to provide (or code for).
For greater flexibility (than even a system of defaults), just copy your arguments
to a text file and then you can copy & paste from the text file into a terminal
window. That's what I do - I don't sit there typing the same stuff over and over
again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=904479
That's a little more frill than I want to provide (or code for).
For greater flexibility (than even a system of defaults), just copy your arguments
to a text file and then you can copy & paste from the text file into a terminal
window. That's what I do - I don't sit there typing the same stuff over and over
again.
Logged In: YES
user_id=83484
If you're on a UNIX-style OS, then the following bit of
bash goodness will allow you to batch change files:
#--- cut here ---
for file in *.mp4
do
AtomicParsley ${file} <options>
done
#--- cut here ---
Of course, you should change "*.mp4" if you use a different
extension like ".m4v".
Logged In: YES
user_id=1610501
personally, i wrote myself a widget that lets me do batch changes.