congagacon
New Member
Vấn đề là sau khi vọc WMP mà các cho là số một và XBMC thấy Xmbc đơn giản hơn nhiều mà đẹp chả kém lên em quyết định xài Xbmc để quản lý. Nhưng có một vấn đề là
khi em xem phim em chạy ngoài bằng Kmplayer ( để hiệu chỉnh và chất lượng hơn ) thì em dùng đoạn code
<playercorefactory>
<players>
<player name="KMPlayer" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\The KMPlayer\KMPlayer.exe</filename>
<args>/fullscreen /close "{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv" filename=".*720.*|.*1080.*" player="kmplayer"/>
<rule filetypes="vob" player="kmplayer"/>
thì Xbmc cho liên kết chạy ngoài bằng Kmplayer
Nhưng em muốn nghe nhạc ngoài bằng foobar em lại phải chỉnh lại code trên
<playercorefactory>
<players>
<player name="foobar2000" type="ExternalPlayer" audio="true" video="false">
<filename>G:\Setup phan mem nghe nhac xem phim\foobar2000 - DarkOne\foobar2000\foobar2000.exe</filename>
<args>/fullscreen /close "{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filetypes="flac" player2="foobar2000"/>
<rule filetypes="wav" player2="foobar2000"/>
<rule filetypes="ape" player2="foobar2000"/>
</rules>
</playercorefactory>
thì nó cũng cho em nghe lossless trên foobar
vậy em muốn sử dụng cả hai external này thì phải viết code như thế nào ( em hơi dốt C ++ ) bác nào cao thủ nào giúp cai 8-}
khi em xem phim em chạy ngoài bằng Kmplayer ( để hiệu chỉnh và chất lượng hơn ) thì em dùng đoạn code
<playercorefactory>
<players>
<player name="KMPlayer" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\The KMPlayer\KMPlayer.exe</filename>
<args>/fullscreen /close "{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv" filename=".*720.*|.*1080.*" player="kmplayer"/>
<rule filetypes="vob" player="kmplayer"/>
thì Xbmc cho liên kết chạy ngoài bằng Kmplayer
Nhưng em muốn nghe nhạc ngoài bằng foobar em lại phải chỉnh lại code trên
<playercorefactory>
<players>
<player name="foobar2000" type="ExternalPlayer" audio="true" video="false">
<filename>G:\Setup phan mem nghe nhac xem phim\foobar2000 - DarkOne\foobar2000\foobar2000.exe</filename>
<args>/fullscreen /close "{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filetypes="flac" player2="foobar2000"/>
<rule filetypes="wav" player2="foobar2000"/>
<rule filetypes="ape" player2="foobar2000"/>
</rules>
</playercorefactory>
thì nó cũng cho em nghe lossless trên foobar
vậy em muốn sử dụng cả hai external này thì phải viết code như thế nào ( em hơi dốt C ++ ) bác nào cao thủ nào giúp cai 8-}