jensboe;394653 Wrote: 
> Ok.
> I solved the problem for myself with deleting the "wrong" DB entries
> after every customer scan run.
> It's not handy, but works.
> 
> Jens

Hi Jens.  I have the same problem as you, and tried to delete these
entries automatically but couldn't seem to do so.  I can delete them
manually like so:

Code:
--------------------
    delete from customscan_track_attributes where attr = 'version' and value = 
'1' and url like '%.mp3';
--------------------


Can I cause that to be run somewhere after every rescan?  I tried
modifying schema_optimize.sql but it didn't seem to make a difference.


-- 
smst
------------------------------------------------------------------------
smst's Profile: http://forums.slimdevices.com/member.php?userid=752
View this thread: http://forums.slimdevices.com/showthread.php?t=59219

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

Reply via email to