[mythtv-users] Mythtv Backend Windows 7 Media Center upnp client

David Blain MythTv at TheBlains.net
Wed Jan 27 02:18:31 UTC 2010


> > 	"video/x-ms-dvr"
> >
> > David.
> >
> > _______________________________________________
> >
> Where would you set that?
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Mythbacend\upnpcdstv.cpp 

337     QString sMimeType; 
338  
339     if ( QFile::exists(sFilePath) ) 
340         sMimeType = HTTPRequest::TestMimeType( sFilePath ); 
341     else 
342         sMimeType = HTTPRequest::TestMimeType( sBaseName ); 
343

A quick hack to see it work would be to hardcode the value in the sMimeType
variable and not use TestMimeType.

Obviously it wouldn't be the long term solution...

David.



More information about the mythtv-users mailing list