Trying to add submenu in Movies from favorites

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
james_stewart Offline
Junior Member
Posts: 25
Joined: Apr 2012
Reputation: 0
Post: #1
First of all let me start off by saying I love this skin. But I'm having an issue with adding submenus to the movies main menu. Here's what I'm doing.
I organize my movies into separate categorized folders like boxsets, comedy, war, kids, etc. In MediaBrowser I was able to add categories to the main menu which made accessing a certain genre very easy. Everyone's favorite folder being "New Releases".

Well I saw that your skin had submenus so I got excited. I went into videos and right-clicked the folder containing all Comedies and selected "add to favorites".

I went into the skin settings, menu, movies, favourites 1, and added the comedy folder from my favorites. But when I go to the submenu there is no content. It's a blank window with no thumbnails or text.

Am I doing this wrong? If so, what should I do? Do I need to pick every movie individually? If so this will take ages with the amount of movies I have. Also, why do you only have the option for 3 favorites? Having 5+ submenus would make this skin perfect for me.
find quote
ronie Offline
Team-XBMC Member
Posts: 8,253
Joined: Jan 2009
Reputation: 108
Post: #2
known bug, it will be fixed in the next release.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
james_stewart Offline
Junior Member
Posts: 25
Joined: Apr 2012
Reputation: 0
Post: #3
Thanks pal. I read your FAQ and so I won't ask you when that release is due Smile

P.S. Can we get the option to add more than 3 favorites to the submenu please.
(This post was last modified: 2012-05-03 23:11 by james_stewart.)
find quote
kevenz Offline
Member
Posts: 55
Joined: Jul 2010
Reputation: 0
Post: #4
I'm having the exact same problem Smile at least I'm not alone.
find quote
sampras Offline
Junior Member
Posts: 7
Joined: Apr 2012
Reputation: 0
Post: #5
Hi,
I have a similar wish I'd like to add files to the movie submenu so I can loose the video menu item but i can't see files in the list to select, can anyone offer any insight?
(This post was last modified: 2012-06-18 16:41 by sampras.)
find quote
EZ1976 Offline
Senior Member
Posts: 145
Joined: Apr 2012
Reputation: 1
Post: #6
tried to go back to an overlie version and still have it
any idea when it will be fixed?
does this happen only under windows?
find quote
ronie Offline
Team-XBMC Member
Posts: 8,253
Joined: Jan 2009
Reputation: 108
Post: #7
yes, it's a windows only issue.
it's fixed in the svn version of T!

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
JohnWPB Offline
Senior Member
Posts: 192
Joined: Dec 2008
Reputation: 3
Location: West Palm Beach, Florida
Post: #8
Ronie... Ok, having some problems getting this feature to work here....

Tortoise SVN returns "At revision: 1323" which is the latest as if this post. I did go into the "guisettings.xml" in the userdata folder, and clear out the leftover incorrect settings before putting the new SVN files in place.

When I go into settings and try to add a favorite, as you can see here is now added:

[Image: xparency.jpg]

All goes well up to this point. When however I go to the main menu, and pull the submenu from video, and select "Documentaries" it takes me to a VideoList screen with all blank inofrmation. When I click favorites directly from the main menu, and select "Documentaries" the list of shows populates correctly.

After closing XBMC, and looking at the guisettings.xml file again, I see it is still interrupting the text incorrectly, and putting it in the settings. This is the line that is initially places in the settings:

<setting type="string" name="skin.transparency.Menu_Videos_Sub_Custom6.Path">ActivateWindow(10025,&quot;D:\Dvd\&apos;s For Media Center\\TV Test\\&quot;,return)</setting>

If I edit this line manually, it is "corrected" back to the original every time XBMC opens AND closes, so I would minimize XBMC, remove the double\\'s and save, close XBMC and reload, the \\'s would stay gone, and the code for an apostrophe was re-saved, but this time, the documentaries loaded from the sub menu!

I am not sure what is going on, but "helping to fix the code manually" and relaunching XBMC, seems to trigger some filters for the text, and corrects it so it then works. Just setting the line back to default, opening the skin, and trying to set up a favorite does not work no matter how many times I tried. But. again. "helping" to clean the code, does work for some odd reason.

This is the line that is ended up with finally, and works correctly in the skin to open the favorites from the sub-menu:

PHP Code:
<setting type="string" name="skin.transparency.Menu_Videos_Sub_Custom6.Path">ActivateWindow(10025,D:\!!!!!!!!!!Dvd&apos;For Media Center\TV Test\,return)</setting

I know the directories I have used are a bit strange, This is my desktop test PC
The correct path to the media I am using to test is: D:\!!!!!!!!!!Dvd's For Media Center\TV Test\

------------------------------------------
Atom Dual core 2.8 Ghz / Windows XP Pro / 4 gigs ram 6.5 Tb storage / Nvidia 9400M Gfx chipset / output 1920 x 1080p via HDMI to a 52" LED TV / just over 3,400 movies

Have you entered your 5 Movies? - Support themoviedb.org as THE best open source movie information site.
find quote
ronie Offline
Team-XBMC Member
Posts: 8,253
Joined: Jan 2009
Reputation: 108
Post: #9
thanx for the detailed report JohnWPB.

the issue you're having seems to be a different one than what was reported before.

i managed to reproduce it, so i'll look into it.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
ronie Offline
Team-XBMC Member
Posts: 8,253
Joined: Jan 2009
Reputation: 108
Post: #10
JohnWPB, could you test it with this version of script.favourites?
script.favourites-3.2.5.zip

after installing it, remove the favourite from the submenu, then re-add it.

please let me know if it fixes your issue

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
(This post was last modified: 2012-06-20 23:31 by ronie.)
find quote
Post Reply