DSPlayer (DirectShow Player for XBMC) Frodo build available
(2013-02-22, 16:22)Skank Wrote: if you want to avoid keep asking the same question about using dvdplayer for streams, you could add it to your first post

Good idea.Smile I will do so.

(2013-02-22, 16:29)hanserson1 Wrote: Hello Smile

is there a possibility to separate dvd-iso and bluray-iso in the mediaconfig.xml? Since I have to use avsplitter for nice bluray playback I cannot get the dvd menu selection working since dvdnavigator seems to be the only source filter that can do it. Unfortunately there i only one global iso setup section in the mediaconfig.xml. Anybody a solution how I can configure dvd-iso and bluray-iso seperately?

Cheers!

I know that you can assign DVDs and BD ISOs to different players by adding tags to filenames (like MYFAVORITEMOVIE.BD.ISO) and appropriate rules in playercorefactory.xml, though I'm not sure if you can do the same for different filters in mediaconfigs.xml. Theoretically you can use filename= property in mediaconfigs.xml too, so you can try:
Code:
<rule filetypes="iso" filename=".*BD.*">
...
</rule>
<rule filetypes="iso" filename=".*DVD.*">
...
</rule>
Or you can unpack DVDs from ISOs to folders and assign a rule for IFO files.
Reply


Messages In This Thread
RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - by Roman_V_M - 2013-02-22, 16:45
HELP!!! - by takiyon - 2014-12-28, 16:12
Logout Mark Read Team Forum Stats Members Help
DSPlayer (DirectShow Player for XBMC) Frodo build available8