If you want to contribute MediaMonkey skins, themes, icons, etc...
Moderators: Morten, Gurus
-
DreadM
- Posts: 1014
- Joined: Wed Mar 26, 2008 1:09 pm
- Location: Germany
Post
by DreadM » Sun Apr 14, 2013 6:10 am
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
Post
by gpzbc » Tue Apr 16, 2013 4:44 pm
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: 45342
- Joined: Sat Sep 06, 2003 5:53 pm
- Location: MediaMonkey 5
Post
by Lowlander » Tue Apr 16, 2013 5:02 pm
Note that you can hover cursor over volume control and use scroll wheel to adjust the volume.
Lowlander (MediaMonkey user since 2003)
-
gpzbc
- Posts: 1226
- Joined: Sat Sep 13, 2008 12:02 am
- Location: Colorado, USA
Post
by gpzbc » Tue Apr 16, 2013 5:10 pm
Lowlander wrote:Note that you can hover cursor over volume control and use scroll wheel to adjust the volume.

I didn't know that!
Thanks.
--
The gpzbc
-
Firence
- Posts: 219
- Joined: Wed Nov 16, 2005 1:46 am
- Location: Mainz, Germany
Post
by Firence » Sun Apr 21, 2013 5:49 am
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
Post
by A User » Tue Apr 30, 2013 2:58 pm
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: 1014
- Joined: Wed Mar 26, 2008 1:09 pm
- Location: Germany
Post
by DreadM » Sun May 12, 2013 5:55 am
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:

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
See mantis ticket
#0006518
-
effex
- Posts: 1
- Joined: Fri May 31, 2013 5:36 am
Post
by effex » Fri May 31, 2013 5:47 am
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
Post
by malitiae » Sun Jun 09, 2013 2:54 pm
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
Post
by hermes3por3 » Thu Aug 22, 2013 5:41 pm
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
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
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
Post
by theweasel68 » Thu Sep 19, 2013 9:40 am
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?

-
theweasel68
- Posts: 32
- Joined: Mon Sep 09, 2013 4:15 pm
- Location: Austria
Post
by theweasel68 » Thu Sep 19, 2013 9:46 am
DreadM wrote:Thanks
glad you like the skin
Well at the moment i work on a update for this skin,
looks like this:
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
Post
by MaximusPrime » Thu Sep 19, 2013 6:17 pm
theweasel68 wrote:
What happened to the update with EQ, showing in the player?

Is that available?
Yes it is

-
theweasel68
- Posts: 32
- Joined: Mon Sep 09, 2013 4:15 pm
- Location: Austria
Post
by theweasel68 » Fri Sep 20, 2013 3:25 am
MaximusPrime wrote:theweasel68 wrote:
What happened to the update with EQ, showing in the player?

Is that available?
Yes it is

Where & How?
