Progress bar in default skin is difficult to see.

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Progress bar in default skin is difficult to see.

Re: Progress bar in default skin is difficult to see.

by drakinite » Wed Sep 14, 2022 2:01 pm

Deadcool wrote: Tue May 17, 2022 12:28 pm This didn't work for me. Within skin_slider_add.less I configured

@sliderColorHighlight: #38298d;

and I changed the info.json to denote a different Title and ID. However, even after selecting the newly created skin and restarting, the View > Skin shows that the new skin is selected but I'm still seeing the default Orange color.

MM version 5.0.3.2622
Deadcool wrote: Wed May 18, 2022 8:53 am Does this functionality no longer work?
Apologies for the delay. It should still work. It's probably a caching issue (The LESS file gets compiled into CSS, and is saved as a file so it doesn't have to be recompiled every time). Try either of the following:

1. Go to %appdata%/MediaMonkey5 and delete all skin_*.css files and restart MediaMonkey
or
2. Install Refresh Skin Shortcut (https://www.mediamonkey.com/addons/brow ... -shortcut/) and use the toolbar button to refresh the skin.

Re: Progress bar in default skin is difficult to see.

by Deadcool » Wed May 18, 2022 8:53 am

Does this functionality no longer work?

Re: Progress bar in default skin is difficult to see.

by Deadcool » Tue May 17, 2022 12:28 pm

This didn't work for me. Within skin_slider_add.less I configured

@sliderColorHighlight: #38298d;

and I changed the info.json to denote a different Title and ID. However, even after selecting the newly created skin and restarting, the View > Skin shows that the new skin is selected but I'm still seeing the default Orange color.

MM version 5.0.3.2622

Re: Progress bar in default skin is difficult to see.

by ssaunders » Tue Mar 09, 2021 5:03 am

Now you can go back to MediaMonkey, and switch to your modified skin!
Nicely laid out, @drakinite.

Re: Progress bar in default skin is difficult to see.

by drakinite » Mon Mar 08, 2021 7:51 pm

Ahhh, my bad, thanks for the clarification.

Actually, it's pretty simple to change colors on the skin by yourself, if you'd like to. It has several steps, but especially if you know your way around files, it won't be difficult.

Step 1) Go into your MM install directory, and open the "Skins" folder
Step 2) Create a new folder, for example "Material Design Modified"
Step 3) Open "Material Design.zip", copy the contents, and paste them into your new folder
Step 4) Inside your new folder, open skin/skin_slider_add.less
Step 5) On the top, where you see "@sliderColorHighlight: @accentColor;", change "@accentColor" to the color code of your choice. You can go to http://colorpicker.com or http://hexpicker.com/ to get a color code. For example:

Code: Select all

@sliderColorHighlight: #ffe59d;
This will cause it to be a nice pale yellow, instead of light orange.
Step 6) In order for MediaMonkey to not be confused between the default skin and your modified skin, open info.json (again, inside your new folder). Change the second and third lines to the following: (Make sure to keep the commas at the end; also, you can change it to whatever else you named your folder)

Code: Select all

    "title": "Material Design Modified",
    "id": "Material Design Modified",
Step 7) Now you can go back to MediaMonkey, and switch to your modified skin!

Re: Progress bar in default skin is difficult to see.

by Peke » Mon Mar 08, 2021 5:03 pm

Hi,
I for example always have WaveBar as a seek bar not standard seek bar so I do not have such issues, but yes it is dependent on skins, try Metro M classic from latest builds.

Re: Progress bar in default skin is difficult to see.

by ssaunders » Mon Mar 08, 2021 5:08 am

I thought the OP was referring in the post title to the bar below, given the whole circular indicator thing. Quite possibly I am wrong, as that's definitely not what volume leveling/add/etc jobs display like.

In the Material Design (Dark) theme the leveling/add/etc jobs are a little hard to see as orange on orange. It did my head in, so switched to the blue Material Design as that's super clear red on blue.

Image

Re: Progress bar in default skin is difficult to see.

by drakinite » Sun Mar 07, 2021 12:59 pm

Hey there. Am I missing something? I don't think that the progress bar has a clickable region. Are you referring to this bar, at the bottom of the window?
Image

Re: Progress bar in default skin is difficult to see.

by ssaunders » Sun Mar 07, 2021 2:15 am

+1 for this.

An idea? Hover near the bar and it gets fatter, indicating the clickable region. It already looks like the click area for the bar extends down a bit. That idea would make the circular indicator look silly, though.

Another? Move the bar down a few pixels to the middle of the playing progress time text, make it a whisker fatter, then highlight behind the line/circular indicator on mouse-over to indicate the clickable area. This would achieve a clickable area both above and below the line.

I did find clicking the bar to skip forward/backward awkward in the past until I relaised I could click underneath it.

S.

Progress bar in default skin is difficult to see.

by allvodi » Fri Mar 05, 2021 9:36 pm

And not just the progress bar. The circular indicator is not always utilized to show that something is going on such as when a large number of files are having their volume leveled.

Top