User(s) browsing this thread: 1 Guest(s)
|
Music Player Daemon (MPD) 2009-10-01 Re-Release
|
|
10-13-2009, 06:09 AM
(This post was last modified: 10-13-2009 06:09 AM by avanegmond.)
|
|||
|
|||
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(10-12-2009 09:29 AM)kurben Wrote: I am really looking forward on trying this out when it is finished for the CSI. Minion for Firefox. Plenty to be found here: MPD Clients - aleg -------------------------------------------------------------------------------- PCH A100 (Stable firmware), 250GB 2.5"" WD Caviar-PATA, Connected to Pioneer KRL32V at HDMI 1080p60/50/24, Ubuntu Server NAS, Naim DAC + XPS-2, mpd + iPod with mPod |
|||
|
10-13-2009, 04:28 PM
|
|||
|
|||
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(10-12-2009 09:29 AM)kurben Wrote: I am really looking forward on trying this out when it is finished for the CSI. I really like Gnome Music Player Client! http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client |
|||
|
10-13-2009, 04:36 PM
|
|||
|
|||
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(10-12-2009 09:29 AM)kurben Wrote: I am really looking forward on trying this out when it is finished for the CSI. Mpod if you have an ipod or iphone is absolutely awesome & free!! C200 -HDMI Video & Toslink to Sony 5.1 DTS Reciever HDD: 500GB WD Blue 2.5" BEVTx DVD drive: Samsung SH-203B TV: One 400LBS 36" Sony MEGA CRT 16:9 for my c200 & a Panasonic 42" Plasma (TCP42C1) 720p for the bedroom. |
|||
|
10-17-2009, 06:10 AM
|
|||
|
|||
|
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
Hi,
can i plug in a USB Soundcard and route the output from the MDP as "bitperfect" to the USB Device? Thanks |
|||
|
10-17-2009, 10:58 AM
|
|||
|
|||
|
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
Could someone please post the required telnet commands to install this particular version?
TIA |
|||
|
10-17-2009, 12:19 PM
|
|||
|
|||
| RE: Music Player Daemon (MPD) 2009-10-01 Re-Release | |||
|
10-18-2009, 02:26 PM
|
|||
|
|||
|
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
Thanks, I installed it and works ok, just trying to see if it hangs the player on the second movie play.
Till now it happened once when playing mp3's with mono. One last question. When I try to issue direct mpd commands, like --recreate-database, here is what I get: ./mpd: can't load library 'libbz2.so.1' In .../mpd/lib I see the file libbz2.so.1 Any suggestions? |
|||
|
10-19-2009, 11:35 PM
|
|||
|
|||
|
I have an issue that may have been covered in the past but I can't locate the issue.
I have a A-110 connected to my Yamaha receiver by optical and to my TV by HDMI. when I play FLAC files in MPDJB I have sound from both the TV and receiver even though I have HDMI audio turned off on the PCH. No sound comes out of the TV while using Musicjukebox 7 or playing movies. While playing music with MPDJB and starting photo slide show the sound from the TV stops again. Could anyone help me to stop the audio being passed over HDMI to the TV? ![]() Thanks chadsfake |
|||
|
10-20-2009, 01:38 AM
|
|||
|
|||
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(10-19-2009 11:35 PM)chadsfake Wrote: I have an issue that may have been covered in the past but I can't locate the issue. I´ve noticed that same issue on the previous MPD package version (on the old thread) so, it seems that´s not fixed. It also happens on .mp3 files and/or playing them from Music Jukebox or Firefox addon Minion. |
|||
|
10-20-2009, 07:00 AM
|
|||
|
|||
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(10-19-2009 11:35 PM)chadsfake Wrote: I have an issue that may have been covered in the past but I can't locate the issue. It happens with me as well. I just turn off the sound on the TV (mute on your remote) ![]() - aleg -------------------------------------------------------------------------------- PCH A100 (Stable firmware), 250GB 2.5"" WD Caviar-PATA, Connected to Pioneer KRL32V at HDMI 1080p60/50/24, Ubuntu Server NAS, Naim DAC + XPS-2, mpd + iPod with mPod |
|||
|
10-20-2009, 08:56 AM
|
|||
|
|||
|
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
Hey alanh,
is there a way to get mpd working together with a sqlite database instead of its own internal db? Currently MDPJB gets all its info from executing mpd commands, which might get quite slow on large libraries. We're brainstorming about an efficient solution and sqlite support would be the best for 3rd party software. Any ideas? |
|||
|
10-20-2009, 09:01 AM
(This post was last modified: 10-20-2009 09:07 AM by shadowcode.)
|
|||
|
|||
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(10-18-2009 02:26 PM)gcf Wrote: Thanks, I installed it and works ok, just trying to see if it hangs the player on the second movie play. I can't access my box right now (at work).. but.. if you check daemon.sh you'll see that it uses the LD_LIBRARY_PATH hack to point MPD to the proper libs. What I did for debugging was just copy daemon.sh to run.sh and modify that to not run daemonized with whatever. (or, alternatively, I think you can just do LD_LIBRARY_PATH=libs bin/mpd --recreate-database from the wossname (shell, terminal, y'know) but I'm not sure how nasty that is. I noticed that AppInit also specified daemon.sh, I wonder if this doesn't conflict with the way MPD installs itself. http://docs.google.com/View?docID=dch893...on=_latest (will check when at home if unanswered) |
|||
|
10-20-2009, 01:00 PM
(This post was last modified: 10-20-2009 01:05 PM by adelias.)
|
|||
|
|||
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(10-18-2009 02:26 PM)gcf Wrote: Thanks, I installed it and works ok, just trying to see if it hangs the player on the second movie play. Have symbolic links from the libs to these been created? |
|||
|
10-20-2009, 01:02 PM
|
|||
|
|||
|
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
Tranks for these package !
I tried to use MPD with an iphone client and when I tried the "streaming" feature, the client told me to enable the "icecast" part of MPC. Is it something to launch from MPD command or to be compiled with MPD binaries ? |
|||
|
10-21-2009, 02:56 PM
|
|||
|
|||
|
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
Great! MPD on CSI FTW!
|
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]




![[+]](images/collapse_collapsed.gif)




See page 2 of the thread.




