(Home)Menu link to video or picture folder doesn't show content

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
theGuillaume Offline
Junior Member
Posts: 19
Joined: Dec 2010
Reputation: 3
Location: Montréal
Post: #1
Hello
I've just updated from Dharma and I'm having trouble accessing a videos folder and a pictures folder. It worked perfectly on Dharma.

For the pictures folder, even if I set my folder as default folder for my pictures, I always get to the view where there is a list with my pictures folder, "add source", "picture add-ons", etc.. No way it will go to my pictures folder directly.
I tried adding the folder to my favourites, then adding it to the home menu, but accessing it I get this:

[Image: xbmchmm.jpg]

Same with the videos folder, but with a different view.
Can't make a fav link in the home menu to access the folder directly with a list view.
Also, I try to add the fav to that folder in a home submenu and I cannot change the name of it. I press DOWN, the box appears, I rename it, ENTER, and it remains unchanged. If I try to rename it again, it displays the name I tried to gave it before.
(This post was last modified: 2011-11-28 18:49 by theGuillaume.)
find quote
LakersFan Offline
Senior Member
Posts: 182
Joined: Jan 2008
Reputation: 0
Post: #2
Had the same issue (with the videos) and Big Noid said it was a bug. To fix, be sure to add the videos as a favorite. Then open up the favourites.xml and remove quotes around the affected folder. Then go back to customize the home menu and add the favorite.

Removed quotes:

Old
Code:
<favourite name="Videos">ActivateWindow(10025,&quot;H:\\Videos\\&quot;)</favourite>

NEW
Code:
<favourite name="Videos">ActivateWindow(10025,H:\\Videos\\)</favourite>


http://forum.xbmc.org/showpost.php?p=942...count=4047
find quote
Big_Noid Offline
Skilled Skinner
Posts: 2,626
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #3
Just to be clear, this is not a skin bug, but an bug in the way non library folders are are added to favorites in XBMC.
find quote
LakersFan Offline
Senior Member
Posts: 182
Joined: Jan 2008
Reputation: 0
Post: #4
Yes, sorry I didn't mention it that way. Smile
find quote
theGuillaume Offline
Junior Member
Posts: 19
Joined: Dec 2010
Reputation: 3
Location: Montréal
Post: #5
It worked for both the videos and pictures. Thanks alot. I would never have found the problem myself.
find quote
LakersFan Offline
Senior Member
Posts: 182
Joined: Jan 2008
Reputation: 0
Post: #6
Awesome, glad it worked for you!
find quote
kavond Offline
Junior Member
Posts: 39
Joined: Sep 2011
Reputation: 0
Post: #7
Is this going to be fixed before the eden final is released? This bug is still in beta 2.
find quote
live4ever Offline
Fan
Posts: 556
Joined: Sep 2006
Reputation: 3
Post: #8
kavond Wrote:Is this going to be fixed before the eden final is released? This bug is still in beta 2.

Maybe ask ronie (in the Transparency thread), he fixed this bug in the favourites script for me:
http://forum.xbmc.org/showpost.php?p=919...tcount=537
find quote
parslej Online
Member
Posts: 92
Joined: Aug 2011
Reputation: 4
Post: #9
Thanks this helped me too.

Had this issue with RC-2 shoudnt this be fixed in final version?
find quote
jaylucan Offline
Junior Member
Posts: 1
Joined: May 2012
Reputation: 0
Post: #10
This one post solved something thats been taking me a day to figure out...
Thank you very much! Smile
find quote
Post Reply