Page 1 of 1

{Plex} naming path too long

Posted: 04 Mar 2018, 14:19
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.

Re: {Plex} naming path too long

Posted: 04 Mar 2018, 14:25
by Sebanisu
this seemed to work

Code: Select all

{plex[0]}/{plex[1]}/{plex[2]}/{plex[3].take(100)} 
sorry about the bother

Re: {Plex} naming path too long

Posted: 04 Mar 2018, 16:07
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.