Search found 23534 matches
- 32 minutes ago
- Forum: Scripting and Automation
- Topic: Presets lost after update
- Replies: 9
- Views: 645
Re: Presets lost after update
It is a really simple one ({e00} - {t}) :idea: ({e00} - {t}) is a custom format and not a custom preset . If you just mean to change the default format then you can do Double-Click <New Names item> ➔ Edit Format to change the default format. :idea: If you click on a Preset then that will process t ...
- 48 minutes ago
- Forum: Scripting and Automation
- Topic: Presets lost after update
- Replies: 9
- Views: 645
Re: Presets lost after update
No, I copy the files in filebot, search my series and select the preset. That's all. :?: What exactly do you see or do in your "search my series" step? You would typically do: (1) Add files (2) Select Preset FileBot will then continue to identify the files using the database specified (and possibly ...
- Yesterday, 06:19
- Forum: Scripting and Automation
- Topic: Presets lost after update
- Replies: 9
- Views: 645
Re: Presets lost after update
After creating my presets, I have to click them with every new files I want to rename. The former version of filebot need this choice only at the start. That is generally how Presets work: (1) Load files (2) Click Presets ➔ Organize Episodes for Plex (3) Click Rename :?: Do you mean to say that you ...
- 12 Dec 2024, 05:25
- Forum: Windows
- Topic: I select a file or folder (Load -> Select Folder or Select Files) but the Original Files section remains empty
- Replies: 1
- Views: 192
Re: FileBot Error FAQ on Windows 10
:?: What does the log say? Does it work if you select files from your Desktop or User Home folder? :idea: You can configure FileBot to use a different file chooser implementation if the standard Windows file chooser does not work for you for one reason or another: net.filebot.UserFiles.fileChooser ...
- 12 Dec 2024, 05:21
- Forum: Help and Support
- Topic: Location of Preferences and Settings
- Replies: 5
- Views: 5412
- 11 Dec 2024, 17:09
- Forum: Feature Requests and Bug Reports
- Topic: eBook and AudioBook support
- Replies: 7
- Views: 4153
Re: eBook and AudioBook support
/ - \d+$|-Part\d+$| \d+$|^\d+ - / is indeed a Regular Expression pattern. regexr is a good place for learning and prototyping regex patterns.
FileBot Groovy Expression Reference Documentation will get you started with custom format expressions, i.e. Groovy code.
FileBot Groovy Expression Reference Documentation will get you started with custom format expressions, i.e. Groovy code.
- 11 Dec 2024, 05:00
- Forum: Feature Requests and Bug Reports
- Topic: eBook and AudioBook support
- Replies: 7
- Views: 4153
Re: eBook and AudioBook support
You may need to slightly adjust the Rename audiobooks via Audible sample code to better handle your naming conventions, i.e. extract the search query from the file name that you have. e.g. def query = fn.space(' ').removeAll(/ - \d+$|-Part\d+$|\d+$|^\d+ - /) You would then need additional code to ...
- 11 Dec 2024, 04:51
- Forum: Help and Support
- Topic: Filebot suddenly won't open
- Replies: 3
- Views: 176
Re: Filebot suddenly won't open
You could try to report the issue to the Astrill VPN so that they my fix their VPN software. I don't see why a VPN would need to inject code into active processes. The Astrill VPN developers may be able to fix the issue in their code injection code, or advise of a way to disable code injection for ...
- 10 Dec 2024, 16:21
- Forum: Windows
- Topic: Copy Paste from Filebot "New Names" section side Is behaving differently
- Replies: 1
- Views: 187
Re: Copy Paste from Filebot "New Names" section side Is behaving differently
:idea: Duplicate of Wrong format being copied. :idea: Copy & Paste for Episode / Movie items has been unified across both Episodes and Rename tools. That means that when you copy & paste from Rename ➔ New Names it'll copy the Episode object (same as copying Episode times from the Episodes tool) and n ...
- 10 Dec 2024, 16:10
- Forum: Help and Support
- Topic: Filebot suddenly won't open
- Replies: 3
- Views: 176
Re: Filebot suddenly won't open
:?: Did you recently install Astrill VPN by any chance? Can you run a search for the ASProxy64.dll library that is somehow injected into the FileBot process and then crashes process? :arrow: https://www.reddit.com/r/GrandTheftAutoV_PC/comments/32vego/potential_fix_for_those_crashing_intermittently ...
- 08 Dec 2024, 17:42
- Forum: Ubuntu & Desktop Linux
- Topic: Multi parts of a movie
- Replies: 1
- Views: 373
Re: Multi parts of a movie
If you have a multi-part movie, then you'd add CD1, CD2, etc to the end of the filename. :idea: The {plex} format will take care of adding - CD1 and - CD2 by default if a multi-part movie part is at hand: $ filebot -rename *.mp4 --db TheMovieDB --format "{plex.id}" --action TEST --log INFO [TEST ...
- 08 Dec 2024, 04:21
- Forum: Windows
- Topic: Invalid Charakter
- Replies: 1
- Views: 279
Re: Invalid Charakter
:?: What is your current custom format / naming scheme? :idea: Your custom format generates file paths that contain characters such as : colon that cannot be used in file paths on Windows. FileBot will thus prompt you to remove those characters so that the Windows file system will then accept the ...
- 08 Dec 2024, 04:11
- Forum: Windows
- Topic: FileBot suddenly does not Drag-Drop from file Selected from Win Explorer
- Replies: 5
- Views: 450
Re: FileBot suddenly does not Drag-Drop from file Selected from Win Explorer
:?: Just to confirm, we are talking about standard *.mkv files that work one PC but not another? That's very strange and unusual... no clue... :?: What does the cursor look like when it doesn't work? Does the cursor change as you drag files over the FileBot application? If so, then the log (press F5 ...
- 08 Dec 2024, 03:52
- Forum: Windows
- Topic: Filebot made a mess, i would like a refund
- Replies: 1
- Views: 369
Re: Filebot made a mess, i would like a refund
:idea: You can simply revert the current file names back to the original file names via the history and then try again. Make sure to double-check the proposed matches (and fix if necessary ) before clicking the Rename button this time around. https://www.youtube.com/watch?v=YOhwvWrW4rs :?: What are ...
- 08 Dec 2024, 03:43
- Forum: Scripting and Automation
- Topic: Presets lost after update
- Replies: 9
- Views: 645
Re: Presets lost after update
By the way, I have installed via msi and have had presets. OS is Win11Pro :?: You could check the %APPDATA%\FileBot folder to see if there are any files with older time stamps. That might give as a clue as to whether or not the entire folder was deleted somehow at some point. :?: You could check ...
- 08 Dec 2024, 03:23
- Forum: Episode / Movie Naming Scheme
- Topic: Romanizations...
- Replies: 5
- Views: 482
Re: Romanizations...
Maybe the best way is having different scripts. You could certainly have a single script that decides (just as you would manually) on what to do depending on the movie at hand, perhaps based on the country of origin, original language, and so on. e.g. if the movie is from Japan, search all the ...
- 07 Dec 2024, 15:49
- Forum: Episode / Movie Naming Scheme
- Topic: Romanizations...
- Replies: 5
- Views: 482
Re: Romanizations...
:idea: 合格 are Chinese characters, used in Mandarin Chinese, Korean, Japanese, etc. hé gé is the Pinyin romanisation these two characters in Mandarin Chinese. :!: Japanese is hard... even for computers... each Kanji can have somewhere between 2 and 20 readings plus special readings for exceptions like ...
- 07 Dec 2024, 14:59
- Forum: Windows
- Topic: FileBot suddenly does not Drag-Drop from file Selected from Win Explorer
- Replies: 5
- Views: 450
Re: FileBot suddenly does not Drag-Drop from file Selected from Win Explorer
Then no idea, unfortunately. There are no known issues regarding drag-n-drop not working. It works on all the Windows test machines I have available to me. EDIT: You could do a bit of random trial & error testing to maybe get a clue. Try rebooting your machine. Try dragging different files from ...
- 07 Dec 2024, 11:49
- Forum: Windows
- Topic: FileBot suddenly does not Drag-Drop from file Selected from Win Explorer
- Replies: 5
- Views: 450
Re: FileBot suddenly does not Drag-Drop from file Selected from Win Explorer
Are you running FileBot or Windows Explorer as Administrator by any chance?
- 07 Dec 2024, 03:25
- Forum: Scripting and Automation
- Topic: Presets lost after update
- Replies: 9
- Views: 645
Re: Presets lost after update
:?: What OS are you using? How did you install FileBot? MSI installer (we will assume this unless otherwise specified) or Microsoft Store? :idea: The default Presets will appear if you have no custom user presets. The default presets will be hidden as soon as you have at least one custom user preset ...
- 06 Dec 2024, 01:10
- Forum: Episode / Movie Naming Scheme
- Topic: Romanizations...
- Replies: 5
- Views: 482
Re: Romanizations...
FileBot has built-in support for ICU script transliteration.
e.g. use the built-in ascii() function to take care of everything:
e.g. if you need Latin (as opposed to ASCII which does not allow Diacritics) then you can do this:
e.g. use the built-in ascii() function to take care of everything:
Groovy: Select all
primaryTitle.ascii()
e.g. if you need Latin (as opposed to ASCII which does not allow Diacritics) then you can do this:
Groovy: Select all
primaryTitle.transliterate('Any-Latin')
- 04 Dec 2024, 01:24
- Forum: Ubuntu & Desktop Linux
- Topic: mov:null Tvs:null help
- Replies: 3
- Views: 603
Re: mov:null Tvs:null help
I can only recommend upgrading to the latest version of FileBot and using the latest version of the amc script. That'll most likely just work. It's a bit difficult to provide support for custom code. I'm not sure if 3.8 is a typo but if you mean FileBot 3.8 then that's from over a decade ago.
- 03 Dec 2024, 12:59
- Forum: Ubuntu & Desktop Linux
- Topic: Folder name being treated as part of the file name
- Replies: 10
- Views: 1083
Re: Folder name being treated as part of the file name
FileBot generally does not modify files and modifying the embedded media would require modifying the file content. That said, you can configure FileBot to call mkvpropedit on newly processed files in any manner that you see fit, at your own risk, as modifying file contents comes with the risk of ...
- 03 Dec 2024, 12:29
- Forum: Ubuntu & Desktop Linux
- Topic: Folder name being treated as part of the file name
- Replies: 10
- Views: 1083
Re: Folder name being treated as part of the file name
Yep, that'll work. The {s00e00} binding does support multi-episode formatting, so it'll give you S01E01 for a single-episode match and S01E01-E02 for a multi-episode match.
- 03 Dec 2024, 02:52
- Forum: Ubuntu & Desktop Linux
- Topic: Folder name being treated as part of the file name
- Replies: 10
- Views: 1083
Re: Folder name being treated as part of the file name
What is the input file name that you have?SantaBlowRudolph wrote: ↑02 Dec 2024, 17:36 Thanks cause I missed it it the settings I got "Title (year) SxxExx episode title. Thanks for the help
What is the custom format that you are currently using?