Search found 21756 matches
- 58 minutes ago
- Forum: macOS
- Topic: unable to install V5.01
- Replies: 1
- Views: 21
Re: unable to install V5.01
:?: Screenshots? Can you provide more details? The *.pkg installer works for most users, so if you could add more details, maybe that would give us a clue. e.g. Can't install from shared network folders: https://www.filebot.net/forums/viewtopic.php?t=13450 e.g. Possible privacy control issue; unconf...
- Today, 04:53
- Forum: Synology & QNAP & Embedded Linux
- Topic: Node.js is not installed. Please install Node.js in the App Center.
- Replies: 7
- Views: 197
- Today, 03:57
- Forum: Scripting and Automation
- Topic: Remove prefix before searching
- Replies: 1
- Views: 24
Re: Remove prefix before searching
Thanks for reporting the issue. I've added sanet.st to the list. :arrow: In the meanwhile you can use the --q option to force a specific query: --q "Greys Anatomy" :arrow: Alternatively, you can also dynamically extract the query from the file name with your own custom code: https://www.filebot.net/...
- Today, 03:45
- Forum: Windows
- Topic: Recent version is failing to identify episodes
- Replies: 3
- Views: 52
Re: Recent version is failing to identify episodes
FileBot 5.* has not been released on the Microsoft Store, so if you're using the Microsoft Store edition, then FileBot 4.9.6 is the latest version you can have. The Microsoft Store notably also does not allow users to downgrade software, so I'm confused... :idea: If you find issues in the future, pl...
- Yesterday, 15:11
- Forum: Windows
- Topic: license renewal
- Replies: 2
- Views: 24
Re: license renewal
You can just purchase a new license:
https://www.filebot.net/purchase.html
You can then activate your license like so:
https://www.filebot.net/activate.html
https://www.filebot.net/purchase.html
You can then activate your license like so:
https://www.filebot.net/activate.html
- Yesterday, 15:08
- Forum: Ubuntu & Linux
- Topic: After Update to 5.0.1 - FileBot not working
- Replies: 2
- Views: 39
Re: After Update to 5.0.1 - FileBot not working
:?: What does filebot -script fn:sysinfo say? :idea: Are you using JDK11 by any chance? There are reports that JDK11 has issues, that can be resolved by installing JDK17 instead. :arrow: The latest revision has resolved the issue by disabling HTTP/2 when running on JDK11. If you could try the latest...
- Yesterday, 15:03
- Forum: Scripting and Automation
- Topic: [AMC] Important Discussion of Proposed Changes
- Replies: 7
- Views: 2981
Re: [AMC] Important Discussion of Proposed Changes
Just wanted to throw a little thing in here about this. I can see the proposed changes have come through to the AMC script and my TV shows are now organising themselves into folders with "Show Name - {tmdb-12345}" and Plex is continuiing to work great. The default format is still {plex} so the amc ...
- Yesterday, 09:25
- Forum: Windows
- Topic: Recent version is failing to identify episodes
- Replies: 3
- Views: 52
Re: Recent version is failing to identify episodes
You mean FileBot is asking you to select something, but the list to select from is empty? I think this issue was fixed last week. :arrow: Please check the latest revision to confirm if the issue has indeed been fixed for your use case: https://www.filebot.net/forums/viewtopic.php?t=1609 :idea: Sampl...
- Yesterday, 03:13
- Forum: Scripting and Automation
- Topic: Running filebot with qBittorent fails to fetch resources
- Replies: 11
- Views: 278
Re: Running filebot with qBittorent fails to fetch resources
You mentioned *_amd64.deb includes an embedded JDK 17 runtime. Should I run that or upgrade the Ubuntu system JDK? Might take me a little longer to do the latter. I'll also check if there's other environment differences as you suggested. Yep, good idea! That's probably easier and definitely worth t...
- 30 Mar 2023, 17:48
- Forum: macOS
- Topic: Adding a value for a null binding
- Replies: 3
- Views: 73
Re: Adding a value for a null binding
e.g.
Code: Select all
[{ any{ hdr.replace('Dolby Vision':'DV') }{ 'SDR' } }]
- 30 Mar 2023, 12:08
- Forum: Windows
- Topic: Microsoft Store update
- Replies: 3
- Views: 60
Re: Microsoft Store update
I've sent you a complimentary license for testing:
viewtopic.php?t=1609
viewtopic.php?t=1609
- 30 Mar 2023, 11:37
- Forum: Feature Requests and Bug Reports
- Topic: Custom --conflict action to prefer HEVC over AVC
- Replies: 5
- Views: 106
Re: Custom --conflict action to prefer HEVC over AVC
Sorry, no. The FileBot Node WebUI uses a combo box with fixed values, so you can't pass along custom Groovy code as --conflict option value.
- 30 Mar 2023, 08:53
- Forum: Windows
- Topic: Microsoft Store update
- Replies: 3
- Views: 60
Re: Microsoft Store update
FileBot 5.0.* will not be released on the Microsoft Store for the time being due to recently reported usability issues combined with the inability to switch between different versions: https://www.filebot.net/forums/viewtopic.php?t=13578 :idea: Future (more stable) releases will be released on the M...
- 30 Mar 2023, 08:11
- Forum: Help and Support
- Topic: Best way to rename my already sorted TV show from tmdb to tvdb
- Replies: 3
- Views: 58
Re: Best way to rename my already sorted TV show from tmdb to tvdb
You can use the --def seriesDB parameter to use a different database, which in turn changes the episode information, which in turn changes the values returned by the various bindings:
viewtopic.php?t=13406
Code: Select all
--def seriesDB=TheTVDB

