Search found 6 matches

by shawly
28 Apr 2015, 14:45
Forum: Help and Support
Topic: Filebot doesn't recognize groups and other info anymore
Replies: 3
Views: 3116

Re: Filebot doesn't recognize groups and other info anymore

2) You can always use existing files as sample file information. But you can only use them as sample episode information if they're tagged with full metadata via xattr. Probably by moving files between file systems that don't support xattr metadata. Well I migrated my NAS from Windows to Linux ...
by shawly
28 Apr 2015, 14:11
Forum: Episode / Movie Naming Scheme
Topic: Scheme for splitting Anime from TV Shows and Movies?
Replies: 1
Views: 3138

Scheme for splitting Anime from TV Shows and Movies?

Hey guys, I wanted to know how I can detect if the Episode is an Anime or a TV Show I want to have it like this: \\NAS\Anime\Beelzebub\Beelzebub - S01E01 - I Picked up The Devil King [TMD][1280x720][x264][AAC] \\NAS\TV Shows\Game of Thrones\Season 1\Game of Thrones - S01E01 - Winter is Coming ...
by shawly
28 Apr 2015, 13:49
Forum: Help and Support
Topic: Filebot doesn't recognize groups and other info anymore
Replies: 3
Views: 3116

Filebot doesn't recognize groups and other info anymore

Hey, I just resetup my virtual machine (32-bit) and forgot to save my expressions from the last setup, so I wanted to resetup my expressions. Now for that I wanted to use one of my already renamed Anime as Episode Binding so I picked a media file, but it still says Firefly in the name etc. only ...
by shawly
21 Nov 2014, 14:07
Forum: Help and Support
Topic: AMC won't force Anime and language
Replies: 5
Views: 4205

Re: AMC won't force Anime and language

Yeah I'm probably on the safer side by doing it manually. :D

But anyways, I'm looking forward to use a customized version of amc myself and fix the issue until it's officially fixed. :)
by shawly
21 Nov 2014, 12:26
Forum: Help and Support
Topic: AMC won't force Anime and language
Replies: 5
Views: 4205

Re: AMC won't force Anime and language

Yeah well, like I said, the reason why it uses TV is because forceSeries in the amc.groovy script checks if the file contains the season and episode prefix e.g. S01E01, which is true. forceAnime is also true because of ut_label=anime and the path containing "Anime". Down in the code where the ...
by shawly
21 Nov 2014, 11:25
Forum: Help and Support
Topic: AMC won't force Anime and language
Replies: 5
Views: 4205

AMC won't force Anime and language

Hi, here is my batch script: @echo off set input="//SERVER/Animes/Akame ga Kill!" set excludeList="excludeList=//SERVER/Animes/excludes.txt" set animeFormat="animeFormat=//SERVER/Animes/{n} ({y})/{n} - {e} - {t}" set logPath="//SERVER/Animes/filebot.log" set action=move call filebot -script fn:amc ...