Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ingo_Igel

Pages: 1
1
Skins / Re: Kryptonite Dark
« on: April 21, 2024, 03:05:08 PM »
You only get better by practicing and learning, so keep going!
Maybe it will help if I roughly describe my workflow here.

First, I started with the Sample skin from hiccup as a basis and defined variables for the recurring colors. I used "Visual Studio Code" (free of charge) for the coding.

Then I used the "jcpicker" (also free of charge) to read the RGB code of the elements from the sample skin and searched for it in the Smaple Skin code. Sometimes you have to work a bit with the snipping tool to get the colors of elements that change color when hovering over them. This way I was able to assign the previously defined variables as colors to all elements piece by piece.

For the setting entries I searched for them here in the forum or google to find out what they do.

Finally, I use the comparison function in "Visual Studio Code" for debugging and comparison with the current sample skin version.

2
Skins / Re: Kryptonite Dark
« on: March 26, 2024, 07:41:52 PM »
I'm glad you like the skin and I've seen that you've already solved your problem.

3
Skins / Re: Kryptonite Dark
« on: July 17, 2021, 10:26:48 AM »
Thanks for sharing your work!
(and welcome to the forum)


Known Bugs/Issues:
- "IconColourOverride.Default" is overriding the colour of the chekmarks in the menus.
- If the Track Information is selected in the now playing bar at the bottom panel, I have no idea how to change the font colour.
- I don't know how I could test the three "Controls.ProgressBar" elements or where I find them in Musikbee.

1. If you want to override the checkmark, you need to use a 16x16px image file, encode it to base64, and copy it in your skin.xml under 'images' as  <element id="CheckTick">
   (a forum search should lead you to how that can be done)
    You will probably also want to define others such as "CheckTickDisabled", and "LargeTick". (for the Panel Configuration panel)

2. Over the years, the functionality of that panel has changed a little bit, and I am not completely sure how it is controlled at the moment, but far as I know the text colour is auto-generated depending on the background colour.

3. These are obsolete (as far as I know)
   If you check the paragraph at line #10 of my sample skin you can read my current understanding/handling of those.

Thank you for your help hiccup.
I added/deleted everything as mentioned.

4
Skins / Kryptonite Dark
« on: July 12, 2021, 10:35:14 PM »
I started this little project for myself, but it turned out so well that I wanted to share it with you.
This theme is based on the Windows 10 dark theme colours and a touch of Winamp Classic.



--> Download v 1.1

Installation instructions:
Place the file in your Musicbee/Skins folder and select it in Musicbee by going to View > Skins.

Information: Changing the colour variables in the xml file will not change all the icon colours.

Known Bugs/Issues:
- ...

Update 1.1
- New entries added and obsolete entries removed to match MusicBee version 3.5.
- Restructured the entries to match the latest version of hiccup's sample skin for easier debugging.

Update 1.0
- New suitable "LargeTick" image
- New suitable "OpticalDriveIcon" image
- Cleand up code

Update 0.9.3
- New suitable "CheckTick" image
- New suitable "CheckTickDisabled" image

Update 0.9.2
- "Controls.ProgressBar" elements have been commented out.

Please feel free to leave comments and feedback.

ENJOY AND HAVE FUN!

---
Thanks to hiccup for his Sample Skin
Thanks to Muvikui for the no album art (CC-BY-SA 4.0)

5
Hi everyone, I'm new with Musicbee and I love it, but I came across a litel Bug.

The bug appears in the "Analyse Volume" window at 4K resolution, with a scaling in Windows at 200%.
 It seems to me that the first column width isn't scaling correctly.



The consequence of this is, that the hit box for the ticks are shifted to the left, red square in the picture below. It also results in a graphical glitch, as you can see also in the picture.



Also, it could be very helpful, if you could click on the whole row to activate or deactivate the entry, like in the Remove Tags dropdown menĂ¼.

Pages: 1