Include a Jukebox in MedaPortal (1 Viewer)

A

Anonymous

Guest
Hi all,

i was missing a Jukebox feaure in MyMusik for log Party's. To let it play MP3 files for random and let the guest select there own musik.

I have found two grate programms for that. Both can be integrated into MediaPortal and are ful skinnable. So you can change the UI to fit into the MediaPortal if you don't likne the original one's.

You can find them here:
DSD Jukebox: http://www.dsd-jukebox.de/pages/english.html
WinCab: http://webpages.charter.net/celamantia/jukebox/#future

My favorite is the WinCab Jukebox. You can control it with a minimum number of key and it quits with the ESC key. Here is a Screen shot:
dwj30b1.gif


You can include both with the same methode as Oliver-h has used in his tip for CD-Rip http://nolanparty.com/mediaportal.sourceforge.net/phpBB2/viewtopic.php?t=1729

Here is my include in mymusicsongs.xml:
Code:
		    <control>
			    <description>Scan button</description>
			    <type>button</type>
			    <id>9</id>
			    <posX>60</posX>
			    <posY>301</posY>
			    <label>193</label>
			    <onleft>9</onleft>
			    <onright>50</onright>
			    <onup>19</onup>
			    <ondown>378</ondown>
		    </control>


<control>
	<description>Wincab</description> 
	<type>button</type> 
	<id>378</id> 
	<posX>60</posX> 
	<posY>335</posY> 
	<label>Jukebox</label> 
	<onleft>9</onleft> 
	<onright>50</onright> 
	<onup>9</onup> 
	<ondown>379</ondown> 
	<application>C:\Programme\Jukebox\wincab.exe</application> 
	<arguments></arguments> 
</control> 
<control>
	<description>DSD Jukebox</description> 
	<type>button</type> 
	<id>379</id> 
	<posX>60</posX> 
	<posY>368</posY> 
	<label>DSD Jukebox</label> 
	<onleft>9</onleft> 
	<onright>50</onright> 
	<onup>378</onup> 
	<ondown>2</ondown> 
	<application>C:\Programme\DSD Jukebox\Jukebox.Exe</application> 
	<arguments></arguments> 
</control> 


		</control>
		<control>
			<type>group</type>
			<description>group element</description>
			<animation>FlyInFromTop</animation>

Have fun
HaPe
 

Users who are viewing this thread

Top Bottom