getmusicbee.com

MusicBee & Add-Ons => Customizations => TheaterMode => Topic started by: elThirtie on May 05, 2019, 05:12:41 PM

Title: Fusion (fullscreen & embedded)
Post by: elThirtie on May 05, 2019, 05:12:41 PM
When I installed MusicBee, I tried almost all the skins and theater modes that were available and none of them fulfilled my needs, so I decided to make my 'own'. In November 2017, I finished Fusion, a hybrid theme that included the list view from redwing's Cover+List View (https://getmusicbee.com/addons/theater-mode/123/cover-list-view/), icons from Rdio Style (https://getmusicbee.com/addons/theater-mode/10/rdio-style/) and a simple soundgraph. The theme works fine for screens in 1280x720p and 1366x768p resolution, but I'm not sure if it can properly scale up for 1080p, 2K or 4K monitors. Unfortunately, I can't modify the theme for higher resolution monitors, because mine supports at maximum 720p.

Skin Download Page (https://getmusicbee.com/addons/theater-mode/189/fusion/)
Screenshot (https://i.imgur.com/47vSGtA.png[/img)
Direct Download Link (https://drive.google.com/file/d/1dz1kEi0LYwauZm6MQmCsrO2B3_eoxvt7)
Title: Re: Fusion (fullscreen & embedded)
Post by: ImFilippo on April 16, 2021, 03:37:45 PM
Hi, i really like your "Fusion" skin  :D
However, is there a method to remove the visualizer at the base? I also don’t like it because it overlaps the playback bar...
Thanks in advance!

(https://imgur.com/jWaDUbc.jpg)
Title: Re: Fusion (fullscreen & embedded)
Post by: elThirtie on May 05, 2021, 11:05:37 PM
Is there a method to remove the visualizer at the base? I also don’t like it because it overlaps the playback bar...

Open Fusion.xml file and search for <!-- Spectrum Visualiser -->.
To remove the visualizer, delete that line and the next one starting with <element type.
To make it smaller, replace the <element type part with this

Code
<element type="SpectrumVisualiser" xAnchor="Panel.0" x="0" yAnchor="Panel.Bottom" y="-25" widthDock="x:Panel.100" width="0" height="25" fg="50,255,255,255" bdr="10,255,255,255"></element>
Hope that helps.
Title: Re: Fusion (fullscreen & embedded)
Post by: ImFilippo on May 06, 2021, 02:29:08 PM
Thank you!  :)