[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)
Thread Closed 
[Music] Music Jukebox Release 8 Playlists, Shuffle and Search
10-13-2010, 01:50 AM
Post: #121
RE: [Music] Music Jukebox Release 8 Playlists, Shuffle and Search
(10-11-2010 09:03 AM)newneuf Wrote:  Hi,

sorry that I come back with old stories, but I tried different manners to import playlist (I've tried itunes, WMP .. my goal at ther end is to use media monkey m3u) without any success...(got the error message with characters or path issue)
Source music folder's paths for MJB & Media monkey are the same
I'm in windows environnement can it be related to space instead of "%20" in the path.

COuld you share a simple example of what MJb is expecting in the playlist and how MJB would translate it for NMT path ?

Thanks in advance
MJB always expects a complete path to a music file in the playlist you are importing. If the playlist contains only relative paths (I have seen this in iTunes a few times), it won't understand how to import. If you have a small WMP playlist you are trying to import, PM it to me and I can take a look.
Find all posts by this user
10-13-2010, 10:53 AM (This post was last modified: 10-13-2010 10:56 AM by newneuf.)
Post: #122
RE: [Music] Music Jukebox Release 8 Playlists, Shuffle and Search
(10-13-2010 01:50 AM)wandidj Wrote:  MJB always expects a complete path to a music file in the playlist you are importing. If the playlist contains only relative paths (I have seen this in iTunes a few times), it won't understand how to import. If you have a small WMP playlist you are trying to import, PM it to me and I can take a look.

Thanks, I will prepare a sample with my configuration settings and will let you know through PM

Newneuf
Find all posts by this user
10-27-2010, 07:44 PM (This post was last modified: 10-27-2010 08:00 PM by lcaufrie.)
Post: #123
RE: [Music] Music Jukebox Release 8 Playlists, Shuffle and Search
(07-13-2009 06:36 PM)wandidj Wrote:  Please post questions and comments about Music Jukebox Release 8 Playlist, Shuffle and Search functions in this thread. Remember, for these options to work, you must enable MyiHome Server NMT App on the Popcorn Hour itself (these functions all use PHP, which is supported on the Popcorn Hour only when MyiHome is running).
Is-there a way to have shuffle function without Myihome?
I don't have anymore HDD in the POP. I use a NAS connected to it and by this way, I can't activate myihome

I have also an issue:
The play all when I select an artist doesn't work (I edited the playall.jsp and I find that it is referring to HARD_DISK/Music, but I use and specify NETWORK_SHARE/NAS Music in the config page. How can I force MJB to add NETWORK_SHARE/NAS instead of HARD_DISK/Music to create play lists?
Find all posts by this user
11-03-2010, 02:51 AM
Post: #124
RE: [Music] Music Jukebox Release 8 Playlists, Shuffle and Search
(10-27-2010 07:44 PM)lcaufrie Wrote:  Is-there a way to have shuffle function without Myihome?
I don't have anymore HDD in the POP. I use a NAS connected to it and by this way, I can't activate myihome
The shuffle function was written in PHP, which is only recognized by your Popcorn Hour when Myihome is running, strange, I know... No way around it that I know of.
(10-27-2010 07:44 PM)lcaufrie Wrote:  I have also an issue:
The play all when I select an artist doesn't work (I edited the playall.jsp and I find that it is referring to HARD_DISK/Music, but I use and specify NETWORK_SHARE/NAS Music in the config page. How can I force MJB to add NETWORK_SHARE/NAS instead of HARD_DISK/Music to create play lists?
Select the option 'Delete All HTML' before you generate. This will recreate the album playlists with your new path. You will also need to select the Generate HTML option on the Playlists window to update the links to your custom playlists.
Find all posts by this user
11-03-2010, 07:19 AM
Post: #125
RE: [Music] Music Jukebox Release 8 Playlists, Shuffle and Search
(11-03-2010 02:51 AM)wandidj Wrote:  The shuffle function was written in PHP, which is only recognized by your Popcorn Hour when Myihome is running, strange, I know... No way around it that I know of.
(10-27-2010 07:44 PM)lcaufrie Wrote:  I have also an issue:
The play all when I select an artist doesn't work (I edited the playall.jsp and I find that it is referring to HARD_DISK/Music, but I use and specify NETWORK_SHARE/NAS Music in the config page. How can I force MJB to add NETWORK_SHARE/NAS instead of HARD_DISK/Music to create play lists?
Select the option 'Delete All HTML' before you generate. This will recreate the album playlists with your new path. You will also need to select the Generate HTML option on the Playlists window to update the links to your custom playlists.
Thanks for your feedback: problem solved after selecting first delete all HTML
Find all posts by this user
11-17-2010, 07:30 PM (This post was last modified: 11-17-2010 07:30 PM by lcaufrie.)
Post: #126
RE: [Music] Music Jukebox Release 8 Playlists, Shuffle and Search
Hi,

I have a little problem:
I can run play all from play list page and also from each page created. Unfortunately, shuffle only work from the playlist page but not from the page from an artist. In this case I have the message "CAN'T PLAY".

I am using MJB 8.2 beta 23.

My musics are located on an external HDD and the menu is located on the internal HDD from PCH.

Here the code of running shuffle from playlist:
Code:
http:/localhost:8088/stream/file=/opt/sybhttpd/localhost.drives/HARD_DISK/Music/Menu/playlists/shuffle.php?list=/opt/sybhttpd/localhost.drives/HARD_DISK/Music/Menu/playlists/Tich.jsp

Here the code of not running shuffle from an artist page:
Code:
http://localhost:8088/stream/file=/opt/sybhttpd/localhost.drives/HARD_DISK/Music/Menu/playlists/shuffle.php?list=/opt/sybhttpd/localhost.drives/USB_DRIVE_A-1/Music/alicia%20keys/As%20I%20Am/playlist.jsp

Any help is welcome
Find all posts by this user
11-17-2010, 11:15 PM
Post: #127
RE: [Music] Music Jukebox Release 8 Playlists, Shuffle and Search
(11-17-2010 07:30 PM)lcaufrie Wrote:  Hi,

I have a little problem:
I can run play all from play list page and also from each page created. Unfortunately, shuffle only work from the playlist page but not from the page from an artist. In this case I have the message "CAN'T PLAY".

I am using MJB 8.2 beta 23.

My musics are located on an external HDD and the menu is located on the internal HDD from PCH.

Here the code of running shuffle from playlist:
Code:
http:/localhost:8088/stream/file=/opt/sybhttpd/localhost.drives/HARD_DISK/Music/Menu/playlists/shuffle.php?list=/opt/sybhttpd/localhost.drives/HARD_DISK/Music/Menu/playlists/Tich.jsp

Here the code of not running shuffle from an artist page:
Code:
http://localhost:8088/stream/file=/opt/sybhttpd/localhost.drives/HARD_DISK/Music/Menu/playlists/shuffle.php?list=/opt/sybhttpd/localhost.drives/USB_DRIVE_A-1/Music/alicia%20keys/As%20I%20Am/playlist.jsp

Any help is welcome
Can you post the first couple of lines from the playlist.jsp in the 'Alicia Keys/As I Am' folder? The code you posted looks right, let's see what is in the playlist...
Find all posts by this user
11-18-2010, 05:35 PM
Post: #128
RE: [Music] Music Jukebox Release 8 Playlists, Shuffle and Search
Here
Code:
Alicia Keys - As I Am - 01- As I Am|0|0|file:///opt/sybhttpd/localhost.drives/USB_DRIVE_A-1/Music/alicia keys/As I Am/Alicia Keys - As I Am - 01- As I Am.mp3|
Alicia Keys - As I Am - 02 - Go Ahead|0|0|file:///opt/sybhttpd/localhost.drives/USB_DRIVE_A-1/Music/alicia keys/As I Am/Alicia Keys - As I Am - 02 - Go Ahead.mp3|
Alicia Keys - As I Am - 03 - Superwoman|0|0|file:///opt/sybhttpd/localhost.drives/USB_DRIVE_A-1/Music/alicia keys/As I Am/Alicia Keys - As I Am - 03 - Superwoman.mp3|
Alicia Keys - As I Am - 04 - No One|0|0|file:///opt/sybhttpd/localhost.drives/USB_DRIVE_A-1/Music/alicia keys/As I Am/Alicia Keys - As I Am - 04 - No One.mp3|
From the artist menu, the playlist is working fine
Find all posts by this user
11-27-2010, 09:08 PM (This post was last modified: 11-27-2010 09:47 PM by tinnef.)
Post: #129
RE: [Music] Music Jukebox Release 8 Playlists, Shuffle and Search
Here's a comment for you: don't mess with file extensions, especially in the sneaky way tou do. It is incredibly annoying to have to reset it every time I install mjb.

Other than that this looks pretty cool, it nicely fills the gap YAMJ leaves open.
Find all posts by this user
12-05-2010, 01:05 PM (This post was last modified: 12-05-2010 01:07 PM by Ryzz.)
Post: #130
RE: [Music] Music Jukebox Release 8 Playlists, Shuffle and Search
Just wondering if anyone has managed to get Shuffle to work as yet? Ive got this setup on my C-200 with the latest firmware, and if i click on shuffle in the song list...nothing happens. If i click "Play all" it works, but i cant get shuffle to work. If anyone has any suggestions im all ears.

Also, is there a way to make a shortcut to launch the Music Jukebox htm main page? Currently i have to go Source -> Sata -> Music -. 59. Index_main.html, im really trying to find a way to make it more idiot proof and simple.
Find all posts by this user
12-10-2010, 07:52 PM
Post: #131
RE: [Music] Music Jukebox Release 8 Playlists, Shuffle and Search
Hi there !

I'm using egreat with Music Jukebox 8.1 and I have the following problem. Although I have make at least one playlist, does not work anyone. Only in Artist playlist works the "PlayAll", but not "Shuffle".
Does anyone have any idea ?
Find all posts by this user
12-14-2010, 09:13 PM (This post was last modified: 12-14-2010 09:20 PM by wandidj.)
Post: #132
RE: [Music] Music Jukebox Release 8 Playlists, Shuffle and Search
(12-05-2010 01:05 PM)Ryzz Wrote:  Just wondering if anyone has managed to get Shuffle to work as yet? Ive got this setup on my C-200 with the latest firmware, and if i click on shuffle in the song list...nothing happens. If i click "Play all" it works, but i cant get shuffle to work. If anyone has any suggestions im all ears.
I bet the search function doesn't work either...
Shuffle and Search functions require you start the MyiHome application on the NMT Applications setup page.
(12-05-2010 01:05 PM)Ryzz Wrote:  Also, is there a way to make a shortcut to launch the Music Jukebox htm main page? Currently i have to go Source -> Sata -> Music -. 59. Index_main.html, im really trying to find a way to make it more idiot proof and simple.
Is your music stored on an external device or network share? If so, copy index.htm to the root of the share oor external device. Then when you select the device, your music menu will appear. If you do this, you won't be able to browse the contents of the device though. Another option is to create a custom index.htm file in the root of your sata drive. Create links to all of your jukeboxes and applications. The selecting the hard disk icon will start your custom menu.
(12-10-2010 07:52 PM)coskarl Wrote:  Hi there !

I'm using egreat with Music Jukebox 8.1 and I have the following problem. Although I have make at least one playlist, does not work anyone. Only in Artist playlist works the "PlayAll", but not "Shuffle".
Does anyone have any idea ?
Turn on the MyiHome option on the NMT Applications menu (on Setup menu) of your Popcorn Hour...
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [plexNMT] Beta Release, Download and Install rip77 97 9,455 Today 12:55 AM
Last Post: greenxeyezz
Brick [plexNMT] Alpha Testing Release, Download and Installation rip77 117 17,757 05-18-2013 03:19 PM
Last Post: Switchblade
Information [MUSIC] Music Jukebox Release 8 Download and Installation wandidj 1,484 512,468 03-30-2013 01:36 AM
Last Post: kcstueber
  [plexNMT] Alpha Release 2, Download and Installation rip77 71 8,362 03-29-2013 02:48 PM
Last Post: qukquk
Music [MUSIC] MPD JukeBox (MPDJB) joblo10 378 197,098 01-18-2013 02:57 PM
Last Post: Penfold
  music jukebox with ipad remote wesley2004 0 568 12-26-2012 12:31 AM
Last Post: wesley2004
  [PHOTO] PhotoJukebox Release 1 wim-pch200 120 38,543 07-30-2012 11:05 AM
Last Post: wim-pch200
  What is wrong? music jukebox config help jplinux3 15 2,924 07-23-2012 07:55 AM
Last Post: jluc2808
  Kroozbox- Personal Video Database - PVD (or any DB) and Music Jukebox to Popcorn Hour Nono 383 156,322 07-03-2012 01:52 PM
Last Post: Paul_T
  Any new flash based music jukebox? grey 1 1,320 06-18-2012 12:44 AM
Last Post: accident

Forum Jump: