User(s) browsing this thread: 1 Guest(s)
| Poll: Was the installation succesful? This poll is closed. |
|||
| Yup, everything is working fine. | ![]() ![]() |
27 | 57.45% |
| No, but I fixed it. | ![]() ![]() |
2 | 4.26% |
| No, it's broken :-( | ![]() ![]() |
7 | 14.89% |
| I don't know how to install MPD. | ![]() ![]() |
11 | 23.40% |
| Total | 47 votes | 100% | |
| * You voted for this item. | [Show Results] |
|
Music Player Daemon (MPD) 2010-04-04 v0.15.9
|
|
01-01-2011, 06:47 PM
|
|||
|
|||
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
(12-19-2010 11:24 PM)BSartist Wrote: Hello, I got the same error (when trying with the manual package install v15.9) and it seems it was caused by an extra "," in the appinfo.json file. To fix it it should be enough to change make the following change in the appinfo.json file inside the zip/tar file: Code: {Code: {The same goes for the mpdAudioPlugin. Cheers /iix |
|||
|
01-14-2011, 11:23 AM
(This post was last modified: 01-14-2011 12:00 PM by opfeifer.)
|
|||
|
|||
|
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
Yo, MPD 0.16 (stable) is out!
![]() Anybody willing to compile it for NMT? Can't wait ... ... because it supports lastfm with proper 'now playing' info (which is important if you use scobbler). Best, Olaf EDIT: ups, I'm sorry, I should have noticed that you guys are already on that case! (a few posts up) |
|||
|
01-23-2011, 09:51 AM
|
|||
|
|||
|
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
I've installed the 0.16 and the plugin (mpd-smp86xx_plugin-0.16-dev-Apr042010) on my A110 and I get the following exception (http://pch:9999/mpd/log.txt):
Quote:Jan 23 09:28 : GLib: GError set over the top of a previous GError or uninitialized memory. Anyone any idea? Regards, BW PCH A-110 2TB HDD 3.5" |
|||
|
01-23-2011, 01:46 PM
|
|||
|
|||
|
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
Hello,
Thanks for this super application. I only got one problem. My popcorn A-100 is connected to the amplifier via audio output. This works fine! I can control my music with my laptop and the minion plugin for firefox. But when I go upstairs I want to hear my music with the streaming client also available in MPD. I don't get this to work. my mpd.conf: music_directory "/share/Music" playlist_directory "/share/Apps/mpd/playlists/" db_file "/share/Apps/mpd/database2" log_file "/share/Apps/mpd/var/log/mpd" state_file "/share/Apps/mpd/var/run/state" bind_to_address "any" port "6600" log_level "default" input { plugin "curl" } audio_output { type "smp86xx" load "plugins/smp86xx_plugin.so" name "My Sigma Chip" engine "0" # optional decoder "1" # optional ramdac "1" # optional line_count "2048" # optional fifo_us "500000" # optional hdmi "sii9134" mixer_type "software" # mixer_type "hardware" } # Simply for testing: audio_output { type "httpd" name "My HTTP Stream" encoder "vorbis" # optional, vorbis or lame port "9999" # quality "5.0" # do not define if bitrate is defined bitrate "128" # do not define if quality is defined format "44100:16:1" } I expect to hear music with VLC with adresss http://IPMYPOPCORN:9999 But I get a error message The mpd\log tells me: Failed to open "My HTTP Stream" [httpd]: Address already in use If a try to change port 9999 in another number, Minion fails to connect Can please anyone explain me how to get the stream to work? All comments are welcome! Greetings Richard |
|||
|
01-27-2011, 08:25 PM
|
|||
|
|||
|
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
Yes, you should use a different port. But the A100's CPU probably isn't powerful enough to encode the output stream in realtime. My guess is that it's just too busy trying, with no time left to respond to Minion's requests.
(I've had streaming working from the C200 once, which has a more powerful CPU, but not from the A100. Don't remember exactly how it failed, though.) |
|||
|
01-29-2011, 05:51 PM
|
|||
|
|||
|
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
New MPD user here. I have a PCH-A110 with the latest firmware (01-17-101217-15-POP-403). I've got MPD installed and can successfully connect to it via clients (Firefox minion for example). The database looks ok, as I can see the songs that are on the hard disk. However, I cannot play anything. When I try to play a song, nothing happens.
Any advice would be greatly appreciated. Thanks |
|||
|
01-29-2011, 10:54 PM
|
|||
|
|||
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
(01-29-2011 05:51 PM)Foamy Wrote: New MPD user here. I have a PCH-A110 with the latest firmware (01-17-101217-15-POP-403). I've got MPD installed and can successfully connect to it via clients (Firefox minion for example). The database looks ok, as I can see the songs that are on the hard disk. However, I cannot play anything. When I try to play a song, nothing happens. Have you installed both mpd & mpdAudioPlugin and started those? |
|||
|
01-30-2011, 03:09 AM
|
|||
|
|||
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
(01-29-2011 10:54 PM)Angelkiller Wrote: Have you installed both mpd & mpdAudioPlugin and started those? Yes, I installed both mpd and mpdAudioPlugin with CSI as described in the installation instructions. I see mpd running via ps. Should I also see mpdAudioPlugin? /opt/sybhttpd/localhost.drives/HARD_DISK # ps aux | grep mpd 1447 root 0:00 /share/Apps/mpd/bin/mpc-ird 1473 root 0:00 /share/Apps/mpd/bin/mpd /share/Apps/mpd/etc/mpd.conf 1474 root 0:00 /share/Apps/mpd/bin/mpd /share/Apps/mpd/etc/mpd.conf 1475 root 0:00 /share/Apps/mpd/bin/mpd /share/Apps/mpd/etc/mpd.conf 1476 root 0:00 /share/Apps/mpd/bin/mpd /share/Apps/mpd/etc/mpd.conf |
|||
|
01-30-2011, 09:07 AM
|
|||
|
|||
|
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
It was a bit tricky for me to at first sometimes i have to turn off and on my HDX-1000 to get it work.
Power button on the remote control and start the PHC again it might work... sometimes i have to restart the Gnome Music Player Client too... |
|||
|
01-30-2011, 04:32 PM
|
|||
|
|||
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
(01-29-2011 05:51 PM)Foamy Wrote: New MPD user here. I have a PCH-A110 with the latest firmware (01-17-101217-15-POP-403). I've got MPD installed and can successfully connect to it via clients (Firefox minion for example). The database looks ok, as I can see the songs that are on the hard disk. However, I cannot play anything. When I try to play a song, nothing happens. Is anyone successfully using MPD on a PCH-A110 with the latest firmware release? I'm wondering if that may have something to do with the problem. I sometimes see the following message in the mpd log, but it doesn't really seem to correspond to my attempts to play a song: [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5cf670]moov atom not found |
|||
|
01-30-2011, 05:37 PM
(This post was last modified: 01-30-2011 05:43 PM by Foamy.)
|
|||
|
|||
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
(01-30-2011 04:32 PM)Foamy Wrote: Is anyone successfully using MPD on a PCH-A110 with the latest firmware release? I'm wondering if that may have something to do with the problem. Sorry everyone but the problem was operator error. I had a basic misunderstanding of how the MPD clients work; I thought I could directly select and play a file, rather than adding it to a playlist and playing from there. Duh. It's working now! |
|||
|
02-08-2011, 10:18 PM
|
|||
|
|||
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
(01-27-2011 08:25 PM)geerten Wrote: Yes, you should use a different port. But the A100's CPU probably isn't powerful enough to encode the output stream in realtime. My guess is that it's just too busy trying, with no time left to respond to Minion's requests. Thanks Geerten for your answer! I have the stream now on port 8000. I don't get error's anymore. But....... you are probably right. When I try to fetch the stream with f.i. mplayer it takes about two minutes to fill the buffer. I only do not understand why the A100 can play video's but cannot stream mp3's?! Greetings, Richard |
|||
|
03-20-2011, 05:08 PM
|
|||
|
|||
|
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
I searched the forum again on finding some feedback on the issue of HDD keeps spinning when MPD daemon is active. It seems that nobody solved this issue yet.
Is it understood why MPD causes the HDD not to go to sleep when no music is played ? Furthermore I'm wondering if MPD priority can be raised, when downloading AND playing music, downloading seems to get higher priority. eg music starts to stutter. I appriciate any feedback. MPD is just THE way to play music with PCH. seemless playback, controle via client ( android phone in my case) just great. Geert |
|||
|
03-23-2011, 11:21 AM
|
|||
|
|||
|
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
I am just trying to get ALAC files to play on my NMT (they are in M4a containers) because the Popcorn Hour will not play them. The M4a files are stored on a networked hard drive.
I read that this format is supported by MPD so I haveinstalled the two packages as described in the very first step. Nothing shows up on my PCH Apps menu, but they show as installed on the NMT CSI, what do I do next? Thanks |
|||
|
03-23-2011, 02:32 PM
|
|||
|
|||
|
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
Okay, I got it working for some files stored locally on the PCH hard Drive, but I store all my music on a network share. What do I change to make MPD look at a different location for the music?
|
|||
|
« Next Oldest | Next Newest »
|

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








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




