Diskussion:Loungeradio2: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
 
Zeile 34: Zeile 34:
 
  Fakt ist wer mit kleinen darstellungsfehlern leben kann kann itunes unter linux haben
 
  Fakt ist wer mit kleinen darstellungsfehlern leben kann kann itunes unter linux haben
 
  so long.....[[User:Naxx|Naxx]]
 
  so long.....[[User:Naxx|Naxx]]
 +
 +
 +
==without using apple software in an emulated windows in deine ubuntu==
 +
vmware anyone?
 +
 +
schdriehm from xmms 2 airport:
 +
 +
<small>vage erinnerung und bash_history tell me this:</small>
 +
 +
sudo apt-get install libsamplerate0-dev libfltk1.1-dev libid3tag0-dev fluid
 +
wget http://downloads.sourceforge.net/raop-play/raop_play-0.5.1.tar.gz?modtime=1134716006&big_mirror=0
 +
tar -xzf raop_play-0.5.1.tar.gz
 +
cd raop_play-0.5.1
 +
./configure
 +
make
 +
sudo make install
 +
cd drivers
 +
make
 +
sudo make install
 +
 +
 +
--scripts yayayaya!--
 +
 +
load_airport_express_driver
 +
 +
#!/bin/sh
 +
module=alsa_raoppcm
 +
devnode=/tmp/pcmout
 +
if ! grep "^$module" /proc/modules > /dev/null; then
 +
    /sbin/modprobe alsa_raoppcm
 +
fi
 +
major=`sed -n -r "s/(^[0-9]+) pcmout/\\1/p" /proc/devices`
 +
if [ -c $devnode ]; then
 +
    rm -f $devnode;
 +
fi
 +
mknod $devnode c $major 0
 +
 +
 +
start_airport_express
 +
 +
#!/bin/bash
 +
sudo sh load_airport_express_driver
 +
#raop_play airport /tmp/pcmout &
 +
raop_play loungeradio /tmp/pcmout &
 +
 +
 +
stop_airport_express
 +
 +
#!/bin/bash
 +
killall -9 raop_play
 +
 +
 +
 +
usage
 +
 +
start xmms
 +
preferences->output plugin-> alsa xyzblah
 +
->Configure-> Audio Device-> select "ALSARAOPPCM"
 +
mixer: alsa raoppcm (?)
 +
use software mixer: yes (?)
 +
ok,ok,ok
 +
 +
play music
 +
 +
shell: sudo sh start_airport_express
 +
 +
# Alder, kauf mich macbuhk!!!1

Version vom 22. November 2006, 02:35 Uhr

Itunes.with.AirTunes.on.UBUNTU

also hier ne kurze zusammenfassung:
ich habe mir heute fuer daheim auch ein airport express dingens
gekauft. leider besitze ich kein macos also musste ich nach ner andren 
lösung suchen.
da bei mir beide hier geposteten lösungen nicht funktioneren wollten habe
ich etwas andres gemacht.
ka ob es was zur sache tut aber ich fahre derzeit ubuntu feisty...(with x...fluxbox....)
ich habe kein quicktime stuff installed.
also hier ist so ungefaer was tat (hab nen nachmittag gepielt daher keine garantie)
->apt-get install wine 
damit habe ich wine installed
dannach habe ich mir mehrfach versucht mittels wine it....setup...usw von der airport cd zu installen.
das schlug immer fehl ;)
also bin ich dazu uebergegangen mir quicktime von der apple seite zu holen :P
da gibt es 2 die standart und die alternative allerdings bin ich mir nicht sicher welche ich installed habe
daher muss ich euch sagen ihr muesst das selber testen.
->wine quicktimesomething.exe
ging ohne nennenswerte probleme.
->wine itunes-setup.exe 
das hat nicht so toll geklappt, dachte ich zuerst aber nach einigen hängern usw hats dann doch hingehauen.
also nicht entmutigen lassen, nix killen sondern abwarten...sah aus als haette x nen paar haenger.
aber es funktionierte mit viel geduld. weiter gings fuer mich nach 
/home/naxxatoe/.wine/...drive_c/...Programme/itunes/ als ich dort angelangt war passierte:
->wine itunes.exe
und wieder sahs aus als wuerde der xserver verrecken, nach 2 mins startete der setup assistant von apple
und nach 5 mins sah ich itunes ;)
jetzt ohne nennenswerte darstellungsprobleme :P dann hab ich musik importiert und bei mir 
auf meinem airport express der nachdem ich ihn an einem windoof sys geconfiged hatte wolvespack hiess
wiedergegeben.
!!!!funktioniert!!!!
Fakt ist wer mit kleinen darstellungsfehlern leben kann kann itunes unter linux haben
so long.....Naxx


without using apple software in an emulated windows in deine ubuntu

vmware anyone?

schdriehm from xmms 2 airport:

vage erinnerung und bash_history tell me this:

sudo apt-get install libsamplerate0-dev libfltk1.1-dev libid3tag0-dev fluid
wget http://downloads.sourceforge.net/raop-play/raop_play-0.5.1.tar.gz?modtime=1134716006&big_mirror=0
tar -xzf raop_play-0.5.1.tar.gz
cd raop_play-0.5.1
./configure
make
sudo make install
cd drivers
make
sudo make install


--scripts yayayaya!--

load_airport_express_driver

#!/bin/sh
module=alsa_raoppcm
devnode=/tmp/pcmout
if ! grep "^$module" /proc/modules > /dev/null; then
    /sbin/modprobe alsa_raoppcm
fi
major=`sed -n -r "s/(^[0-9]+) pcmout/\\1/p" /proc/devices`
if [ -c $devnode ]; then
    rm -f $devnode;
fi
mknod $devnode c $major 0


start_airport_express

#!/bin/bash
sudo sh load_airport_express_driver
#raop_play airport /tmp/pcmout &
raop_play loungeradio /tmp/pcmout &


stop_airport_express

#!/bin/bash
killall -9 raop_play


usage

start xmms
preferences->output plugin-> alsa xyzblah
->Configure-> Audio Device-> select "ALSARAOPPCM"
mixer: alsa raoppcm (?)
use software mixer: yes (?)
ok,ok,ok
play music
shell: sudo sh start_airport_express

  1. Alder, kauf mich macbuhk!!!1