[9 June 2010] C-200/A-200 NMJ UI PREVIEW (under development) | 18. Jan 2010 Popcornhour C-200 Manual

Firmware Updates C-200 [7 May 2010] | A-200 [14 May 2010] | A-100 [24 Mar. 2010] | A-110 [24 Mar. 2010] | B-110 [23 Apr. 2010]

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


1 user browsing this thread: (0 members, and 1 guest).

Post Reply 
 
Thread Rating:
  • 2 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[MJ HD SKIN] Leech.. for MONO and MPD
03-09-2010, 02:40 AM (This post was last modified: 03-25-2010 10:11 PM by meowmoo.)
Post: #1
[MJ HD SKIN] Leech.. for MONO and MPD
So i start fixing a few bugs in my old skin and ending up making a complete new one...

Prerequisites:
* Music Jukebox (http://www.networkedmediatank.com/showth...tid=24832)
* Music Player Daemon (http://www.networkedmediatank.com/showth...light=MPD)

It supports the default player and MPD...you can change it in the Options.xml
Code:
xsl:variable name="player">PCH</xsl:variable

and you can change the background to the same as the one in my leech skin
Code:
xsl:variable name="leech">true</xsl:variable
http://www.networkedmediatank.com/showth...?tid=34382


INDEX
[Image: skinIO.jpg]
Leech
[Image: skinIL.jpg]

If you are on the first row and pres UP it jumps too the last album, sames gos for the last row and press DOWN also LEFT/Right on the first/last cover will jump to the last/fist cover Tongue
this can be change in the options.xsl to go to the next Index page
on page load album nr 12 will set to focus, this can be changed in the option.xsl

TVID's
Enter: go to details page,
Play: play whole album (PCH only)
Stop: Shuffel the whole album (PCH only, can be changed in the option.xml)

RED: Play whole album (MPD only)
RED: go to page xy (PCH only, can be set in the option.xml)
GEEN: go to page xy (PCH only, can be set in the option.xml)
YELLOW: go to Genre Index (can be changed in the option.xml)
BLUE: go to Artist index (can be changed in the option.xml)

DETAILS
bitrate,lable,format icons don't work with MJ 8.1
fanart
[Image: skinDF.jpg]
original
[Image: skinDO.jpg]
leech song 6 is on focus
[Image: songfocus.jpg]

you can go from song1 to the last song if you press up and from the last to the first if you press DWON, if there are more then 20 songs on the cd UP on first and DOWN on last will bring you to the next page, Page up/down works also..

Coming soon:
Left/right will bring you to the next/prev album, at the moment it only brings you back to the index....

TVID's
Enter: Play the focus Song
Play: play whole album (PCH only)
Stop: Shuffel the whole album (PCH only, can be changed in the option.xml)

RED: Play whole album (MPD only)
RED: go to page xy (PCH only, can be set in the option.xml)
GEEN: go to page xy (PCH only, can be set in the option.xml)
YELLOW: go to Genre Index (can be changed in the option.xml)
BLUE: go to Artist index (can be changed in the option.xml)


Multi CD

[Image: skinMO.jpg]
[Image: skinML.jpg]

Coming soon:
if you are on the first/last cover and press left/right it gos to the nexts cd's details page

TVID's
Enter: go to details page,
Play: play whole album you focus on (PCH only)
Stop: Shuffel the whole album you focus on (PCH only, can be changed in the option.xml)

RED: Play whole album you focus on (MPD only)
RED: go to page xy (PCH only, can be set in the option.xml)
GEEN: go to page xy (PCH only, can be set in the option.xml)
YELLOW: go to Genre Index (can be changed in the option.xml)
BLUE: go to Artist index (can be changed in the option.xml)


List
[Image: skinLL.jpg]
[Image: skinLO.jpg]

TVID's
Enter: go to index page,

RED: go to page xy (PCH only, can be set in the option.xml)
GEEN: go to page xy (PCH only, can be set in the option.xml)
YELLOW: go to Genre Index (can be changed in the option.xml)
BLUE: go to Artist index (can be changed in the option.xml)


Thanks to wandidj for his gerat tool, and adding all my suggestion!
Thanks to excal, for all the teaching Tongue
Thanks to EJP, my cdwall is based on his aeon moviewall the code helped me alot...
Thanks to mhut for beta testing the MPD support, it was a pain in the ars...sorry for that Tongue

Download here:
http://mediaplayersite.com/node/193

i put a install file in the skin so all options should be set to the needed one, if it don't work you need to setup MJ like this

indextap
Albums Per Line: 8
Lines Per Page: 4
Homepage: http://localhost.drives:8883/SATA_DISK/index.htm (will point to a index htm file on the c200 root)
Image Size: 150
Cell : 0
Title: 0
Focus text Color: FFFFFF
Focus Highlight Color: Transparent
Generate popout menu: TRUE

Detailstap
Songs per page: 20

MPD first install

look in the mpd folder inside the skin,
open config.xslt
change the two path the the proper one

Code:
xsl:variable name="library_dir" select="'/opt/sybhttpd/localhost.drives/HARD_DISK/Music/'"

this on point to your Music Lib, it should be the same as the Popcorn Hour Path to Music, just change HARD_DISK/Music/ to point to your Music Folder

Code:
variable name="menu_dir" select="'http://localhost.drives:8883/HARD_DISK/Apps/Jukebox/mpd/Jukebox/'"
this one is the same as Popcorn Hour path to Menu in MJ it should point to the Folder where all the html and xsl files generated by MJ are just change HARD_DISK/Apps/Jukebox/mpd/Jukebox/ to your Menu folder

than open up the .cgi files and change LIBRARY_PATH=/share/Music so it point to your music Folder on the PCH, just change share/Music

if you wanna use fanart in the now playing page change FANART_PATH=/share/Music/!fanart to a folder where you Fanart is, if you fanart is in the artist folder, just point to the Music Folder like above..

after all fies are edited, copy the .cgi files to your Popcorn Hour path to Menu, where all the html/xml files generated by MJ are, and give them 777 rights via ftp program

rerun MJ

done

[Image: now_playing2b.jpg]

* Play - toggles play/pause
* Stop - stops player
* Next - plays next song in queue
* Prev - plays previous song in queue
* Delete - clears playlist
* Repeat - toggles repeat
* Setup - updates MPD database
* PgUp - page up
* PgDn - page down
* Home - navigate one level up
* Green - (main/album/playlist control/search) Show playlist, (playlist) Shuffle playlist
* Yellow - Playlist control
* Blue - toggles random
* Left icon adds song to head of queue
* Right icon adds song to tail of queue
* Info - shows Now Playing page (toggles lyrics on Now Playing page)

Good news LOST is back
Bad news LOST will end...forever
Lets hope for a Time Loop

[Image: emtee_elp.gif]
Find all posts by this user
Quote this message in a reply
03-09-2010, 09:39 AM
Post: #2
RE: [MJ HD SKIN] Leech.. for MONO and MPD
How can i get this to work without an internal HD?

Thanks
Find all posts by this user
Quote this message in a reply
03-09-2010, 09:40 AM
Post: #3
RE: [MJ HD SKIN] Leech.. for MONO and MPD
Thanks for the appreciated effort, I could not install Music Jukebox properly (shuffle issue) can I try this one for Popcorn C-200 as well?

Popcorn C-200 Owner
Find all posts by this user
Quote this message in a reply
03-09-2010, 11:37 AM
Post: #4
RE: [MJ HD SKIN] Leech.. for MONO and MPD
@reyito1 just generate it where your music is, if the patch are correct it should work from everywhere, as long as you don't use mpd

@eozen81 sure, i use it on the c200, and dont have any problemes

Good news LOST is back
Bad news LOST will end...forever
Lets hope for a Time Loop

[Image: emtee_elp.gif]
Find all posts by this user
Quote this message in a reply
03-09-2010, 11:40 AM
Post: #5
RE: [MJ HD SKIN] Leech.. for MONO and MPD
(03-09-2010 11:37 AM)meowmoo Wrote:  @reyito1 just generate it where your music is, if the patch are correct it should work from everywhere, as long as you don't use mpd

How do i generate the jukebox? Angle
Find all posts by this user
Quote this message in a reply
03-09-2010, 11:59 AM
Post: #6
RE: [MJ HD SKIN] Leech.. for MONO and MPD
you need http://www.networkedmediatank.com/showth...?tid=24832

I just edit the first post to add Prerequisites and a first install for mpd

Good news LOST is back
Bad news LOST will end...forever
Lets hope for a Time Loop

[Image: emtee_elp.gif]
Find all posts by this user
Quote this message in a reply
03-09-2010, 12:20 PM
Post: #7
RE: [MJ HD SKIN] Leech.. for MONO and MPD
Thanks a lot¡¡¡¡¡¡¡
Find all posts by this user
Quote this message in a reply
03-10-2010, 10:05 PM
Post: #8
RE: [MJ HD SKIN] Leech.. for MONO and MPD
Sorry, but i don´t have MPD (as I don´t have internal drive), I just installed MJ8.1
Where do I copy the files? How do i Generate the jukebox?

Thanks
Find all posts by this user
Quote this message in a reply
03-12-2010, 04:11 PM
Post: #9
RE: [MJ HD SKIN] Leech.. for MONO and MPD
take a look here
http://www.networkedmediatank.com/wiki/i...ic_Jukebox

Good news LOST is back
Bad news LOST will end...forever
Lets hope for a Time Loop

[Image: emtee_elp.gif]
Find all posts by this user
Quote this message in a reply
03-16-2010, 04:28 PM
Post: #10
RE: [MJ HD SKIN] Leech.. for MONO and MPD
here is a preview of the new genre and decade index, all work is done by mhut, i just put it in the xml code

[Image: index_genres.jpg]
[Image: index_decades.jpg]

working on artist index now if its done i will post a update

Good news LOST is back
Bad news LOST will end...forever
Lets hope for a Time Loop

[Image: emtee_elp.gif]
Find all posts by this user
Quote this message in a reply
03-16-2010, 04:39 PM
Post: #11
RE: [MJ HD SKIN] Leech.. for MONO and MPD
Fantastic work so far. This is very encouraging. I had given up on the PCH as a music jukebox this this looks to be shaping up to be something great. I have not yet installed but once I have some time I think I'll give it a shot.
Find all posts by this user
Quote this message in a reply
03-17-2010, 03:18 PM
Post: #12
RE: [MJ HD SKIN] Leech.. for MONO and MPD
Please, help. Cant get to see album name and popup effect when over an album, so i can get to see wich album i´m selecting.
I´m using mjb r8.1

Thanks
Find all posts by this user
Quote this message in a reply
03-17-2010, 05:04 PM
Post: #13
RE: [MJ HD SKIN] Leech.. for MONO and MPD
do you have the same settings in MJ as Posted in the first post?

Quote:i put a install file in the skin so all options should be set to the needed one, if it don't work you need to setup MJ like this

indextap
Albums Per Line: 8
Lines Per Page: 4
Homepage: http://localhost.drives:8883/SATA_DISK/index.htm (will point to a index htm file on the c200 root)
Image Size: 150
Cell : 0
Title: 0
Focus text Color: FFFFFF
Focus Highlight Color: Transparent
Generate popout menu: TRUE

Detailstap
Songs per page: 20

if so open the index_main.html in a editor and post me the first a tag you find, looks like this
Code:
<a href="Hoobastank_[2009]_For(n)ever.htm?MainIndex" name="album0" onfocus="dolphpopup(0),enablePlay('file:///opt/sybhttpd/localhost.drives/SATA_DISK/Music/Hoobastank/[2009]%20For(n)ever/playlist.jsp'),titles(0,'visible'),cds(0,'visible');" onblur="dolphpopdown(0),titles(0,'hidden'),cds(0,'hidden');" ONKEYLEFTSET="prevpagelink" ONKEYUPSET="prevpagelink">
            <img border="0" src="G:\Mukke\Hoobastank\[2009] For(n)ever\Folder_small.jpg" height="135" width="135" onmouseover="dolphpopup(0),titles(1,'visible'),cds(1,'visible');" onmouseout="dolphpopdown(0),titles(1,'hidden'),cds(1,'hidden');" onfocussrc="pictures/dummy.png" />
          </a>

Good news LOST is back
Bad news LOST will end...forever
Lets hope for a Time Loop

[Image: emtee_elp.gif]
Find all posts by this user
Quote this message in a reply
03-17-2010, 08:53 PM
Post: #14
RE: [MJ HD SKIN] Leech.. for MONO and MPD
This is it:

<a href="From_Trip_Hop_To_Nu_Jazz_-_Vol_3_-_2004_Cd_2.htm?MainIndex" name="album0" onfocus="dolphpopup(0),enablePlay('file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/peliculas/music/MUSIC/Chill%20Out/From%20Trip%20Hop%20To%20Nu%20Jazz%20-%20A%20Smooth%20Transition%20Vol.1%2C%202%20y%203/From%20Trip%20Hop%20To%20Nu%20Jazz%20-%20Vol%203%20-%202004/Cd%202/playlist.jsp'),titles(0,'visible'),cds(0,'visible');" onblur="dolphpopdown(0),titles(0,'hidden'),cds(0,'hidden');" ONKEYLEFTSET="prevpagelink" ONKEYUPSET="prevpagelink">
<img border="0" src="From_Trip_Hop_To_Nu_Jazz_-_Vol_3_-_2004_Cd_2_small.jpg" height="135" width="135" onmouseover="dolphpopup(0),titles(1,'visible'),cds(1,'visible');" onmouseout="dolphpopdown(0),titles(1,'hidden'),cds(1,'hidden');" onfocussrc="pictures/dummy.png" />
</a>
Find all posts by this user
Quote this message in a reply
03-17-2010, 11:19 PM
Post: #15
RE: [MJ HD SKIN] Leech.. for MONO and MPD
seems ok, did you try all index pages and it works on non of them?
can you send me your index_main.html files

Good news LOST is back
Bad news LOST will end...forever
Lets hope for a Time Loop

[Image: emtee_elp.gif]
Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Music [MUSIC] MPD JukeBox (MPDJB) joblo10 333 74,170 07-28-2010 04:57 PM
Last Post: labussierer
  [PHOTO] [MUSIC] JLRutaMJB skin for photo and MusicJukebox - using MJB R8 jluc2808 96 14,833 05-30-2010 02:31 PM
Last Post: jluc2808
  Use music on PC in MPD Maverick 0 306 05-17-2010 10:20 PM
Last Post: Maverick
  Skin for Jalbum - PCHBlack Banditt 13 6,860 11-02-2009 10:21 PM
Last Post: BeSt
  MPD + MPD Jukebox + MPD skin installation? eummagic 17 4,378 10-25-2009 12:49 AM
Last Post: Tank
  Rutabaga skin sgmiller 3 996 08-27-2009 02:38 PM
Last Post: wandidj
  Fanart without MPD? dj33 1 699 08-17-2009 03:04 PM
Last Post: wandidj
  Meow 1.2.1 skin without MPD? dj33 2 758 08-17-2009 01:23 PM
Last Post: dj33
  [MUSIC] Installing Music Jukebox + MPD Musicbox Meow 1.2 skin? Darkish 6 2,205 07-31-2009 08:04 AM
Last Post: internet-music
  [MUSIC] MPD Problem Bergkamp 2 790 07-25-2009 08:39 AM
Last Post: FLaSH

Forum Jump: