[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:
Thread Closed 
Music Player Daemon (MPD) 2009-10-01 Re-Release
03-15-2010, 08:41 PM
Post: #256
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(02-13-2010 10:17 AM)Angelkiller Wrote:  I got a HDX-1000 works fine when i watch movies, also works fine to listen to music with this MPD version.
But when i have been listening to music i make a que list after listening i make the clean list. to not start the music while starting a movie.
Everything work fine to here but after a while my HDX is starting to lag. Only thing to make everything work fine is to either pause movie a while or reboot the HDX.
Anyone have a solution for this kind of problem?

Hey guys,

Thanks for al the effort some of you are putting in to this. I installed mpd to the csi package that shadowcode made and it's working excellent. Only one strange thing is going. MPD responds to the buttons on my remote control. So when I start a movie with the play button, music starts. When I skip to a next chapter within a dvd, music starts playing. Do you guys have any idea why mpd is responding to (pushing home, return, source, a number, everything starts music to play) my remote control of the HDX/

Greetings,

Harold
Find all posts by this user
03-15-2010, 10:47 PM
Post: #257
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(02-22-2010 10:02 PM)jluc2808 Wrote:  hello

1- is there a way to play music with MPD then change jukebox , play a slideshow without stopping playing music ?

the problem is the following :

with mpd you are able with the client to start a playlist -> ok
then you are able to change application and load a slideshow (out of MPD or MPDJB)
when you begin the slideshow the music stop
then you have to start music again , with a client which is on the PC or any materiel execpt PCH
after some investigation the syntax to play slideshow on the PCH is these one:
PHP Code:
<a href="Song URL" pod="Mode,Reserved ,Photo URL">Sample</a
with song URL either MUTE or a valide URL
if you want to play slieshow without music (via MONO) you should enter MUTE
so the music stop
if there another way to specify to play slideshow

2 - i have a problem with my music library, probably noob question , i would like to use 2 library of music hierarchy
- /share/Music
and
- /share/Music_test
how could i specify this and how could i switch beetween one each other
I tried modifying /share/Apps/mpd/etc/mpd.conf and substitute
music_directory "/share/Music"
by
music_directory "/share/Music_test"

but it needed to reboot to take it (perhaps there is an easier way ?)
but the database isn't reconstruct or append with the music in the new hierarchy folder
i miss surely something ?


up with this 2 questions :
1- is there a way to play music with MPD then change jukebox , play a slideshow without stopping playing music ?
2 - i would like to use 2 library of music hierarchy ?
Find all posts by this user
03-17-2010, 07:50 PM
Post: #258
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
I wouldn't know about 1), I'm sure you've searched the forum for slideshow apps. If it's not on this forum, it probably does not exist.
Regarding 2), you'll need to make a copy of the MPD folder and then edit the 2nd MPD folder's conf file to make sure that all paths point to the 2nd mpd folder. You will also need to pick a different TCP port and point music_directory to your other music folder.

Once you've done this you need to re-create the database by deleting the file 'database' and then restart MPD. It should re-create the database for you (provided it doesn't run into problems with you files, which the log at /share/Apps/MPD/var/log/mpd should reveal)
Find all posts by this user
03-17-2010, 11:26 PM
Post: #259
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(03-17-2010 07:50 PM)shadowcode Wrote:  I wouldn't know about 1), I'm sure you've searched the forum for slideshow apps. If it's not on this forum, it probably does not exist.
Regarding 2), you'll need to make a copy of the MPD folder and then edit the 2nd MPD folder's conf file to make sure that all paths point to the 2nd mpd folder. You will also need to pick a different TCP port and point music_directory to your other music folder.

Once you've done this you need to re-create the database by deleting the file 'database' and then restart MPD. It should re-create the database for you (provided it doesn't run into problems with you files, which the log at /share/Apps/MPD/var/log/mpd should reveal)

thanks to reply
for 1 - yes checked a lot of forum , and didn't find a way to start slideshow without stopping MPD playing music - the reason why i posted the problem

for 2 - i already did that way, but this not my question, which is :
i want to tell MPD to scan 2 hierachy of music in the same session ie:
- Share/Music and Share/anotherFolderwhichcontainmusic
not swap from one to another
Find all posts by this user
03-18-2010, 06:13 AM
Post: #260
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(03-17-2010 11:26 PM)jluc2808 Wrote:  thanks to reply
for 1 - yes checked a lot of forum , and didn't find a way to start slideshow without stopping MPD playing music - the reason why i posted the problem

