Search found 24 matches

by crawfs
14 Dec 2020, 21:28
Forum: Windows
Topic: How to deal with Anime mismatches in the amc script?
Replies: 12
Views: 9686

Re: Filebot ignoring text in parentheses leading to incorrect episode naming

Hm, my only concern with this is that the folder I run the filebot on has a number of arbitrary files such as movies, tv shows and anime. With this example I'd presumably have to write a script like this: filebot -rename *.mkv --db TheTVDB -non-strict --order Airdate --action TEST --log INFO filebot...
by crawfs
14 Dec 2020, 10:59
Forum: Windows
Topic: How to deal with Anime mismatches in the amc script?
Replies: 12
Views: 9686

How to deal with Anime mismatches in the amc script?

I have a file named [SubsPlease] Shingeki no Kyojin (The Final Season) - 60 (1080p) [11F4C2A5].mkv and it appears that the parenthesis around "The Final Season" are causing the file to be incorrectly matched, as shown: PS E:\FilebotTest\output> filebot.exe --log FINEST --lang English --act...
by crawfs
08 Sep 2019, 03:39
Forum: Feature Requests and Bug Reports
Topic: [DEPRECATED] support for XEM?
Replies: 106
Views: 54407

Re: support for XEM?

Alright, I'll take another look and post based on how it resolves, I haven't tested it since back then.
by crawfs
07 Sep 2019, 06:08
Forum: Feature Requests and Bug Reports
Topic: [DEPRECATED] support for XEM?
Replies: 106
Views: 54407

Re: support for XEM?

Hey, do you have a solution for the fact that files named with absolute ordering which are from anime that have the show split into 3 separate seasons doesn't work with the mapper? Unfortunately it's a bit of a deal breaker for using this feature as it will likely break a lot of stuff for me. To cla...
by crawfs
13 Jun 2019, 11:57
Forum: Feature Requests and Bug Reports
Topic: [DEPRECATED] support for XEM?
Replies: 106
Views: 54407

Re: support for XEM?

The mapping has issues with shows that have a separate aniDB entry for each season but the file name itself is in absolute order, this was when I was testing it with amc filebot.exe --log INFO --action TEST --output "E:\FilebotTest" -script fn:amc -non-strict "E:\Downloads" --def...
by crawfs
13 Jun 2019, 11:00
Forum: Feature Requests and Bug Reports
Topic: [DEPRECATED] support for XEM?
Replies: 106
Views: 54407

Re: support for XEM?

Not sure I understand what that latest change is doing.
by crawfs
12 Jun 2019, 09:49
Forum: Feature Requests and Bug Reports
Topic: [DEPRECATED] support for XEM?
Replies: 106
Views: 54407

Re: support for XEM?

Based on your exam]ple AnimeList seems a lot more accurate than TVDB and xem is similarly troublesome from my example. However I can't get AnimeList working for me on the latest build: filebot.exe -version FileBot 4.8.6 (r6492) / OpenJDK Runtime Environment 12.0.1 / Windows 10 10.0 (amd64) And when ...
by crawfs
04 Jun 2019, 06:14
Forum: Feature Requests and Bug Reports
Topic: [DEPRECATED] support for XEM?
Replies: 106
Views: 54407

Re: support for XEM?

will --mapper work for AMC scripts? Or will it throw an error if it doesn't find a matching xem entry for an item it's trying to match?
by crawfs
09 May 2019, 12:37
Forum: Feature Requests and Bug Reports
Topic: [DEPRECATED] support for XEM?
Replies: 106
Views: 54407

Re: support for XEM?

Unfortunately I don't know the answer to that, not much of a programmer myself...

It might be worth taking a look at sonarr by eithertaking a look at their source code or hang around their discord and figure out how sonarr handles it as that project is how I first learned that this is possible.
by crawfs
04 May 2019, 07:01
Forum: Feature Requests and Bug Reports
Topic: [DEPRECATED] support for XEM?
Replies: 106
Views: 54407

Re: support for XEM?

Yeah that sounds pretty much ideal.
by crawfs
04 May 2019, 01:47
Forum: Feature Requests and Bug Reports
Topic: [DEPRECATED] support for XEM?
Replies: 106
Views: 54407

Re: support for XEM?

Is your posted example solution relying on thexem for matching in that case? That is to say if in your example the show you're matching to doesn't have an entry in thexem will it fail? Or will it fallback to TVDB/aniDB? Because thexem only does mappings for shows where actually required so it won't ...
by crawfs
30 Apr 2019, 22:50
Forum: Feature Requests and Bug Reports
Topic: [DEPRECATED] support for XEM?
Replies: 106
Views: 54407

Re: support for XEM?

Yeah pretty much
by crawfs
30 Apr 2019, 11:38
Forum: Feature Requests and Bug Reports
Topic: [DEPRECATED] support for XEM?
Replies: 106
Views: 54407

Re: support for XEM?

