changing folder name leaves me with 2 "movies" in xbmc

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
yamashita Offline
Junior Member
Posts: 2
Joined: Jul 2012
Reputation: 0
Post: #1
hi i was just wondering if this is the way that xbmc works or if there is a workaround for this.

i wanna be able to press update library and for xbmc to be able to detect if i changed the name of the folder and/or deleted and folder/movie.
since both "movies" in xbmc have the same file path. shouldn't it be smart enough to not show same "movie" twice

btw, im using folder name for metadata lookup.
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,564
Joined: Oct 2003
Reputation: 138
Post: #2
It is as long as it is the identical path. It's not though as you've renamed it. Clean library will remove the broken one assuming that the filepath no longer exists.

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.


[Image: badge.gif]
find quote
phil65 Offline
Skilled Skinner
Posts: 4,458
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #3
you could adjust your advancedsettings.xml:
Code:
<videolibrary>
    <cleanonupdate>true</cleanonupdate>
</videolibrary>
find quote