Posts: 4
Joined: Aug 2015
Reputation:
0
Hi Not sure if this is skin related or Kodi so forgive me if I'm posting in the wrong section.
Using Confluence, when I go into the Videos menu I see this.
Videos
Movies
TV shows
In progress TV shows
Recently added movies
Recently added episodes
Files
Playlists
Video add-ons
Ideally what I'd like to see is it go directly to files and display the folders/files listed so when I select Videos I'd see something like
Videos
Folder 1
Folder 2
Folder 3....
but if that's not possible I'd also settle for Files so I could click videos and only see
Videos
Files
Is there a way to do that, I was thinking I could just comment out some sections in one of the skin.confluence\720 xml files but I can't find references to these menu items in the xml files. Appreciate if anyone can offer any advice.
Posts: 4
Joined: Aug 2015
Reputation:
0
Ok I went through the skinning tutorial to add a new button to accomplish this
<item id="55">
<label>FILES</label>
<onclick>ActivateWindow(Videos,Files)</onclick>
<icon>-</icon>
<thumb>-</thumb>
</item>
This works but now I'm stuck on something else. The new button takes me straight to file sources but I have to hit back twice on my remote control to get to the main menu, the first back takes me to the root of videos, the second takes me to the main menu. Can't figure out how to go back to the main menu with one click.
Also noticed that if I try to go directly into a Video Source it doesn't work. For example, I have a Video Source called Temp if I add the following, it doesn't work. According to the tutorial it should work. I have scraper set to NONE on this source and it's also set to be excluded from scans, not sure if that's the reason.
<item id="55">
<label>FILES</label>
<onclick>ActivateWindow(Videos,Temp)</onclick>
<icon>-</icon>
<thumb>-</thumb>
</item>
Posts: 25
Joined: Oct 2015
Reputation:
0
Orama
Junior Member
Posts: 25
I have Same Issue. Did you Find any method?
Posts: 281
Joined: Jan 2012
Reputation:
8
I do not have a clean kodi setup here (and it has been some time ago when I set everything up) so I can't check quickly, but I think that the playlists are only there when you scanned your library and set content. If you remove that, you should be fine I guess.
Posts: 47
Joined: Feb 2017
Reputation:
0
snblg
Junior Member
Posts: 47
2017-02-08, 15:52
(This post was last modified: 2017-02-08, 15:53 by snblg.)
Ok, I found "how to"
It's easy if you're a litttle comfortable with xml files.
First, locate your skin xml files:
I'm using my /.kodi/addons/skin.confluence/720p folder
Backup Home.xml
Edit Home.xml : you can hide any submenu you want.
search for
<include>HomeSubMenu
All submenus lines will be highligted
for example, erase
<include>HomeSubMenuVideos</include>
to disable the Videos submenus
erase
<include>HomeSubMenuMusic</include>
to disable the music submenu
Don't erase anything if you just want to remove only some submenu entries.
In that case, backup and edit IncludesHomeMenuItems.xml
If you want to remove some music entries, search for
<include name="HomeSubMenuMusic">
In that section, I just kept songs and years submenus (button ID 90116 and 90117)
I erased all first buttons starting with <control ... and ending with </control>
My next step will be to remove options in the video and music pages as I only want few of them.
I'll post a new message soon.
Posts: 47
Joined: Feb 2017
Reputation:
0
snblg
Junior Member
Posts: 47
To remove options, I installed the Library Node Editor programm addon.
Then I reordered my remaining items with this addon.
Kodi is really great, I started using it a week ago.
There's one option missing for me : I'll open a new subject !