Search found 10 matches

by andy22
18 Aug 2020, 23:45
Forum: Episode / Movie Naming Scheme
Topic: Source Media {vs} and {source}
Replies: 26
Views: 74405

Re: Source Media {vs} and {source}

Anidb uses 'www' as web-dl tag and also has 'HD-DVD' see: https://wiki.anidb.net/Content:Files#Qu ... itle_files
by andy22
18 Aug 2020, 14:59
Forum: Feature Requests and Bug Reports
Topic: --q lookup via AniDB fileid (FID)
Replies: 1
Views: 1982

--q lookup via AniDB fileid (FID)

Would be nice if FB could also support query via fileid, like:

Code: Select all

filebot.exe -list --db AniDB --q f2576561
The endpoint is just https://anidb.net/f2576561

This gives access to all the file related information, like episode Nr, group, source and includes references to the series name/id.
by andy22
18 Aug 2020, 11:42
Forum: Feature Requests and Bug Reports
Topic: [Feature] anidb UDP file hashing+lookup?
Replies: 4
Views: 2699

Re: [Feature] anidb UDP file hashing+lookup?

rednoah wrote: 18 Aug 2020, 11:28 IMHO the cons outweigh the pros.
ok i understand, maybe keep the idea in mind.

I can get something to work, with a prepass external script that prepares the files for the main FB pass.
by andy22
18 Aug 2020, 11:15
Forum: Feature Requests and Bug Reports
Topic: [Feature] anidb UDP file hashing+lookup?
Replies: 4
Views: 2699

Re: [Feature] anidb UDP file hashing+lookup?

AniDB UDP API requires a user login per user and is thus fundamentally ill-suited for how FileBot works. mhh ok i understand, but does OMDB not also have a scrape limit and require additional keys? The additional I/O would make things infinitely slower (especially when processing files on SMB share...
by andy22
18 Aug 2020, 09:25
Forum: Feature Requests and Bug Reports
Topic: [Feature] anidb UDP file hashing+lookup?
Replies: 4
Views: 2699

[Feature] anidb UDP file hashing+lookup?

It seems FB is not actually utilizing the AniDB UDP api to match files, yet it already has a lot of the skeleton to-do the work. It seems it has/had a ED2k hasher and already know the AniDB endpoint as DB + Mapper. So having the ability to directly hash a file and use the UDP API, would result in pe...
by andy22
18 Aug 2020, 09:02
Forum: Feature Requests and Bug Reports
Topic: use expressions in manual query (--q )?
Replies: 5
Views: 4144

Re: use expressions in manual query (--q )?

ok thanks for the quick reply, guess i need to dig deeper into Groovy.
by andy22
18 Aug 2020, 00:21
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1585286

Re: Release Groups {group}

ABJ
ANSK
Anime Time
AnimeChiby
AnimeKaizoku
BakeSubs
Diogo4D
EMBER
Gremlin
jackie
Project-gxs
YakuboEncodes
Yousei-raws
ZECHS
by andy22
17 Aug 2020, 23:39
Forum: Scripting and Automation
Topic: Adding release groups to default list dynamically
Replies: 8
Views: 4995

Re: Adding release groups to default list dynamically

For posterity, a couple of gotchas file:// is the protocol, so path may require an additional slash -Durl.release-groups=file://<path> -Durl.release-groups=file:///mnt/mymount the supplied file needs to be xz-compressed xz -z file.txt should replace the file without needing other steps. I can't get...
by andy22
17 Aug 2020, 19:29
Forum: Feature Requests and Bug Reports
Topic: use expressions in manual query (--q )?
Replies: 5
Views: 4144

use expressions in manual query (--q )?

Similar to: https://www.filebot.net/forums/viewtopic.php?f=6&t=11137&p=46409&hilit=anidb#p46409 I do a pre-pass (via a hasher tool) that actually does a filelookup via AniDB hash and i store the ID's in the temp filename "Seriesname - Ep01 - [AID123456]" Now filebot could direc...