Quote:
Originally Posted by kovidgoyal
Since the windows filesystem is case insensitive and linux is case sensitive that will be the source of your problems. In general sharing a library between windows and linux is fragile. Stick to one OS for a given library.
|
That tip did it ..
Question: what is the best way and easiest way to update the pathnames?
I had to modify a folder from Various Artist to Various artist in one of the files (cause 99 other artists where written correct)
I managed it with an SQLite editor, but due to some triggers in the books part the update section is very hard (remove and reinsert the trigger).