Search found 7 matches

by gimmeth
10 Oct 2018, 15:36
Forum: Help and Support
Topic: Anidb mismatch for episodes listed as "Other"
Replies: 5
Views: 2587

Re: Anidb mismatch for episodes listed as "Other"

Is there any rule we could use to pick "other" episodes instead of "regular" episodes? e.g. if there's more "other" than "regular" then "other" should be the episode data that FileBot works with? Do normal shows tend to have lots of "other"...
by gimmeth
07 Oct 2018, 16:07
Forum: Help and Support
Topic: Anidb mismatch for episodes listed as "Other"
Replies: 5
Views: 2587

Anidb mismatch for episodes listed as "Other"

The new FLCL series is proving a challenge for Filebot. I am trying to get Anidb to recognize it, but here's what happens: [gryphon@jdc-user TOXICROAK]$ filebot -rename -non-strict --action test --db Anidb --q "Furi Kuri Alternative" --format "/home/gryphon/TOXICROAK/Videos/Anime/Seri...
by gimmeth
24 Jul 2018, 06:07
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)
Replies: 234
Views: 186673

Re: [BETA] FileBot 4.8.2 (with support for all platforms with cross-platform license system)

I have to say I find subscription models for software (as opposed to services) a bit disgusting, though the pricing seems fair at least. Here's my philosophical objection: say I am happy with filebot as it exists at this present moment, and I don't necessarily agree with your vision / planned featur...
by gimmeth
07 Nov 2016, 16:09
Forum: macOS
Topic: AccessDeniedException Mac SMB
Replies: 1
Views: 2476

AccessDeniedException Mac SMB

I am trying to rename some files (currently in the GUI, but it appears to affect some CLI operations as well) from one folder on an SMB share to another folder on the same SMB share, but I get an AccessDeniedException for the destination path whenever I try to rename or copy. When I navigate the fil...
by gimmeth
30 Jan 2016, 18:48
Forum: Scripting and Automation
Topic: AMC struggling with anime movies
Replies: 2
Views: 2513

AMC struggling with anime movies

Filebot is incorrectly sorting anime movies as anime TV shows. I believe it is due to the presence of CRC hash in the filename, and apparently it is finding some sort of weird DB entry where the movie is classified as a TV show. This is incorrect behavior though: for instance, it did this with Grave...
by gimmeth
24 Mar 2014, 20:34
Forum: Scripting and Automation
Topic: Making amc copy unmatched files
Replies: 6
Views: 3798

Re: Making amc copy unmatched files

Oh wow, I never would have though to do it like that. I tried pasting that last line of code onto the end of the script and it didn't work. (input - getRenameLog().keySet()).findAll{ it.isAudio() }*.copyTo(format.music) I tried it like this, and pointing to the path manually (input - getRenameLog()....
by gimmeth
24 Mar 2014, 07:06
Forum: Scripting and Automation
Topic: Making amc copy unmatched files
Replies: 6
Views: 3798

Making amc copy unmatched files

I would like the amc script to copy music files to the destination folder even if a match is not found in Acoustdb. I tried to add this logic in myself, but I don't think I understand the script well enough. I'd appreciate any insight. // MUSIC MODE if (group.music) { def dest = rename(file:files, f...