Posts: 485
Joined: Oct 2009
2012-04-25, 01:53
(This post was last modified: 2012-04-25, 02:48 by User 55003.)
(2012-04-24, 21:17)stoli Wrote: @Steveb - if you want to send me the xml you updated I'll be glad to merge it it.
Regards,
No Probs, here you go..
DialogAlbumInfo.xml
Merge instructions..
Includes.xml - change <include name="Object_MovieInfoLines"> visible condition from <visible>Window.IsActive(movieinformation)</visible> to <visible>Window.IsActive(movieinformation) | Window.IsActive(musicinformation)</visible>
MyMusicNav.xml - replace <include>Object_InfoLines</include> with <include>Object_MovieInfoLines</include>
edit: Also you might want to place the album name control in Viewtype_Panel_Square.xml into a control group that contains <include>Animation_HiddenByInfo</include> ect.
Try this, it also has the artist logo in the space under the fanart.
Viewtype_Panel_Square.xml
Also Viewtype_FanartList.xml looks great in Artist and song views
Cheers.
Posts: 2,441
Joined: Mar 2010
Reputation:
54
jingai
Skilled Skinner
Posts: 2,441
Thanks Amra for the icon. I'm adding the alac icon but not the BR3D one because I'm not sure what the string is (I don't have any 3D BluRays). If someone can verify what the string should be (standard BR appears to be "bluray") then either I or Stoli will add it in.
-j
Posts: 485
Joined: Oct 2009
2012-04-26, 01:00
(This post was last modified: 2012-04-26, 01:03 by User 55003.)
Posts: 485
Joined: Oct 2009
Yes I agree that hard-coded paths are not a good idea, but thats the way artist logos are handled in other skins (Transparency.. ect..), its a bit of a workaround and I'll have a look at it, but I think if you have your music spread across multi-pal sources your out of luck
Posts: 34
Joined: Dec 2008
Reputation:
0
Hey guys, awesome work.
I noticed a bug. Since I downloaded the latest commit, the audio channels flag is messed up. It's showing the fallback, 'NA', for all of my media files. Did someone rename the audio channel flag images? In Includes_MediaFlags2 it's looking for:
$INFO[ListItem.AudioChannels,flags/AudioChannels/,ch.png].
There's no 'ch' in the image name. I took the 'ch' out and it works again.
Just thought I'd give you a heads up.