generated from spatie/package-skeleton-php
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For audiobooks, specifications are now based on [audiobookshelf](https://www.audiobookshelf.org/docs#book-audio-metadata) specifications. | **ID3 Tag (case-insensitive) ** | **eBook** | | ------------------------------- | -------------------------- | | `artist` / `album-artist` | Authors\* | | `album` / `title` | Title | | `subtitle` | Extra property `subtitle` | | `publisher` | Publisher | | `year` | Publish Year | | `composer` | Extra property `narrators` | | `description` | Description | | `genre` | Tags\*\* | | `series` / `mvnm` | Series | | `series-part` / `mvin` | Volume | | `language` / `lang` | Language | | `isbn` | Identifiers `isbn` | | `asin` / `audible_asin` | Identifiers `asin` | | Overdrive MediaMarkers | Extra property `chapters` | - \* Authors naming as well as multiple authors separated by `,`, `;`, `&` or `and`. - \*\* Tags can include multiple tags separated by `/`, `//`, or `;`. e.g. "Science Fiction/Fiction/Fantasy"
- Loading branch information
1 parent
a431aac
commit 9a2b46b
Showing
6 changed files
with
223 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.