Leo Weppelman wrote:
I think you are missing the point... The difference is in the mediatype not
in the extension
What the hell are you talking about?
From the patch:
TypeMapping[] = {
119 { MEDIATYPE_MVIDEO,
120 { "wmv", "mpg", "avi", "vob", "mpeg",
"nuv", NULL }},
121 { MEDIATYPE_MMUSIC,
122 { "mp3", "ogg", "flac", NULL }},
123 { MEDIATYPE_MGALLERY,
124 { "tif", "jpg", "png", NULL }},
125 { 0 , {NULL} }};
Where is MEDIATYPE_MRECEPY in all of this?
All I asked was for that hardcoded static list to be moved out to a
setting. A better solution would be to keep the list, flesh it out so
it's not missing tons of valid extensions like it is now, then add
settings that append to the various lists. We don't want to require a
code change just so the user can add a format
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev