mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 13:40:27 +02:00
"Composer" and "Genre" metadata fields for M4B files are now editable from the text editor, update Readme
This commit is contained in:
@@ -166,6 +166,17 @@ When you process the text file, Abogen will detect these markers automatically a
|
||||
|
||||

|
||||
|
||||
## `About Metadata Tags`
|
||||
Similar to chapter markers, it is possible to add metadata tags to `M4B` files. This is useful for audiobook players that support metadata, allowing you to add information like title, author, year, etc. Abogen automatically adds these tags when you process ePUB or PDF files, but you can also add them manually to your text files. Add metadata tags **at the beginning of your text file** like this:
|
||||
```
|
||||
<<METADATA_TITLE:Title>>
|
||||
<<METADATA_ARTIST:Author>>
|
||||
<<METADATA_ALBUM:Album Title>>
|
||||
<<METADATA_YEAR:Year>>
|
||||
<<METADATA_ALBUM_ARTIST:Album Artist>>
|
||||
<<METADATA_COMPOSER:Narrator>>
|
||||
<<METADATA_GENRE:Audiobook>>
|
||||
```
|
||||
|
||||
## `Supported Languages`
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user