Search found 14 matches

by nyxtyr
10 Nov 2021, 00:57
Forum: Help and Support
Topic: plex imdb tag not adding to folder name
Replies: 18
Views: 19976

Re: plex imdb tag not adding to folder name

Thank you for looking in to that. My ideal setup would be for the subs to be forced to eng. X:\Movies\Batman Begins (2005) {imdb-tt0372784}\Batman Begins (2005) {imdb-tt0372784}.mp4 X:\Movies\Batman Begins (2005) {imdb-tt0372784}\Batman Begins (2005) {imdb-tt0372784}.eng.srt X:\Movies\Batman Begins ...
by nyxtyr
01 Nov 2021, 01:43
Forum: Episode / Movie Naming Scheme
Topic: Solved, removing (US) from {ny} tag using TheTVDB with GUI windows
Replies: 3
Views: 5734

Re: Help, removing (US) from {ny} tag using TheTVDB

C:/TV Shows/{ny.replaceAll(/\(\D{2}\)\s?/)} {"{imdb-tt${omdb.imdbId.pad(7)}}"}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{ny.replaceAll(/\(\D{2}\)\s?/)} - {episode.special ? 'S00E'+special.pad(2) : S00E00} - {t.replaceAll(/[`´‘’ʻ]/, /'/).replaceAll(/[!?.]+$/).replacePart(', Part ...
by nyxtyr
31 Oct 2021, 21:09
Forum: Episode / Movie Naming Scheme
Topic: Solved, removing (US) from {ny} tag using TheTVDB with GUI windows
Replies: 3
Views: 5734

Solved, removing (US) from {ny} tag using TheTVDB with GUI windows

Hello, I want to remove (US), (UK) and other country codes from a TV show title using TheTVDB. For example "Hell's Kitchen (US) (2005) {imdb-tt0437005}" => "Hell's Kitchen (2005) {imdb-tt0437005}" for the folder names then "Season 01\Hell's Kitchen (2005) - S01E01 - Day 1.mp...
by nyxtyr
31 Oct 2021, 20:35
Forum: Help and Support
Topic: plex imdb tag not adding to folder name
Replies: 18
Views: 19976

Re: plex imdb tag not adding to folder name

So i did a test with a bunch of other .com extensions and on the .mx website extension causes this with the subtitle files 4.9.4 Y:/{plex.parent}{" {imdb-$imdbid}"}/{plex.derive{" {imdb-$imdbid}"}.name} Update .id turns in to .ind .is turns in to .ice .nl turns in to .dut Sample ...
by nyxtyr
31 Oct 2021, 17:47
Forum: Episode / Movie Naming Scheme
Topic: Plex tv series naming and {} braces -- how do I do it?
Replies: 11
Views: 21664

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

e.g. {"{imdb-tt${omdb.imdbId.pad(7)}}"} Thank you this worked perfect for me. Updated code snippet below. /TV Shows/{ny} {"{imdb-tt${omdb.imdbId.pad(7)}}"}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{ny} - {episode.special ? 'S00E'+special.pad(2) : S00E00} - {t.replaceAl...
by nyxtyr
31 Oct 2021, 06:22
Forum: Episode / Movie Naming Scheme
Topic: Plex tv series naming and {} braces -- how do I do it?
Replies: 11
Views: 21664

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

Hello, I am also having a similar issue with the {} brackets not being able to output them to the filename. I tried several things but unable to get it to output how I want it. '{'imdb-{'tt'+omdb.imdbId.pad(7)}'}' "{"imdb-{'tt'+omdb.imdbId.pad(7)}"}" '{imdb-{'tt'+omdb.imdbId.pad(...
by nyxtyr
31 Oct 2021, 05:49
Forum: Help and Support
Topic: plex imdb tag not adding to folder name
Replies: 18
Views: 19976

Re: plex imdb tag not adding to folder name

As you can see in this image it doesn't do that in 4.9.2

Image
by nyxtyr
31 Oct 2021, 05:42
Forum: Help and Support
Topic: plex imdb tag not adding to folder name
Replies: 18
Views: 19976

Re: plex imdb tag not adding to folder name

They are in English
by nyxtyr
31 Oct 2021, 05:40
Forum: Help and Support
Topic: plex imdb tag not adding to folder name
Replies: 18
Views: 19976

Re: plex imdb tag not adding to folder name

Folder = batman begins (2005) [1080p] [BluRay] [VER.MX] File Error = batman.begins.2005.1080p.BluRay.x264.ACC-[VER.MX].idx File NO Error= batman.begins.2005.1080p.BluRay.x264.ACC-[VER.MX].mp4 File Error = batman.begins.2005.1080p.BluRay.x264.ACC-[VER.MX].srt File Error = batman.begins.2005.1080p.Blu...
by nyxtyr
31 Oct 2021, 05:24
Forum: Help and Support
Topic: plex imdb tag not adding to folder name
Replies: 18
Views: 19976

Re: plex imdb tag not adding to folder name

Thanks for the reply. Currently testing again in 4.9.4 and having the same error. Sorry for the long delay I was down with a bad case of covid. It would be for the subtitle files specifically and not the video files themselves. Where they would usually get .eng.sub, .eng.vtt or .eng.srt they all def...
by nyxtyr
28 Feb 2021, 05:16
Forum: Help and Support
Topic: plex imdb tag not adding to folder name
Replies: 18
Views: 19976

Re: plex imdb tag not adding to folder name

FileBot 4.9.3 broke the below snippet Using TheMovieDB Y:/{plex.parent}{" {imdb-$imdbid}"}/{plex.derive{" {imdb-$imdbid}"}.name} For some reason it is changing the names from /Movies/Batman Begins (2005) [verify.com]/Batman Begins (2005) [verify.com].mp4 to /Movies/Batman Begins ...
by nyxtyr
22 Nov 2020, 06:26
Forum: Help and Support
Topic: plex imdb tag not adding to folder name
Replies: 18
Views: 19976

Re: plex imdb tag not adding to folder name

I tested

Code: Select all

Y:/{plex.parent}{" {imdb-$imdbid}"}/{plex.derive{" {imdb-$imdbid}"}.name}
and this works perfectly. Thank you for the reply much appreciated.
by nyxtyr
17 Nov 2020, 17:38
Forum: Help and Support
Topic: plex imdb tag not adding to folder name
Replies: 18
Views: 19976

plex imdb tag not adding to folder name

As seen on the plex documentation at https://support.plex.tv/articles/naming-and-organizing-your-movie-media-files/ /Movies /Batman Begins (2005) {imdb-tt0372784} Batman Begins (2005) {imdb-tt0372784}.mp4 The imdb id is in the folder name and file name but when using the filebot renaming format belo...