Page 6 of 7

Re: Mellon Skins V 1.3.1.0 (05.09.2011)

Posted: Wed Nov 16, 2011 1:54 pm
by gpzbc
I just installed MM4 and then downloaded the Mellon skin, and I really like it. Thanks.

Then I downloaded the MR skin and installed it. It automatically installed it to AppData\Roaming\MediaMonkey\Scripts\MonkeyRok\skins. When I open up that folder, I can see the Mellon Skins. However, I can't see the MR Mellon skin from within the MR settings. I have tried restarting MM and clearing the MM cache. Neither worked.

Any ideas? Thanks for your help.

Re: Mellon Skins V 1.3.1.0 (05.09.2011)

Posted: Wed Nov 16, 2011 3:36 pm
by gpzbc
Ah, I got it to show up. I just uninstalled MR and then reinstalled it.
Unfortunately, MR is not working for me in MM4 , but at least it is skinned properly while not working. :lol:

Re: Mellon Skins V 1.3.1.0 (05.09.2011)

Posted: Wed Nov 23, 2011 2:49 pm
by DJSigma
This skin is really slick looking, but would it be possible to offer any other colour options? The blue is a bit much for me! :D

Re: Mellon Skins V 1.3.1.0 (05.09.2011)

Posted: Fri Dec 09, 2011 7:32 pm
by Batalanto!
Great skin. The problem I'm having is that the bottom of the player is showing up as transparent; no color. This belies how it looks in the screen shots. How do I recreate the same coloring?

Thanks,

NR

Re: Mellon Skins V 1.3.1.0 (05.09.2011)

Posted: Sun Dec 18, 2011 12:39 pm
by DreadM
Greetings
@nightrocket:
sounds like you run the Aero version,
try the mellon.mmip

Re: Mellon Skins V 1.3.1.0 (05.09.2011)

Posted: Sun Dec 18, 2011 6:06 pm
by Batalanto!
DreadM wrote:Greetings
@nightrocket:
sounds like you run the Aero version,
try the mellon.mmip
Thanks :) I think I have that downloaded but I'll doublecheck. something about the sleekness of the Areo version I like...minus the transparency.

Peace,

- Nr

Re: Mellon Skins V 1.3.1.0 (05.09.2011)

Posted: Thu Feb 09, 2012 11:49 pm
by SchulA
Hi,

These skins are pretty cool.

Is there a matching skin available for cueReader ?

A-

Re: Mellon Skins V 1.3.1.0 (05.09.2011)

Posted: Mon Feb 20, 2012 2:09 pm
by fands
I really like the slim version (Mellon-eee). Thanks for this skin!

Re: Mellon Skins V 1.3.1.0 (05.09.2011)

Posted: Sun Mar 11, 2012 5:46 am
by jkforde
hi, I'm still running free version 3.2.5 of MM and using Mellon-3. I love the skin, it's really fresh but the drop-down arrow on the navigation toolbar is the only bug I've found - http://db.tt/tpOWAHI6 (the drop-down functionality works, it's just the arrow is missing :-? ) Thanks

Re: Mellon Skins V 1.3.1.0 (05.09.2011)

Posted: Tue Jun 12, 2012 1:32 am
by Guest
gpzbc wrote:I just installed MM4 and then downloaded the Mellon skin, and I really like it. Thanks.

Then I downloaded the MR skin and installed it. It automatically installed it to AppData\Roaming\MediaMonkey\Scripts\MonkeyRok\skins. When I open up that folder, I can see the Mellon Skins. However, I can't see the MR Mellon skin from within the MR settings. I have tried restarting MM and clearing the MM cache. Neither worked.

Any ideas? Thanks for your help.
I had this same problem. I simply copied the melon skin from AppData\Roaming\MediaMonkey\Scripts\MonkeyRok\skins and pasted in c:\programfiles (x86)/Mediamonkey/scripts/monkeyrok/skins and then enanbled within the Monkeyrok settings. Monkeyrok works just fine for me on MM4

Re: Mellon Skins V 1.3.1.0 (05.09.2011)

Posted: Fri Sep 28, 2012 6:49 am
by HaraldBluetooth1963
Thanks a lot DreadM for this great skin. I'm using it with MonkeyRok latest version 5.8, but I missed a Mellon skin for CueReader.
I'm in no way a skinner, but decided to try to edit the CueReader.css file, so CueReader can be used together with your great skin.

Image

Replace the text in CueReader.css with the following text and you are ready to go :D Remember to make a backup of the original file. You can save it directly if you open the text-editor tool as administrator.

Code: Select all

<!  Mellon skin for CueReader >


