Mnyb wrote: 
> It seems like add new works just fine , its the changed part that could
> be better ?
> 

i think he uses a special scenario.

i retagged a file from Abba to ABba and did a rescan:

This tells me - rescan is working.


Code:
--------------------
    select id,name,namesort,namesearch from contributors where name like 'Abba';
  59|Abba|ABBA|ABBA
  12990|ABba|ABBA|ABBA
  
--------------------


see namesort and namesearch are the same even when id and name is
different.

now i (didnt remove the file but changed the artist back to Abba) and
did a rescan for changes again.


Code:
--------------------
    sqlite> select id,name,namesort,namesearch from contributors where name 
like 'Abba';
  59|Abba|ABBA|ABBA
  
--------------------

Artist 12990 is gone.

running Logitech Media Server Version: 7.9.0 - 1477086729 @ Mon Oct 24
04:31:29 UTC 2016 on Debian Linux.

Thats pretty amazing isnt it?


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

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

Reply via email to