for 2 - i already did that way, but this not my question, which is :
i want to tell MPD to scan 2 hierachy of music in the same session ie:
- Share/Music and Share/anotherFolderwhichcontainmusic
not swap from one to another

Regarding 2), I just don't think that is possible. mpd is developed to work with one music-directory, you can't just tell it to work with two if it wasn't developed like that.

The only thing you can do is to add a subdirectory to Share/Music with a symlink to Share/anotherFolderwhichcontainmusic. mpd will follow symlinks, so it looks for mpd like one music-directory.

-
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
03-18-2010, 07:49 AM
Post: #261
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(03-18-2010 06:13 AM)avanegmond Wrote:  Regarding 2), I just don't think that is possible. mpd is developed to work with one music-directory, you can't just tell it to work with two if it wasn't developed like that.

The only thing you can do is to add a subdirectory to Share/Music with a symlink to Share/anotherFolderwhichcontainmusic. mpd will follow symlinks, so it looks for mpd like one music-directory.

-
aleg
thanks a lot for all your response, i suspected that this feature couldn't be supported by MPD , like it's implemented now, but would like to confirm with other user and specialist of MPD of this .

I tried the symlinks, whith a reconstruction of the database , but with this method i encountered some board effect, which are :

if the new folder hierachy have some album and music which have the same name than other album and music stored in the main hierachy , MPD play the first one , not really the one choosen.

As i would like to use this feature for test purpose, i have a lot of album and music which are duplicate , .... so it's a difficult to now what song in the hierachy is playing

perhaps there is a way to bypass this ?
Find all posts by this user
03-18-2010, 08:11 AM
Post: #262
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(03-18-2010 07:49 AM)jluc2808 Wrote:  thanks a lot for all your response, i suspected that this feature couldn't be supported by MPD , like it's implemented now, but would like to confirm with other user and specialist of MPD of this .

I tried the symlinks, whith a reconstruction of the database , but with this method i encountered some board effect, which are :

if the new folder hierachy have some album and music which have the same name than other album and music stored in the main hierachy , MPD play the first one , not really the one choosen.

As i would like to use this feature for test purpose, i have a lot of album and music which are duplicate , .... so it's a difficult to now what song in the hierachy is playing

perhaps there is a way to bypass this ?


I don't know if you could sove this. If the album name is exactly the same, it will probably take the first one. The mpd-database is very simple file (that's why it is still fast to use) with label-value pairs.

What I do when albums are the same, e.g. when having re-releases or releases on different record labels, is to add the record label to the end of the album name. Like this "Live Evil (Columbia G 30954)" and "Live-Evil (Columbia Legacy C2K 65135)".

The only solution, I think, is to actually make the album have a different name. Esp. when only testing that's not a big deal really.

-
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
03-18-2010, 12:37 PM
Post: #263
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
I know that my MPD client for the iPhone (MPOD) supports browsing the folders rather than the database. Maybe your client can do the same?

Other than that, there's not much you can do.
Find all posts by this user
03-19-2010, 01:59 AM (This post was last modified: 03-19-2010 02:00 AM by jluc2808.)
Post: #264
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(03-17-2010 11:26 PM)jluc2808 Wrote:  thanks to reply
for 1 - yes checked a lot of forum , and didn't find a way to start slideshow without stopping MPD playing music - the reason why i posted the problem
finaly i find a way to start slideshow without stopping music (play with MPD)

the way :

create an mp3 file containing silent only, and play slideshow with this mp3 using MONO, while MPD is playing the real song
i discover that MONO and MPD could play together and the music of both this player are added, so if one of them play silent the result is the one expected , end-user listen only the MPD music.

just change the MUTE option within the href instruction with the nosong.mp3 and play the slideshow with the pod instruction :

Code:
<a name="PHOTOPLAYLIST" id="mpdphotoplaylist" TVID="PLAY" href="nosong.mp3"  pod="1,1,file:///opt/sybhttpd/localhost.drives/HARD_DISK/Photo_test/slideshow.jsp">
Find all posts by this user
03-19-2010, 09:00 AM
Post: #265
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(03-18-2010 07:49 AM)jluc2808 Wrote:  thanks a lot for all your response, i suspected that this feature couldn't be supported by MPD , like it's implemented now, but would like to confirm with other user and specialist of MPD of this .

