All about user-defined episode / movie / file name format expressions
-
Sebanisu
- Posts: 2
- Joined: 04 Mar 2018, 14:15
Post
by Sebanisu »
I tried
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
Post
by Sebanisu »
this seemed to work
Code: Select all
{plex[0]}/{plex[1]}/{plex[2]}/{plex[3].take(100)}
sorry about the bother
-
rednoah
- The Source
- Posts: 23939
- Joined: 16 Nov 2011, 08:59
- Location: Taipei
-
Contact:
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.