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.


Topics - diego

Pages: 1
1
Bug Reports / Track info field inherts text markup from prompt
« on: January 19, 2021, 01:50:06 AM »
Track info field inherts text markup from prompt (it's using the contrast settings and the font segoe instead of my defaults: white and roboto)

the contrast and "use custom font" options also does not work when using a custom font in the prompt

2
General Discussions / Modern MusicBee mockup
« on: June 08, 2020, 04:07:44 AM »
I made a mockup of a "modern" musicbee. Still needs some polishing but I think it looks quite nice:



This is not a request for Steven, it just something that I did for fun.

3
Skins / Fluenx Dark - HiDPI Supported
« on: February 25, 2020, 09:21:14 PM »
A nice dark skin with and without stop button









>> Download - Source

4
Bug Reports / Invalid podcast link
« on: February 10, 2020, 01:38:05 PM »
It's not possible to subscribe to the podcasts from this page: https://audioglobo.globo.com/g1/podcasts

They are on the itunes store but the subscribe button is disabled with the message "the podcast subscription link is no longer valid"

Here's a link to the feed of one of the podcasts: https://audio.globoradio.globo.com/podcast/feed/702/o-assunto

5
Skins / Broken high dpi
« on: January 11, 2020, 02:18:56 PM »
I'm trying to add high dpi support for my skin but it seems to be broken.

When using png files (150 and 200) the wrong icons are used on both default and highlight. The only ones that are correct are the previous and next icons:


When using svg files the icons are the right ones but not scaling correct and cropped:

6
Skins / Change ban icon
« on: January 09, 2020, 02:49:06 AM »
Is it possible to change the ban icon? I couldn't find anything about it.

Changing the position and color would be enough for me.

7
Skins / Highlight playing track color defined by the skin
« on: January 06, 2020, 05:02:38 PM »
I would like to request an option to highlight the playing track color defined by the skin.
Something like this:


Maybe it could be:
NowPlayingList[TrackDetail].PlayingTrack fg=""
Content[TrackDetail].Body.PlayingTrack fg=""

And the highlight and lowlight state as well:
NowPlayingList[TrackDetail].PlayingTrack.Highlight bg="" fg=""
NowPlayingList[TrackDetail].PlayingTrack.Lowlight bg="" fg=""
Content[TrackDetail].Body.PlayingTrack.Highlight bg="" fg=""
Content[TrackDetail].Body.PlayingTrack.Lowlight bg="" fg=""

Also when choosed to highlight by 'color text' the playback does not follow the track in main panel.
It does follow when choosed 'select track' (don't know if thats how it's intended. imo it would be better to follow on both)

8
Tips and Tricks / Using Segoe MDL2 Assets for icons on track information
« on: January 03, 2020, 03:22:47 PM »
Windows 10 has a font called Segoe MDL2 Assets that is used for icons. You can use this font for virtual tags or on the track information. This is how mine looks like:



If you want the same as me here is the code:

Code
{font: Segoe MDL2 Assets;Regular;12}{contrast: 50}{font: Roboto Condensed;Regular;10}{contrast: 90}{color: 240,240,240} <Artist>

Code
{font: Segoe MDL2 Assets;Regular;12}{contrast: 50}{font: Roboto Condensed;Regular;10}{contrast: 90}{color: 240,240,240} <Title>

Code
{font: Segoe MDL2 Assets;Regular;12}{contrast: 50}{font: Roboto Condensed;Regular;10}{contrast: 90}{color: 240,240,240} <Album>

Code
{font: Segoe MDL2 Assets;Regular;12}{contrast: 50}{font: Roboto Condensed;Regular;10}{contrast: 90}{color: 240,240,240} <Year> {font: Segoe MDL2 Assets;Regular;12}{contrast: 50} {font: Roboto Condensed;Regular;10}{contrast: 90}{color: 240,240,240} <Play Count>

Notice the character after {contrast: 50} that's the icon. It won't show up here, use the windows character map to pick an icon.

Also I'm using Roboto Condensed for the text font, you can use whatever you want. You can also change the color of the icon. More information on how to format: https://getmusicbee.com/forum/index.php?topic=24595.0

9
Skins / MaterialMix - High DPI Supported
« on: December 09, 2019, 08:42:55 PM »
All 9 colors + icons











>> Download - Source

10
Skins / Dark W10 - High DPI Supported
« on: November 12, 2019, 09:42:15 PM »
Include 4 colors: blue, green, purple and grey, some desktop icons and a simple theater mode.










>> Download - Source


Thanks to:
endeavour1934 for source of DarkRED
hiccup for Sample Skin
sveakul for Base64encode

11
Skins / Source file of skin Gray (Slim)
« on: November 11, 2019, 04:48:40 AM »
Where can I find the source file of the Gray (Slim) skin?

I'm trying to make a skin using the same color scheme with different controls and I don't want to do it from scratch  :-X

Pages: 1