Metadata will be embedded in the audio tracks inside your audiobook folder.
+
{{ $strings.LabelEncodingInfoEmbedded }}
star
- Finished M4B will be put into your audiobook folder at .../{{ libraryItemRelPath }}/.
+ {{ $strings.LabelEncodingFinishedM4B }} .../{{ libraryItemRelPath }}/.
star
- A backup of your original audio files will be stored in /metadata/cache/items/{{ libraryItemId }}/. Make sure to periodically purge items cache.
+ {{ $strings.LabelEncodingBackupLocation }} /metadata/cache/items/{{ libraryItemId }}/. {{ $strings.LabelEncodingClearItemCache }}
star
-
Chapters are not embedded in multi-track audiobooks.
+
{{ $strings.LabelEncodingChaptersNotEmbedded }}
star
-
Encoding can take up to 30 minutes.
+
{{ $strings.LabelEncodingTimeWarning }}
star
-
If you have the watcher disabled you will need to re-scan this audiobook afterwards.
+
{{ $strings.LabelEncodingWatcherDisabled }}
star
-
Once the task is started you can navigate away from this page.
+
{{ $strings.LabelEncodingStartedNavigation }}
@@ -269,11 +269,11 @@ export default {
},
availableTools() {
if (this.isSingleM4b) {
- return [{ value: 'embed', text: 'Embed Metadata' }]
+ return [{ value: 'embed', text: this.$strings.LabelToolsEmbedMetadata }]
} else {
return [
- { value: 'embed', text: 'Embed Metadata' },
- { value: 'm4b', text: 'M4B Encoder' }
+ { value: 'embed', text: this.$strings.LabelToolsEmbedMetadata },
+ { value: 'm4b', text: this.$strings.LabelToolsM4bEncoder }
]
}
},
diff --git a/client/strings/en-us.json b/client/strings/en-us.json
index cd8f7684..4370851d 100644
--- a/client/strings/en-us.json
+++ b/client/strings/en-us.json
@@ -226,6 +226,9 @@
"LabelAllUsersIncludingGuests": "All users including guests",
"LabelAlreadyInYourLibrary": "Already in your library",
"LabelAppend": "Append",
+ "LabelAudioBitrate": "Audio Bitrate (e.g. 128k)",
+ "LabelAudioChannels": "Audio Channels (1 or 2)",
+ "LabelAudioCodec": "Audio Codec",
"LabelAuthor": "Author",
"LabelAuthorFirstLast": "Author (First Last)",
"LabelAuthorLastFirst": "Author (Last, First)",
@@ -238,6 +241,7 @@
"LabelAutoRegister": "Auto Register",
"LabelAutoRegisterDescription": "Automatically create new users after logging in",
"LabelBackToUser": "Back to User",
+ "LabelBackupAudioFiles": "Backup Audio Files",
"LabelBackupLocation": "Backup Location",
"LabelBackupsEnableAutomaticBackups": "Enable automatic backups",
"LabelBackupsEnableAutomaticBackupsHelp": "Backups saved in /metadata/backups",
@@ -304,6 +308,15 @@
"LabelEmailSettingsTestAddress": "Test Address",
"LabelEmbeddedCover": "Embedded Cover",
"LabelEnable": "Enable",
+ "LabelEncodingBackupLocation": "A backup of your original audio files will be stored in:",
+ "LabelEncodingChaptersNotEmbedded": "Chapters are not embedded in multi-track audiobooks.",
+ "LabelEncodingClearItemCache": "Make sure to periodically purge items cache.",
+ "LabelEncodingFinishedM4B": "Finished M4B will be put into your audiobook folder at:",
+ "LabelEncodingInfoEmbedded": "Metadata will be embedded in the audio tracks inside your audiobook folder.",
+ "LabelEncodingStartedNavigation": "Once the task is started you can navigate away from this page.",
+ "LabelEncodingTimeWarning": "Encoding can take up to 30 minutes.",
+ "LabelEncodingWarningAdvancedSettings": "Warning: Do not update these settings unless you are familiar with ffmpeg encoding options.",
+ "LabelEncodingWatcherDisabled": "If you have the watcher disabled you will need to re-scan this audiobook afterwards.",
"LabelEnd": "End",
"LabelEndOfChapter": "End of Chapter",
"LabelEpisode": "Episode",
@@ -597,6 +610,7 @@
"LabelTitle": "Title",
"LabelToolsEmbedMetadata": "Embed Metadata",
"LabelToolsEmbedMetadataDescription": "Embed metadata into audio files including cover image and chapters.",
+ "LabelToolsM4bEncoder": "M4B Encoder",
"LabelToolsMakeM4b": "Make M4B Audiobook File",
"LabelToolsMakeM4bDescription": "Generate a .M4B audiobook file with embedded metadata, cover image, and chapters.",
"LabelToolsSplitM4b": "Split M4B to MP3's",
@@ -622,6 +636,7 @@
"LabelUploaderDragAndDrop": "Drag & drop files or folders",
"LabelUploaderDropFiles": "Drop files",
"LabelUploaderItemFetchMetadataHelp": "Automatically fetch title, author, and series",
+ "LabelUseAdvancedOptions": "Use Advanced Options",
"LabelUseChapterTrack": "Use chapter track",
"LabelUseFullTrack": "Use full track",
"LabelUser": "User",
@@ -703,6 +718,7 @@
"MessageDragFilesIntoTrackOrder": "Drag files into correct track order",
"MessageEmbedFailed": "Embed Failed!",
"MessageEmbedFinished": "Embed Finished!",
+ "MessageEmbedQueue": "Queued for metadata embed ({0} in queue)",
"MessageEpisodesQueuedForDownload": "{0} Episode(s) queued for download",
"MessageEreaderDevices": "To ensure delivery of ebooks, you may need to add the above email address as a valid sender for each device listed below.",
"MessageFeedURLWillBe": "Feed URL will be {0}",