Kodi Community Forum

Full Version: Removing "Album Case"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can't seem to find a way to remove the "album case" around album art on the now playing screen. Since I don't have it showing anywhere else I have album art its really bugging me.

In case I'm not being clear enough, here is the culprit.
Image
I am having the same issue. I searched all over and have had no luck.
For now, there is no option for hiding this CD case.

But you can remove it by editing MusicVisualisation.xml file in 1080i folder from Aeon Nox directory and remove or comment (by adding <!-- line before and --> line after the code block) lines 303 -> 314 :

Code:
<!--
                    <control type="image">
                        <posy>-270</posy>
                        <width>490</width>
                        <height>450</height>
                        <texture>thumbs/boxes/cd_shadow_light.png</texture>
                    </control>
                    <control type="image">
                        <posy>-270</posy>
                        <width>490</width>
                        <height>450</height>
                        <texture>thumbs/boxes/cd_glass.png</texture>
                    </control>
                    -->

Image

Warning : your modifications will be lost every time this skin will be updated (installing from ZIP or updated by XBMC from official repo when because stable).
Yep, without clear case, looks very ugly for me... that view designed with case.. Sorry.
Nox easter egg: when vinyl cdart is selected as fallback if no cdart -> clearcase is gone Wink
watch gallery
(2013-07-29, 20:40)sergiocos Wrote: [ -> ]Nox easter egg: when vinyl cdart is selected as fallback if no cdart -> clearcase is gone Wink

Sand in the Machine..Nod
(2013-07-29, 09:35)mikebzh44 Wrote: [ -> ]But you can remove it by editing MusicVisualisation.xml file in 1080i folder from Aeon Nox directory and remove or comment (by adding <!-- line before and --> line after the code block) lines 303 -> 314 :

Just what I was looking for, thanks.