User(s) browsing this thread: 1 Guest(s)
|
[200] Music Player Daemon (MPD)
|
|
02-06-2012, 11:07 AM
|
|||
|
|||
|
RE: [Apps] Music Player Daemon (MPD) C200/A200
95 % is pretty good, won't load after reload cover btn ?
I've got my music sorted by <album>\<artist1>\blabla.mp3 <album>\<artist2>\lala.mp3 And I did notice that the .jpg has to be stored with the .MP3 so that's a pain with my Various Artists albums. Media Player: Popcorn Hour C-200, Lite-On iHOS104, WD Scorpio Blue 750GB |
|||
|
02-17-2012, 07:25 AM
|
|||
|
|||
RE: [Apps] Music Player Daemon (MPD) C200/A200
(02-06-2012 11:07 AM)Onraed Wrote: 95 % is pretty good, won't load after reload cover btn ? I have different setup with you. I have: <artist1>/<albumA>/abc.flac + cover art .jpg /<albumB>/def.flac + cover art .jpg <artist2>/<albumC>/xyz.flac + cover art.jpg It works with MPoD mostly. PCH-C200, 2.5" 500G Segate internal HD, Denon AV Amp, Panasonic AE-500 Projector. |
|||
|
03-08-2012, 01:39 PM
|
|||
|
|||
|
RE: [Apps] Music Player Daemon (MPD) C200/A200
I'm not familiar with MPD, but someone pointed me in this direction because he thought it would fulfill my desires about quick and easy playlist generation for the PCH C200 (without having to turn the TV on to start NMJ, and without having to go through the hassle of manually adding every file individually in File Mode).
http://www.networkedmediatank.com/showth...?tid=59889 I hope there'll be a manual or something to explain it to a simpleton like me. |
|||
|
03-08-2012, 03:32 PM
|
|||
|
|||
|
RE: [Apps] Music Player Daemon (MPD) C200/A200
Can the MPD look for MP3 in diff. folders? F.e. in the Music and in the Downloadfolder?
How is the syntax for this? |
|||
|
03-08-2012, 10:12 PM
|
|||
|
|||
|
RE: [Apps] Music Player Daemon (MPD) C200/A200
Hey,
You can't directly use mutliple directories. But this is Linux, so there's a workaround: Let's say you have two directories you want to use: /Folder1/Music /Directory24/Songs Then setup mpd to use a new (empty) directory: /mpd/music Inside this directory, create symbolic links to the two directories you actually want to use: ln -s /Folder1/Music Music ln -s /Directory24/Songs Songs mpd will then use both directories. (At least that's the theory, I haven't tried myself) See also: http://mpd.wikia.com/wiki/Using_Multiple...der_Parent |
|||
1 user says Thank You to Hendershot for this post |
|
03-09-2012, 09:42 PM
|
|||
|
|||
|
RE: [Apps] Music Player Daemon (MPD) C200/A200
Please help!
clicking the install button for mpd in http://PCH-A210:9999/local_web/ causes no effect besides page refresh and my "Duh?" here. I see the install button remained and no files installed in the apps subfolders, while after clicking the install button for busybox I saw its delete button appear and some files with "busybox" in the name in the apps subfolders. After installing busybox, I rebooted the PCH. I was following instructions in Post #196 "in opkg, the following packages need to be installed : . busybox (a PCH reboot is recommended after install) . mpd . mpc (if you want it, not mandatory)" Configuration 2012 aug 15: PCH-A210 internal samsung HD103SJ 1TB, hdmi:tv philips 32PFL8404H-12, installed: opkg, mpd, busybox, gzip PC: Vista, CSI, Notepad++, GMPC, remote gui's transmission, usb hdd with media backup Android smartphone: ConnectBot, BitMPC, Droided Media Tank, DroidMPD |
|||
|
03-10-2012, 03:46 AM
|
|||
|
|||
RE: [Apps] Music Player Daemon (MPD) C200/A200
(03-09-2012 09:42 PM)Forgone Wrote: Please help! You can try to install it via command line. It is really simple. Do the steps as below. Open Run command in windows and type telnet [your popcorn ip] A Black window will be opened without any password asked. Type as below Code: # opkg install mpd -force-overwriteSriram C200/A400/RPi - Onkyo HT-S3400 - LG 47LV3730 |
|||
|
03-10-2012, 07:35 PM
(This post was last modified: 06-18-2012 07:55 PM by Forgone.)
|
|||
|
|||
|
Luctor et emergo
Ok, thanks, I got MPD running. I had a big fight with it. I am not sure how I succeeded.
Ran into "ERROR: problems opening audio device" with telnet mpc and Gnome Music Player Client yesterday and some other errors, listed furtheron in my quotes of the telnet sessions. But today it suddenly ran. Maybe mpd needed a long time to build the music database. My IR remote operations are not listed, and might be of influence. [UPDATE 6-18-2012 sometimes mpd play becomes silent, while mpc/bitMPC shows mpd still playing, and sometimes after a for me unexplicable while, the sound is back again. Related to going into standby mode?] I noticed, that I can browse the HDD with the IR remote and start playing another music file, while mpc still shows the interrupted file play is still playing. When I telnet mpc stop and play, the current play by IR remote is interrupted by the replay of the file that mpc listed as still playing. When I press on the IR remotes "source" button and choose the song icon, the top play bar appears with title "mpd.flac". I guess the IR remote operates a concurrent browser besides mpc and maybe even a concurrent player besides mpd that can block mpd/mpc from working? Or has it to do with "error while loading shared libraries: libao.so.2: cannot open shared object file: No such file or directory mpd" or "Segmentation fault" ? Greetings! Telnet session 1 Quote:sh-3.00# opkg install mpd -force-overwrite Telnet session 2 Quote:#top showed mpd running Configuration 2012 aug 15: PCH-A210 internal samsung HD103SJ 1TB, hdmi:tv philips 32PFL8404H-12, installed: opkg, mpd, busybox, gzip PC: Vista, CSI, Notepad++, GMPC, remote gui's transmission, usb hdd with media backup Android smartphone: ConnectBot, BitMPC, Droided Media Tank, DroidMPD |
|||
|
04-07-2012, 02:49 PM
|
|||
|
|||
|
RE: How To : [Apps] Music Player Daemon (MPD) C200/A200
I cannot manage to install mpd. I follow the instructions but when I install MPD via opkg I cannot get it installed. The install logo stays before mpd.
|
|||
|
04-07-2012, 05:33 PM
(This post was last modified: 04-07-2012 05:34 PM by Forgone.)
|
|||
|
|||
RE: How To : [Apps] Music Player Daemon (MPD) C200/A200
(04-07-2012 02:49 PM)dedeen Wrote: The install logo stays before mpd.I had the same problem. I got mpd working following instructions in post #352 in this thread Groetjes, en succes! Configuration 2012 aug 15: PCH-A210 internal samsung HD103SJ 1TB, hdmi:tv philips 32PFL8404H-12, installed: opkg, mpd, busybox, gzip PC: Vista, CSI, Notepad++, GMPC, remote gui's transmission, usb hdd with media backup Android smartphone: ConnectBot, BitMPC, Droided Media Tank, DroidMPD |
|||
|
04-08-2012, 01:52 PM
|
|||
|
|||
|
RE: [Apps] Music Player Daemon (MPD) C200/A200
I got it finally working! Thanks Forgone. Your tip helped. I had to install another package via OPKG and then I just had to wait until MPD was finished creating the playlist. Then everything works smoothly.
At the same time I was also trying to get Airplay working on my Ipad. That also worked, but sometimes it stops working. Is it possible that MPD and airplay do not get along very well together? |
|||
|
04-08-2012, 08:16 PM
(This post was last modified: 04-08-2012 08:21 PM by Forgone.)
|
|||
|
|||
Is it possible that MPD and airplay do not get along very well together?
(04-08-2012 01:52 PM)dedeen Wrote: Is it possible that MPD and airplay do not get along very well together?I notice your question and don't know the answer. I have made your question more visible for those who do know by placing it in the subject line for you. Configuration 2012 aug 15: PCH-A210 internal samsung HD103SJ 1TB, hdmi:tv philips 32PFL8404H-12, installed: opkg, mpd, busybox, gzip PC: Vista, CSI, Notepad++, GMPC, remote gui's transmission, usb hdd with media backup Android smartphone: ConnectBot, BitMPC, Droided Media Tank, DroidMPD |
|||
|
04-09-2012, 12:24 PM
(This post was last modified: 04-09-2012 06:41 PM by tns.)
|
|||
|
|||
|
RE: [Apps] Music Player Daemon (MPD) C200/A200
fresh install via command line ..... testing
one problem with libao dependency solved after libao2 install: Code: sh-3.00# /share/Apps/local/etc/init.d/99mpd.sh startok, great work guys!!! edited mpd conf file for pointing to my nas network library share: Code: music_directory "/opt/sybhttpd/localhost.drives/NETWORK_SHARE/MP3"naturally using mpod app for iphone as remote control. Thank you very much PS: Looking at config file, found the output setting: Code: audio_output { could someone explain to me the mean of the settings "encoder" and "compression"? do we need encode the audio file, no worry what type is it, to make mpd working? that's, if i have an mp3 only music library, better set the encoder to "lame"? other settings changes to be done in this case? and in case of wave files? thanks, to all. a lot of time today...... and took a look at mpd sources. ok for the config parameter compression, it's libflac option the mpd encoder plugin give to libflac (http://flac.sourceforge.net/documentatio...lac.html). if we use the lame encoder we will set other parameters, like quality or bitrate. so @ Grael: can we manage mpd config file to set the encoder option we want (wave, flac, lame, twolame, vorbis) or any other reason did you state so ....? why if i have an mp3 library must i encode it to flac? ....... finally found the answer at #154 to 173......................... thank you ....... very much |
|||
|
04-17-2012, 10:38 PM
|
|||
|
|||
|
RE: [Apps] Music Player Daemon (MPD) C200/A200
These latest posts worked like a charm, everything running fine, THANKS GUYS!!! love this shit!
|
|||
|
05-25-2012, 08:33 AM
|
|||
|
|||
|
RE: [Apps] Music Player Daemon (MPD) C200/A200
Since the new update is out of May 23 there is no music page opening on my C200 (that you could access with the source button) to stop the playing or change the volume.
Do you guys have the same? Could someone adapt this? Living room: C200 on Philipps AmbiLight TV Balcony: A110 with small screen as MusicJukebox |
|||
|
« Next Oldest | Next Newest »
|

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






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




