Search found 20 matches

by kolbdog32
28 May 2024, 14:39
Forum: Episode / Movie Naming Scheme
Topic: Keep actual episode title and actual show title using plex format
Replies: 6
Views: 2910

Re: Keep actual episode title and actual show title using plex format

Never mind i figured it out if i do this

Code: Select all

{plex.unix % { " (" + t.match(/[(]([0-9]+)[)]/) + ")" } }
It's exactly like it is on either website the show and episode. So thanks I apprecate it.
by kolbdog32
28 May 2024, 14:01
Forum: Episode / Movie Naming Scheme
Topic: Keep actual episode title and actual show title using plex format
Replies: 6
Views: 2910

Re: Keep actual episode title and actual show title using plex format

It seems it only works for episodes that dont have (1)(2) in episode name but it does work for episodes that have !,?,' in the episode title. so it only works half way. since i tried it on Amazing Digital Circus - Candy Carrior Choaos! and it works for that but it doenst work for episodes with (1)(2 ...
by kolbdog32
28 May 2024, 13:44
Forum: Episode / Movie Naming Scheme
Topic: Keep actual episode title and actual show title using plex format
Replies: 6
Views: 2910

Re: Keep actual episode title and actual show title using plex format

That only works for tv show title not the eactual episode title i just tried it
by kolbdog32
28 May 2024, 12:59
Forum: Episode / Movie Naming Scheme
Topic: Keep actual episode title and actual show title using plex format
Replies: 6
Views: 2910

Keep actual episode title and actual show title using plex format

Hi am just wondering when you use plex format is there a way you can keep the full episode title from tvdb/tmdb instead of it only showing the episode name since some have values such as ?,!, excetra in the episode title or actual title of show and episode. Thanks in advacne. Since i want to keep ...
by kolbdog32
14 Feb 2024, 03:26
Forum: Episode / Movie Naming Scheme
Topic: Figure out good episode format
Replies: 18
Views: 5437

Re: Figure out good episode format

Here's what I get: $ filebot -list --db TheTVDB --q 391246 --format "{y} | {startdate} | {airdate} | {episode}" 2020 | 2020-10-31 | 2020-10-31 | Helluva Boss - 1x01 - Murder Family 2020 | 2020-10-31 | 2020-12-09 | Helluva Boss - 1x02 - Loo Loo Land 2020 | 2020-10-31 | 2021-01-31 | Helluva Boss ...
by kolbdog32
13 Feb 2024, 21:34
Forum: Episode / Movie Naming Scheme
Topic: Figure out good episode format
Replies: 18
Views: 5437

Re: Figure out good episode format

Sometimes it grabs correct year from main page sometimes it doesnt for shows.
Also i tried this code:

Code: Select all

({startdate.year})
And this one:

Code: Select all

{airdate.year}
They all do the same thing it seams.
by kolbdog32
13 Feb 2024, 21:24
Forum: Episode / Movie Naming Scheme
Topic: Figure out good episode format
Replies: 18
Views: 5437

Re: Figure out good episode format

Well, if you found something that works for you, why not just use that? Looks good to me at a glance, added another {startdate.year} to the episode file name: {n} ({startdate.year})/{episode.special ? 'Specials' : 'Season '+s.pad(2)}/{n} ({startdate.year}) - {s00e00} - {t} Firefly (2002)/Season 01 ...
by kolbdog32
13 Feb 2024, 15:21
Forum: Episode / Movie Naming Scheme
Topic: Figure out good episode format
Replies: 18
Views: 5437

Re: Figure out good episode format

:?: Please provide System Information to confirm which version you are currently using. Please read How to Request Help . Just to confirm, we are using the latest version now, correct? And you can confirm that you have upgraded to the latest version and it still doesn't work? Because it sounds a ...
by kolbdog32
13 Feb 2024, 15:05
Forum: Episode / Movie Naming Scheme
Topic: Figure out good episode format
Replies: 18
Views: 5437

Re: Figure out good episode format

:?: Please provide System Information to confirm which version you are currently using. Please read How to Request Help . Just to confirm, we are using the latest version now, correct? And you can confirm that you have upgraded to the latest version and it still doesn't work? Because it sounds a ...
by kolbdog32
13 Feb 2024, 14:52
Forum: Episode / Movie Naming Scheme
Topic: Figure out good episode format
Replies: 18
Views: 5437

Re: Figure out good episode format

