Skip to content

Commit da739de

Browse files
committed
New: Get Calibre series and series_index metadata in PDF and ePub
1 parent 0e7f838 commit da739de

26 files changed

Lines changed: 177 additions & 35 deletions

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212
- Improved rotation and support for rotating in PDF [`cb90771`](https://github.com/ollm/OpenComic/commit/cb907714ca7d713bcbf3471564e48a3e67c8ca40)
1313
- PDFs are rendered to a blob image instead of a canvas [`554c1ef`](https://github.com/ollm/OpenComic/commit/554c1ef88adf358acae14f9bf28f0e1f4f626d8f)
1414
- Optimized sidebar thumbnails [`02b67c6`](https://github.com/ollm/OpenComic/commit/02b67c620b6b13810c778beca1052a9b28829548)
15-
- Support Discord Rich Presence
15+
- Support Discord Rich Presence [`a19f9eb`](https://github.com/ollm/OpenComic/commit/a19f9eb6dd99350037b7c77f14e706223256af4c)
16+
- Get Calibre `series` and `series_index` metadata in PDF and ePub
1617

1718
##### 🐛 Bug Fixes
1819

TRANSLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Translate by [Hernesto Sanchez](https://github.com/herrsunchess)
8181

8282
Translate by [Oleguer Llopart](https://github.com/ollm)
8383

84-
`100% | Remain 0 | Translated 504`
84+
`100% | Remain 0 | Translated 505`
8585

8686
<a href="https://github.com/ollm/OpenComic/blob/master/languages/en.json"><img src="https://raw.githubusercontent.com/ollm/OpenComic/master/images/translated/en.svg" /></a>
8787

languages/ar.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,8 @@
566566
"scanInformation": "معلومات السكانر",
567567
"creatorTool": "أدوات المنشئ",
568568
"notes": "ملاحظات",
569-
"GTIN": "الباركود"
569+
"GTIN": "الباركود",
570+
"ISBN": ""
570571
}
571572
},
572573
"requestFileAccess": {

languages/ca.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,8 @@
566566
"scanInformation": "Informació d'escaneig",
567567
"creatorTool": "Eina creadora",
568568
"notes": "Notes",
569-
"GTIN": "GTIN"
569+
"GTIN": "GTIN",
570+
"ISBN": "ISBN"
570571
}
571572
},
572573
"requestFileAccess": {

languages/cs.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,8 @@
566566
"scanInformation": "",
567567
"creatorTool": "",
568568
"notes": "",
569-
"GTIN": ""
569+
"GTIN": "",
570+
"ISBN": ""
570571
}
571572
},
572573
"requestFileAccess": {

languages/de.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,8 @@
566566
"scanInformation": "",
567567
"creatorTool": "",
568568
"notes": "",
569-
"GTIN": ""
569+
"GTIN": "",
570+
"ISBN": ""
570571
}
571572
},
572573
"requestFileAccess": {

languages/empty.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,8 @@
566566
"scanInformation": "",
567567
"creatorTool": "",
568568
"notes": "",
569-
"GTIN": ""
569+
"GTIN": "",
570+
"ISBN": ""
570571
}
571572
},
572573
"requestFileAccess": {

languages/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,8 @@
566566
"scanInformation": "Scan information",
567567
"creatorTool": "Creator tool",
568568
"notes": "Notes",
569-
"GTIN": "GTIN"
569+
"GTIN": "GTIN",
570+
"ISBN": "ISBN"
570571
}
571572
},
572573
"requestFileAccess": {

languages/es.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,8 @@
566566
"scanInformation": "Información de escaneo",
567567
"creatorTool": "Herramienta creadora",
568568
"notes": "Notas",
569-
"GTIN": "GTIN"
569+
"GTIN": "GTIN",
570+
"ISBN": "ISBN"
570571
}
571572
},
572573
"requestFileAccess": {

languages/fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,8 @@
566566
"scanInformation": "Informations de Scan",
567567
"creatorTool": "Outil de Création",
568568
"notes": "Notes",
569-
"GTIN": ""
569+
"GTIN": "",
570+
"ISBN": ""
570571
}
571572
},
572573
"requestFileAccess": {

0 commit comments

Comments
 (0)