Search found 21510 matches
- Yesterday, 13:12
- Forum: Scripting and Automation
- Topic: [NFO] Other MPAA certifiaction country
- Replies: 4
- Views: 63
Re: [NFO] Other MPAA certifiaction country
You can use filebot to write a list of all your movies with their corresponding Portuguese certifications. That's quite easy. e.g. print certifications: filebot -mediainfo -r /input --filter movie --format "{ info.certifications.PT } | { movie }" M/6 | Avatar (2009) ... e.g. write certifications to ...
- Yesterday, 03:29
- Forum: Scripting and Automation
- Topic: [NFO] Other MPAA certifiaction country
- Replies: 4
- Views: 63
Re: [NFO] Other MPAA certifiaction country
No, you cannot modify the NFO template unless you modify the code. Yes, if you fork the scripts and modify the code. Yes, in custom formats: $ filebot -list --q 19995 --db TheMovieDB --format "{ ny } | { info.certifications.PT }" Avatar (2009) | M/6 :idea: MPAA means "Motion Picture Association Of A...
- 30 Jan 2023, 07:54
- Forum: Feature Requests and Bug Reports
- Topic: Feature Request: Episode level NFO
- Replies: 15
- Views: 5380
- 30 Jan 2023, 07:19
- Forum: Scripting and Automation
- Topic: Generate Episode NFO files
- Replies: 0
- Views: 17
Generate Episode NFO files
The nfo.groovy can be used to generate movie, series and episode NFO files.
e.g.
Notes:
e.g.
Code: Select all
filebot -script fn:nfo /input
Notes:
- This script does not parse or guess any information from the filename. Files that do not have xattr metadata will be ignored.
- 30 Jan 2023, 07:06
- Forum: Feature Requests and Bug Reports
- Topic: [Windows] Suggestions for possible easy enhancements
- Replies: 3
- Views: 113
Re: Suggestions for possible easy enhancements
1. FileBot will give you a "Getting Started" tutorial on first launch. We can add an F1 shortcut to open "Getting Started" manually. (EDIT: looks like we already had an F1 shortcut for exactly that once for debugging purposes, but the feature got lost during refactoring and nobody ever noticed; fixe...
- 30 Jan 2023, 03:52
- Forum: Feature Requests and Bug Reports
- Topic: Accidentally purchased lifetime subscription
- Replies: 1
- Views: 21
Re: Accidentally purchased lifetime subscription


- 29 Jan 2023, 03:47
- Forum: Windows
- Topic: Error Renaming Multiple Part Episode by Title - Dangling Meta Character '*'
- Replies: 2
- Views: 74
Re: Error Renaming Multiple Part Episode by Title - Dangling Meta Character '*'
:?: Are all your files tripple episodes? Or is it a mix of 2-episode files, 3-episodes files, 4-episodes files, etc at random? :?: Can you paste all the file paths as text so we can look at this use case in more detail? If your files are grouped into multi-episodes by episode airdate, then we could ...
- 29 Jan 2023, 02:41
- Forum: Feature Requests and Bug Reports
- Topic: [Windows] Suggestions for possible easy enhancements
- Replies: 3
- Views: 113
Re: Suggestions for possible easy enhancements
Please describe exactly, ideally with specific examples and screenshots, your thought process and reasoning for each requested feature. Make sure to focus on the "why" and not on the "what" so that we can understand the problem or question that made you think of the enhancement in the first place: h...
- 28 Jan 2023, 16:42
- Forum: Synology & QNAP & Embedded Linux
- Topic: BUG! exception in phase 'semantic analysis' in source unit 'Script1.groovy' Unsupported class file major version 63
- Replies: 4
- Views: 141
Re: BUG! exception in phase 'semantic analysis' in source unit 'Script1.groovy' Unsupported class file major version 63
Looks like java-installer automatically updated you to JDK 19.0.2 and FileBot 4.9.6 happens to not be forwards-compatible with that. I've updated the java-installer deployment descriptor to JDK 17.0.6 for the time being. That should work. You can force a down-upgrade by uninstalling java-installer a...
- 28 Jan 2023, 16:33
- Forum: Feature Requests and Bug Reports
- Topic: rename history
- Replies: 2
- Views: 2260
- 28 Jan 2023, 16:33
- Forum: Scripting and Automation
- Topic: Create log of rename?
- Replies: 3
- Views: 1118
- 28 Jan 2023, 16:19
- Forum: Help and Support
- Topic: Clear "Rename History"
- Replies: 12
- Views: 7668
- 28 Jan 2023, 02:59
- Forum: Windows
- Topic: Error Renaming Multiple Part Episode by Title - Dangling Meta Character '*'
- Replies: 2
- Views: 74
Re: Error Renaming Multiple Part Episode by Title - Dangling Meta Character '*'
1. "string" =~ /regex/ assumes that the right-handside is a regular expression. The episode title from the database is not guaranteed to accidentally be a valid regular expression. You probably mean to use String.contains() to check for a substring match: "string".contains("string") 2. I am using th...
- 28 Jan 2023, 02:26
- Forum: Feature Requests and Bug Reports
- Topic: Filebot extracts episode title with a '\' character
- Replies: 1
- Views: 27
Re: Filebot extracts episode title with a '\' character
:?: Are you using a custom format? :?: Can you provide a reproducible test case? :idea: Here's what I get: $ filebot -list --q 350715 --db TheTVDB --lang Italian --format "{plex.name}" ... Mimì e Le Ragazze della Pallavolo - S01E12 - L'ora della verità ... Mimì e Le Ragazze della Pallavolo - S01E22 ...
- 27 Jan 2023, 04:58
- Forum: Ubuntu & Linux
- Topic: Bad system encoding: ANSI_X3.4-1968
- Replies: 0
- Views: 60
Bad system encoding: ANSI_X3.4-1968
If your environment is not correctly configured to use UTF-8 for encoding and decoding file paths, then filebot may fail to process non-ASCII file paths: Bad system encoding: ANSI_X3.4-1968 * Please configure your locale with LANG=C.UTF-8 or LANG=en_US.UTF-8 Please configure your environment correct...
- 26 Jan 2023, 17:41
- Forum: macOS
- Topic: Utter noob - Plex profile folders hard-coded?
- Replies: 5
- Views: 171
Re: Utter noob - Plex profile folders hard-coded?
The FileBot Desktop application will indeed only prompt you for a license key if and when necessary.
You can always double-click on your *.psm license file to install that specific license file:
https://www.filebot.net/tutorials.html

https://www.filebot.net/tutorials.html
- 26 Jan 2023, 02:15
- Forum: Scripting and Automation
- Topic: AMC Docker - Advice for better result
- Replies: 4
- Views: 107
Re: AMC Docker - Advice for better result
Well, we don't plan on doing version-specific or pre-built daily-build containers, and the current docker commands are already in use by a large number of users, so we can't change that now. A change that breaks user setups must have some very compelling advantages. Meanwhile I found another bunch o...
- 24 Jan 2023, 04:12
- Forum: Scripting and Automation
- Topic: AMC Docker - Advice for better result
- Replies: 4
- Views: 107
Emby Format
Also, you'll want to use the {plex} format because your custom format doesn't take corner cases (e.g. year already part of the series name, no season number, double episodes, etc) into account: --def movieFormat='download.3sorted.movies/{ ~emby.id % { " [$vf]" } }' --def seriesFormat='download.3sort...
- 24 Jan 2023, 04:05
- Forum: Scripting and Automation
- Topic: AMC Docker - Advice for better result
- Replies: 4
- Views: 107
Re: AMC Docker - Advice for better result
This is a funny one, because both Uppercut (1978) and Sie nannten ihn Mücke (1978) are correct and refer to the same movie: https://www.themoviedb.org/movie/11144-lo-chiamavano-bulldozer :idea: If you don't care about subtitle files, then you can use --def ignore="sub|idx" to not process them. :idea...
- 24 Jan 2023, 03:38
- Forum: Windows
- Topic: Use a different Show Name
- Replies: 2
- Views: 105
Re: Use a different Show Name
Is it possible to use .replaceTrailingBrackets() on a specific TV Show? Yes. Generic Answer : :arrow: Use Custom Series Names :arrow: Conditional Structures Specific Answer : If you need a specific answer for your specific user case, please post sample file paths as text for testing. Please read Ho...
- 24 Jan 2023, 03:21
- Forum: Scripting and Automation
- Topic: [AMC] Important Discussion of Proposed Changes
- Replies: 4
- Views: 1157
Re: [AMC] Important Discussion of Proposed Changes
We definitely don't want to "fake" things at format time. That assumes that the match is already wrong. The xattr metadata is what matters and must be correct. After some thought, as long as all information for a specific episode from AniDB is available through db.AniDB , changing to TheMovieDB::TV ...
- 24 Jan 2023, 03:06
- Forum: Scripting and Automation
- Topic: Validating format files
- Replies: 5
- Views: 163
Re: Validating format files
{episode} and {movie} bindings will work if the file at hand as been identified already. See Metadata and Extended Attributes and Re-organize previously organized files using local xattr metadata for details. :arrow: filebot -mediainfo will do what you want, but you still need to do filebot -rename...
- 23 Jan 2023, 16:04
- Forum: Feature Requests and Bug Reports
- Topic: Filbot using directory name instead of filename during rename
- Replies: 5
- Views: 3667
Re: Filbot using directory name instead of filename during rename
I have this problem as well. I want the option to ignore the folder path. I usually have my files in generic folder names and this causes many problems sometimes as it will only try to match the folder name and not the movie name. It would be a nice feature to opt in or out of using the path to fin...
- 23 Jan 2023, 03:26
- Forum: Scripting and Automation
- Topic: Validating format files
- Replies: 5
- Views: 163
Re: Validating format files
You can use filebot -mediainfo /files --format ... to validate MediaInfo-based custom formats:
Code: Select all
filebot -mediainfo -r "/path/to/files" \
--filter "f.video && minutes > 15" \
--format "{vc} | {vf} | {ac} | {af} | {bitrate} | {bytes} | {f}"
- 23 Jan 2023, 03:24
- Forum: Scripting and Automation
- Topic: [AMC] Important Discussion of Proposed Changes
- Replies: 4
- Views: 1157
Re: [AMC] Important Discussion of Proposed Changes
AniDB may indeed work better if the input files follow AniDB naming and numbering. BUT in much the same way, TheMovieDB/TV will work better if input files follow TheMovieDB/TV naming and numbering. In the past, AniDB was the standard. In the present, it's very much a mixed bag. Sometimes AniDB works...