{Plex} naming path too long

All about user-defined episode / movie / file name format expressions
Post Reply
Sebanisu
Posts: 2
Joined: 04 Mar 2018, 14:15

{Plex} naming path too long

Post by Sebanisu »

I tried

Code: Select all

{plex.take(100)}
but that didn't seem to work.

Ground Control to Psychoelectric Girl has very long titles so when I attempt to rename to Plex standards it doesn't work.
Sebanisu
Posts: 2
Joined: 04 Mar 2018, 14:15

Re: {Plex} naming path too long

Post by Sebanisu »

this seemed to work

Code: Select all

{plex[0]}/{plex[1]}/{plex[2]}/{plex[3].take(100)} 
sorry about the bother
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: {Plex} naming path too long

Post by rednoah »

Are you sure?

The {plex} binding already limits the episode title to 150 characters so that leaves 100 characters for the series name and episode numbers.

In any case, you can use {plex.dir} to simplify your current solution.
:idea: Please read the FAQ and How to Request Help.
Post Reply