I want to modify this:
Code: Select all
{ plex % {" {tmdb-$tmdbid}"} % {" {imdb-$imdbid}"} % {"{edition-$edition}"} % {" [$vs-$vf]"} % {" [$s3d]"} % {" [$hdr]"} % {" [$ac $channels]" } % {" [$vc]"} % {" -$group"} }
Similarly, for shows/episodes, I essentially want the same…but with show and season folders…and for the {imdb-$imdbid} to be in the show folder name. I don’t need {edition-$edition}, but I would like all of the audio/video info in the file name.
How would I do this? I hope this makes sense…