Looking for guidance / help.
KMTTG on OSX and looking to have the file once processed as an AppleTV, ComSkip, MetaData put into iTunes. Encoder Out files have their own directory.
I played with using Automator to do this by moving any new files to
iTunes\ iTunes Media\Automatically Add to iTunes
where the file would autoload into iTunes Library. Issue is that the metadata file is put there first, before download/decrypt/comskip/encoding, and that file (the Metadata) is moved too quickly, and Automic Parsley does not have it to run at the end. --- I Could try to 'copy' the files, but would have a double storage need until I clean up the encoded files.
I then tried to write a shell script to move the file. The following in a text file named move-it.sh in the same directory as kmttg jar file;
did the chmod +x move-it.sh
then on the Programs Tab of the Configuration of kmttg I put
it did not work :confused:
So, does anyone have a working solution that moves the completed (post metatag) file to another directory?
KMTTG on OSX and looking to have the file once processed as an AppleTV, ComSkip, MetaData put into iTunes. Encoder Out files have their own directory.
I played with using Automator to do this by moving any new files to
iTunes\ iTunes Media\Automatically Add to iTunes
where the file would autoload into iTunes Library. Issue is that the metadata file is put there first, before download/decrypt/comskip/encoding, and that file (the Metadata) is moved too quickly, and Automic Parsley does not have it to run at the end. --- I Could try to 'copy' the files, but would have a double storage need until I clean up the encoded files.
I then tried to write a shell script to move the file. The following in a text file named move-it.sh in the same directory as kmttg jar file;
Quote:
mv -f "$1" /Volumes/Raid5-upper/iTunes/iTunes\ Media/Automatically\ Add\ to\ iTunes/ |
then on the Programs Tab of the Configuration of kmttg I put
Quote:
move-it.sh [encodeFile] |
So, does anyone have a working solution that moves the completed (post metatag) file to another directory?