I can do the plex binding by itself I just can't add any periods after it for the bindings.
by kolbdog32
13 Feb 2024, 14:30
Forum: Episode / Movie Naming Scheme
Topic: Figure out good episode format
Replies: 18
Views: 5437

Re: Figure out good episode format

If i use {plex.year.id} Binding "year": undefined Nothing happens for some reason I can't only use the plex binding by itself. I can do {n} ({startdate.year})/ {n} - {s00e00} - {t} C:/Users/kolbdog32/Videos/Firefly (2002)/ Firefly - S01E01 - Serenity The start date year appears fine. just can't do ...
by kolbdog32
13 Feb 2024, 14:17
Forum: Episode / Movie Naming Scheme
Topic: Figure out good episode format
Replies: 18
Views: 5437

Re: Figure out good episode format

:?: Please provide screenshots so we can see what you can see. If you see an error message, then you can click on it to copy & paste the text content. Please copy & paste error messages verbatim. :?: Please provide System Information to confirm which version you are currently using. Please read How ...
by kolbdog32
13 Feb 2024, 13:37
Forum: Episode / Movie Naming Scheme
Topic: Figure out good episode format
Replies: 18
Views: 5437

Re: Figure out good episode format

{ plex.year.id } not yet working seems like a problem. I see no hard technical / hardware / compatibility reason as to why you can't upgrade, so I guess you can just upgrade, no? It'll take less than a minute. I see no downsides. For some reasson whenefver i put in the binding it says undefined. I ...
by kolbdog32
13 Feb 2024, 04:58
Forum: Episode / Movie Naming Scheme
Topic: Figure out good episode format
Replies: 18
Views: 5437

Re: Figure out good episode format

I am using an older free version of filebot i can't use the id format or year I guess you could try using the latest version? Which version are you using? Why not use the latest version? I am using Filebot 4.8.5. The reason I am not usign the latest version is because i have had no problems with ...
by kolbdog32
12 Feb 2024, 01:12
Forum: Episode / Movie Naming Scheme
Topic: Figure out good episode format
Replies: 18
Views: 5437

Re: Figure out good episode format

rednoah wrote: 11 Feb 2024, 06:12 The {plex} format does everything you want:

Format: Select all

{ plex.year.id }

Code: Select all

TV Shows/Firefly (2002) {tmdb-1437}/Season 01/Firefly (2002) - S01E01 - Serenity
I am using an older free version of filebot i can't use the id format or year
by kolbdog32
11 Feb 2024, 04:13
Forum: Episode / Movie Naming Scheme
Topic: Figure out good episode format
Replies: 18
Views: 5437

Figure out good episode format

I am trying to figure out a good episode format that will include the year next to the title. A 0 in-front of the season number. I also want to be able to have a specials folder. Also i want to be able to handle multipart episodes if there is any since i don't always want to have a "-" separating ...
by kolbdog32
05 Feb 2024, 15:32
Forum: Episode / Movie Naming Scheme
Topic: Rename multipart episodes
Replies: 11
Views: 7531

Re: Rename multipart episodes

Match "Let's Go Luna - S01E03-E04.mkv" against TheTVDB and then use the following format: {n} - {s00e00.replace('-', '')} - {t} That will generate the following file name: Let's Go Luna! - S01E03E04 - Lullaby for Baby Vlad & Space Is the Place :idea: Note that S01E03-E04 refers to a sequence of ...
by kolbdog32
05 Feb 2024, 14:40
Forum: Episode / Movie Naming Scheme
Topic: Rename multipart episodes
Replies: 11
Views: 7531

Re: Rename multipart episodes

That episdoe is just an example
by kolbdog32
05 Feb 2024, 14:32
Forum: Episode / Movie Naming Scheme
Topic: Rename multipart episodes
Replies: 11
Views: 7531

Re: Rename multipart episodes

:arrow: You can use {plex} as format, or {n} - {s00e00} - {t} , etc. :idea: If the file at hand is named "Let's Go Luna - S01E03-E04" then FileBot will already have matched the episode to a multi-episode object so all the default bindings will work as they all support multi-episode objects. Your ...
by kolbdog32
05 Feb 2024, 13:56
Forum: Episode / Movie Naming Scheme
Topic: Rename multipart episodes
Replies: 11
Views: 7531

Rename multipart episodes

Hi I was just wondering is there a format i can use to rename multipart episodes without the dash in between the two episodes The episode i want to rename is Let's Go Luna - S01E03-E04 - Lullaby for Baby Vlad & Space Is the Place But I would like it to be like this in this format Let's Go Luna ...