Hi Michael,

i soon report my feddback, til the scanner is done.
Since i logged all my prev. scans i knew my (better my familys Lib )
with 4242 Albums should be scanned in ~1 hour.

I Just stopped the server drop the db files set the Buffersize to 100 MB
and edit whats going on.
Since i always (via cronjob - if there are new files to scan) do a

Code:
--------------------
    
  ls -l *.db>/tmp/maintenance.log
  sudo sqlite3 persist.db "vacuum";
  sudo sqlite3 artwork.db "vacuum";
  sudo sqlite3 imgproxy.db "vacuum";
  sudo sqlite3 library.db "vacuum";
  sudo sqlite3 persist.db "vacuum";
  ls -l *.db>>/tmp/maintenance.log
  
--------------------

I also knew that vacuum is a good thing and can tell is realy worth to
do (even if a dont rescan always drop db and do a freshscan).
The "new" feature to look @ the db filesizes via webgui is something
"some" not so experienced Endusers will kiss your feets ;-)

2be editied



Gruss

Jan
------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=101469

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to