View Single Post
Old 08-24-2012, 04:02 PM   #4
zeroday
Junior Member
zeroday began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Aug 2012
Device: ipad-2
Quote:
Originally Posted by kovidgoyal View Post
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).
zeroday is offline   Reply With Quote