Search found 21 matches

by kise
02 Oct 2020, 14:10
Forum: Help and Support
Topic: Running update-filebot.sh breaks FileBot 4.9.1
Replies: 4
Views: 2626

Re: License not working (License Error: java.lang.IncompatibleClassChangeError)

update-filebot.sh will lead to a Frankenstein code base, since it'll update FileBot but not it's dependencies. It's a quick way to get minor updates, but sometimes the baseline just isn't forwards-compatible with those minor updates, so you will have to upgrade the entire package from time to time ...
by kise
10 Dec 2019, 18:19
Forum: Episode / Movie Naming Scheme
Topic: [AniDB] include special episode number
Replies: 1
Views: 1935

[AniDB] include special episode number

Hi, im currently using this format to manually rename files using filebot, "{n} - {absolute.pad(2)} - {t}" it does work for normal episodes, however when its come for special episodes hey become like "n - - t.mkv", is it possible to modify this filter to use absolute and include ...
by kise
05 Nov 2019, 17:47
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 528915

Re: Q&A for n00bs

Thank you, is there any up to date documentation page with those new changes fixes etc? it's really hard hunting those small but important changes. The release notes can be found here: https://github.com/filebot/docs/blob/master/CHANGES.md The --file-filter option was introduced with FileBot 4.8.2 ...
by kise
05 Nov 2019, 17:12
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 528915

Re: Q&A for n00bs

1. combine two filters for video and subs Include video or subtitle files: --file-filter 'f.video || f.subtitle' 2. i really just dont want nfo files Exclude *.nfo files: --file-filter 'ext != /nfo/' Thank you, is there any up to date documentation page with those new changes fixes etc? it's really...
by kise
04 Nov 2019, 17:07
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 528915

Re: Q&A for n00bs

rednoah wrote: 04 Nov 2019, 17:04 f.video yields true for video files only.
thats great, is it possible to combine two filters for video and subs?, i really just dont want nfo files :)
by kise
04 Nov 2019, 17:02
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 528915

Re: Q&A for n00bs

rednoah wrote: 04 Nov 2019, 16:56 You can use the --file-filter for that:

Code: Select all

--file-filter f.video
:idea: viewtopic.php?t=4222
thats great to hear, does the filter include ONLY videos files or subs included as well?
by kise
04 Nov 2019, 16:04
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 528915

Re: Q&A for n00bs

Hi, I Use deluge executor script to rename files on completion, everything is fine except one minor problem, i would like to ignore non video files my script is quite completed as it is, is it possible to do so via --filter or anything anyways my scripts produce the following command based on file p...
by kise
29 Oct 2019, 17:04
Forum: Feature Requests and Bug Reports
Topic: fallback map
Replies: 12
Views: 7320

Re: fallback map

i just have regular deluge setup, for shows that are problematic i'll just use different automated script to pick the correct id from list.
by kise
29 Oct 2019, 16:33
Forum: Feature Requests and Bug Reports
Topic: fallback map
Replies: 12
Views: 7320

Re: fallback map

never mind i think i figure it out

Code: Select all

fbot -rename *.mkv --db AniDB --action TEST -non-strict --filter "id == 14796"
by kise
29 Oct 2019, 16:22
Forum: Feature Requests and Bug Reports
Topic: fallback map
Replies: 12
Views: 7320

Re: fallback map

You'll have to adjust the filter to your circumstances and use case. 7 days will probably only include the most recently aired episode, which is some times what we want. Use 90 days for good measure if you want to include all recently aired episodes. I see is there a way to pass the anidb or specif...
by kise
29 Oct 2019, 15:22
Forum: Feature Requests and Bug Reports
Topic: fallback map
Replies: 12
Views: 7320

Re: fallback map

