Search found 6 matches
- 17 Mar 2015, 10:29
- Forum: Scripting and Automation
- Topic: Testing my script
- Replies: 2
- Views: 2141
Re: Testing my script
Brilliant, thank you.
- 17 Mar 2015, 10:26
- Forum: Scripting and Automation
- Topic: Script not working as i thought....
- Replies: 5
- Views: 3495
Re: Script not working as i thought....
My problem isn't really with the 3D files. They rename correctly and go into the correct folder no problem. My issues is with the renaming of the 2D files. At present for example I have The.Dark.Knight.(2008.().mkv I want it to look like this The.Dark.Knight.(2008).(Bluray).mkv. I cant seem to find ...
- 16 Mar 2015, 19:41
- Forum: Scripting and Automation
- Topic: Testing my script
- Replies: 2
- Views: 2141
Testing my script
Hi,
Can someone tell me how I would test my script before I run it in uTorrent? Save me waiting till a large file downloads to see if its worked.
Thanks.
Can someone tell me how I would test my script before I run it in uTorrent? Save me waiting till a large file downloads to see if its worked.
Thanks.
- 16 Mar 2015, 19:07
- Forum: Scripting and Automation
- Topic: Script not working as i thought....
- Replies: 5
- Views: 3495
Re: Script not working as i thought....
Thanks. Still struggling though even after I've tried understanding the code???
- 20 Feb 2015, 01:05
- Forum: Scripting and Automation
- Topic: Script not working as i thought....
- Replies: 5
- Views: 3495
Script not working as i thought....
filebot -script fn:amc --output "M:\Video" --log-file amc.log --action copy --conflict override -non-strict --def music=n subtitles=en artwork=y xbmc=localhost "movieFormat={fn =~ /3D/ ? '3D Movies' : 'Movies'}/{n.space('.')}.({y}){fn =~ /3D/ ? '.3D.Bluray' : ''}/{n.space('.')}.({y}).({hpi}){fn ...
- 28 Jan 2015, 01:13
- Forum: Scripting and Automation
- Topic: uTorrent "run script after download"
- Replies: 1
- Views: 1918
uTorrent "run script after download"
Hi, looking for some help getting a script to do some specific things after uTorrent completes a download. I've got a script running just now but not doing exactly what im looking for to get the job done. What i want is a script to run that puts my 2D movies, 3D movies and TV shows into separate ...