Search found 80 matches

by vballrican
07 Oct 2016, 18:57
Forum: Scripting and Automation
Topic: Anime and the AMC Script
Replies: 23
Views: 10793

Re: Script not working properly anymore

1. The GUI and the CLI use the format engine. The same code. It could not possibly yield different results (unless input is different). You're probably testing with two different files for two different Anime, one that happens to work and one that happens not to work. -- Ok. I actually tested with ...
by vballrican
07 Oct 2016, 16:54
Forum: Scripting and Automation
Topic: Anime and the AMC Script
Replies: 23
Views: 10793

Re: Script not working properly anymore

:cry: So for now, all i can use is the basic script to maybe copy the folder/files to the appropriate dirs and manually run them thru the Filebot GUI(Which works pretty good)? The utorrent automation idea covers only basic processing due to the differences between the script and the gui? Can I at le...
by vballrican
07 Oct 2016, 15:01
Forum: Scripting and Automation
Topic: Anime and the AMC Script
Replies: 23
Views: 10793

Re: Script not working properly anymore

Ok. :( so if the amc script ignores my --format options, how do i get the files to the proper dirs after renaming, artwork, etc? Trying without the --db and --format options right now. Basically, i just need a script that processes after a utorrent download. It renames the series according to TheTVD...
by vballrican
07 Oct 2016, 04:29
Forum: Scripting and Automation
Topic: Anime and the AMC Script
Replies: 23
Views: 10793

Re: Script not working properly anymore

So --db TheTVDB doesn't define which DB to use for renaming? If I run Haikyuu thru the GUI, it renames the episodes in the SxE format and creates the Season 1 and Season 2 folders inside the main title folder... I can't get that with the CLI script.. :( Edit: So i added ut_label=TV to my script and ...
by vballrican
07 Oct 2016, 04:15
Forum: Scripting and Automation
Topic: Anime and the AMC Script
Replies: 23
Views: 10793

Re: Script not working properly anymore

Anime don't have seasons. Converting AniDB Absolute episode data to TheTVDB Airdate SxE episode data is non-trivia. Please read [Anime] Convert Absolute to SxE numbers . But the GUI creates a season folder accordingly and renames according to TheTVDB. The TVDB anime has seasons! For example, Haikyu...
by vballrican
06 Oct 2016, 21:09
Forum: Scripting and Automation
Topic: Anime and the AMC Script
Replies: 23
Views: 10793

Script not working the way i need it

Hi Rednoah, i started using Filebot again after a while. Trying to setup an automated script in uTorrent that processes downloaded files.. I have what i need almost work but.. a few things do not.. I need the script to rename the downloaded movies/series/anime accordingly.. That works except it does...
by vballrican
29 Feb 2016, 15:17
Forum: Scripting and Automation
Topic: Using custom format in Groovy script
Replies: 10
Views: 5778

Re: Using custom format in Groovy script

--def artwork=y is a feature of the amc script, so you can either use the amc script, or use the artwork scripts directly. Simple -rename calls do not fetch artwork. @see https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p204 @see https://www.filebot.net/forums/viewtopic.php?f=4&t=5#p205...
by vballrican
25 Feb 2016, 22:48
Forum: Scripting and Automation
Topic: Using custom format in Groovy script
Replies: 10
Views: 5778

Re: Using custom format in Groovy script

You don't really need a script... Just move files into a new structure in one go: filebot -rename -r /path/to/old --output /path/to/new --format "{n} ({y})/{n} ({y}) - {[certification, genre]}" --db TheMovieDB --action TEST Thanks but I don't get arkwork and subtitles using this... How do...
by vballrican
05 Feb 2016, 15:02
Forum: Scripting and Automation
Topic: Using custom format in Groovy script
Replies: 10
Views: 5778

Re: Using custom format in Groovy script

Rednoah, hope all is well. I started using my groovy script to rename folders but I also want to rename the movie file as well. What do i need to add to this code to make it work? Thanks in advance. args.eachMediaFolder { dir -> println dir rename(file:dir, format:'{n} ({y}) - {[certification, genre...
by vballrican
09 Nov 2015, 16:03
Forum: Scripting and Automation
Topic: Using custom format in Groovy script
Replies: 10
Views: 5778

Re: Using custom format in Groovy script

Thank you. I will use that. And yes, i have no clue when it comes to scripting. The one i use for my Movies works just fine... was trying to get one for TV Shows/Anime shows to work. Thank you.
by vballrican
08 Nov 2015, 16:33
Forum: Scripting and Automation
Topic: Using custom format in Groovy script
Replies: 10
Views: 5778

Re: Help with groovy script

Thanks, and if i want that in [], it has to be [[certification, genre, y]]?
by vballrican
08 Nov 2015, 06:48
Forum: Scripting and Automation
Topic: Using custom format in Groovy script
Replies: 10
Views: 5778

Using custom format in Groovy script

Hello everyone, i'm using a script to rename my movies like this: args.eachMediaFolder { dir -> println dir rename(file:dir, format:'{n} ({y}) - [{certification, genre}]', db:'TheMovieDB') } Now i want to use a similar script for TV shows/Anime shows that renames the folder to example: Full Metal Pa...
by vballrican
04 Feb 2015, 16:28
Forum: Scripting and Automation
Topic: Anime and the AMC Script
Replies: 23
Views: 10793

Anime and the AMC Script

Hello everyone, I had my system configured to use filebot upon completion of torrent and it was working fine until I tried a series recently... Now it doesn't rename the files like The.Big.Bang.Theory.S08E02.HDTV.x264-LOL to The Big Bang Theory S08E02 - (episode name). Here's the script: filebot -sc...
by vballrican
02 Jan 2015, 16:37
Forum: Scripting and Automation
Topic: Command line not renaming files in Anime
Replies: 4
Views: 2685

Re: Command line not renaming files in Anime

Since the files use absolute numbering and contain CRC32 checksums in the filename the amc script will processed them in Anime mode. You might be able to force it via --def ut_label=TV as per amc script documentation. Ahh..thanks. I saw that but didn't know what it meant. Will change it today and s...
by vballrican
01 Jan 2015, 20:58
Forum: Scripting and Automation
Topic: Command line not renaming files in Anime
Replies: 4
Views: 2685

Re: Command line not renaming files in Anime

If it works in the GUI then it'll also work from cmdline, assuming everything is the same. 1. animeFormat is applied to files that are processed as Anime, i.e. processed with AniDB, which does not support {certification}. 2. You show that {certification} works when processing files via TheTVDB, whi...
by vballrican
01 Jan 2015, 15:07
Forum: Scripting and Automation
Topic: utorrent Automation simple
Replies: 1
Views: 1565

Re: utorrent Automation simple

Ok, I have just started putting a media center together. However, I can't figure out how to stop the AMC script from grabbing subtitles and artwork. Essentially all I need filebot to do is rename the movie and tv shows that are downloaded with the correct names. But I can't seem to find a simple so...
by vballrican
01 Jan 2015, 14:40
Forum: Scripting and Automation
Topic: Command line not renaming files in Anime
Replies: 4
Views: 2685

Command line not renaming files in Anime

Hello all, so my command line process was working fine a few days ago and today it won't rename the files... :( Here's what i'm using: filebot -script fn:amc --output "H:/Media" -non-strict "H:/New" --log-file amc.log --action copy --def artwork=y "seriesFormat=H:/Media/TV/{...
by vballrican
27 Dec 2014, 22:27
Forum: Scripting and Automation
Topic: [NOOB] Output not as needed
Replies: 9
Views: 4391

Re: [NOOB] Output not as needed

Originally all the extended metadata always came from TheTVDB, no matter what database you selected for matching. In the newer version extended metadata is supported for all databases, as best as possible given that the different databases provide different kind of data. AniDB does not have any sor...
by vballrican
27 Dec 2014, 17:09
Forum: Scripting and Automation
Topic: [NOOB] Output not as needed
Replies: 9
Views: 4391

Re: [NOOB] Output not as needed

1. The AMC script will ignore --db and you will need to set --def ut_label=TV as documented in the manual. ;) 2. As for AniDB "genres", try the latest revision. See FAQ last entry. Thanks, using the latest build(r2770), gives me the proper genre using AniDB but... it doesn't give me the c...
by vballrican
24 Dec 2014, 22:08
Forum: Scripting and Automation
Topic: [NOOB] Output not as needed
Replies: 9
Views: 4391

Re: [NOOB] Output not as needed

UPDATE: Got it working the way I need it using theTVDB as source... the one thing is that instead of a genre, it shows animation... I know it's an animation, I want to show action/mecha/school/etc...
by vballrican
24 Dec 2014, 21:39
Forum: Scripting and Automation
Topic: [NOOB] Output not as needed
Replies: 9
Views: 4391

Re: [NOOB] Output not as needed

1. Yes. 2. Have you even looked at the examples? I really don't think you have. You literally require zero language ability to figure this out from the examples: http://www.filebot.net/naming.html#examples 3. For testing you can remove it. But ONLY for testing. As long as you know what you're doing...
by vballrican
24 Dec 2014, 19:20
Forum: Scripting and Automation
Topic: [NOOB] Output not as needed
Replies: 9
Views: 4391

Re: Output not as needed

1. Anime don't have seasons. Hence {s} will always fail for Anime. 2. How does renaming each episode to the series name {n} possibly make sense? The script is doing exactly what you tell it to do. You clearly have not tried this in the GUI Format Editor, or read/understood the format docs, or looke...
by vballrican
24 Dec 2014, 18:26
Forum: Scripting and Automation
Topic: [NOOB] Output not as needed
Replies: 9
Views: 4391

[NOOB] Output not as needed

hello everyone, running this amc script: filebot -script fn:amc --output "H:/Media" -non-strict "H:/New" --action copy --db theTVDB --def artwork=y "seriesFormat=H:/Media/TV/{n}/{'S'+s}/{n}" "animeFormat=H:/Media/Anime/{n} ({certification} {genre})/{'S'+s}/{n}"...
by vballrican
23 Dec 2014, 22:33
Forum: Scripting and Automation
Topic: Need a little help
Replies: 4
Views: 2410

Re: Need a little help

I've actually read a lot on your site. i've spent more time here than in any other application i use because i see the potential of filebot when I learn to use it properly or learn some scripting(not a chance)... That said, there's no need to insult the people that come here and ask for help... i'm ...
by vballrican
23 Dec 2014, 21:40
Forum: Scripting and Automation
Topic: Need a little help
Replies: 4
Views: 2410

Re: Need a little help

FileBot does not rename folders, but that's a stupid idea anyway. What you want is move files into a new folder structure. See FAQ #1. Wow!! Really? Calling people's ideas stupid won't get you any donations anytime soon...at least not from me.... :roll: Maybe you should look at how you answer... ma...