Yes the time has come for me to convert my Otaku features into the new version!
These changes could be made to other skins as they are universal in nature however I will detail them below and then list how they were made and also provide the attached files for those interested.
NOTE THAT THIS IS ONLY FOR FANART view. You will need to implement the changes yourself if you want it for a different one.
Features:
Studio listing for tv shows on the main navigation directly under the title of the show.
Show title made into a button that will play the file pv.mkv when pressed. (for preview support)
Show title will play theme.mp3 when highlighted.
If theme.mp3 is playing via this method then:
No preview overlay will be displayed
Music overlay will show a slideshow of the contents of extrafanart or a black screen if that folder is empty
Any visualization will be replaced with the slideshow mentioned above.
I have really enjoyed these changes personally and I hope you all will as well. Perhaps they could be implemented in a better way into the official skin so that everyone can enjoy it and be able to easily toggle it on and off.
The files will be linked to this post and instructions will appear in the posts below if you want to read how and what I edited.
Download here: http://www.ibisgaming.com/media/Anime_Mod.zip
Just replace the files in: C:\Users\[username]\Roaming\XBMC\addons\skin.back-row\720p\
Anime Mod
ZERO <ibis>
Senior Member Joined: May 2010 Reputation: 0 |
2012-02-14 07:33
Post: #1
(This post was last modified: 2012-02-14 09:22 by ZERO <ibis>.)
|
| find quote |
ZERO <ibis>
Senior Member Joined: May 2010 Reputation: 0 |
2012-02-14 07:38
Post: #2
First we will deal with the modifications to the Common Video Library View:
Open Common Video Library Views.xml You will be working in the Fanart view section lines 10014-11710 (before modification) The lines I reference assume you are doing steps in order: Find: Code: IsEmpty(Control.GetLabel(77021))Code: <label>$INFO[ListItem.TVShowTitle]</label>OR simply LINE 10369 where below you add: Code: <control type="label">Next find: Code: IsEmpty(Control.GetLabel(77020))Line 10323 to 10339 replace: Code: <control type="label"> With: Code: <control type="button" id="1337">Then find: Code: id="537"Replace: Code: <onup>2</onup>With: Code: <onup>1337</onup>Save and your done! |
| find quote |
ZERO <ibis>
Senior Member Joined: May 2010 Reputation: 0 |
2012-02-14 08:00
Post: #3
Now I am working on getting the fan art when you play music back as a feature and I have hit a problem.
Before there was a file called MusicOverlay.xml that was used to do this and I simply added some changes to that which allowed me to display the images that I wanted to show. However, this file is now empty and I am at a loss of what to do. I think it has been moved into the slideshow file but is there an option I need to enable in order to get that to show up then?
|
| find quote |
ZERO <ibis>
Senior Member Joined: May 2010 Reputation: 0 |
2012-02-14 09:00
Post: #4
Now for the fan art parts! This first file will display images from extrafanart instead of a visualization.
Replace MusicOverlay.xml with the new one attached in the fist post, the code is to large to post
|
| find quote |
ZERO <ibis>
Senior Member Joined: May 2010 Reputation: 0 |
2012-02-14 09:17
Post: #5
Now this last file will allow you to continue to see the fan art if your screensaver activates AND you have visualizations enabled for when a screensaver and music are occurring at the same time.
Open MusicVisualisation.xml Find: Code: <controls>Below add: Code: <control type="multiimage">Then find: Code: <control type="group">Below add: Code: <visible>!SubString(Player.Filenameandpath,theme.mp3)</visible>save and close! That is it, your all done! |
| find quote |


Search
Help