Search found 20 matches

by Jorm
28 May 2021, 18:37
Forum: Episode / Movie Naming Scheme
Topic: Stripping invalid characters from new path
Replies: 3
Views: 4138

Re: Stripping invalid characters from new path

If you want to explicitly allow : and friends in your file paths because you run only Linux, then you can use the -unixfs command-line flag: -unixfs : Allow special characters in file paths Thanks for that one will use ASAP in my little script, hehe your one nice dude -- normally u get a RTFM :) me...
by Jorm
28 May 2021, 15:29
Forum: Episode / Movie Naming Scheme
Topic: Stripping invalid characters from new path
Replies: 3
Views: 4138

Stripping invalid characters from new path

Hi, If / isn't stripped out under Linux then I don't know why : is, : is as far as I know only invalid under MacOS (most likely due to backward compatibility as not invalid under BSD), it would be neat if OS was detected and : was keept where it's a valid char. Stripping invalid characters from new ...
by Jorm
27 May 2021, 18:13
Forum: Episode / Movie Naming Scheme
Topic: Plex tv series naming and {} braces -- how do I do it?
Replies: 11
Views: 21463

Re: Plex tv series naming and {} braces -- how do I do it?

Your right funny I could not get it to work yesterday, been ill the last week so guess I was just tired, thanks for the excellent support even to people how don't think lol.
by Jorm
27 May 2021, 09:24
Forum: Episode / Movie Naming Scheme
Topic: Plex tv series naming and {} braces -- how do I do it?
Replies: 11
Views: 21463

Plex tv series naming and {} braces -- how do I do it?

Hi, Plex states "If you are using the “Plex TV Series” agent, you can optionally include the TMDB or TVDB show ID in the folder name to improve matching. If you choose to do that, it mustbe inside curly braces: ShowName (2020) {tvdb-123456} or ShowName (2020) {tmdb-123456} where 123456 is the s...
by Jorm
18 May 2021, 10:01
Forum: Episode / Movie Naming Scheme
Topic: Error when processing The.1980s.The.Deadliest.Decade.S01E**.1080p.HULU.WEB-DL.AAC2.0.H.264-NTb.mkv
Replies: 1
Views: 1920

Error when processing The.1980s.The.Deadliest.Decade.S01E**.1080p.HULU.WEB-DL.AAC2.0.H.264-NTb.mkv

Running filebot on a Series in a directory named The.1980s.The.Deadliest.Decade.S01.1080p.HULU.WEBRip.AAC2.0.x264-NTb\[rartv\] with files named The.1980s.The.Deadliest.Decade.S01E**.1080p.HULU.WEB-DL.AAC2.0.H.264-NTb.mkv results in error like below and it's a legit series name. How do you work aroun...
by Jorm
13 May 2021, 09:23
Forum: Episode / Movie Naming Scheme
Topic: / is an invalid filename char in Unix/Linux
Replies: 3
Views: 1873

Re: / is an invalid filename char in Unix/Linux

Ah get why it happens, but would it not be good thing to check for invalid chars before the final write to the filesystem, don't you check it in your code?
by Jorm
12 May 2021, 08:50
Forum: Episode / Movie Naming Scheme
Topic: / is an invalid filename char in Unix/Linux
Replies: 3
Views: 1873

/ is an invalid filename char in Unix/Linux

Hi So ran into a bug I guess as / is not allowed in filenames under Linux/Unix and I assume MacOS.. ############################################################## ### Processing The.Radiator.Springs.500.5.2013.1080p.BluRay.H264.AAC-RARBG ### ##########################################################...
by Jorm
11 May 2021, 13:51
Forum: Help and Support
Topic: What is the deal with title names it's not consistent..
Replies: 19
Views: 11669

Re: What is the deal with title names it's not consistent..

