Filenaming expressions

chrisallen511

19-11-2009 13:20:10

Any chance of implementing this?
Check out the link below.
http://filebot.sourceforge.net/naming.html

that way i can pull the codec and video resolution as well as stuff like this
{if (file =~ "BluRay") "BluRay"}

which if it finds the string "BluRay" in the file name it will put the text "BluRay" in the renamed files name. that way tvname should recognise the episode even when it has tags in the filename

if you can string it together to detect based on case as well and correct to your chosen spelling etc eg.

hdtv = HDTV
HDTV = HDTV
bluray = BluRay
Blu-ray = BluRay
dvdrip = DVDRip


pulling the video resolution would be awesome as well as the audio codec used.

rednoah

19-01-2010 12:33:46

{if (file =~ "BluRay") "BluRay"}
How cool is that? This is the first time I've seen someone using the naming scheme, Groovy style!

--rednoah

michaelg04

27-01-2010 06:22:34

this is something i would love to see, as i use YAMJ with the AEON skin that grabs this data from the filename. only other idea i've come across is using tvrename first, then something like this

chrisallen511

16-04-2010 12:19:02

Any chance of this being added? I like how Ember Media Manager can add the source and audio codecs etc to the filename. can this be a feature added? it would make my day!