[Enhancement] Pull "ASIN" from OPF fIle #847

Closed
opened 2026-04-24 23:24:04 +02:00 by adam · 2 comments
Owner

Originally created by @advplyr on GitHub (Dec 28, 2022).

Discussed in https://github.com/advplyr/audiobookshelf/discussions/1329

Originally posted by Gru0810 December 28, 2022
I use opf-File to transfer Infos to ABS. With this way I'm able to transfer the "ISBN" by using the following line in opf-File:
<dc:identifier id="BookId" opf:scheme="ISBN">9783844541236</dc:identifier>

I tried following line :
<dc:identifier id="BookId" opf:scheme="ASIN">3844541357</dc:identifier>

Originally created by @advplyr on GitHub (Dec 28, 2022). ### Discussed in https://github.com/advplyr/audiobookshelf/discussions/1329 <div type='discussions-op-text'> <sup>Originally posted by **Gru0810** December 28, 2022</sup> I use opf-File to transfer Infos to ABS. With this way I'm able to transfer the "ISBN" by using the following line in opf-File: <dc:identifier id="BookId" opf:scheme="ISBN">9783844541236</dc:identifier> I tried following line : <dc:identifier id="BookId" opf:scheme="ASIN">3844541357</dc:identifier> </div>
adam closed this issue 2026-04-24 23:24:05 +02:00
Author
Owner

@superpawko commented on GitHub (Jan 1, 2023):

Please add also Subtitle functionality.

dc:subtitleHere goes subtitle</dc:subtitle>

@superpawko commented on GitHub (Jan 1, 2023): Please add also Subtitle functionality. <dc:subtitle>Here goes subtitle</dc:subtitle>
Author
Owner

@advplyr commented on GitHub (Jan 8, 2023):

Added in v2.2.12

@advplyr commented on GitHub (Jan 8, 2023): Added in [v2.2.12](https://github.com/advplyr/audiobookshelf/releases/tag/v2.2.12)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#847