I am however really curious if I can get the .ascii() working as I do not want Unicode chars in the filenames, especially not in the first letter as it will determine where I store the final movie file. Extending the format expression from above, this should do it: { plex.derive{" [$vf]"}...
by Jorm
11 May 2021, 12:15
Forum: Help and Support
Topic: What is the deal with title names it's not consistent..
Replies: 19
Views: 11669

Re: What is the deal with title names it's not consistent..

Yep, there's probably no one-size-fits-all solution here, and there's always a chance of running into some odd corner case once you throw enough files at it. I did play with it a little bit though, and the custom --q expression does seem to nudge things in the right direction in this case as well: ...
by Jorm
11 May 2021, 10:42
Forum: Help and Support
Topic: What is the deal with title names it's not consistent..
Replies: 19
Views: 11669

Re: What is the deal with title names it's not consistent..

Unfortunately, River (2014) matches Lost. River.2014 even in Strict Mode. EDIT: Also, Lost is a known release group name, which might be the root cause of the problem. Ok think I will do a parser of out put to put a warning in the logs.. need to work with the movieDB API I guess. just want to cut d...
by Jorm
11 May 2021, 10:40
Forum: Help and Support
Topic: What is the deal with title names it's not consistent..
Replies: 19
Views: 11669

Re: What is the deal with title names it's not consistent..

rednoah wrote: 11 May 2021, 09:38 Sure. You can derive your custom Plex path and then take the tail section from that:

Code: Select all

{ plex.derive{" [$vf]"}.tail }
Ah great :).. can I also use the ascii() with this I get an error when testing?
by Jorm
11 May 2021, 09:43
Forum: Help and Support
Topic: What is the deal with title names it's not consistent..
Replies: 19
Views: 11669

Re: What is the deal with title names it's not consistent..

Ah.. Rename movies using [TheMovieDB] Auto-detect movie from context [/Storage/Video/Sources/Movies/L/Lost.River.2014.1080p.BluRay.H264.AAC-RARBG/Lost.River.2014.1080p.BluRay.H264.AAC-RARBG.mp4] [HARDLINK] from [/Storage/Video/Sources/Movies/L/Lost.River.2014.1080p.BluRay.H264.AAC-RARBG/Lost.River.2...
by Jorm
11 May 2021, 09:36
Forum: Help and Support
Topic: What is the deal with title names it's not consistent..
Replies: 19
Views: 11669

Re: What is the deal with title names it's not consistent..

Ok thanks for the tip.. yes input folders are always named movie.name.year.extrainfo. I could let me pre-processing script rename the subtitle files will not be very hard, so will implement that. Question when using {plex.derive{" - $vf"}} (which is a must to get subtitles to also have the...
by Jorm
11 May 2021, 08:49
Forum: Help and Support
Topic: What is the deal with title names it's not consistent..
Replies: 19
Views: 11669

Re: What is the deal with title names it's not consistent..

Here is a funny match, where Guilty.2015 gets renamed to Talvar (2015), even if the correct Guilty movie is the top result when doing a search at the TMDB. Here is when subtitle and movie gets renamed differently Rename movies using [TheMovieDB] Auto-detect movie from context [/Storage2/Video/Source...
by Jorm
11 May 2021, 06:43
Forum: Help and Support
Topic: What is the deal with title names it's not consistent..
Replies: 19
Views: 11669

Re: What is the deal with title names it's not consistent..

Yes of course the Er.Ist.Wieder.Da.2015 ->> Look Who's Back (2015) is the right way i.e. German to en_US title but heroes is the original Spanish title see: https://www.imdb.com/title/tt1483386/ Anyways.. let me dig up some more.. I have some other funny stuff going on though such as subtitles getti...
by Jorm
10 May 2021, 19:52
Forum: Help and Support
Topic: What is the deal with title names it's not consistent..
Replies: 19
Views: 11669

Re: What is the deal with title names it's not consistent..

I have not set a lang preference. I was assuming it was English.
by Jorm
10 May 2021, 19:43
Forum: Help and Support
Topic: What is the deal with title names it's not consistent..
Replies: 19
Views: 11669

Re: What is the deal with title names it's not consistent..

Er.Ist.Wieder.Da.2015 ->> Look Who's Back (2015) Forever.Young.2010 --> Heroes (2010) I can probably give you about 150+ examples. I'm using Plex naming schema and no do not want to fiddle with it.. Would think this should be consistent i.e. either always use local or always use US title or what eve...
by Jorm
10 May 2021, 19:12
Forum: Help and Support
Topic: What is the deal with title names it's not consistent..
Replies: 19
Views: 11669

What is the deal with title names it's not consistent..

Ok, So some of my US/UK titled movies get renamed to the original foreign title and some of my foreign titled moves get renamed to the US/UK title name. I have nothing against that it gets renamed but it has to be consistent. You can't have a Swedish titled movie being renamed to the US tilted, whil...
by Jorm
21 Apr 2021, 09:13
Forum: Scripting and Automation
Topic: Subtitle woes
Replies: 1
Views: 1595

Subtitle woes

Hi Folks, New and testing FileBot, running it under Linux. I tested a few example movies to rename. I'm using this command line: filebot -rename * --format '{plex.derive{" - $vf"}}' --output ./media --action TEST --apply import --conflict index However running into a few issues like this: ...