[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Poll: Was the installation succesful?
This poll is closed.
Yup, everything is working fine. 57.45% 27 57.45%
No, but I fixed it. 4.26% 2 4.26%
No, it's broken :-( 14.89% 7 14.89%
I don't know how to install MPD. 23.40% 11 23.40%
Total 47 votes 100%
* You voted for this item. [Show Results]

Post Reply 
Music Player Daemon (MPD) 2010-04-04 v0.15.9
04-07-2010, 03:00 PM
Post: #46
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
(04-07-2010 02:02 PM)shadowcode Wrote:  Huh, that's interesting. Afaik libFlac doesn't have any special sort of options that might cause this behavior.

Yes, you're right. libFlac doesn't have any special configure options. But what is the difference between your and alahn's version of libFlac?
You can replace libFlac.so with specified above and you'll see significant fall of CPU load.
Find all posts by this user
Add Thank You Quote this message in a reply
04-07-2010, 03:09 PM (This post was last modified: 04-07-2010 03:35 PM by alanh.)
Post: #47
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
(04-07-2010 03:00 PM)SamDron Wrote:  Yes, you're right. libFlac doesn't have any special configure options. But what is the difference between your and alahn's version of libFlac?
You can replace libFlac.so with specified above and you'll see significant fall of CPU load.

For comparison, I compiled libflac from the stock flac-1.2.1 source distribution using:

./configure CPPFLAGS="-Wall -O2 -march=mips32r2 -Wa,-32 -Wa,-march=mips32r2 -Wa,-mips32r2" --prefix=/usr --host=mipsel-linux --target=mipsel-linux --disable-3dnow --disable-altivec --disable-asm-optimizations --disable-rpath --with-gnu-ld

Nothing special there.



Also as far as the plugin, the previously released/recompiled one is still fully compatible with the official 0.15.9 mpd release. I've made the necessary changes for the current 0.16 development git pull current as of Apr 4 which adds experimental 24-bit packed sample support. Plugin for 0.16 git pull on Apr 4.

I'm still trying to squeek out some time to get back to the recompile for SDK 3.7/3.8 for the 200 series, but something always keeps coming up on the weekends.
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 4 users say Thank You to alanh for this post
04-07-2010, 04:06 PM (This post was last modified: 04-07-2010 04:08 PM by 6p14pev.)
Post: #48
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
(04-07-2010 03:09 PM)alanh Wrote:  Also as far as the plugin, the previously released/recompiled one is still fully compatible with the official 0.15.9 mpd release. I've made the necessary changes for the current 0.16 development git pull current as of Apr 4 which adds experimental 24-bit packed sample support. Plugin for 0.16 git pull on Apr 4.

That is great, Alan. I will be sure to try it out once the development 0.16 mpd is packaged. Thanks very much for taking the time to do this, it is much appreciated.

And thanks to Shadowcode too for the effort in getting the release nicely packaged up.
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 12:54 AM (This post was last modified: 04-08-2010 12:55 AM by glorifyday.)
Post: #49
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
Hi all.

Is it possible to configure mpd or audio output plugin in such a way that the optical output is always 16/44.1, regardless of the format of the file being played?
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 06:47 AM
Post: #50
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
It's possible but the S/P-DIF output operating in PCM mode picks it's data up from the I2S outputs, so the DACs and HDMI will have the same parameters fixed. And the Sigma audio DSPs on the 863x are -->horrible<-- at re-sampling. They use a single tap so they do very little if any anti-aliasing. You really wouldn't like the results.
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 09:20 AM (This post was last modified: 04-08-2010 09:38 AM by glorifyday.)
Post: #51
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
That's a bad news for me :-(.
I thought of using Theta Generation Va DAC and it accepts only 16/44.1.

Maybe a software solution is possible?
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 09:47 AM (This post was last modified: 04-08-2010 09:48 AM by avanegmond.)
Post: #52
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
(04-08-2010 09:20 AM)glorifyday Wrote:  That's a bad news for me :-(.
I thought of using Theta Generation Va DAC and it accepts only 16/44.1.

Maybe a software solution is possible?

Why then don't you just convert your music to 44.1/16? dBPoweramp or r8brain.

-
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
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 10:21 AM
Post: #53
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
I would not like to keep two versions of each file that is not 16/44.1...
Anyway, this is some option.
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 10:27 AM
Post: #54
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
(04-08-2010 10:21 AM)glorifyday Wrote:  I would not like to keep two versions of each file that is not 16/44.1...
Anyway, this is some option.

Then go for a DAC that plays true High Res.

I can give positive advice on the Naim DAC Big Grin .

-
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
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 10:35 AM
Post: #55
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
The newest one?

Well... I did compared a used Theta with many new and old DACs available at the same budget. None of them gave me this "something".
Anyway, I will still try some other hi-res DACs, maybe I will find some alternative...

Sorry for the off-topic.
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 11:27 AM
Post: #56
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
(04-07-2010 11:02 AM)foobar70 Wrote:  Hmm. So mpd knows about what's playing?

Is there a Linux client which is able to show the currently played song information from last.fm? I tried gmpc on my Ubuntu box and this client also does not show any further information.

Actually, it's PHP client that can decode META data from radio streams. As for clients on PC.. I use QMPDclient which shows NOW-PLAYING from radio streams.
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 03:08 PM (This post was last modified: 04-08-2010 03:08 PM by glorifyday.)
Post: #57
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
Hi again.

I found out that the latest mpd is compiled with libsamplerate support.
Then, what will happen if I write in the config file:

Code:
audio_output_format "44100:16:2"
samplerate_converter "Best Sinc Interpolator"

Huh
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 06:04 PM (This post was last modified: 04-08-2010 06:10 PM by ebag4.)
Post: #58
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
(04-06-2010 07:52 PM)geerten Wrote:  I thought it might work, but there's only one way to make really sure. So I tried this, and Yes! it worked. Not certain if this will be of any use to anyone though...
Hi Geerten,
I tried my USB conection to my Havana DAC but it wouldn't play although the optical output works fine. Did you do something to get the USB to work? USB would be my preference.

Best,
Ed
(04-06-2010 05:54 PM)avanegmond Wrote:  Shadowcode

My mpc-client reports a 0.15.0 version for the mpd-server.

Is this a mistake in the version number used in compiling the 0.15.9 or has the wrong version been taken from the git.

-
aleg
Minion shows 15.0 for mine as well. Is this correct? Looking at the Community Installer it only lists 15.9.

Thanks,
Ed
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 07:01 PM
Post: #59
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
(04-08-2010 06:04 PM)ebag4 Wrote:  Hi Geerten,
I tried my USB conection to my Havana DAC but it wouldn't play although the optical output works fine. Did you do something to get the USB to work? USB would be my preference.

Best,
Ed
Minion shows 15.0 for mine as well. Is this correct? Looking at the Community Installer it only lists 15.9.

Thanks,
Ed
-Downloaded the package mpd-nmt-20090222.zip. (This is the version currently in CSI.)
-Copied the subdirectory "modules" from that package under /share/Apps/mpd
-Pasted config for OSS-output into /share/Apps/mpd/etc/mpd.conf (from the mpd.conf in that package)
-Pasted lines to load OSS modules into /share/Apps/mpd/daemon.sh (from the daemon.sh in that package)
-Restarted mpd

If the USB-output is the only one you need, and you don't care too much about having the latest mpd, you could also just install that CSI package.
GMPC from the the PC also reports 0.15.0
Find all posts by this user
Add Thank You Quote this message in a reply
04-08-2010, 07:25 PM
Post: #60
RE: Music Player Daemon (MPD) 2010-04-04 v0.15.9
I think it's either a bug in MPD or MPC;
Code:
root@mediatank mpd# LD_LIBRARY_PATH=lib bin/mpc version
mpd version: 0.15.0
root@mediatank mpd# LD_LIBRARY_PATH=lib bin/mpd -V
mpd (MPD: Music Player Daemon) 0.15.9

MPD itself reports 0.15.9, so I'm pretty sure that's the correct version.
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Rainbow Music Player Daemon (MPD) - v0.16.2 shadowcode 120 35,739 05-10-2013 08:42 AM
Last Post: Djiest
  Music Browser for NMT - Updated August, 2nd, 2011 gkreidl 14 8,035 01-19-2013 04:07 PM
Last Post: winfried_laane
  Is it possible to code a HULU player for the A-110? mulderfox 0 371 01-05-2013 11:11 AM
Last Post: mulderfox
Music MPD installation howto (updated 4 May 2009) gwillem 494 285,122 07-20-2012 09:43 PM
Last Post: krimpenrik
  Any music jukebox that syncs with itunes? superflysocal 0 863 07-04-2012 02:57 PM
Last Post: superflysocal
  Stream music to the popcornhour snakeboots 1 2,333 08-30-2011 02:56 PM
Last Post: minio
  Music player minion connection problems webkocken 5 3,674 07-04-2011 09:08 AM
Last Post: shadowcode
  Disable amule daemon drunkendonkey 0 1,444 02-04-2011 12:33 AM
Last Post: drunkendonkey
  music player daemon MPD & PCH Remote control beatnut88 19 9,964 12-22-2010 12:31 AM
Last Post: dooly
  New Free MPD Client for Android TheMory 18 12,125 08-06-2010 12:00 AM
Last Post: mhut

Forum Jump: