Author Topic: Doki theme discussion/support thread  (Read 8074 times)

nopeless

  • Newbie
  • *
  • Posts: 4
Hi everyone, a month ago I decided to port Doki theme to MusicBee

This was done out of personal interest as I wanted my music player to have the same theme as my code editor.

I am "releasing" this addon and accepting suggestions for improvement

Link: https://github.com/nopeless/doki-theme-musicbee

I am not affiliated with Unthrottled.

Any feedback is appreciated

phred

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 10271
My suggestion would be to show us a screenshot so we can decide if this is something we want without having to download and install.
Download the latest MusicBee v3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Custom Forum Search
Posting screenshots is here

hiccup

  • Hero Member
  • *****
  • Posts: 9123
I downloaded the files, but there are no xml or xmlc skins in them?
Except for my Cheetah DNA skin that you seem to use as a basis?

There is a lot of javascript stuff in the files.
Is a user supposed to run scripts on his computer to produce functioning skins?

nopeless

  • Newbie
  • *
  • Posts: 4
sorry for not replying

Just in case anyone stumbles upon this, you are supposed to download the zip file from the releases tab. the JavaScript code is for generating the themes. apologies

phred

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 10271
I would still like to see a screenshot before investing any time in this.
Download the latest MusicBee v3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Custom Forum Search
Posting screenshots is here

IIKLYDEII

  • Newbie
  • *
  • Posts: 4
I would still like to see a screenshot before investing any time in this.

8800 posts and bro too lazy to goto the Github. Crazy.

karbock

  • Sr. Member
  • ****
  • Posts: 557
I've opened an issue ticket on github:
https://github.com/nopeless/doki-theme-musicbee/issues/2

Quote
TL;DR:
Because of the way MusicBee v3.6 interprets skins (and this seems to be a correction compared with v3.5), one of the colour references must be replaced in all the skins of the package. The corrected versions work with both MB 3.5 and MB 3.6.

TROUBLESHOOTING
The package in version 0.1.3 works fine under MusicBee v3.5, but in v3.6 the Player Panel shows a grey block where the current track title should be visible. This means that the wrong background colour is taken for that area. The precise element concerned is bg within element id="PlayerFlat.DisplayPanel".

CORRECTION TO APPLY
* current state:
element id="PlayerFlat.DisplayPanel" bg="Playerpanel_Controls_Lowlight"
* corrected line:
element id="PlayerFlat.DisplayPanel" bg="Playerpanel_Background"

TESTS
After applying the patch and testing several skins with MB v3.5 and MB v3.6, the corrected skins work fine in both MusicBee versions.