pvr: play radio channels with dvdplayer instead of paplayer. fixes stuttering while...
[vuplus_xbmc] / system / playercorefactory.xml
index 66784de..6fc8c20 100644 (file)
@@ -33,5 +33,8 @@
 
     <!-- Pass these to dvdplayer as we do not know if they are audio or video -->
     <rule name="nsv" filetypes="nsv" player="DVDPlayer" />
+
+    <!-- pvr radio channels should be played by dvdplayer because they need buffering -->
+    <rule name="radio" filetypes="pvr" filename=".*/radio/.*" player="DVDPlayer" />
   </rules>
 </playercorefactory>