MetroMonkey Skins v 2.1.0.0 (01.01.2014)

If you want to contribute MediaMonkey skins, themes, icons, etc...

Moderators: Morten, Gurus

DreadM
Posts: 1018
Joined: Wed Mar 26, 2008 1:09 pm
Location: Germany

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Post 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.
gpzbc
Posts: 1226
Joined: Sat Sep 13, 2008 12:02 am
Location: Colorado, USA

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Post 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!
--
The gpzbc
Lowlander
Posts: 56465
Joined: Sat Sep 06, 2003 5:53 pm
Location: MediaMonkey 5

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Post by Lowlander »

Note that you can hover cursor over volume control and use scroll wheel to adjust the volume.
gpzbc
Posts: 1226
Joined: Sat Sep 13, 2008 12:02 am
Location: Colorado, USA

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Post 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.
--
The gpzbc
Firence
Posts: 219
Joined: Wed Nov 16, 2005 1:46 am
Location: Mainz, Germany

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Post 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.....
Möge die Musik immer mit dir sein.
May the music be with you.

Firence
A User

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Post 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.
DreadM
Posts: 1018
Joined: Wed Mar 26, 2008 1:09 pm
Location: Germany

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Post 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
effex
Posts: 1
Joined: Fri May 31, 2013 5:36 am

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Post 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
malitiae

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Post 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/
hermes3por3
Posts: 6
Joined: Mon Apr 25, 2011 8:16 am

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Post 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".
theweasel68
Posts: 32
Joined: Mon Sep 09, 2013 4:15 pm
Location: Austria

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Post 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
theweasel68
Posts: 32
Joined: Mon Sep 09, 2013 4:15 pm
Location: Austria

Re: MetroMonkey Skins v 1.1.0.0 (16.12.2012)

Post 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?
MaximusPrime
Posts: 403
Joined: Tue Aug 14, 2012 1:31 am

Re: MetroMonkey Skins v 1.1.0.0 (16.12.2012)

Post by MaximusPrime »

theweasel68 wrote:
What happened to the update with EQ, showing in the player? :) Is that available?
Yes it is :wink:
theweasel68
Posts: 32
Joined: Mon Sep 09, 2013 4:15 pm
Location: Austria

Re: MetroMonkey Skins v 1.1.0.0 (16.12.2012)

Post 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:
MaximusPrime
Posts: 403
Joined: Tue Aug 14, 2012 1:31 am

Re: MetroMonkey Skins v 2.0.0.0 (07.04.2013)

Post 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
Post Reply