Too many shows with the same name at this point. The Underworld title match probably didn't help either. I recommend using a --filter and since you're processing newly release files, the age filter approach should work particularly well for you: https://www.filebot.net/forums/viewtopic.php?t=2127 -...
by kise
29 Oct 2019, 14:54
Forum: Feature Requests and Bug Reports
Topic: fallback map
Replies: 12
Views: 7320

Re: fallback map

Too many shows with the same name at this point. The Underworld title match probably didn't help either. I recommend using a --filter and since you're processing newly release files, the age filter approach should work particularly well for you: https://www.filebot.net/forums/viewtopic.php?t=2127 -...
by kise
29 Oct 2019, 13:17
Forum: Feature Requests and Bug Reports
Topic: fallback map
Replies: 12
Views: 7320

Re: fallback map

Looks good to me. Here's what I get: filebot -rename *.mkv --db AniDB --action TEST -non-strict Rename episodes using [AniDB] with [Absolute Order] Auto-detected query: [Val x Love, val x] Fetching episode data for [Val x Love] [TEST] from [[HorribleSubs] Val x Love - 02 [1080p].mkv] to [Val x Love...
by kise
12 Oct 2019, 18:25
Forum: Feature Requests and Bug Reports
Topic: fallback map
Replies: 12
Views: 7320

Re: fallback map

Screenshots? Logs? Paths? Please click the link in my signature and read it. ;) Hi sorry forgot about logs, here is an example of show that has been released almost two weeks ago now anidb-14908 Locking /home/media/src/logs/amc/2019_10_12.log Run script [fn:amc] at [Sat Oct 12 21:20:20 AST 2019] Pa...
by kise
12 Oct 2019, 00:21
Forum: Feature Requests and Bug Reports
Topic: fallback map
Replies: 12
Views: 7320

fallback map

Hi, is it possible to add a feature, where we could specify list of titles to ids for filebot-cli where it could pick up the correct listing? for example, right now it's new anime season, and i had problems with few shows such as "Shokugeki no Soma S4" right now it's matching anidb-10901 i...
by kise
21 Sep 2019, 09:04
Forum: Feature Requests and Bug Reports
Topic: .xattr metadata not being stored if target is rclone drive
Replies: 10
Views: 5341

Re: .xattr metadata not being stored if target is rclone drive

rednoah wrote: 19 Sep 2019, 14:25
kise wrote: 19 Sep 2019, 11:22 where could i find this version?
viewtopic.php?f=7&t=1609
Thanks it works.
by kise
18 Sep 2019, 16:47
Forum: Feature Requests and Bug Reports
Topic: .xattr metadata not being stored if target is rclone drive
Replies: 10
Views: 5341

Re: .xattr metadata not being stored if target is rclone drive

rednoah wrote: 18 Sep 2019, 14:07 Strange. No idea. Maybe the rclone developers have some insight.
i opened ticket with rclone devs and it seems he suggests that Filebot is not attempting to create the said files.
I can see filebot looking for the metadata file in that log, but not where it attempted to create it.
by kise
18 Sep 2019, 13:36
Forum: Feature Requests and Bug Reports
Topic: .xattr metadata not being stored if target is rclone drive
Replies: 10
Views: 5341

Re: .xattr metadata not being stored if target is rclone drive

How does rclone handle hidden .files and .folders? Presumably, you're running into some conceptual compatibility between Windows and Linux and the glue logic / clone logic translating between the two, which might need some extra rclone configuration to make work. You could try not using .folders an...
by kise
17 Sep 2019, 21:35
Forum: Feature Requests and Bug Reports
Topic: .xattr metadata not being stored if target is rclone drive
Replies: 10
Views: 5341

.xattr metadata not being stored if target is rclone drive

Hi, First thanks for the great app, well worth the price. I use Filebot on both linux and windows, on Linux server there is no problem creating xattr folders in rclone mount, however on windows I receive the following error Sep 18, 2019 12:22:55 AM net.filebot.media.XattrMetaInfo setMetaInfo WARNING...