2008-05-27, 01:02 AM
I routinely add .mkv, .mp4, .ogm and some other file formats to the supported list of file types for XRecord so that is shows those types as well.
[INDENT][SIZE="2"] <Custom>
<ConverterElement name="converter1" extension="avi" startbatch="" stopbatch=""/>
<ConverterElement name="converter2" extension="wmv" startbatch="" stopbatch=""/>
<ConverterElement name="converter3" extension="mkv" startbatch="" stopbatch=""/>
<ConverterElement name="converter4" extension="ogm" startbatch="" stopbatch=""/>
<ConverterElement name="converter5" extension="mp4" startbatch="" stopbatch=""/>
<ConverterElement name="converter6" extension="divx" startbatch="" stopbatch=""/>
<!--
<ConverterElement name="converter1" extension="avi" startbatch="transcode.bat" stopbatch="stoptranscode.bat"/>
-->
</Custom>[/SIZE]
[/INDENT]
The latest version crashes out when I try to scroll down the list of files when I have added any of the extra ConverterElement items to the skin. A previous version (not sure how to tell which one anymore but it is pretty recent) works fine.
Unfortunately, there wasn't much information in the log other than the standard errors about not able to find converter node (except it now prints this error 4 times rather than just the traditional 2.
It would also be nice if these additional file types were added to the base install so that I don't need to manually add them each time (or move these to the config file or, best yet, just honor the file types supported in the defaule video library plugin).
[INDENT][SIZE="2"] <Custom>
<ConverterElement name="converter1" extension="avi" startbatch="" stopbatch=""/>
<ConverterElement name="converter2" extension="wmv" startbatch="" stopbatch=""/>
<ConverterElement name="converter3" extension="mkv" startbatch="" stopbatch=""/>
<ConverterElement name="converter4" extension="ogm" startbatch="" stopbatch=""/>
<ConverterElement name="converter5" extension="mp4" startbatch="" stopbatch=""/>
<ConverterElement name="converter6" extension="divx" startbatch="" stopbatch=""/>
<!--
<ConverterElement name="converter1" extension="avi" startbatch="transcode.bat" stopbatch="stoptranscode.bat"/>
-->
</Custom>[/SIZE]
[/INDENT]
The latest version crashes out when I try to scroll down the list of files when I have added any of the extra ConverterElement items to the skin. A previous version (not sure how to tell which one anymore but it is pretty recent) works fine.
Unfortunately, there wasn't much information in the log other than the standard errors about not able to find converter node (except it now prints this error 4 times rather than just the traditional 2.
It would also be nice if these additional file types were added to the base install so that I don't need to manually add them each time (or move these to the config file or, best yet, just honor the file types supported in the defaule video library plugin).