So I think a good example of what I'm talking about is a series like Monogatari: https://www.thetvdb.com/series/monogatari/seasons/all Where season 1 is known as Bakemonogatari, season 2 is Nisemonogatari etc, each season that is listed in TVDB is actually a completely seperate series so if you want...
by crawfs
30 Apr 2019, 08:57
Forum: Feature Requests and Bug Reports
Topic: [DEPRECATED] support for XEM?
Replies: 106
Views: 54407

Re: support for XEM?

Adding my +1 to this, I found out only today that sonarr uses thexem to map anime from anidb to their TVDB counterpart which I think would be a wonderful feature for filebot.
by crawfs
28 Apr 2019, 10:06
Forum: Feature Requests and Bug Reports
Topic: Feature Request: AniList for anime metadata
Replies: 17
Views: 21749

Re: Feature Request: AniList for anime metadata

Yeah sorry, I obviously didn't make that clear, I was aware that an API exists but I probably should have been explicit about it.
by crawfs
25 Apr 2019, 06:26
Forum: Feature Requests and Bug Reports
Topic: Feature Request: AniList for anime metadata
Replies: 17
Views: 21749

Re: Feature Request: AniList for anime metadata

so String.asciiQuotes() will handle the replacement of ` to '?

Also because I'm already using .colon can I jsut add an extra .asciiQuotes() to the end and have it look like this:

Code: Select all

{n.colon(' - ').asciiQuotes()}
Will that work?
by crawfs
25 Apr 2019, 05:42
Forum: Feature Requests and Bug Reports
Topic: Feature Request: AniList for anime metadata
Replies: 17
Views: 21749

Re: Feature Request: AniList for anime metadata

In this case it was "Magmel and the Sea Blue" which I ended up going onto the AniDB IRC to get changed. Also while I'm at it aniDB also uses ` for apostrophes instead of '. My current naming format looks like: {localize.English.n.colon(' - ')} How would I go about including a replace for `...
by crawfs
25 Apr 2019, 02:37
Forum: Feature Requests and Bug Reports
Topic: Feature Request: AniList for anime metadata
Replies: 17
Views: 21749

Re: Feature Request: AniList for anime metadata

Yeah I know it supports that but if the title isn't there it doesn't really help. And also I'm aware I could edit the metadata on AniDB but it isn't really worth my time when I'm not actually paid for any part of this. Also as a hilarious coincidence the aniDB registration form is broken so that's a...
by crawfs
24 Apr 2019, 13:17
Forum: Feature Requests and Bug Reports
Topic: Feature Request: AniList for anime metadata
Replies: 17
Views: 21749

Re: Feature Request: AniList for anime metadata

Just for slightly further context on this: My filebot script is setup to rename anime using the english title but occasionally because the metadata on aniDB is ridiculous it just uses the Romaji title which is just plain silly, I understand that's an issue with the aniDB site and not filebot hence w...
by crawfs
24 Apr 2019, 13:14
Forum: Feature Requests and Bug Reports
Topic: Feature Request: AniList for anime metadata
Replies: 17
Views: 21749

Feature Request: AniList for anime metadata

Hey I'd like to point out that aniList has much better metadata for anime such as an actual section for "english titles" rather than the "official" titles field for aniDB that occasionally the gets given the romaji title which is immensely unhelpful. Additionally there is now a c...
by crawfs
03 Feb 2019, 07:13
Forum: Windows
Topic: Rename TV show files without episode name/Better duplicate matching
Replies: 6
Views: 4190

Re: Rename TV show files without episode name/Better duplicate matching

Thanks, I should be good from here to sort through any other issues I have.
by crawfs
03 Feb 2019, 06:23
Forum: Windows
Topic: Rename TV show files without episode name/Better duplicate matching
Replies: 6
Views: 4190

Re: Rename TV show files without episode name/Better duplicate matching

1. You can also use --def ut_label=TV to just force TheTVDB for all files. It'll work mostly, because TheTVDB has SxE and absolute numbers for most popular shows. Wouldn't that also force it for movie files? 2. Well, since you've written your own format, you could just remove the {t} ... title part...
by crawfs
03 Feb 2019, 02:59
Forum: Windows
Topic: Rename TV show files without episode name/Better duplicate matching
Replies: 6
Views: 4190

Re: Rename TV show files without episode name/Better duplicate matching

It works well enough that it kind of doesn't matter because there are edge cases where Filebot will be useless regardless. For example if you have: Bakemonogatari - 1 Nisemonogatari - 1 Monogatari The Second Season - 1 Filebot will be of absolutely no use because TVDB doesn't have an entry for any o...
by crawfs
01 Feb 2019, 09:42
Forum: Windows
Topic: Rename TV show files without episode name/Better duplicate matching
Replies: 6
Views: 4190

Rename TV show files without episode name/Better duplicate matching

I have a slightly confusing setup with how I use filebot to sort media into plex but basically I have a download folder that filebot runs through and copies and renames media into my plex library folder. Due to how my auto download setup works I occasionally end up with duplicates of TV shows, speci...