Search found 16 matches
- 27 Jul 2020, 20:27
- Forum: Ubuntu & Desktop Linux
- Topic: Does specifying ut_label=tv respect seriesDB, or override it?
- Replies: 2
- Views: 3344
Re: Does specifying ut_label=tv respect seriesDB, or override it?
- 27 Jul 2020, 17:26
- Forum: Ubuntu & Desktop Linux
- Topic: Does specifying ut_label=tv respect seriesDB, or override it?
- Replies: 2
- Views: 3344
Does specifying ut_label=tv respect seriesDB, or override it?
The FAQ for ut_label mentions
Force SERIES mode if you already know you're processing episodes. Hence files will never be mismatched as movies and always processed with TheTVDB.
but that hasn't been updated in a long time, and I believe the seriesDB option is relatively new.
https://www.filebot ...
Force SERIES mode if you already know you're processing episodes. Hence files will never be mismatched as movies and always processed with TheTVDB.
but that hasn't been updated in a long time, and I believe the seriesDB option is relatively new.
https://www.filebot ...
- 15 Jul 2020, 05:21
- Forum: Ubuntu & Desktop Linux
- Topic: Filter handling null age
- Replies: 2
- Views: 3876
Re: Filter handling null age
Ah interesting. I ended up swapping the condition to short-circuit the top-level age binding
!model.any{ it.age < 30 && it.age != null } || age < 30
but this is probably more explicit. The fall-through behavior is slick.
any{ age < 30 }{ true } || !model.any{ it.age < 30 && it.age != null ...
!model.any{ it.age < 30 && it.age != null } || age < 30
but this is probably more explicit. The fall-through behavior is slick.
any{ age < 30 }{ true } || !model.any{ it.age < 30 && it.age != null ...
- 15 Jul 2020, 02:01
- Forum: Ubuntu & Desktop Linux
- Topic: Filter handling null age
- Replies: 2
- Views: 3876
Filter handling null age
Hi there. I'm working on improving my filtering for series matches. My ideal filter would be this:
* prefer matches from the past 30 days
* if there is no match from the past 30 days, allow older matches
* if the age is null for some reason, allow it to be the match
This is my current filter ...
* prefer matches from the past 30 days
* if there is no match from the past 30 days, allow older matches
* if the age is null for some reason, allow it to be the match
This is my current filter ...
- 26 Jun 2020, 06:08
- Forum: Help and Support
- Topic: Filebot matching with incorrect season
- Replies: 3
- Views: 8108
Re: Filebot matching with incorrect season
Yeah I switched to TheMovieDB::TV since TheTVDB was having so many stability issues with their API at the beginning of the year. Maybe it's time to switch back if TVDB is more punctual with entries.
Clearing the cache and running the command again matched correctly, so it seems like your hypothesis ...
Clearing the cache and running the command again matched correctly, so it seems like your hypothesis ...
- 26 Jun 2020, 04:00
- Forum: Help and Support
- Topic: Filebot matching with incorrect season
- Replies: 3
- Views: 8108
Re: Filebot matching with incorrect season
A couple sample list requests if that's helpful
root@e76760aceeaa:/# filebot -list --q Last.Week.Tonight.with.John.Oliver.S07E16.1080p.WEB.H264-BTX
Last Week Tonight with John Oliver - 1x01 - Episode 1
Last Week Tonight with John Oliver - 1x02 - Episode 2
Last Week Tonight with John Oliver - 1x03 ...
root@e76760aceeaa:/# filebot -list --q Last.Week.Tonight.with.John.Oliver.S07E16.1080p.WEB.H264-BTX
Last Week Tonight with John Oliver - 1x01 - Episode 1
Last Week Tonight with John Oliver - 1x02 - Episode 2
Last Week Tonight with John Oliver - 1x03 ...
- 26 Jun 2020, 03:56
- Forum: Help and Support
- Topic: Filebot matching with incorrect season
- Replies: 3
- Views: 8108
Filebot matching with incorrect season
I have several instances now of filebot renaming with the wrong season. This happened with last weeks episode of Last Week Tonight, and now it's misnaming almost all of The Twilight Zone season 2. Is there something I need to change to ensure that these match properly?
sysinfo
FileBot 4.9.1 ...
sysinfo
FileBot 4.9.1 ...
- 23 May 2020, 06:56
- Forum: Ubuntu & Desktop Linux
- Topic: Matching "Upload" with TheMovieDB
- Replies: 4
- Views: 4998
Re: Matching "Upload" with TheMovieDB
Thanks I’ll give that a shot.
Is the important bit there that you’ve specified the query as “Upload” and that’s what helps it to find the correct show?
Is the important bit there that you’ve specified the query as “Upload” and that’s what helps it to find the correct show?
- 22 May 2020, 22:52
- Forum: Ubuntu & Desktop Linux
- Topic: Matching "Upload" with TheMovieDB
- Replies: 4
- Views: 4998
Matching "Upload" with TheMovieDB
Hey there. Filebot is unable to match Upload with TheMovieDB.
Run script [fn:amc] at [Fri May 22 16:48:11 UTC 2020]
Parameter: unsorted = n
Parameter: clean = y
Parameter: music = y
Parameter: artwork = y
Parameter: subtitles = en
Parameter: minLengthMS = 0
Parameter: movieFormat = {plex} - {hd ...
Run script [fn:amc] at [Fri May 22 16:48:11 UTC 2020]
Parameter: unsorted = n
Parameter: clean = y
Parameter: music = y
Parameter: artwork = y
Parameter: subtitles = en
Parameter: minLengthMS = 0
Parameter: movieFormat = {plex} - {hd ...
- 22 May 2020, 22:35
- Forum: Ubuntu & Desktop Linux
- Topic: Filebot, Portainer and the amc script
- Replies: 1
- Views: 3227
Re: Filebot, Portainer and the amc script
ghostserverd/filebot is a container which combines filebot and shell2http to give you an HTTP interface into the amc script.
I'd recommend using tag `4.9.x` which is the most up to date version
Here's the dockerfile source https://github.com/ghostserverd/docker-filebot-ghost/tree/4.9.x
And here's ...
I'd recommend using tag `4.9.x` which is the most up to date version
Here's the dockerfile source https://github.com/ghostserverd/docker-filebot-ghost/tree/4.9.x
And here's ...
- 23 Apr 2020, 17:26
- Forum: Ubuntu & Desktop Linux
- Topic: Matching Middleditch & Schwartz with TheMovieDB
- Replies: 5
- Views: 5906
Re: Matching Middleditch & Schwartz with TheMovieDB
If you're matching an episode, then that episode must also exist at the time of processing.
I had attempted to re process after confirming it on TheMovieDB but I think I ran into the cached version. It’s entirely possible that if I had cleared the cache and run it again it would have found it ...
- 23 Apr 2020, 02:22
- Forum: Ubuntu & Desktop Linux
- Topic: Matching Middleditch & Schwartz with TheMovieDB
- Replies: 5
- Views: 5906
Re: Matching Middleditch & Schwartz with TheMovieDB
Hey that worked. Thanks for your help!
- 22 Apr 2020, 21:28
- Forum: Ubuntu & Desktop Linux
- Topic: Matching Middleditch & Schwartz with TheMovieDB
- Replies: 5
- Views: 5906
Matching Middleditch & Schwartz with TheMovieDB
I am trying to match Middleditch & Schwartz with TheMovieDB::TV (thank you for adding the seriesDB option btw, much appreciated) and it is unable to find the series for some reason.
Here’s a link to a query I ran to show that the show does exist on TheMovieDB
https://www.themoviedb.org/search ...
Here’s a link to a query I ran to show that the show does exist on TheMovieDB
https://www.themoviedb.org/search ...
- 17 Nov 2019, 07:06
- Forum: Ubuntu & Desktop Linux
- Topic: Failed to hardlink when --action=duplicate
- Replies: 7
- Views: 8105
Re: Failed to hardlink when --action=duplicate
Oh wow I was totally dyslexic reading that revision number. I’ll take a look at the other builds. Thanks!
- 16 Nov 2019, 22:45
- Forum: Ubuntu & Desktop Linux
- Topic: Failed to hardlink when --action=duplicate
- Replies: 7
- Views: 8105
Re: Failed to hardlink when --action=duplicate
I think I'm seeing something similar with r6224.
FileBot 4.8.5 (r6224)
JNA Native: 5.2.0
MediaInfo: 17.12
p7zip: p7zip Version 16.02 (locale=C.UTF-8,Utf16=on,HugeFiles=on,64 bits,8 CPUs Intel(R) Core(TM) i7-4770R CPU @ 3.20GHz (40661),ASM,AES-NI)
unrar: UNRAR 5.50 freeware
Chromaprint: fpcalc ...
FileBot 4.8.5 (r6224)
JNA Native: 5.2.0
MediaInfo: 17.12
p7zip: p7zip Version 16.02 (locale=C.UTF-8,Utf16=on,HugeFiles=on,64 bits,8 CPUs Intel(R) Core(TM) i7-4770R CPU @ 3.20GHz (40661),ASM,AES-NI)
unrar: UNRAR 5.50 freeware
Chromaprint: fpcalc ...
- 15 Nov 2019, 06:39
- Forum: Help and Support
- Topic: [FAQ] How to request a complimentary license?
- Replies: 128
- Views: 244208
Re: [FAQ] How to request a complimentary license?
posting for PM purposes