<!-- Scrollbar -->
html {border:none;
       scrollbar-face-color: #39ADE5;
       scrollbar-highlight-color: #B0DEF4;
       scrollbar-shadow-color: #B0DEF4;
       scrollbar-3dlight-color: #B0DEF4;
       scrollbar-arrow-color: #FFFFFF;
       scrollbar-darkshadow-color: #B0DEF4;
       scrollbar-track-color: #B0DEF4;}

.proxy {
	visibility:hidden;
	display:none;
}


<!-- Panel Header: Cue Reader: .... -->
body {
	background-color:#B0DEF4;
                color:#FFFFFF;
	padding: 0px 1px 1px 1px;
	margin: 0px;
	font-family:Segoe UI light;
	font-size:9px;
	overflow: none;
}

<!-- Tabel Header -->
}
H1 {
  font-family:Segoe UI light; 
  font-size:10pt; 
  font-weight:bold;
  color:#FFFFFF;
  text-align:left;
}
P {
  font-family:Segoe UI light; 
  font-size:8pt; 
  color:#FFFFFF; 
}


<!-- Header -->
TH {
  font-family:Segoe UI light; 
  font-size:11pt; 
  font-weight:semibold;
  color:#000000;
  border-color:#FFFFFF; 
  border-style: solid; 
  border-left-width:0px; 
  border-right-width:0px; 
  border-top-width:0px; 
  border-bottom-width:0px;
}



<!-- TabelData -->
TD {
  font-family:Segoe UI; 
  font-size:9pt;
  color:#000000;
  font-weight:semibold;
  border-color:#000000;
  border-style: solid;
  border-left-width:0px; 
  border-right-width:0px; 
  border-top-width:0px; 
  border-bottom-width:0px;
}
TR.aleft TH {
  text-align:left;


<!-- track background even tracks  -->
}
TR.dark {
  background-color:#98D6EE;


<!-- highlighted current track background  -->
}
TR.highlight {
  background-color:#8EBE26;
The CueReader.css is placed in the folder C:\Program Files (x86)\MediaMonkey\Scripts\Auto if you have installed the script as adminstrator. If you have installed it for current user only, then the file is placed in C:\Users\YourName\AppData\Roaming\MediaMonkey\Scripts\Auto.

I decided to go with the green bar, because I don't know how to make the text color white, when highlighted. If I did, I had done so with highlighted purple bar (colorcode #5253B1). I have used the same hex color codes as in the Mellon skin. The only color code I missed, was the light blue color for the track background for even tracks. I used an eyedropper to guess this colorcode.

You are free to make your own colors and layout, but it would be nice if you shared it here :D

NB.: After you have replaced the CueReader.css file remember to go to Tools/Options/CueReader Settings to uncheck the "Show panel borders" and check all other options incl. the "Use external stylesheet ('CueReader.css') for colours".

Re: Mellon Skins V 1.3.1.0 (05.09.2011)

Posted: Fri Sep 28, 2012 8:28 am
by DreadM
Thanks HaraldBluetooth1963,
i do not use this script ,
but looks nice :wink:
HaraldBluetooth1963 wrote:I decided to go with the green bar, because I don't know how to make the text color white, when highlighted
maybe you could try a :font-color: or color: entry in "TR.highlight" I don't know if it works , but you have nothing to loose !

Re: Mellon Skins V 1.3.1.0 (05.09.2011)

Posted: Fri Sep 28, 2012 9:30 am
by HaraldBluetooth1963
DreadM wrote:Thanks HaraldBluetooth1963,
i do not use this script ,
but looks nice :wink:
HaraldBluetooth1963 wrote:I decided to go with the green bar, because I don't know how to make the text color white, when highlighted
maybe you could try a :font-color: or color: entry in "TR.highlight" I don't know if it works , but you have nothing to loose !
Thanks for your comment DreadM, I have tried both ways, but it isn't recognized and the black font-color with the purple isn't very good. Is this functionality normally
something there is placed in the VBScript-scriptfile and called in the .css file or how do you do this?

By the way, which colorcode should the even rows have?

Edit: I can make the highlighted track bold, but still not change font-color - hmm :-?

I can see, that you in the skin.css for MonkeyRok use following function:

Code: Select all


}
.playing{
	background-color: #5253B1;
	color:#ffffff;
but I can't get this to work in the CueReader.css. Do you know more about it?? :)

Re: Mellon Skins V 1.3.1.0 (05.09.2011)

Posted: Sat Sep 29, 2012 2:50 am
by DreadM
Sorry; I'm really no script expert , just know how to skin the MR and LV skins,
and i never use this script ,
maybe it's better you ask Trixmoto in the "Need Help with Addons" forum !

Re: Mellon Skins V 1.3.1.0 (05.09.2011)

Posted: Sun Sep 30, 2012 10:38 am
by HaraldBluetooth1963
DreadM wrote:Sorry; I'm really no script expert , just know how to skin the MR and LV skins,
and i never use this script ,
maybe it's better you ask Trixmoto in the "Need Help with Addons" forum !
Thanks DreadM, I'll do that.

I would be happy, if you please could tell me the color code for the darkest blue tracks in the Now Playing and the Column Browser windows :)