I had meant to update this post....
I just populated the Sort Name field and for the series prepended with "The...", I removed the prefix and now they all appear in the correct order
I am assuming you did this with a SQL query? Can you supply the string? Don't really know enough SQL myself and internet search may not be necessary if you have already done the work.
The thing I was worried about this was that the next time I do a scan/update I will lose that data and have to execute the SQL query again - as this can happen automatically when you go into tv series in MP this kind of defeats the purpose.
Update: OK I can "copy" the data into the SortName field using -
Code:
UPDATE online_Series SET SortName = online_Series.Pretty_Name
EDIT: Also the option for sort by "Sort Name" must be checked in TV Series configuration - no need to mess with the views in database setup.
Where is this option? I would have thought it would have been in the Import Settings tab, but I cannot see it in any option. I may have looked straight through it though.