Page 1 of 1

organisation of my TV shows folder's SRT+MP4

PostPosted: Sat Oct 11, 2014 2:15 pm
by dldharma
Hey everyone,

I'm looking for a rule for my organisation of my TV shows folder's
I need to create a new rule (maybe with an apple script) :cry:

Arborescence :

Servertvshows/2.Broke.Girls.S02E01.mp4
Servertvshows/2.Broke.Girls.S02E01.srt

and i want to move that files in a different folder but only when the .srt files is created in this folder (Servertvshows) so it's like a restriction (if the both files are the same name you can move the both)

i dunno exactly the language of apple script but it seems to be like this :

If the file contains keywords 2 broke girls
and the extension is .mp4
AND if the file with extension is .srt was created
then move the both files (with the same name : 2 broke girls.avi and 2 broke girls.srt)
in a different folder 'TVSHOWS/2BROKEGIRLS.

I try many ways

the file contains 2brokegirls
the extension is avi
if the extension srt created today
move to Servertvshows

but nothing works....

If someone can help me :) Thanks to u :mrgreen:

Re: organisation of my TV shows folder's SRT+MP4

PostPosted: Mon Oct 13, 2014 4:46 pm
by Mr_Noodle
You might be able to do it with a new feature in the next version to be released soon. Otherwise, you'll probably need AppleScript.