Kodi Community Forum
changing folder name leaves me with 2 "movies" in xbmc - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: changing folder name leaves me with 2 "movies" in xbmc (/showthread.php?tid=135161)



changing folder name leaves me with 2 "movies" in xbmc - yamashita - 2012-07-02

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.


RE: changing folder name leaves me with 2 "movies" in xbmc - jmarshall - 2012-07-02

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.


RE: changing folder name leaves me with 2 "movies" in xbmc - phil65 - 2012-07-02

you could adjust your advancedsettings.xml:
Code:
<videolibrary>
    <cleanonupdate>true</cleanonupdate>
</videolibrary>