These are my sync settings, the ones I always use to sync from PC > Android:
However, I've just realized that changing the title with this query:
UPDATE Songs
SET Title = replace(Title, 'The Beatles ', '')
WHERE Title IN ('The Beatles A Day In The Life'), etc etc;
Messes up the sorting in MSP when reimporting the mobilsheets.db database:
I guess I probably need more time to research about that DB structure and how queires work, so restoring my backup for now. Not so urgent
However, I've just realized that changing the title with this query:
UPDATE Songs
SET Title = replace(Title, 'The Beatles ', '')
WHERE Title IN ('The Beatles A Day In The Life'), etc etc;
Messes up the sorting in MSP when reimporting the mobilsheets.db database:
I guess I probably need more time to research about that DB structure and how queires work, so restoring my backup for now. Not so urgent
