Search found 29 matches
- 22 Sep 2022, 06:42
- Forum: Episode / Movie Naming Scheme
- Topic: Plex Jellyfin Editions with Multi Tags / Matching
- Replies: 3
- Views: 682
Re: Plex Jellyfin Editions with Multi Tags / Matching
--"Do Plex / Jellyfin / etc support multiple {edition-XYZ} tags?" Both do support 1 edition in a file name, but what ever you want as long as it is between the [] and/or {}, like I have it will show that whole string as an "Edition" So only " - [{edition-STUFF}]" one time in a filename So not this: ...
- 22 Sep 2022, 06:07
- Forum: Help and Support
- Topic: Best method for keeping filename specific info
- Replies: 7
- Views: 3533
Re: Best method for keeping filename specific info
Thanks for the reply. I'm just seeing this.
- 22 Sep 2022, 06:05
- Forum: Episode / Movie Naming Scheme
- Topic: Plex Jellyfin Editions with Multi Tags / Matching
- Replies: 3
- Views: 682
Plex Jellyfin Editions with Multi Tags / Matching
Hi, I've tried a bit and searched around but haven't figured out a way to correctly match parts of a string of tags at a time. Please help :D 3 initial matches {fn.matchAll(/Unrated|\[UR\]/)?'UR':''} {fn.matchAll(/DirectorsCut|Director.*Cut|Director'sCut|\[DC]/)?' DC':''} {fn.matchAll(/ExtendedEditi...
- 08 Dec 2020, 03:29
- Forum: Help and Support
- Topic: FileBot and TheTVDB
- Replies: 5
- Views: 26583
Re: FileBot and TheTVDB
Just as a note, if something falls through with TheTVDB and TheMovieDB doesn't step up.
I saw this and it seems to have some movement:
TheShowDB
https://forum.kodi.tv/showthread.php?tid=352588
I saw this and it seems to have some movement:
TheShowDB
https://forum.kodi.tv/showthread.php?tid=352588
- 07 Oct 2020, 05:07
- Forum: Feature Requests and Bug Reports
- Topic: Bug: Shortcuts for Presets no longer working in 4.9.2
- Replies: 3
- Views: 2259
Re: Bug: Shortcuts for Presets no longer working in 4.9.2
Oh, okay. I didn't know that. Thank you, I guess I wasn't expecting them to stop working, sorry to bother.
- 07 Oct 2020, 04:46
- Forum: Feature Requests and Bug Reports
- Topic: Bug: Shortcuts for Presets no longer working in 4.9.2
- Replies: 3
- Views: 2259
Bug: Shortcuts for Presets no longer working in 4.9.2
I have several presets and before I upgraded to the newest version I could quickly use them or switch between them depending on the content and the desired renaming types I wanted by pressing 1-9 about the usual qwertyuiop row on my keyboard but below the F keys (F1, F2, etc...). I don't think this ...
- 10 Jan 2020, 21:26
- Forum: Feature Requests and Bug Reports
- Topic: TVDB Troubles - Again
- Replies: 14
- Views: 9849
Re: TVDB Troubles - Again
Yes, but SSL changes would affect both v1 and v2 API clients. That being said, removal of legacy SSL versions won't affect FileBot, at least not recently (as in after ~2015) released versions, and the error would likely say something akin to SSL Handshake failed rather than Read timeout . Okay, tha...
- 10 Jan 2020, 20:42
- Forum: Feature Requests and Bug Reports
- Topic: TVDB Troubles - Again
- Replies: 14
- Views: 9849
Re: TVDB Troubles - Again
Is FileBot on the new API? https://forums.thetvdb.com/viewtopic.php?f=3&t=61687 (API Update: Removing legacy SSL support)
They might have turned off something
They might have turned off something
- 11 Oct 2019, 20:28
- Forum: Feature Requests and Bug Reports
- Topic: Keyboard Shortcuts
- Replies: 8
- Views: 10121
Re: Keyboard Shortcuts
Oh, found out if you add files, then while holding Ctrl you can add more files to FileBot without overwriting the current list.
- 02 Sep 2019, 16:58
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 901
- Views: 445549
Re: Choose Java Swing Look-and-Feel (e.g. Dark Mode)
Open Start Menu and search for Set Environment Variables Click on New Name : FILEBOT_OPTS Value : -Dnet.filebot.theme=Darcula Click OK and then relaunch FileBot. :!: Note that you'll need the latest revision (i.e. r6135 or higher) for any of this to work. The FileBot (platform) launcher is using th...
- 13 Mar 2019, 15:22
- Forum: Episode / Movie Naming Scheme
- Topic: Multipart Episodes & Help with code
- Replies: 5
- Views: 2720
Re: Multipart Episodes & Help with code
There was another issue but it was two parts, one not trying to bother you and more importantly I was trying to learn

Will doNext time just ask... Takes me 1 second.

- 12 Mar 2019, 21:34
- Forum: Episode / Movie Naming Scheme
- Topic: Multipart Episodes & Help with code
- Replies: 5
- Views: 2720
Re: Multipart Episodes & Help with code
I got it!!!
But I would't have without some starting help. Thank you a bunch.
Code: Select all
{'.'+fn.match(/\d{2}x\d{2}\.?(\w)/).upper().replace(A:1,B:2,C:3,D:4,E:5,F:6,G:7,H:8,I:9)}
- 12 Mar 2019, 20:46
- Forum: Episode / Movie Naming Scheme
- Topic: Multipart Episodes & Help with code
- Replies: 5
- Views: 2720
Re: Multipart Episodes & Help with code
It is rare to get multipart episodes but 99% are from cartoons. It is even more rare that I get missing parts but generally that is because it was an anime that didn't get all of the episodes translated to english so there are actual missing episodes unless you get the original language only file......
- 12 Mar 2019, 16:42
- Forum: Episode / Movie Naming Scheme
- Topic: Multipart Episodes & Help with code
- Replies: 5
- Views: 2720
Multipart Episodes & Help with code
Right now I'm using (simplified): {n} {episode.special?'00':s.pad(2)}x{es*.pad(2).join('-')}{fn.match(/x[0-9][0-9]\.1|x[0-9][0-9][0-9]\.1|x[0-9][0-9]\.a|x[0-9][0-9][0-9]\.a|x[0-9][0-9]a|x[0-9][0-9][0-9]a/)?'.1':''} {t}{'.'+lang} I would use just {sxe} for the episode number but I can't get it to pad...
- 07 Mar 2019, 17:12
- Forum: Feature Requests and Bug Reports
- Topic: Keyboard Shortcuts
- Replies: 8
- Views: 10121
- 07 Mar 2019, 17:01
- Forum: Feature Requests and Bug Reports
- Topic: Keyboard Shortcuts
- Replies: 8
- Views: 10121
Re: Keyboard Shortcuts
HOME and END also work.
``Presets can be called instantly via keyboard shortcuts 1..9``
It is just 1-9 in the alphabetic order? I read through but didn't read anything about specifying which shortcut is for what preset.
``Presets can be called instantly via keyboard shortcuts 1..9``
It is just 1-9 in the alphabetic order? I read through but didn't read anything about specifying which shortcut is for what preset.
- 07 Mar 2019, 16:51
- Forum: Windows
- Topic: Advanced MKV Meta Data Writing
- Replies: 4
- Views: 2983
Re: Advanced MKV Meta Data Writing
Oh, that is really neat {Original}
I'll use that for now as another layer of redundancy.
Thank you.
I'll use that for now as another layer of redundancy.
Thank you.
- 07 Mar 2019, 16:30
- Forum: Windows
- Topic: Advanced MKV Meta Data Writing
- Replies: 4
- Views: 2983
Re: Advanced MKV Meta Data Writing
1. FileBot does not modify files, and thus can't modify mkv properties which are embedded in the file content. Oh, I thought it could use MKVpropedit, which would only help with MKVs but most of my content is MKV. 2. FileBot does store the original filename as xattr (i.e. filesystem metadata) along...
- 07 Mar 2019, 16:08
- Forum: Feature Requests and Bug Reports
- Topic: [BETA] FileBot 4.8.5
- Replies: 43
- Views: 53044
Re: [BETA] FileBot 4.8.5
You can fix your format by adding the second argument or by using a different method that only requires 1 argument: {n.replaceAll(/[?:.]+$/, '')} {n.removeAll(/[?:.]+$/)} Tried both, and both fixed my issues. Thank you! Would you add the removeAll function to: https://www.filebot.net/naming.html I ...
- 07 Mar 2019, 15:58
- Forum: Feature Requests and Bug Reports
- Topic: Keyboard Shortcuts
- Replies: 8
- Views: 10121
Keyboard Shortcuts
I was looking at this topic: viewtopic.php?t=3532
Is there a shortcut to analyze files with the last preset / mode used?
Is there a shortcut to Rename files after they've been analyzed?
Is there a shortcut to clear the Rename list?
Is there a shortcut to analyze files with the last preset / mode used?
Is there a shortcut to Rename files after they've been analyzed?
Is there a shortcut to clear the Rename list?
- 06 Mar 2019, 18:38
- Forum: Feature Requests and Bug Reports
- Topic: [BETA] FileBot 4.8.5
- Replies: 43
- Views: 53044
Re: [BETA] FileBot 4.8.5
I'd guess it has something to do with touching JDK but not sure. The issue I'm having on 4.8.5 and not on 4.8.2 is with this script: {n.replaceAll(/[?:.]+$/).replaceAll(/[`´???]/, "'").upperInitial()} {episode.special ? '00x'+special.pad(2) : s.pad(2)+'x'+es*.pad(2).join('-')} {t.replaceAll(/[?:.]+$...
- 06 Mar 2019, 18:16
- Forum: Windows
- Topic: Advanced MKV Meta Data Writing
- Replies: 4
- Views: 2983
Advanced MKV Meta Data Writing
I believe with FileBot 4.7.2 and up we can edit MKV Meta Data such as the MKVTitle.
I was wondering is there a way to do this from the GUI with my presets to make the original filename be added to the MKV Title so I can keep track of old filenames in case I made a mistake renaming?
I was wondering is there a way to do this from the GUI with my presets to make the original filename be added to the MKV Title so I can keep track of old filenames in case I made a mistake renaming?
- 13 May 2018, 14:58
- Forum: Help and Support
- Topic: Best method for keeping filename specific info
- Replies: 7
- Views: 3533
Re: Best method for keeping filename specific info
Thank you all for the help again. Incase anyone wanted to see what I've come up with thus far with the help... Movie: .\{n.upperInitial()} ({y}) {fn.matchAll(/\[(ENG|JPN|SPA|GER|RUS|CHI|ENG,JPN)\]/).toString().upper()} {fn.matchAll(/Commentary|\[Comm\]/)? '[Comm]' : ''} {fn.matchAll(/\[Rifftrax]|\[R...
- 12 May 2018, 16:05
- Forum: Help and Support
- Topic: Best method for keeping filename specific info
- Replies: 7
- Views: 3533
Re: Best method for keeping filename specific info
Thank you a ton. The difference between someone that knows what they're doing a me a monkey at a keyboard is a-mazing! The matchAll is nice because it also matches different cases so I don't need to use (?i) in front of expressions. My over all script went from 903 characters to 669, and I still hav...
- 11 May 2018, 19:52
- Forum: Help and Support
- Topic: Best method for keeping filename specific info
- Replies: 7
- Views: 3533
Re: Best method for keeping filename specific info
Thank you for the ideas. Using a text file: "Water Boyy (2015) [UR] [Comm] [Doc].txt" I tried the following: A: {n.upperInitial()} ({y}) {' CD'+pi} {'[' + fn.match(/Riff|Doc|UR|Comm/).upperInitial() + ']'} Is sorta of the same problem I was already having with the pipes [Or: "|"], it is only matchin...