"Update Library" option without context menu

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
pkolkkal Offline
Junior Member
Posts: 45
Joined: May 2009
Reputation: 0
Post: #1
I am using XBMC 9.04 final currently on an AppleTV and would desperately need an easy way to trigger library scan and update. Now I need to reboot XBMC to do this.

The problem is that without a full keyboard it is difficult to open context menu just for this purpose. Why not make it an option accessible on the left sidebar while browsing your videos?

Thanks!
find quote
vdrfan Offline
Team-XBMC Developer
Posts: 2,787
Joined: Jan 2008
Reputation: 7
Location: Germany
Post: #2
Hi and welcome to the forums.

The update button is something you should request for the given skin you're using currently. Another way to trigger a library update would be to add a new favorite item like ..
Code:
<favourites>
    <favourite name="Update Library">UpdateLibrary(video)</favourite>
</favourites>
to your favourites.xml (located in your userdata folder).

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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
pkolkkal Offline
Junior Member
Posts: 45
Joined: May 2009
Reputation: 0
Post: #3
Thanks for the help! I got the favorite item working Nod
find quote