It would be great to be able to pass in details from audio and video codec as part of the custom file renaming.
example I'd like to be able to do:
%showname%.S%season%##E%episode%##.%episodename%.%resolution%.%sourcedefinition%.%audiocodec%%audiochannels%.%videocodec%
would produce:
Title.S01E02.Subtitle.1080i.hdtv.DD5.1.x264
Comments: ** Comment from web user: rboy1 **
example I'd like to be able to do:
%showname%.S%season%##E%episode%##.%episodename%.%resolution%.%sourcedefinition%.%audiocodec%%audiochannels%.%videocodec%
would produce:
Title.S01E02.Subtitle.1080i.hdtv.DD5.1.x264
Comments: ** Comment from web user: rboy1 **
While it's a good idea I see some issues with this and compatability with some MCEBuddy features.
1. Is the video information taken from the source video or converted video?
2. If it is taken from the converted video, the Do not reconvert functionality would break since it depends up on comparing the TO BE converted file name with the history file for converted filenames. In this case since the file hasn't been converted that would be no converted video properties and hence the TO BE converted filename cannot be generated and that function would fail.