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 - coldhanded

Pages: 1
1
Skins / Re: Oblivion (Dark Skin)
« on: July 29, 2022, 11:06:37 PM »
Great design really like the progress bar concept! Any plans on more color scheme options like the Lunar Eclipse version? Personally I think an amber orange color or a terminal matrix green would suit the theme perfectly.

2
Skins / Re: Hide last.fm scrobble button - fluenx skin
« on: July 29, 2022, 07:47:03 PM »
Oh right haha that would make sense I always keep those turned off so that is not an issue for me however if you are so inclined please feel free to post a version with support for those buttons, I am sure somebody would appreciate it.

3
Skins / Re: Hide last.fm scrobble button - fluenx skin
« on: July 29, 2022, 07:07:34 PM »
The edited skin can be downloaded here
That one gives me this:


Not sure what's going on there are you sure that is the correct skin? The screenshots above the download link are what it looks like for me.

4
Skins / Re: Hide last.fm scrobble button - fluenx skin
« on: July 28, 2022, 08:21:47 PM »
Thank you for all of your help hiccup these instructions worked perfectly!

My issue now is there is a gap in the space where the button was. I have tried adjusting the <right relativeTo="TrackRating.Left" offset="-6" /> line in the wavebar section of the skin_wavebar.xml however this only moves the wavebar itself (no changes to progress bar) and ends up overlapping with the timestamp as shown here:


EDIT:
Did some digging in the skin.xml and skin_wavebar.xml and found the offsets that needed adjusting.





The edited skin can be downloaded here

5
Skins / Hide last.fm scrobble button - fluenx skin
« on: July 27, 2022, 08:42:55 PM »
Continuing this discussion here as to not hijack the original skin thread.

As the title states I am trying to hide the last.fm button on the fluenx skin by diego. I have managed to hide the button with the flag:
Code
<element id="HideScrobbleButtonSupported">true</element>
However this causes the wavebar to overlap with the right buttons as shown here:

What I have tried so far

Replacing the tracklove element with:
Code
<element id="TrackLove" parent="TrackInfoPanel">
  <left relativeTo="EqualiserButton.Left" offset="-73" />
Copying the entirety of the skin.xml to the skin_wavebar.xml

Copying the entirety of the skin_wavebar.xml to the skin.xml

All of which either had no effect on the alignment or gave an error upon compiling with SkinCreator. Any help is appreciated links to the skin files are above.

EDIT:

Solved see Reply #2

6
Skins / Re: Fluenx Dark - HiDPI Supported
« on: July 27, 2022, 08:03:40 PM »
Except: the only thing you have to add to the skin_wavebar.xml that is not in the skin.xml is the WaveBar element (5 lines).

I'm not sure I understand what you mean by this? The wavebar element lines are in the skin_wavebar.xml. When I add them to the skin.xml I get the error I mentioned above.

7
Skins / Re: Fluenx Dark - HiDPI Supported
« on: July 26, 2022, 07:29:11 PM »
SkinCreator throws this error when trying to compile with the wavebar elements in the skin.xml



I also tried adding everything in the skin.xml to the wavebar.xml but the overlapping still occurs.

8
Skins / Re: Fluenx Dark - HiDPI Supported
« on: July 26, 2022, 02:22:00 AM »
Thank you for the detailed info hiccup I followed your post however it seems the wavebar now overlaps with the right buttons



I feel at this point I may just have to settle with having the lastfm button there as I would rather not change skins. Unless one of you kind souls would care to take a crack at it?

9
Skins / Re: Fluenx Dark - HiDPI Supported
« on: July 12, 2022, 12:06:38 AM »
It is, these days:
Interesting, I may do this later then. Is it possible to do the same thing for the stop button?

I am able to hide the button with an xml however as stated in hiccups post I need the other elementids to be adjusted accordingly. Would you be able to share those?

10
Skins / Re: Fluenx Dark - HiDPI Supported
« on: June 14, 2022, 03:57:18 AM »
Fantastic skin thank you! One thing missing however is the panel layout option for hiding the last.fm button, would it be possible to add this to a future update?

Pages: 1