Search found 27 matches

by ByteShare
01 Sep 2023, 21:15
Forum: Episode / Movie Naming Scheme
Topic: Plex Jellyfin Editions with Multi Tags / Matching
Replies: 6
Views: 2234

Re: Plex Jellyfin Editions with Multi Tags / Matching

This is what I ended up with...two notes: 1. I'm sure this isn't the best way but what you get when you legacy things and don't start from scratch 2. Some of this would only be for me as I'm catching how I used to make "Tags" (ie [Comm]) and converting it to the editions format: .\{n.remov...
by ByteShare
29 Aug 2023, 07:16
Forum: Episode / Movie Naming Scheme
Topic: Plex Jellyfin Editions with Multi Tags / Matching
Replies: 6
Views: 2234

Re: Plex Jellyfin Editions with Multi Tags / Matching

Long delay, but thank you very much.
I was able to use the groovy code like the example you gave me to make my editions custom definitions!
by ByteShare
22 Sep 2022, 06:42
Forum: Episode / Movie Naming Scheme
Topic: Plex Jellyfin Editions with Multi Tags / Matching
Replies: 6
Views: 2234

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 ti...
by ByteShare
22 Sep 2022, 06:07
Forum: Help and Support
Topic: Best method for keeping filename specific info
Replies: 7
Views: 4228

Re: Best method for keeping filename specific info

Thanks for the reply. I'm just seeing this.
by ByteShare
22 Sep 2022, 06:05
Forum: Episode / Movie Naming Scheme
Topic: Plex Jellyfin Editions with Multi Tags / Matching
Replies: 6
Views: 2234

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...
by ByteShare
08 Dec 2020, 03:29
Forum: Help and Support
Topic: FileBot and TheTVDB
Replies: 5
Views: 27385

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
by ByteShare
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: 2463

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.
by ByteShare
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: 2463

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 ...
by ByteShare
10 Jan 2020, 21:26
Forum: Feature Requests and Bug Reports
Topic: TVDB Troubles - Again
Replies: 14
Views: 10438

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...
by ByteShare
10 Jan 2020, 20:42
Forum: Feature Requests and Bug Reports
Topic: TVDB Troubles - Again
Replies: 14
Views: 10438

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
by ByteShare
02 Sep 2019, 16:58
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 527301

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...
by ByteShare
13 Mar 2019, 15:22
Forum: Episode / Movie Naming Scheme
Topic: Multipart Episodes & Help with code
Replies: 5
Views: 3014

Re: Multipart Episodes & Help with code

rednoah wrote: 13 Mar 2019, 03:44 Haha. What changed? Adding a dot in the begging cost you 3 hours?!?! :shock:
There was another issue but it was two parts, one not trying to bother you and more importantly I was trying to learn :)
Next time just ask... Takes me 1 second. :roll:
Will do :) And thank you again for the support.
by ByteShare
12 Mar 2019, 21:34
Forum: Episode / Movie Naming Scheme
Topic: Multipart Episodes & Help with code
Replies: 5
Views: 3014

Re: Multipart Episodes & Help with code

I got it!!!

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)}
But I would't have without some starting help. Thank you a bunch.
by ByteShare
12 Mar 2019, 20:46
Forum: Episode / Movie Naming Scheme
Topic: Multipart Episodes & Help with code
Replies: 5
Views: 3014

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......
by ByteShare
12 Mar 2019, 16:42
Forum: Episode / Movie Naming Scheme
Topic: Multipart Episodes & Help with code
Replies: 5
Views: 3014

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...
by ByteShare
07 Mar 2019, 16:51
Forum: Windows
Topic: Advanced MKV Meta Data Writing
Replies: 4
Views: 3369

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.
by ByteShare
07 Mar 2019, 16:30
Forum: Windows
Topic: Advanced MKV Meta Data Writing
Replies: 4
Views: 3369

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...
by ByteShare
07 Mar 2019, 16:08
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.5
Replies: 43
Views: 56233

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 ...
by ByteShare
06 Mar 2019, 18:38
Forum: Feature Requests and Bug Reports
Topic: [BETA] FileBot 4.8.5
Replies: 43
Views: 56233

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.replaceAl...
by ByteShare
06 Mar 2019, 18:16
Forum: Windows
Topic: Advanced MKV Meta Data Writing
Replies: 4
Views: 3369

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?
by ByteShare
13 May 2018, 14:58
Forum: Help and Support
Topic: Best method for keeping filename specific info
Replies: 7
Views: 4228

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...
by ByteShare
12 May 2018, 16:05
Forum: Help and Support
Topic: Best method for keeping filename specific info
Replies: 7
Views: 4228

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...
by ByteShare
11 May 2018, 19:52
Forum: Help and Support
Topic: Best method for keeping filename specific info
Replies: 7
Views: 4228

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: "|"]...
by ByteShare
11 May 2018, 07:43
Forum: Help and Support
Topic: Best method for keeping filename specific info
Replies: 7
Views: 4228

Best method for keeping filename specific info

I'm using a script like this for movies: {n.upperInitial()} ({y}) {' CD'+pi} {fn.match(/(?i)Unrated/).replaceAll('(?i)Unrated','[UR]')} {fn.match(/(?i)\[UR\]/).replaceAll('(?i)UR','UR')} {fn.match(/(?i)DC/).replaceAll('(?i)DC','[DC]')} {fn.match(/(?i)ENG,JPN/).replaceAll('(?i)ENG,JPN','[ENG,JPN]')} ...
by ByteShare
14 Mar 2018, 15:21
Forum: Help and Support
Topic: Using -exec mkvpropedit
Replies: 2
Views: 2103

Re: Using -exec mkvpropedit

Thank you for clearing that up. I was already running a batch file: @echo off for %%a in (*.mkv) do "C:\Program Files\MKVToolNix\mkvpropedit.exe" "%output%%%~na%%~xa" --edit info --set "title=%%a" I use this step before renaming as a backup method in case something goes...