PDA

View Full Version : [MOD] Vertical VideoNav Menu


eumel
2009-07-06, 22:43
Hi

Changelog:
04. August 2009
- a small graphical update

13. July 2009
- put the VerticalMenu in the MyVideoNav.xml, MyVideo.xml, MyVideoPlaylist.xml, MyMusic.xml, MyMusicSongs.xml, MyPics.xml, MyPrograms.xml, now the install procedure should be easier
- added Multiplex Info Trigger Menu

10. July 2009
- added Music Menu (Playlist, Files, Library)
- added Pictures Menu
- added Programms Menu

8. July 2009 - 15:45
- small style update (radiobuttons and groups)
- edit the viewtype_showcase and viewtype_wall no longer necessary

Video from 04.August 2009 (http://www.youtube.com/watch?v=CFnjf0duaig)
Video from 13.July 2009 (http://www.youtube.com/watch?v=vvmwHOn7qKg)
New Version:
http://www.picspeicher.de/pics/4a7867231641a.jpg (http://www.picspeicher.de/pics/4a7867231641a.jpg.html)
Old Version:
http://www.picspeicher.de/pics/4a58491a1063c.jpg (http://www.picspeicher.de/pics/4a58491a1063c.jpg.html)


Old Version - Download: uploaded.to (http://ul.to/rqdslq)
New Version - Download: uploaded.to (http://ul.to/uwjevk)

All Functions tested under Hitchers Aeon-Mod (http://xbmc.org/forum/showthread.php?t=52562)

Installation:
1. Copy the Files from the 720p folder in the package to your Skin-720p folder (Backup your old files, so you can do all back, if you get some Problems/Bugs)
(old Files to Backup: MyVideoNav.xml, MyVideo.xml, MyVideoPlaylist.xml, MyMusic.xml, MyMusicSongs.xml, MyPics.xml, MyPrograms.xml)
2. Copy the media folder from the package to your skin-media folder.
3. edt the files below:

1. open includes.xml and add:
<include file="Includes_VerticalMenu.xml" />2. open Viewtype_Multiplex.xml
change: (to find after: <include name="MultiplexInfoPaneMovies">)

<visible>Container.Content(movies) + Control.IsVisible(52) + !Control.HasFocus(197) + [Control.IsVisible(109) | Control.HasFocus(110) | Skin.HasSetting(multiplexinfoon) | [ControlGroup(7000).HasFocus() + Skin.HasSetting(multiplexinfotrigger)]]</visible>
to:

<visible>Container.Content(movies) + Control.IsVisible(52) + !Control.HasFocus(197) + [Control.IsVisible(109) | Control.HasFocus(110) | Skin.HasSetting(multiplexinfoon) | [ControlGroup(7000).HasFocus() + Skin.HasSetting(multiplexinfotrigger)] | [ControlGroup(7012).HasFocus() + Skin.HasSetting(multiplexinfotrigger)] | [ControlGroup(7011).HasFocus() + Skin.HasSetting(multiplexinfotrigger)] | [ControlGroup(7013).HasFocus() + Skin.HasSetting(multiplexinfotrigger)]]</visible>
change: (to find after: <include name="MultiplexInfoPaneTV">)

Skin.HasSetting(videotv) + Control.IsVisible(52) + !Control.HasFocus(197) + [Control.IsVisible(109) | Control.HasFocus(110) | Skin.HasSetting(multiplextvinfoon) | [ControlGroup(7000).HasFocus() + Skin.HasSetting(multiplextvinfotrigger)]]
to:

Skin.HasSetting(videotv) + Control.IsVisible(52) + !Control.HasFocus(197) + [Control.IsVisible(109) | Control.HasFocus(110) | Skin.HasSetting(multiplextvinfoon) | [ControlGroup(7000).HasFocus() + Skin.HasSetting(multiplextvinfotrigger)] | [ControlGroup(7012).HasFocus() + Skin.HasSetting(multiplexinfotrigger)] | [ControlGroup(7011).HasFocus() + Skin.HasSetting(multiplexinfotrigger)] | [ControlGroup(7013).HasFocus() + Skin.HasSetting(multiplexinfotrigger)]]
3. open Includes_Objects.xml
change:

<include name="Objects_ShowcaseMenuPanel">
<control type="image" id="74">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>57</height>
<texture>showcase/showcase_menupanel.png</texture>
<include>Animation_MediaMenuSlide</include>
<visible>Control.IsVisible(50) | Control.IsVisible(52) | Control.IsVisible(51) | Control.IsVisible(57) | Control.IsVisible(53)</visible>
</control>
</include>
to:

<include name="Objects_ShowcaseMenuPanel">
<control type="image" id="74">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>57</height>
<texture>showcase/showcase_menupanel.png</texture>
<include>Animation_MediaMenuSlide</include>
<visible>Skin.HasSetting(novertikalmenu) + [Control.IsVisible(50) | Control.IsVisible(52) | Control.IsVisible(51) | Control.IsVisible(57) | Control.IsVisible(53)]</visible>
</control>
</include>
4. open Customisation.xml
add: (the id can vary depending on the used AeonMod)

<control type="radiobutton" id="408">
<include>Objects_SettingsDefaultRadioButton</include>
<label>Vertical Menu on/off</label>
<onclick>Skin.ToggleSetting(novertikalmenu)</onclick>
<selected>!Skin.HasSetting(novertikalmenu)</selected>
</control>
after:

<control type="radiobutton" id="407">
<include>Objects_SettingsDefaultRadioButton</include>
<label>31944</label>
<onclick>Skin.ToggleSetting(oldmultiplex)</onclick>
<selected>Skin.HasSetting(oldmultiplex)</selected>
</control>

Leeuw
2009-07-06, 23:10
Wow, that looks very nice. I'd definitely be interested.

rausch101
2009-07-07, 00:03
Cool idea...I'd be interested too.

diemos
2009-07-07, 00:31
that's awesome idea, bring it on.

Durkslag
2009-07-07, 00:52
That looks awesome indeed.

Like diemos said, Bring it on! :D

themugger
2009-07-07, 01:30
very nice, would be alot easier to see all the changes possible

flipped cracker
2009-07-07, 02:38
i really like it.

eumel
2009-07-07, 17:01
*updated* in first post
i hope i dont forget something ;)

neurosis13
2009-07-07, 22:43
wow....
into the mods with it
:grin:

Hitcher
2009-07-08, 00:45
Wow, this would actually fit in very well with my multi-view type mod as it also isn't limited to a max of selectable 4 views.

Livin
2009-07-08, 04:44
great work... this is another one DJH should definitely integrate into the core skin!

eumel
2009-07-08, 09:16
Wow, this would actually fit in very well with my multi-view type mod as it also isn't limited to a max of selectable 4 views.

It is only a core of a the Menu, the Viewchange is now an grouplist, but it can change to wraplist or something, so you can add many more Viewtypes.
The Backgrounds can also be changed to other Styles.

I will optimize the code but its not perfect yet.

eumel
2009-07-08, 17:16
8. July 2009
an small update with radiobuttons and groups

neurosis13
2009-07-08, 23:39
i hope it will be in a mod very soon.

andyblac
2009-07-09, 11:58
8. July 2009
an small update with radiobuttons and groups

i think you have included the wrong XML file. you have included viwselect and your your verticalmenu

Andy.

eumel
2009-07-09, 13:10
i think you have included the wrong XML file. you have included viwselect and your your verticalmenu

Andy.

ARRG Sry, i fix it now.

eumel
2009-07-10, 22:28
10.Juli 2009
- added Music Menu (Playlist, Files, Library)
- added Pictures Menu
- added Programms Menu

apologized so many files must be edited, but there are so many files with menu, for Music(Playlist, Files, Library), Video(Playlist, Files, Library), Pictures, Scripts and Programs.

please report bugs and issues, and tell me your wishes ;)

issun00
2009-07-11, 02:43
I had followed the guide step by step but I'm only getting the vertical menu in pics, programs and music. Any clue of what might I be doing wrong?

eumel
2009-07-11, 09:09
I had followed the guide step by step but I'm only getting the vertical menu in pics, programs and music. Any clue of what might I be doing wrong?
Have you edited the MyVideoNav.xml (Library-View), MyVideo.xml (Files-View) and MyVideoPlaylist.xml (Playlist-View)?
Perhaps you can post the code of this three files?

issun00
2009-07-11, 12:14
Have you edited the MyVideoNav.xml (Library-View), MyVideo.xml (Files-View) and MyVideoPlaylist.xml (Playlist-View)?
Perhaps you can post the code of this three files?

It's probably a misunderstanding caused by my poor english, sorry for that. I've uploaded the files intro a rar on mediafire, I hope it's ok. Here's the link:

http://www.mediafire.com/download.php?3odntdhotlj

Thanks for the help and this awesome mod!

eumel
2009-07-11, 12:32
It's probably a misunderstanding caused by my poor english, sorry for that. I've uploaded the files intro a rar on mediafire, I hope it's ok. Here's the link:

http://www.mediafire.com/download.php?3odntdhotlj

Thanks for the help and this awesome mod!
Sry, it's my fault in the description
you must change:
<include>VerticalMenu</include>
to:
<include>VerticalMenu_Video</include>
in the MyVideoNav.xml

eumel
2009-07-13, 12:15
13. July 2009
- put the VerticalMenu in the MyVideoNav.xml, MyVideo.xml, MyVideoPlaylist.xml, MyMusic.xml, MyMusicSongs.xml, MyPics.xml, MyPrograms.xml, now the install procedure should be easier
- added Multiplex Info Trigger Menu

paul
2009-07-13, 16:39
well so far i have re-tried this on blacks (another black mod) and the multiplex panels and the dvd posters allway's sit above the menu makeing it difficult to see where you are on the menu that seems to be the only problem not tried it with list view or wall view as i don't use those i will try it out on hitchers mod to see if i did make a mistake. will let you know and post screenshots showing the problem later.

eumel
2009-07-13, 17:03
well so far i have re-tried this on blacks (another black mod) and the multiplex panels and the dvd posters allway's sit above the menu makeing it difficult to see where you are on the menu that seems to be the only problem not tried it with list view or wall view as i don't use those i will try it out on hitchers mod to see if i did make a mistake. will let you know and post screenshots showing the problem later.
Thanks to report this, is it the same Problem in Files View or only in Library?

paul
2009-07-13, 17:09
Thanks to report this, is it the same Problem in Files View or only in Library?
not tried those views but i will get on it as soon as i have finished up sorting out a few bugs in my latest auriga_black theme for xbox, will be late tonight when i have another crack at it.
Mods i love them but i hate installing them, god knows how new users get on with it they probably hang themselves:laugh: thanks will let ya know if i need any assistance

eumel
2009-08-04, 20:03
a small graphical update

tassitassi
2009-08-28, 20:38
How do I change this to off by deafult? thanks for your work! =)

maverick214
2009-08-30, 21:34
Wow, this would actually fit in very well with my multi-view type mod as it also isn't limited to a max of selectable 4 views.

This would be a great addition to Hitched.
Good job Eumel!

Pr.Sinister
2009-08-31, 03:12
This would be a great addition to Hitched.
Good job Eumel!

It already is included with Aeon Hitched

maverick214
2009-08-31, 03:22
It already is included with Aeon Hitched

The old version of vertical menu yes, but not the new one.

eumel
2009-08-31, 09:08
The old version of vertical menu yes, but not the new one.
you're right, the version in hitchers mod is a lighter version.
And thx for the reply :grin: