DSPlayer (DirectShow Player for XBMC) Frodo build available
(2014-03-20, 03:53)aracnoz Wrote: finished

I have yet to try but I think that everything will work with the various filters for subtitles not only with xy-VSFilter

however you have to start to testing this new features as i set it to be sure that all work correctly Smile

download and install this xy-VSFilter_3.0.0.211_Installer.exe

as i said in the filtersconfigs.xml i've added this new filter


Code:
<!-- Subs filters -->
    <filter name="xyvsfilter" type="subs">
      <guid>{9852A670-F845-491B-9BE6-EBD841B8A613}</guid>
      <osdname>XyVSFilter Auto</osdname>
    </filter>

so if you wanna exclude libsubs.dll you must add the new tag <subs filter in the mediaseconfig.xml in this way

Code:
<rule filetypes="mkv|avi|mp4">
    <source filter="avsource" />
    <splitter filter="avsplitter" />
    <video filter="lavvideodec" />
    <audio filter="ffdaudiodec" />    
    <subs filter="xyvsfilter" />
  </rule>

now xbmc work as usual but with xy-vsfilter controlled by xbmc's gui


xbmc should remember the last selected subtitle, but sometime if you select a stream and in a millisecond you close the player and you restart he cannot work correctly

in this cases i think that xbmc hasn't a time to store the selected stream information into the database

so you have to wait at least some seconds after you has changed the sub Smile

obviously if you want that xbmc use the libsubs.dll you have to remove <subs filter from the mediasconfig.xml

that's all


this is the build when we have tested for good we can build a setup

XBMC_EXEONLY-test_xyvsfilter-Gotham_dsplayer.rar

night

ciauz
I will test this later, as I am at work now. However, are you able to have it work with the "Use system filters (DirectShow merits)" option as well? Or it it work together with that option?
Reply


Messages In This Thread
RE: DSPlayer (DirectShow Player for XBMC) Frodo build available - by cosmo321 - 2014-03-20, 10:35
HELP!!! - by takiyon - 2014-12-28, 16:12
Logout Mark Read Team Forum Stats Members Help
DSPlayer (DirectShow Player for XBMC) Frodo build available8