I tried the symlinks, whith a reconstruction of the database , but with this method i encountered some board effect, which are :

if the new folder hierachy have some album and music which have the same name than other album and music stored in the main hierachy , MPD play the first one , not really the one choosen.

As i would like to use this feature for test purpose, i have a lot of album and music which are duplicate , .... so it's a difficult to now what song in the hierachy is playing

perhaps there is a way to bypass this ?


BTW I tried it myself using albums with exactly the same name. In my iPod client mPod it shows as two albums with the same name and I can select both. It is of course impossible to know from the client which album is which, so it is not very convenient, but it does work.

So my guess is that your mpd-client may not be handling this properly and it may not be a fault of mpd.

-
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
03-19-2010, 12:44 PM
Post: #266
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(03-19-2010 09:00 AM)avanegmond Wrote:  BTW I tried it myself using albums with exactly the same name. In my iPod client mPod it shows as two albums with the same name and I can select both. It is of course impossible to know from the client which album is which, so it is not very convenient, but it does work.

So my guess is that your mpd-client may not be handling this properly and it may not be a fault of mpd.

-
aleg
yes you are right with interactive selection, my main problem is with playlist, where you can't choose the real music pointer, because your playlist is already registred or dynamically upgraded, then when the song name is reached , you don't choose with mpd client what song is to be played.
Find all posts by this user
03-22-2010, 06:28 PM
Post: #267
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
New Update again: http://sourceforge.net/projects/musicpd/...%2F0.15.9/
0.15.9
Find all posts by this user
03-26-2010, 11:42 AM (This post was last modified: 03-26-2010 11:43 AM by Cocotus.)
Post: #268
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
I finally succeded in installing this killer app thanks to shadows packages Cool
One thing that caused me headache was the fact that I didn't hear any sound after I changed music directory in mpd.conf to point to my music on NAS. Before I tested it on my internal harddrive in popcorn and it worked.
Solution was to get rid of the "#"-comment in lines audio_output-section of mpc.conf. After that I heard sound of network.

Now I want to ask is it possible to stream internet radio with mpd? I read that its already established in newer version.
Find all posts by this user
03-27-2010, 03:06 PM
Post: #269
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
(03-26-2010 11:42 AM)Cocotus Wrote:  I finally succeded in installing this killer app thanks to shadows packages Cool
One thing that caused me headache was the fact that I didn't hear any sound after I changed music directory in mpd.conf to point to my music on NAS. Before I tested it on my internal harddrive in popcorn and it worked.
Solution was to get rid of the "#"-comment in lines audio_output-section of mpc.conf. After that I heard sound of network.

Now I want to ask is it possible to stream internet radio with mpd? I read that its already established in newer version.

Hi, I found the way to listen to Webradio .. more here http://www.networkedmediatank.com/showth...?tid=37478
Find all posts by this user
03-28-2010, 06:16 PM
Post: #270
RE: Music Player Daemon (MPD) 2009-10-01 Re-Release
Hi *,

did anybody succseed with installing the MPD on a C200?

If not, is there another good musik jukbox (for C200) which allows me to controll it wire laptop or Iphoe ?


Regards
T3Knopap$T
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Rainbow Music Player Daemon (MPD) - v0.16.2 shadowcode 120 35,786 05-10-2013 08:42 AM
Last Post: Djiest
  Music Browser for NMT - Updated August, 2nd, 2011 gkreidl 14 8,042 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,469 07-20-2012 09:43 PM
Last Post: krimpenrik
  Any music jukebox that syncs with itunes? superflysocal 0 864 07-04-2012 02:57 PM
Last Post: superflysocal
  Music Player Daemon (MPD) 2010-04-04 v0.15.9 shadowcode 245 84,638 03-10-2012 01:05 AM
Last Post: ianny
Music fuppes 0.629 for NMT - dlna, upnp media server [UPDATED: 31-May-2009] Mr Segfault 53 45,242 10-12-2011 01:04 AM
Last Post: spud
  Stream music to the popcornhour snakeboots 1 2,339 08-30-2011 02:56 PM
Last Post: minio
  Music player minion connection problems webkocken 5 3,676 07-04-2011 09:08 AM
Last Post: shadowcode
  Disable amule daemon drunkendonkey 0 1,446 02-04-2011 12:33 AM
Last Post: drunkendonkey

Forum Jump: