For example, I want the movie folder name to look like this:
Code: Select all
/4K Movies/{plex.id} {edition-$edition} {tmdb-$tmdbid}
Can anyone help me with the exact code to achieve this? Thanks a lot!
Code: Select all
/4K Movies/{plex.id} {edition-$edition} {tmdb-$tmdbid}
rednoah wrote: ↑12 Sep 2016, 10:03 e.g. Avatar (2009) {tmdb-19995}/Avatar (2009) {edition-Extended Edition} [720p, x264, AAC]Format: Select all
{ ~plex.id % { " {edition-$edition}" } % { " [$vf, $vc, $ac]" } }