mpd on analog xbmc on hdmi. - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Configuration (/forum-17.html) +--- Thread: mpd on analog xbmc on hdmi. (/thread-925.html) Pages: 1 2 |
RE: mpd on analog xbmc on hdmi. - GloW - 30th May, 2013 02:36 AM Ok. Thank you both for your time. I think i gonna try Rasbian on antoher SDcard for mpd purpose Thx. RE: mpd on analog xbmc on hdmi. - rikardo1979 - 30th May, 2013 05:04 AM I know that this is not the answer you was looking for an I'm sorry that we couldn't help you any better this time RE: mpd on analog xbmc on hdmi. - pplcanfly - 25th Aug, 2013 06:28 PM Hello, I don't know if something changed since last time you talked but luckily today I managed to make such setup. I have audio via HDMI in XBMC and different analog audio stream from mpd at the same time. I haven't found any issues so far, it works fine. I was struggling a bit with this but these links might be helpful: http://www.raspberrypi-spy.co.uk/2013/06/raspberry-pi-command-line-audio/ http://www.audiohobby.com/raspberry-pi-for-audiophiles/ The most important things are: - install alsa-utils - add snd-bmc2835 module to /etc/modules - configure music directory access privileges, owners/groups etc. My mpd.conf modifications: music_directory "/media/hdd1/music" group "audio" #bind_to_address "localhost" (this line should be commented) |