Quote:
Originally Posted by itimpi
Not as far as I know as libraries are completely interchangeable between Calibre on different OS. However it may be something like you have different ID's (the numeric part) for a given book in your library so that the algorithm gives different results on the two machines.
|
Unfortunately not completely true. Calibre sets the component length limit using:
PATH_LIMIT = 40 if 'win32' in sys.platform else 100
Thus books with very long title/author strings added under linux/mac might not be usable on windows. The inverse is not true, because a windows path will always fit within the linux/mac limit.