can anyone write the code to add a anime section as a sub menu in the Videos section of confluence. So Movies, Tv Shows then Anime
3dluis
Junior Member Posts: 15 Joined: Mar 2009 Reputation: 0 |
2010-05-02 22:04
Post: #11
Hello,
can anyone write the code to add a anime section as a sub menu in the Videos section of confluence. So Movies, Tv Shows then Anime
|
| find quote |
xbs08
Posting Freak Posts: 1,298 Joined: May 2008 Reputation: 0 Location: Portugal |
2010-05-02 22:39
Post: #12
This was for MS_ReduX but it should work with Confluence...
If you need an extra Videos submenu button add the following code to Home.xml - Line 432ish All you need to do next is change YourLabel and YourPlaylist to whatever you want and create a playlist giving it the name you choose for YourPlaylist PHP Code: <control type="button" id="90108"> |
| find quote |
Mrkennedy
Senior Member Joined: Apr 2010 Reputation: 0 |
Hi guys,
managed to add a blu ray sub menu to my movies page, and managed to source it to my blu ray source on my server. But is there a way to get it in libary mode as would like to use it withthe DVD case mod the actor, name recently added all have libary mode active thanks |
| find quote |
3dluis
Junior Member Posts: 15 Joined: Mar 2009 Reputation: 0 |
2010-05-03 10:38
Post: #14
I'd like to know that aswell.
|
| find quote |
3dluis
Junior Member Posts: 15 Joined: Mar 2009 Reputation: 0 |
2010-05-03 11:55
Post: #15
I manage to get an anime section into the Confluence skin doing this:
Code: <control type="button" id="90103"> I can view library mode however it doesn't give me all the options of library mode that Tv shows and Movies has but when I also scrape the anime information, It works but it also transfers the anime to the tvshow section which i don't want. What do i do? |
| find quote |
NickMc53
Junior Member Posts: 48 Joined: Mar 2010 Reputation: 0 |
2010-05-06 04:01
Post: #16
Trying to make an Apple Movie Trailers button... but I clearly don't know what I'm doing
Code: <item id="12">I guess being able to find favorites.xml (for the path) and knowing what the <thumb></thumb> was referring to may help me. Edit: Anyone come up with a blu-ray submenu? I guess it would require your blu-ray movies to be in a separate folder from your SD movies and then you could just change a couple things in the anime script above this post. Edit 2: Just read something in another thread about using a smart playlist rather than separate folders... might have to look into that.
(This post was last modified: 2010-05-06 04:10 by NickMc53.)
|
| find quote |
MarioSpeedwagon
Junior Member Joined: Aug 2010 Reputation: 0 |
2010-08-04 23:36
Post: #17
ok. i have an idea.
@zosky: great work, i must say. i am having a crap time following your guide, though. very little experience and all. So, as a learning tool, can you either post a copy of your entire home.xml file, or at least email it to me? I would like to put them up side by side to compare them to find where i am going wrong... |
| find quote |
MarioSpeedwagon
Junior Member Joined: Aug 2010 Reputation: 0 |
2010-08-04 23:47
Post: #18
Anyone out there: recreate the home.xml file with a few menu additions with subs already there, waiting there, ready to be renamed. put some sort of container around each menu block so its overlooked until one purposefully activates it by removing said container.
it seems like there are so many people out there just like me that are ready and willing to learn to do things on our own. we just need some help getting the ball rolling. we understand that those of you who are good at this have a life and don't always have time for our noob requests. I would like to personally thank those who have put in the work. xbmc is a great project. Jason |
| find quote |
robochrish
Junior Member Posts: 2 Joined: Feb 2013 Reputation: 0 |
2013-02-03 01:40
Post: #19
I wonder if anyone can help me.
I had this working perfectly, but then I had to re-install raspbmc completely because of a bad nightly build that wouldn't allow me to access my raspbmc settings. Now for some reason, I am not authorized to edit home.xml. Does anyone have any ideas on why this might be? I've been trying to figure it out for a while and I cant. Thanks |
| find quote |
artrafael
Team-XBMC Forum Moderator Posts: 4,424 Joined: Jul 2010 Reputation: 78 Location: USA |
2013-02-03 03:39
Post: #20
That sounds like a raspbmc (OS) permissions issue and is not skin specific. You may have to use sudo to edit and save changes to system files.
|
| find quote |