Since VorbiS appeared I'm having a jukebox ProjecT

TODO

Current Setup

Main system is :

HardWare: armv5 nas which I plugged in my UsB guitar effect Processor which provide UsbAudio Chip….

Software side The main OperatingSystem is debian and AudioPlayer is MpD i can control using MpC or my HarmattaN HandSet as a RemoteControl

Install :

1st Read : http://rzr.online.fr/q/harmattan

apt-get update; apt-get remove qmobilempd ;  apt-get install qmobilempd
/opt/qmobilempd/bin/qmobilempd

Alternative is to login to target using SsH and run :

ncmpc -h $host -p $passwd # host=localhost passwd=hackme

ToDo :

More :

@tag: FreeDomBox BoX JukE qt

www.audiosyncrazy.com_details_zoom_02820.jpg

OBSOLETE RANDOM JUNK

AUDIO SERVER

sudo apt-get install mopidy-soundcloud
ln -fs /mnt/audio /var/lib/mopidy/local/
sudo /etc/init.d/mopidy-daemon force-reload

features

hardware

software

player :

mpd

sudo aptitude install mpd mpc ncmpc
sudo grep '/var' /etc/mpd.conf
#| music_directory         "/var/lib/mpd/music"
sudo ln -fs ~/mnt/audio /var/lib/mpd/music/user-$USER-mnt-audio
sudo /etc/init.d/mpd restart && mpc update && ncmpc 
# mkdir -p  ~/mnt && ln -fs /mnt/nfs/host-nas-local/data/audio ~/mnt/

http://mpd.wikia.com/wiki/Client:Qmobilempd

git diff  mpd.conf
diff --git a/mpd.conf b/mpd.conf
index 851ae53..097b3de 100644
--- a/mpd.conf
+++ b/mpd.conf
@@ -79,7 +79,8 @@ user                          "mpd"
 # to have mpd listen on every address
 #
 # For network
-bind_to_address                "localhost"
+#bind_to_address               "localhost"
+bind_to_address                "any"
 #
 # And for Unix Socket
 #bind_to_address               "/var/run/mpd/socket"

Crontab -e

0 0 * * *  /usr/bin/mpc stop

HttP ResT

ProbleM : I noticed 100% CpU On VorbiS or 48Khz wav decoding ? while it's 15% on Mp3 files :

SolutioN : make sure to using 44.1Khz sample rate not 48Khz

 oggenc --reseample 44100

xmms2

transport

daap

DLNA

 sudo apt-get install minidlna
 ls /var/lib/minidlna
 sudo minidlna -R
 sudo service minidlna restart

@TaG: UPnP LsProDuo DlnA FreeBox XbMc

other

misc

UI

FLOSS

MISC

MORE

jukebox.txt · Last modified: 2024/02/25 09:54 by rzr
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki