Page 1 of 1

Question on season with animeFormat

Posted: 22 Nov 2016, 08:10
by thedavix
Hello,

I have a question regarding the animeFormat, I defined it as the following
animeFormat=/home/share/Series/{n}/{'Season '+s}/{n} - {s00e00} - {t}
But I see that the {'Season '+s} is not taken into account like it does for the seriesFormat, it seems it is ignored as you can see in the log
/home/share/Series/Dragon Ball Super//Dragon Ball Super - S04E21 - With New Hope!! in Our Hearts: Farewell, Trunks

I guess it's not a bug, but would there be a way to make this work?

Thanks a lot for your help.

David


my filebot args

Code: Select all

-script
fn:amc
--output
/home/share/
--log-file
/home/Filebot/filebot.log
--action
copy
--conflict
override
-non-strict
--def
music=n
artwork=n
reportError=y
clean=y
seriesFormat=/home/share/Series/{n}/{'Season '+s}/{fn}
movieFormat=/home/share/Movies/{n} ({y})/{fn}
animeFormat=/home/share/Series/{n}/{'Season '+s}/{n} - {s00e00} - {t}
excludeList=/home/Filebot/filebot_excludes.txt

Code: Select all

Parameter: music = n
Parameter: artwork = n
Parameter: reportError = y
Parameter: clean = y
Parameter: seriesFormat = /home/share/Series/{n}/{'Season '+s}/{fn}
Parameter: movieFormat = /home/share/Movies/{n} ({y})/{fn}
Parameter: animeFormat = /home/share/Series/{n}/{'Season '+s}/{n} - {s00e00} - {t}
Parameter: excludeList = /home/Filebot/filebot_excludes.txt
Parameter: pushover = *****
Parameter: ut_dir = /home/Torrents/Downloads/[HorribleSubs].Dragon.Ball.Super.-.67.[720p]
Parameter: ut_kind = multi
Parameter: ut_title = [HorribleSubs].Dragon.Ball.Super.-.67.[720p]
Use excludes: /home/Filebot/filebot_excludes.txt (1247)
Input: /home/Torrents/Downloads/[HorribleSubs].Dragon.Ball.Super.-.67.[720p]/[HorribleSubs] Dragon Ball Super - 67 [720p].mkv
Group: [anime:dragon ball super] => [[HorribleSubs] Dragon Ball Super - 67 [720p].mkv]
Rename episodes using [AniDB]
Auto-detected query: [Dragon Ball Super]
Fetching episode data for [Dragon Ball Super]
Fetching episode data for [Dragon Ball Z (1989)]
Fetching episode data for [Dragon Ball Z]
Fetching episode data for [Dragon Ball]
Fetching episode data for [Dragon Ball GT]
Stripping invalid characters from new path: /home/share/Series/Dragon Ball Super//Dragon Ball Super - S04E21 - With New Hope!! in Our Hearts: Farewell, Trunks
[COPY] Rename [/home/Torrents/Downloads/[HorribleSubs].Dragon.Ball.Super.-.67.[720p]/[HorribleSubs] Dragon Ball Super - 67 [720p].mkv] to [/home/share/Series/Dragon Ball Super/Dragon Ball Super - S04E21 - With New Hope!! in Our Hearts Farewell, Trunks.mkv]
Processed 1 files

Re: Question on season with animeFormat

Posted: 22 Nov 2016, 09:25
by rednoah
Anime don't have season numbers in AniDB.

If you use s00e00 and sxe then FileBot will cross-reference the AniDB absolute number with TheTVDB absolute number to give you SxE numbers based on TheTVDB data. It may work. It may not work. It may be incorrect. It most certainly won't work well for Plex and Kodi and it definitely isn't what you want if you're trying to Convert Absolute to SxE numbers.

Re: Question on season with animeFormat

Posted: 22 Nov 2016, 14:43
by thedavix
Ok, I thought I was missing something regarding Anime :-)

Thank you for the info, I'll have a look on the forum on how to handle better the anime.


Best
David

Re: Question on season with animeFormat

Posted: 22 Nov 2016, 18:16
by rednoah
If you deal with anime, you either want to process them with AniDB and absolute numbers, or process them via TheTVDB like any other TV Show.

The AniDB episode data + TheTVDB SxE data hack will only work for shows like One Piece or Naruto where the names and absolute number are exactly the same, but not for Anime like Code Geass or Crest of the Stars because those shows are organized very differently in different databases.