![[Image: screenshot000q.png]](http://img217.imageshack.us/img217/3976/screenshot000q.png)
I'm trying to get the artist logo to replace the artist text in this view, for example:
![[Image: screenshot001mn.png]](http://img171.imageshack.us/img171/3845/screenshot001mn.png)
Does anyone know how to achieve this? If necessary, I'll post a link to my copy of the modified xml file.
ImTheDJ
Junior Member Posts: 6 Joined: Sep 2011 Reputation: 0 |
I was able to get the artist logo to display in visualization mode by adding some coding I found in the Aeon forums to the MusicVisualization.xml :
![]() I'm trying to get the artist logo to replace the artist text in this view, for example: ![]() Does anyone know how to achieve this? If necessary, I'll post a link to my copy of the modified xml file. |
| find quote |
defluo
Senior Member Posts: 105 Joined: Aug 2010 Reputation: 2 |
2011-10-07 20:58
Post: #2
Code: <control type="image" id="2000456">basic idea is when a logo is available the text won't show and when its not, it will. I'm sure you can tailor it to your needs TV LG 32LK330U 32 inch HDTV Receiver Sony STRDH520 7.1 HTPC 1 eMachines ER1401 2GB RAM 250GB HDD Win 7 x64, VRC 1100 remote, AMBX lighting HTPC 2 Dell Optiplex SX270 2GB RAM 80GB HDD Win7 x86 Server HP Proliant Microserver 3GB RAM, 7.5TB total storage, Sickbeard, SABnzbd+, CouchPotato, Headphones XBMC Frodo Alpha 5, Aeon Nox 4 |
| find quote |
ImTheDJ
Junior Member Posts: 6 Joined: Sep 2011 Reputation: 0 |
2011-10-07 21:45
Post: #3
Thanks. I put your code in and adjusted the position of the image and label controls, but the text still shows up behind the logo.
Update: nevermind, I just deleted the control for the artist text and everything looks great! Thanks again.
(This post was last modified: 2011-10-07 21:50 by ImTheDJ.)
|
| find quote |
sixstringking
Junior Member Posts: 3 Joined: Dec 2011 Reputation: 0 |
2012-01-26 22:51
Post: #4
I can't seem to get this to work. Would you mind telling me exactly where the code goes. I am able to edit the .xml file, but just don't know where to put the code.
Thanks! |
| find quote |
stoli
Skilled Skinner Joined: Nov 2008 Reputation: 30 Location: Florida |
2012-01-29 22:41
Post: #5
Here's what you want:
Code: <control type="image" id="1">This replaces lines 228 - 241. I've also added it to SVN. Complete XML here: https://raw.github.com/stoli/skin.neon/m...sation.xml
(This post was last modified: 2012-01-29 22:51 by stoli.)
|
| find quote |
sixstringking
Junior Member Posts: 3 Joined: Dec 2011 Reputation: 0 |
2012-01-30 14:06
Post: #6
Awesome. Thanks for the help. Great work on this skin. Love it!
|
| find quote |