I currently use the following formula for TV shows [on a Mac]:
Code: Select all
/Volumes/TV Shows/TV Shows/{n.replaceAll(/[`´‘’ʻ"]/, "'").replace(':'," -").replace('?',".")}{" $genres"}/Season {s.pad(2)} {try{sdhd}catch(e){'SD'}}{' '+vf.match(/720[pP]|1080[pP]/)}/{episode.special ? 'Special/':''}{n.replaceAll(/[`´‘’ʻ"]/, "'").replace(':'," -").replace('?',".")} {episode.special ? '[Special] ':''}[{s.pad(2)}x{es*.pad(2).join('-').replaceAll('null',{episode.special ? special.pad(2):''})}] {t.replaceAll(/[`´‘’ʻ"]/, "'").replace(':'," -").replace('?',".")} [{try{"$source "}catch(e){'XQ '}}{vf.match(/720[pP]|1080[pP]/)+' '}{try{"$ac"}catch(e){'UA'}}{" $group"}]

This worked fine, for the most part, until I wanted to add {info.status} to the name of the series folder. I wanted to make it look a little like "Series [Ended, Drama, Fantasy, etc]" vs. "Series [Ended] [Drama, Fantasy, etc]"
That's one thing.
With the release of OS X Mavericks, the use of tags has expanses past using only colors with one label per color.
I would like to see the ability to tag TV Shows with customizable colors and labels for certain things (such as genres, resolution, audio, quality, etc) if possible.
One of the tabs on the left side of the application can be the window to customize different values with different tag colors and labels.
Please consider this and let me know. I'm sure I'm not the only user who'd like something like this implemented.