User(s) browsing this thread: 1 Guest(s)
|
[MUSIC] MPD JukeBox (MPDJB)
|
|
09-30-2009, 07:39 AM
|
|||
|
|||
RE: [MUSIC] MPD JukeBox (MPDJB)
(09-29-2009 04:42 PM)joblo10 Wrote: Graves, I had report from another user with the same problems. I will investigate this further. alright, thanks. i am looking forward to finally being able to use MPDJB
To understand recursion you have to understand recursion first. |
|||
|
09-30-2009, 02:29 PM
(This post was last modified: 09-30-2009 02:30 PM by 6p14pev.)
|
|||
|
|||
|
RE: [MUSIC] MPD JukeBox (MPDJB)
Sorry for the off-topic posting.
In an earlier message, I wrote: The current status is that alanh is trying to get the GPL issues resolved so that it can be made available for download again. Once that happens, it will make its way into the CSI (Community software installer) again. Then, installation will become quite easy. I just learned from a post on the MPD thread that MPD is still available on CSI, except that this version is the February version. It outputs only to USB, plus there is no FLAC support in it, which was added by alanh in March or April 2009. So, those with FLAC libraries will have to be patient. |
|||
|
09-30-2009, 04:48 PM
|
|||
|
|||
|
RE: [MUSIC] MPD JukeBox (MPDJB)
i have the same problems too
|
|||
|
09-30-2009, 09:27 PM
|
|||
|
|||
RE: [MUSIC] MPD JukeBox (MPDJB)
(09-30-2009 06:15 AM)gcf Wrote: I have exactly the same problem Graves reports: Graves, gcf and dipje, are you using the february version from CSI? Or the april 4th one that is no longer available? I trying to find similarities, these problems started occuring only recently, and am wondering if this could related to the MPD version you are using. |
|||
|
09-30-2009, 10:37 PM
(This post was last modified: 10-01-2009 04:27 PM by dipje.)
|
|||
|
|||
RE: [MUSIC] MPD JukeBox (MPDJB)
(09-30-2009 09:27 PM)joblo10 Wrote: Graves, gcf and dipje, are you using the february version from CSI? Or the april 4th one that is no longer available? I trying to find similarities, these problems started occuring only recently, and am wondering if this could related to the MPD version you are using.I am using the 22-5-2009 release of MPD (mpd-nmt-20090522) |
|||
|
10-01-2009, 10:57 AM
(This post was last modified: 10-01-2009 10:58 AM by Graves.)
|
|||
|
|||
|
RE: [MUSIC] MPD JukeBox (MPDJB)
is use mpd-nmt-20090504
To understand recursion you have to understand recursion first. |
|||
|
10-01-2009, 12:48 PM
|
|||
|
|||
|
RE: [MUSIC] MPD JukeBox (MPDJB)
I'm having the exact same problem using the 20090802 version referenced in the first post of this thread.
|
|||
|
10-01-2009, 02:27 PM
|
|||
|
|||
| RE: [MUSIC] MPD JukeBox (MPDJB) | |||
|
10-01-2009, 03:59 PM
|
|||
|
|||
|
RE: [MUSIC] MPD JukeBox (MPDJB)
It looks like Alanh found a way to make MPD GPLv2 compliant !!!
For more informations, have a look at this thread: http://www.networkedmediatank.com/showth...?tid=28854 |
|||
|
10-01-2009, 11:16 PM
(This post was last modified: 10-01-2009 11:21 PM by dooly.)
|
|||
|
|||
RE: [MUSIC] MPD JukeBox (MPDJB)
(09-29-2009 11:13 AM)bellissimo Wrote: Has anyone attempted to get this working using lighttpd? Here's what I did: - install MPDJB (the source code, not the "compiled" one: lighttpd doesn't have the Turck MMcache module) - in MPDJB/scripts/, rename slideshow.cgi and start.cgi to slideshow.php and start.php - create a soft link : Code: # ln -s /share /share/Apps/AppInit/websites/HARD_DISK- modify MPDJB/index.htm : Code: http://localhost.drives:8883/HARD_DISK/Apps/MPDJB/scripts/start.cgiCode: http://localhost.drives:9999/HARD_DISK/Apps/MPDJB/scripts/start.php- modify MPDJB/lib/mpd.php : Code: http://localhost.drives:8883/Code: http://localhost.drives:9999/- in MPDJB/scripts/start.php, you have to comment out the following lines: Code: if(!is_dir("../tmp")) {And also in the start.php file, you have to change Code: http://127.0.0.1:8088/stream/file=/share/Apps/MPDJB/index.phpCode: http://127.0.0.1:9999/HARD_DISK/Apps/MPDJB/index.phpA110 (1.5 TB 3.5" HDD) / A200 (fanless case by moovika, 500 GB 2.5" HDD) / C200 (no HDD, no BD) Yamaha RX-V3900 - Panasonic TX-P42V10 - B&W CT7.5 + Velodyne CHT-10Q - Logitech Harmony 525 Linksys WRT320N - Netgear GS608 - Fit-PC2 + USB HDD (NFS, SMB, DLNA server) - Synology DS411j |
|||
2 users say Thank You to dooly for this post |
|
10-02-2009, 12:14 AM
|
|||
|
|||
|
RE: [MUSIC] MPD JukeBox (MPDJB)
I must be missing something. Why is lighthttpd even required when apache comes pre-installed with NMT Apps? or is that the point? ie. hard-drive-less boxes?
|
|||
|
10-02-2009, 12:19 AM
|
|||
|
|||
|
RE: [MUSIC] MPD JukeBox (MPDJB)
lighttpd is not required, but it may be faster than the pre-installed apache.
A110 (1.5 TB 3.5" HDD) / A200 (fanless case by moovika, 500 GB 2.5" HDD) / C200 (no HDD, no BD) Yamaha RX-V3900 - Panasonic TX-P42V10 - B&W CT7.5 + Velodyne CHT-10Q - Logitech Harmony 525 Linksys WRT320N - Netgear GS608 - Fit-PC2 + USB HDD (NFS, SMB, DLNA server) - Synology DS411j |
|||
|
10-02-2009, 09:33 AM
|
|||
|
|||
|
RE: [MUSIC] MPD JukeBox (MPDJB)
Journey supplied a faster PHP package along with lighttpd. According to the benchmarks, it is quite a bit faster than standard.
@dooly - Do you find that MPDJB is actually any faster running under lighttpd? As it is normally packaged up using MMCache, that would have offered some performance improvements of its own. I wonder if removing the MMCache advantages, but adding the lighttpd advantages makes a net difference? |
|||
|
10-02-2009, 10:46 AM
|
|||
|
|||
RE: [MUSIC] MPD JukeBox (MPDJB)
(09-29-2009 04:56 PM)lucky_jl Wrote: Anyone ? Since i am refresh cover data is important for me to get this right from the beginning ... |
|||
|
10-02-2009, 07:02 PM
|
|||
|
|||
| RE: [MUSIC] MPD JukeBox (MPDJB) | |||
|
« Next Oldest | Next Newest »
|

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






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