- 30 Mar 2023, 03:19
- Forum: Help and Support
- Topic: Best way to rename my already sorted TV show from tmdb to tvdb
- Replies: 3
- Views: 58
Re: Best way to rename my already sorted TV show from tmdb to tvdb
You can restore previously stored match information, assuming that you still have xattr metadata . :arrow: :arrow: Re-organize previously organized files using local xattr metadata After restoring TheMovieDB match information, you can then retrieve the TheTVDB ID from TheMovieDB API like so: { ' {tv...
- 30 Mar 2023, 03:13
- Forum: macOS
- Topic: Adding a value for a null binding
- Replies: 3
- Views: 73
- 30 Mar 2023, 02:40
- Forum: Scripting and Automation
- Topic: Running filebot with qBittorent fails to fetch resources
- Replies: 11
- Views: 278
Re: Running filebot with qBittorent fails to fetch resources
That's interesting. Looks like the internal HTTP/2 API in JDK11 in indeed broken, possibly due to proxy system settings, but that this kind of things intermittently works / not works would be most unusual, my guess it that network requests consistently never work, but if there's cached information a...
- 29 Mar 2023, 10:16
- Forum: Ubuntu & Linux
- Topic: Series - Fix inputs of 1of6 to S01E01
- Replies: 27
- Views: 5591
Re: Series - Fix inputs of 1of6 to S01E01
e.g. catch errors and default to some value:
Code: Select all
{
any{ genre ==~ /Documentary|News/ ? 'Documentaries' : 'TV Shows' }{ 'TV Shows (No Genre)' }
}
- 29 Mar 2023, 03:16
- Forum: Feature Requests and Bug Reports
- Topic: Custom --conflict action to prefer HEVC over AVC
- Replies: 5
- Views: 106
Re: Overwrite for TV episodes (Custom Conflict Action)
e.g. custom --conflict action that prefers HEVC over AVC : --conflict /path/to/VideoCodecOrder.groovy { from, to -> def score = { f -> ['HEVC':20, 'AVC':10][f.mediaCharacteristics.videoCodec] ?: 0 } score(from) > score(to) ? to : null } :idea: Note that this code only works for HEVC / AVC and any ot...
- 28 Mar 2023, 18:37
- Forum: Episode / Movie Naming Scheme
- Topic: Filebot AMC seems to struggle with anime in the SXXEXX format.
- Replies: 6
- Views: 176
Re: Filebot AMC seems to struggle with anime in the SXXEXX format.
You'll probably want to run your own tests though. 

- 28 Mar 2023, 18:23
- Forum: Episode / Movie Naming Scheme
- Topic: Filebot AMC seems to struggle with anime in the SXXEXX format.
- Replies: 6
- Views: 176
Re: Filebot AMC seems to struggle with anime in the SXXEXX format.
Yes, the amc script will switch between TV mode and Anime mode automatically depending on the files at hand, by default, unless specified otherwise.
- 28 Mar 2023, 11:03
- Forum: Feature Requests and Bug Reports
- Topic: Custom --conflict action to prefer HEVC over AVC
- Replies: 5
- Views: 106
Re: Overwrite for TV episodes
A. No, because --conflict auto only works with comparable (i.e. numbers) media properties, e.g. resolution, bitrate, file size, etc. B. Yes, because you can write your own Conflict Action and have your own custom code decide what to do about any given pair of files: https://www.filebot.net/forums/vi...
- 28 Mar 2023, 10:52
- Forum: Help and Support
- Topic: Wrong date on tv series (TVDB issue?)
- Replies: 2
- Views: 34
Re: Wrong date on tv series (TVDB issue?)
startDate is notably not the airdate of the first episode. startDate is a property of the series record, so it can be different from the airdate of the first episode, depending on what information TheTVDB staff has filled in. Looks like somebody has fixed the issue already, because I'm getting the ...
- 28 Mar 2023, 10:27
- Forum: Ubuntu & Linux
- Topic: Series - Fix inputs of 1of6 to S01E01
- Replies: 27
- Views: 5591
Re: Series - Fix inputs of 1of6 to S01E01
= is the assignment operator. This is completely wrong. Syntactically correct, but doesn't do what you think it does. == is the equals operator. Still wrong, because you're using a regex on the right-hand side. =~ is the regex-find operator. ==~ is the regex-match operator. Those make sense if you ...
- 28 Mar 2023, 10:14
- Forum: Feature Requests and Bug Reports
- Topic: duplication in the New Names listbox
- Replies: 2
- Views: 48