Plex TV with Network Info Renaming Help

All about user-defined episode / movie / file name format expressions
Post Reply
Duke2020
Posts: 1
Joined: 03 Aug 2021, 18:18

Plex TV with Network Info Renaming Help

Post by Duke2020 »

I am currently using the {plex.tail} rename option which is great! I would like also like it to add the network info example: Firefly (FOX)/Season 01/Firefly - S01E01 - Serenity. I've tried adding the {info.network} but it adds it to the episode name or in front of the Firefly folder. I am a noob with this so I'm not sure how to use the advanced options. Any help would be greatly appreciated!
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Plex TV with Network Info Renaming Help

Post by rednoah »

e.g. use n and info.network as desired, and then use {plex} for the tail section:

Code: Select all

{n} ({info.network})/{plex.tail.tail}

e.g. injecting information into the {plex} path:

Code: Select all

{~plex * " ($info.network)"}
:idea: Please read the FAQ and How to Request Help.
Post Reply