Clean on update broken in dharma beta1
#1
It seems the advanced setting cleanonupdate doesn't work. The problem first occured when some movies were identified as "blank" in the library. I am trying to clean them remotely, but it doesn't work.

I'm using xbmc 10.00 r33324 beta1

Code:
<advancedsettings>
  <videolibrary>
    <cleanonupdate>true</cleanonupdate>  <!-- default set to false to prevent xbmc from removing items from the database while updating -->
  </videolibrary>
</advancedsettings>

Code:
#
11:49:52 T:139956102981392 M:3061428224   ERROR: GetDirectory - Error getting /mnt/data/movies/X-Men.2000.1080p.Bluray.DTS.x264-SHiTSoNy.nfo/
#
11:49:52 T:139956102981392 M:3061428224   DEBUG: VideoInfoScanner: Skipping dir '/mnt/data/movies/X-Men.2000.1080p.Bluray.DTS.x264-SHiTSoNy.nfo/' due to no change
#
11:49:52 T:139956102981392 M:3061428224   ERROR: GetDirectory - Error getting /mnt/data/movies/X-Men.Origins.Wolverine.2009.1080p.Bluray.DTS.x264-SHiTSoNy.nfo/
#
11:49:52 T:139956102981392 M:3061428224   DEBUG: VideoInfoScanner: Skipping dir '/mnt/data/movies/X-Men.Origins.Wolverine.2009.1080p.Bluray.DTS.x264-SHiTSoNy.nfo/' due to no change
#
11:49:52 T:139956102981392 M:3061428224   ERROR: GetDirectory - Error getting /mnt/data/movies/X-Men.The.Last.Stand.2006.1080p.Bluray.DTS.x264-SHiTSoNy.nfo/
#
11:49:52 T:139956102981392 M:3061428224   DEBUG: VideoInfoScanner: Skipping dir '/mnt/data/movies/X-Men.The.Last.Stand.2006.1080p.Bluray.DTS.x264-SHiTSoNy.nfo/' due to no change
#
11:49:52 T:139956102981392 M:3061428224   DEBUG: Cleaning paths that don't exist and don't have content set...
#
11:49:52 T:139956102981392 M:3061428224   DEBUG: CleanDatabase Cleaning tvshow table
#
11:49:52 T:139956102981392 M:3061428224   DEBUG: CleanDatabase Cleaning actorlinktvshow table
#
11:49:52 T:139956102981392 M:3061428224   DEBUG: CleanDatabase Cleaning directorlinktvshow table
#
11:49:52 T:139956102981392 M:3061428224   DEBUG: CleanDatabase Cleaning tvshowlinkpath table
#
11:49:52 T:139956102981392 M:3061428224   DEBUG: CleanDatabase Cleaning genrelinktvshow table
#
11:49:52 T:139956102981392 M:3061428224   DEBUG: CleanDatabase Cleaning movielinktvshow table
#
11:49:52 T:139956102981392 M:3061428224   DEBUG: CleanDatabase Cleaning path table
#
11:49:52 T:139956102981392 M:3061428224   DEBUG: CleanDatabase Cleaning genre table
#
11:49:52 T:139956102981392 M:3061428224   DEBUG: CleanDatabase Cleaning country table
#
11:49:52 T:139956102981392 M:3061428224   DEBUG: CleanDatabase Cleaning actor table of actors, directors and writers
#
11:49:52 T:139956102981392 M:3061587968   DEBUG: CleanDatabase Cleaning studio table
#
11:49:52 T:139956102981392 M:3061587968   DEBUG: CleanDatabase Cleaning set table


Pastebin: http://pastebin.com/zNFFLBE7
Reply
#2
I worked around it:

Code:
sudo apt-get install xbmc-eventclients-xbmc-send
/usr/bin/xbmc-send -a "CleanLibrary(video)"

This cleans it.
Reply
#3
this was a bug that has been fixed for beta 2.
Reply
#4
Are you talking about http://trac.xbmc.org/ticket/9968 ?

The changeset number is confusing then, since it's lower than beta1.
Reply
#5
That's SVN for you.
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
Reply

Logout Mark Read Team Forum Stats Members Help
Clean on update broken in dharma beta10