Page 4 of 6

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Posted: Sun Apr 14, 2013 6:10 am
by DreadM
Anon1mus wrote:I would love if you could make the micro-player smaller!
I also think about , but than the layout must be changed i think.
maybe i made a separate file .
Firence wrote:Looking for MR Skin, but i can´t download it.
oops,
download link work again.

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Posted: Tue Apr 16, 2013 4:44 pm
by gpzbc
My only feedback for you is that the volume control is really too small to be usable. It is really hard to adjust the volume with it. So I just end up using the volume control in the tray icon.

Thanks for a great skin!

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Posted: Tue Apr 16, 2013 5:02 pm
by Lowlander
Note that you can hover cursor over volume control and use scroll wheel to adjust the volume.

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Posted: Tue Apr 16, 2013 5:10 pm
by gpzbc
Lowlander wrote:Note that you can hover cursor over volume control and use scroll wheel to adjust the volume.
:o I didn't know that!

Thanks.

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Posted: Sun Apr 21, 2013 5:49 am
by Firence
DreadM wrote:
Anon1mus wrote:I would love if you could make the micro-player smaller!
I also think about , but than the layout must be changed i think.
maybe i made a separate file .
Firence wrote:Looking for MR Skin, but i can´t download it.
oops,
download link work again.
Thank you very much.....

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Posted: Tue Apr 30, 2013 2:58 pm
by A User
Hello DreadM, your MetroSkin looks very good. I like them. Maybe one suggestion for imrovement. The volume control is quite tiny. At least the one of the main window could be somehow larger. Especially, if I play songs over network via UPNP where the main gain of the remote a/v-receiver is controlled via UPNP, too, it is nearly impossible to correctly control its volume.

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Posted: Sun May 12, 2013 5:55 am
by DreadM
Anon1mus wrote:I would love if you could make the micro-player smaller! I use small icons in windows 7 and anytime I put this in Micro-Mode it throws it off and makes it all look funny. Maybe even have two different versions? I know quite a few people prefer bigger buttons.
what you think about this:
Image
Small version is 26 pix high ,reduced to the minimum just use Playcontrolls and VolumeBar,
for the seek bar i hope for the possibility to show it one time into the InfoPopUP :D
See mantis ticket #0006518

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Posted: Fri May 31, 2013 5:47 am
by effex
First: I like the skin very much. GOOD WORK!
But is there no update link to v 2.0.0.0 of the Light-Version?
All links in the first post lead to a dropbox-folder, but the Light-Version. And during installation it shows v 1.1.00...

Greats effex

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Posted: Sun Jun 09, 2013 2:54 pm
by malitiae
Gorgeous skin, it will replace Vision on MM4 for me

Big fan of the button sizes / placement and the orange accent makes thing easy to distinguish. Great work, thanks!

Oh, also the MediaMonkey themes page is a little outdated- it had MetroMonkey at v1.1
http://www.mediamonkey.com/addons/brows ... tromonkey/

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Posted: Thu Aug 22, 2013 5:41 pm
by hermes3por3
I have created a css file for Cuereader that implements MetroMonkey Light, as per HaraldBluetooth1963 post here: http://www.mediamonkey.com/forum/viewto ... in#p348339

Image

Code: Select all

<!  MetroMonkey Light skin for CueReader >


<!-- Scrollbar -->
html {
	border:none;
   scrollbar-face-color: #9d9d9d;
   scrollbar-highlight-color: #c4c4c4;
   scrollbar-shadow-color: #c4c4c4;
   scrollbar-3dlight-color: #c4c4c4;
   scrollbar-arrow-color: #9d9d9d;
   scrollbar-darkshadow-color: #c4c4c4;
   scrollbar-track-color: #c4c4c4;
}

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


<!-- Panel Header: Cue Reader: .... -->
body {
	 background-color:#ececec;
	color:#2c3f35;
	   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:#2c3f35;
  text-align:left;
}
P {
  font-family:"Segoe UI light";
  font-size:8pt;
  color:#2c3f35;
}


<!-- Header -->
TH {
  font-family:"Segoe UI light";
  font-size:12pt;
  font-weight:200;
  color:#606060;
  border-color:#66b8c4;
  border-style: solid;
  border-left-width:0px;
  border-right-width:0px;
  border-top-width:0px;
  border-bottom-width:1px;
}



<!-- TabelData -->
TD {
  font-family:Segoe UI;
  font-size:9pt;
  color:#2c3f35;
  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:#d8d8d8;
}

<!-- highlighted current track background and contents -->
TR.highlight {
  background-color:#00889d;
}
TR.highlight TD{
	color:#FFFFFF;
	font-weight:bold;
 }
TR.highlight TD a{
	color: #FFFFFF;
 }
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.

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: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Posted: Thu Sep 19, 2013 9:40 am
by theweasel68
Hi,
I am using the MonkeyRok Skin of MetroMonkey, and I have switched on the slideshow of Artist Images, which are shown very small, like the size of a stamp - see screenshot. Sometimes it is even smaller - half of that what you see on the screenshot.

I would like to "blow up" the sizes of the slideshow.
I assume I need to change some CSS? If this is possible, what do I need to change in which file? Or is possible to get a feature for setting the size of the slideshow under options? :)

Image

Re: MetroMonkey Skins v 1.1.0.0 (16.12.2012)

Posted: Thu Sep 19, 2013 9:46 am
by theweasel68
DreadM wrote:Thanks

glad you like the skin

Well at the moment i work on a update for this skin,
looks like this:
Image

And yes ,as you can see i try to implant a visualization,

but for the tabs and now playing color i can't do anything ,
it's not in skinners hand.

What happened to the update with EQ, showing in the player? :) Is that available?

Re: MetroMonkey Skins v 1.1.0.0 (16.12.2012)

Posted: Thu Sep 19, 2013 6:17 pm
by MaximusPrime
theweasel68 wrote:
What happened to the update with EQ, showing in the player? :) Is that available?
Yes it is :wink:

Re: MetroMonkey Skins v 1.1.0.0 (16.12.2012)

Posted: Fri Sep 20, 2013 3:25 am
by theweasel68
MaximusPrime wrote:
theweasel68 wrote:
What happened to the update with EQ, showing in the player? :) Is that available?
Yes it is :wink:
Where & How? :wink:

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Posted: Fri Sep 20, 2013 5:27 am
by MaximusPrime
theweasel68 wrote:
MaximusPrime wrote:
theweasel68 wrote:
What happened to the update with EQ, showing in the player? :) Is that available?
Yes it is :wink:
Where & How? :wink:
I jsut installed the latest Version weeks or even months ago and and the EQ visualisation is there :D
Screenshot:
http://s7.directupload.net/file/d/3386/867c3k9o_jpg.htm