I have a Sony PRS-505 and am using Calibre to prepare the metadata. I am importing the files using regular expressions. The format is: <date> - <publisher> - <author> - <series> - <title> - <chapter>.pdf. But Calibre cannot accept a value for "chapter".
Most of the books are comic books, but since these files are too large, I split them by chapter, which makes them easier to read. So each chapter is a separate file. This means though that the titles are identical, e.g.:
- InuYasha
- InuYasha
- InuYasha
I need to set the metadata such that each of these are distinguishable. I don't want them to all appear with the same title. The number needs to appear.
If I set the <series_index> to 1, 2, 3, etc. for each chapter, will this be visible in the PRS-505? Or must I add the numbering data to the <title> itself?
Most of the books are comic books, but since these files are too large, I split them by chapter, which makes them easier to read. So each chapter is a separate file. This means though that the titles are identical, e.g.:
- InuYasha
- InuYasha
- InuYasha
I need to set the metadata such that each of these are distinguishable. I don't want them to all appear with the same title. The number needs to appear.
If I set the <series_index> to 1, 2, 3, etc. for each chapter, will this be visible in the PRS-505? Or must I add the numbering data to the <title> itself?