Re-sort ID in database

Torben,

Due to many deletions and new files, I like to re-index the (Local) database from ID #1
Is this possible?

Regards,

Ferry

I don’t think so, no.

I have the feeling songs are played in play out in the order they were inserted in mAirList DB. By re-sorting or shuffling ID’s this can be avoided. So I will appreciate if this re-sorting is made possible.

Challenge: in custom playlist songs positons are based on their mAirist ID’s. If the ID’s change, the playlist fails :-\

The IDs are just a technical detail (SQL primary key of the items table). Every item in the library needs an ID so it can be identified (thus the name) in the various SQL table. The SQL server (or sqlite.dll, for the local database) makes sure that any item into the library receives a unique ID (using autoincrement columns). Old IDs released by deleted items will never be reused.

The IDs have no influence on the scheduling whatsoever.