Yes that's correct.
Check my posts/threads for more info.
Search found 10 matches
- 08 Feb 2016, 23:01
- Forum: Scripting and Automation
- Topic: AMC - how to add labels to media type file path
- Replies: 3
- Views: 3281
- 03 Feb 2016, 02:43
- Forum: Scripting and Automation
- Topic: [CODE] Calling Filebot from JDownloader 2 Event Scripter
- Replies: 20
- Views: 34293
Re: [CODE] Calling Filebot from JDownloader 2 Event Scripter
Ok i think i figured out and got rid of the error mentioned above and a second error related to permission denied.
I keep testing, once it works properly I'll post the code and setup with an explanation.
I keep testing, once it works properly I'll post the code and setup with an explanation.
- 30 Jan 2016, 23:16
- Forum: Scripting and Automation
- Topic: [CODE] Calling Filebot from JDownloader 2 Event Scripter
- Replies: 20
- Views: 34293
Re: [CODE] Calling Filebot from JDownloader 2 Event Scripter
May anyone can help me? I have right now this in Jdownloader 2 but I just get a error . . . net.sourceforge.htmlunit.corejs.javascript.EcmaError: TypeError: Cannot call method "substring" of null (#129) var command = "C://Program Files//FileBot//filebot.exe"; // Change this if filebot isn't on your ...
- 27 Jan 2016, 20:35
- Forum: Scripting and Automation
- Topic: [Windows+uT] Help with some AMC Script issues
- Replies: 11
- Views: 6774
Re: [Windows+uT] Help with some AMC Script issues
Hi, i finally could test but only:
Is working
but haven't tested with labels that contain space yet, when I do and if I find an issue I'll post back.
Doesn't work, keep getting "Movies BLURAY" folder
Thank you!
Code: Select all
{label.replace(' ', '/')}
Is working

Code: Select all
{label.replace(':', '/')}
Thank you!
- 25 Jan 2016, 18:04
- Forum: Scripting and Automation
- Topic: [Windows+uT] Help with some AMC Script issues
- Replies: 11
- Views: 6774
Re: [Windows+uT] Help with some AMC Script issues
Here's the log of one of the movies that I added to sub-label:
http://pastebin.com/HF0KwHt3
I'm not sure of what your trying to say in your last post.
I just hope it can be done. I like the way I have organized my media.
Thanks!
http://pastebin.com/HF0KwHt3
I'm not sure of what your trying to say in your last post.
I just hope it can be done. I like the way I have organized my media.
Thanks!
- 25 Jan 2016, 16:10
- Forum: Scripting and Automation
- Topic: [Windows+uT] Help with some AMC Script issues
- Replies: 11
- Views: 6774
Re: [Windows+uT] Help with some AMC Script issues
Hello @rednoah, wondering if you made changes in the script since my last post (First week of January) ? When I created this thread I was running Windows 10 and {labels} was working fine with uTorrent sub-labels as in the form: eg: Movies/BLURAY , days later I downgraded to Windows 8.1 and sub ...
- 04 Jan 2016, 16:31
- Forum: Scripting and Automation
- Topic: [Windows+uT] Help with some AMC Script issues
- Replies: 11
- Views: 6774
Re: [Windows+uT] Help with some AMC Script issues
1. Yeah I realized of all that. I'll keep testing. Thanks! 2. OK 3. I'll have an eye on it 5. You misunderstood that one. I meant how can I make cleaner also clean the main/root folder of a downloaded torrent (the bold part of the example I gave is NOT a format I want to apply, is the main folder i ...
- 04 Jan 2016, 00:40
- Forum: Scripting and Automation
- Topic: [Windows+uT] Help with some AMC Script issues
- Replies: 11
- Views: 6774
Re: [Windows+uT] Help with some AMC Script issues
Thank you for your response! Ok here is the Logger of a recent complete tv show season download: [2016-01-03 18:08:03] Executing: "C:/Program Files/FileBot/filebot.launcher.exe" -script fn:amc --output "S:/myMedia" --log-file amc.log --action hardlink --conflict override -non-strict --def ...
- 01 Jan 2016, 17:06
- Forum: Scripting and Automation
- Topic: [Windows+uT] Help with some AMC Script issues
- Replies: 11
- Views: 6774
[Windows+uT] Help with some AMC Script issues
"C:/Program Files/FileBot/filebot.launcher.exe" -script fn:amc --output "S:/myMedia" --log-file amc.log --action move --conflict override -non-strict --def excludeList=amc.txt "movieFormat={label}/{n} {y}/{n} {y}" "seriesFormat={label}/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n ...
- 29 Dec 2015, 18:39
- Forum: Scripting and Automation
- Topic: Copy movie to folder based on label
- Replies: 17
- Views: 13535
Re: Copy movie to folder based on label
Hello, this is my first post and been searching and reading for few days now to find a way to move and rename downloaded media with utorrent based on labels. I was looking for an automated single solution for renaming different media type/categories and after sans google showed me filebot as a ...