Author Topic: Sportura Pinstripe  (Read 42505 times)

hiccup

  • Sr. Member
  • ****
  • Posts: 7760
Updated, a couple of tweaks and a new volume slider.

hiccup

  • Sr. Member
  • ****
  • Posts: 7760
Updated.

- The player panel will now remain slim & slender™, also when larger fonts are selected for the main player’s track info.
- The option of displaying the wavebar in the player panel has been added.

The download link is in the start post.


(MB v3.1.6363 or higher is recommended)
Last Edit: June 03, 2017, 10:48:44 PM by hiccup

hiccup

  • Sr. Member
  • ****
  • Posts: 7760
updated

(and probably final for MB v3.1)

the download link is in the startpost

mefisto.6

  • Newbie
  • *
  • Posts: 1
Good skin.
How to change the background in the control buttons area?

hiccup

  • Sr. Member
  • ****
  • Posts: 7760
Good skin.
How to change the background in the control buttons area?

Thanks mefisto.6
That's not really possible. Pretty much every button and indicator has some complicated colouring, shape and transparency to achieve the indicator effects I aimed for.
Only changing 'the background' would render the whole player panel very ugly.
Last Edit: March 05, 2018, 12:03:34 PM by hiccup


hiccup

  • Sr. Member
  • ****
  • Posts: 7760


hiccup

  • Sr. Member
  • ****
  • Posts: 7760
Updated, minor tweaks, device icons added.

(these device icons will only show up in MusicBee v3.4> which is not yet available at this moment)

hiccup

  • Sr. Member
  • ****
  • Posts: 7760
Updated again, the Mini Player has been improved.
(needs MB 3.3.7299 or up to display as intended)

My apologies for this forum bomb (again ;-) , but it's probably useful to users of these skins that have subscribed so to get notifications on updates.

wealstarr

  • Full Member
  • ***
  • Posts: 128
Phenomenal work hiccup.

This is a skin I can use for a very long time.

I have a favour to ask, if it doesn't bother you (the same thing I asked for Elemental)

Will it be possible for you to create a mod that hides the scroll bars and only makes them visible when the cursor is hovered over them ?

In any case, this is top notch work.

Thanks you for this beautiful skin.

hiccup

  • Sr. Member
  • ****
  • Posts: 7760
Thanks for the appreciation wealstarr.

You can achieve what you want by creating a piggyback skin.
(as explained here:  https://getmusicbee.com/forum/index.php?topic=29815.0)

For this particular request you would need to use something like this:

Code
<?xml version="1.0" encoding="utf-8"?>
<root dependsOn="Sportura Pinstripe.xmlc">
<colours id="Default">
 <element id="Content[Artwork].ScrollBar.Lowlight" bg="31,31,31" bg2="31,31,31" />
 <element id="FilterPanel.ScrollBar.Lowlight" bg="31,31,31" bg2="31,31,31" />
 <element id="ColumnBrowser.ScrollBar.Lowlight" bg="30,30,30" bg2="30,30,30" />
 <element id="Panel.ChildBody.ScrollBar.Lowlight" bg="31,31,31" bg2="31,31,31" />
 <element id="Panel.ScrollBar.Lowlight" bg="31,31,31" bg2="31,31,31" />
 <element id="LeftNavigator.ScrollBar.Lowlight" bg="31,31,31" bg2="31,31,31" />
 <element id="TrackInfoPanel.ScrollBar.Lowlight" bg="31,31,31" bg2="31,31,31" />
 <element id="NowPlayingList.ScrollBar.Lowlight" bg="32,32,32" bg2="32,32,32" />
</colours>
</root>


P.S.
I just edited the original skin to use slightly thinner scrollbars.

wealstarr

  • Full Member
  • ***
  • Posts: 128
Thanks for the appreciation wealstarr.

You can achieve what you want by creating a piggyback skin.
(as explained here:  https://getmusicbee.com/forum/index.php?topic=29815.0)

For this particular request you would need to use something like this:

P.S.
I just edited the original skin to use slightly thinner scrollbars.


Thanks again bud, highly appreciated.

But the mod isn't working as intended. It hides the scroll bars, all good there but unlike Elemental mod, this one only shows the scroll bars when the cursor is hovered on it and not on entire pane. In Elemental mod, that you gave me, scroll bars show when the cursor is placed anywhere on the pane scroll bars runs on.

I'm sorry to bother you this much, I understand the hassle. but this is too good to miss out on.

hiccup

  • Sr. Member
  • ****
  • Posts: 7760
... all good there but unlike Elemental mod, this one only shows the scroll bars when the cursor is hovered on it and not on entire pane...

If you add this to the code:

Code
<settings>
 <element id="ScrollBarHighlightMouseOverPanel">true</element>
</settings>

(put it just below </colours> and above </root>)

Is that doing what you expect?
I think the wording  'mouseoverpanel' is a bit misleading though, since I believe the scrollbar only appears when your mouse is over the small scrollbar area, and not when you hover over the related panel.
That would indeed be better in my opinion, but I don't think there is a skin setting for that.

B.t.w., I can't remember the Elemental mod I did for you.
Did that one work on the whole panel instead of only on the bar?

wealstarr

  • Full Member
  • ***
  • Posts: 128

If you add this to the code:

Code
<settings>
 <element id="ScrollBarHighlightMouseOverPanel">true</element>
</settings>

(put it just below </colours> and above </root>)

Is that doing what you expect?
I think the wording  'mouseoverpanel' is a bit misleading though, since I believe the scrollbar only appears when your mouse is over the small scrollbar area, and not when you hover over the related panel.
That would indeed be better in my opinion, but I don't think there is a skin setting for that.

B.t.w., I can't remember the Elemental mod I did for you.
Did that one work on the whole panel instead of only on the bar?

Now it's working as intended. A million thanks hiccup  :-*

Both Elemental and this skin doesn't show the scrollbars on hovering over entire panel, just the scrollbar pane it runs on. This makes it easy to spot the scrollbar, where it might be, just have to hover the cursor across the bar.

Quote
Did that one work on the whole panel instead of only on the bar?

No, that too works only on the bars. It's fine though what you suggested would be cool.

Thanks again bud, highly appreciated.