- {{ showFullPath ? file.metadata.path : file.metadata.relPath }} check_circle
+ {{ showFullPath ? file.metadata.path : file.metadata.relPath }} check_circle
|
{{ $bytesPretty(file.metadata.size) }}
diff --git a/client/components/tables/LibraryFilesTable.vue b/client/components/tables/LibraryFilesTable.vue
index 4160c783..bd0f5589 100644
--- a/client/components/tables/LibraryFilesTable.vue
+++ b/client/components/tables/LibraryFilesTable.vue
@@ -8,7 +8,7 @@
{{ $strings.ButtonFullPath }}
- expand_more
+ expand_more
diff --git a/client/components/tables/TracksTable.vue b/client/components/tables/TracksTable.vue
index 5730ee36..1f47597b 100644
--- a/client/components/tables/TracksTable.vue
+++ b/client/components/tables/TracksTable.vue
@@ -11,7 +11,7 @@
{{ $strings.ButtonManageTracks }}
- expand_more
+ expand_more
diff --git a/client/components/tables/UploadedFilesTable.vue b/client/components/tables/UploadedFilesTable.vue
index fce4d9d5..3c693850 100644
--- a/client/components/tables/UploadedFilesTable.vue
+++ b/client/components/tables/UploadedFilesTable.vue
@@ -5,7 +5,7 @@
{{ files.length }}
- expand_more
+ expand_more
diff --git a/client/components/tables/UsersTable.vue b/client/components/tables/UsersTable.vue
index 31f073ec..fb11f223 100644
--- a/client/components/tables/UsersTable.vue
+++ b/client/components/tables/UsersTable.vue
@@ -42,10 +42,10 @@
-
+
-
+
|
diff --git a/client/components/tables/collection/BookTableRow.vue b/client/components/tables/collection/BookTableRow.vue
index 110edcb9..61b70d41 100644
--- a/client/components/tables/collection/BookTableRow.vue
+++ b/client/components/tables/collection/BookTableRow.vue
@@ -3,7 +3,7 @@
@@ -11,7 +11,7 @@
- play_arrow
+ play_arrow
diff --git a/client/components/tables/library/LibraryItem.vue b/client/components/tables/library/LibraryItem.vue
index 6a0cb36f..d7b2996b 100644
--- a/client/components/tables/library/LibraryItem.vue
+++ b/client/components/tables/library/LibraryItem.vue
@@ -16,14 +16,14 @@
-
more_vert
+
more_vert
-
reorder
+
reorder
diff --git a/client/components/tables/playlist/ItemTableRow.vue b/client/components/tables/playlist/ItemTableRow.vue
index 6899f600..9594781d 100644
--- a/client/components/tables/playlist/ItemTableRow.vue
+++ b/client/components/tables/playlist/ItemTableRow.vue
@@ -3,14 +3,14 @@
- play_arrow
+ play_arrow
diff --git a/client/components/tables/podcast/LazyEpisodeRow.vue b/client/components/tables/podcast/LazyEpisodeRow.vue
index 0b32609b..5e0d22e1 100644
--- a/client/components/tables/podcast/LazyEpisodeRow.vue
+++ b/client/components/tables/podcast/LazyEpisodeRow.vue
@@ -21,7 +21,7 @@
diff --git a/client/components/ui/Checkbox.vue b/client/components/ui/Checkbox.vue
index 58770aa8..c66efdd7 100644
--- a/client/components/ui/Checkbox.vue
+++ b/client/components/ui/Checkbox.vue
@@ -2,7 +2,7 @@
- checkmark
+ checkmark
diff --git a/client/components/ui/TextInput.vue b/client/components/ui/TextInput.vue
index 04bdfab9..d7524b12 100644
--- a/client/components/ui/TextInput.vue
+++ b/client/components/ui/TextInput.vue
@@ -20,13 +20,13 @@
@blur="blurred"
/>
- close
+ close
- {{ !showPassword ? 'visibility' : 'visibility_off' }}
+ {{ !showPassword ? 'visibility' : 'visibility_off' }}
- {{ !hasCopied ? 'content_copy' : 'done' }}
+ {{ !hasCopied ? 'content_copy' : 'done' }}
diff --git a/client/components/widgets/Alert.vue b/client/components/widgets/Alert.vue
index 17f3b66c..501d2a23 100644
--- a/client/components/widgets/Alert.vue
+++ b/client/components/widgets/Alert.vue
@@ -1,7 +1,7 @@
- {{ icon }}
+ {{ icon }}
diff --git a/client/components/widgets/AlreadyInLibraryIndicator.vue b/client/components/widgets/AlreadyInLibraryIndicator.vue
index e765b4e2..14f2143d 100644
--- a/client/components/widgets/AlreadyInLibraryIndicator.vue
+++ b/client/components/widgets/AlreadyInLibraryIndicator.vue
@@ -1,6 +1,6 @@
- check_circle
+ check_circle
diff --git a/client/components/widgets/CoverSizeWidget.vue b/client/components/widgets/CoverSizeWidget.vue
index 094282d0..22fb383c 100644
--- a/client/components/widgets/CoverSizeWidget.vue
+++ b/client/components/widgets/CoverSizeWidget.vue
@@ -1,9 +1,9 @@
-
remove
+
remove
{{ bookCoverWidth }}
-
add
+
add
diff --git a/client/components/widgets/CronExpressionBuilder.vue b/client/components/widgets/CronExpressionBuilder.vue
index 04ec2fd1..610372ab 100644
--- a/client/components/widgets/CronExpressionBuilder.vue
+++ b/client/components/widgets/CronExpressionBuilder.vue
@@ -30,14 +30,14 @@
-
{{ isValid ? 'check_circle_outline' : 'error_outline' }}
+
{{ isValid ? 'check_circle_outline' : 'error_outline' }}
{{ $strings.MessageCheckingCron }}
{{ customCronError }}
{{ $strings.MessageValidCronExpression }}
-
event
+
event
{{ $strings.LabelNextScheduledRun }}: {{ nextRun }}
diff --git a/client/components/widgets/ItemSlider.vue b/client/components/widgets/ItemSlider.vue
index b2aa2b28..15051fb1 100644
--- a/client/components/widgets/ItemSlider.vue
+++ b/client/components/widgets/ItemSlider.vue
@@ -4,10 +4,10 @@
diff --git a/client/components/widgets/NotificationWidget.vue b/client/components/widgets/NotificationWidget.vue
index fd883151..57bf0257 100644
--- a/client/components/widgets/NotificationWidget.vue
+++ b/client/components/widgets/NotificationWidget.vue
@@ -6,7 +6,7 @@
- notifications
+ notifications
diff --git a/client/components/widgets/PodcastTypeIndicator.vue b/client/components/widgets/PodcastTypeIndicator.vue
index d914d283..9ead8610 100644
--- a/client/components/widgets/PodcastTypeIndicator.vue
+++ b/client/components/widgets/PodcastTypeIndicator.vue
@@ -2,12 +2,12 @@
- local_play
+ local_play
- local_movies
+ local_movies
diff --git a/client/pages/account.vue b/client/pages/account.vue
index f531a34d..86be607c 100644
--- a/client/pages/account.vue
+++ b/client/pages/account.vue
@@ -33,7 +33,7 @@
- logout{{ $strings.ButtonLogout }}
+ logout{{ $strings.ButtonLogout }}
diff --git a/client/pages/audiobook/_id/chapters.vue b/client/pages/audiobook/_id/chapters.vue
index a403478b..79017017 100644
--- a/client/pages/audiobook/_id/chapters.vue
+++ b/client/pages/audiobook/_id/chapters.vue
@@ -5,7 +5,7 @@
{{ title }}
{{ $strings.LabelDuration }}:
@@ -42,7 +42,7 @@
{{ $strings.ButtonAdd }}
- expand_less
+ expand_less
{{ $strings.NoteChapterEditorTimes }}
@@ -71,27 +71,27 @@
@@ -106,7 +106,7 @@
{{ $strings.ButtonSetChaptersFromTracks }}
- info
+ info
@@ -123,7 +123,7 @@
{{ $secondsToTimestamp(Math.round(track.duration), false, true) }}
- check
+ check
@@ -189,7 +189,7 @@
{{ $strings.ButtonMapChapterTitles }}
- info
+ info
{{ $strings.ButtonApplyChapters }}
diff --git a/client/pages/audiobook/_id/edit.vue b/client/pages/audiobook/_id/edit.vue
index 69e96bf8..bba27951 100644
--- a/client/pages/audiobook/_id/edit.vue
+++ b/client/pages/audiobook/_id/edit.vue
@@ -12,21 +12,21 @@
{{ $strings.LabelNew }}
{{ $strings.LabelCurrent }}
- {{ currentSort === 'current' ? 'expand_more' : 'unfold_more' }}
+ {{ currentSort === 'current' ? 'expand_more' : 'unfold_more' }}
{{ $strings.LabelTrackFromFilename }}
- {{ currentSort === 'track-filename' ? 'expand_more' : 'unfold_more' }}
+ {{ currentSort === 'track-filename' ? 'expand_more' : 'unfold_more' }}
{{ $strings.LabelTrackFromMetadata }}
- {{ currentSort === 'metadata' ? 'expand_more' : 'unfold_more' }}
+ {{ currentSort === 'metadata' ? 'expand_more' : 'unfold_more' }}
{{ $strings.LabelDiscFromFilename }}
{{ $strings.LabelDiscFromMetadata }}
{{ $strings.LabelFilename }}
- {{ currentSort === 'filename' ? 'expand_more' : 'unfold_more' }}
+ {{ currentSort === 'filename' ? 'expand_more' : 'unfold_more' }}
{{ $strings.LabelSize }}
diff --git a/client/pages/audiobook/_id/manage.vue b/client/pages/audiobook/_id/manage.vue
index 8863fd5b..ddf868e6 100644
--- a/client/pages/audiobook/_id/manage.vue
+++ b/client/pages/audiobook/_id/manage.vue
@@ -77,7 +77,7 @@
@@ -104,36 +104,36 @@
-
star
+
star
Metadata will be embedded in the audio tracks inside your audiobook folder.
-
star
+
star
Finished M4B will be put into your audiobook folder at .../{{ libraryItemRelPath }}/.
-
star
+
star
A backup of your original audio files will be stored in /metadata/cache/items/{{ libraryItemId }}/. Make sure to periodically purge items cache.
-
star
+
star
Chapters are not embedded in multi-track audiobooks.
-
star
+
star
Encoding can take up to 30 minutes.
-
star
+
star
If you have the watcher disabled you will need to re-scan this audiobook afterwards.
-
star
+
star
Once the task is started you can navigate away from this page.
@@ -159,7 +159,7 @@
-
check_circle
+
check_circle
diff --git a/client/pages/author/_id.vue b/client/pages/author/_id.vue
index d5e4a8ea..4630c822 100644
--- a/client/pages/author/_id.vue
+++ b/client/pages/author/_id.vue
@@ -12,14 +12,14 @@
{{ author.name }}
{{ $strings.LabelDescription }}
{{ author.description }}
diff --git a/client/pages/batch/index.vue b/client/pages/batch/index.vue
index e1687f0f..c73edd40 100644
--- a/client/pages/batch/index.vue
+++ b/client/pages/batch/index.vue
@@ -2,7 +2,7 @@
-
{{ openMapOptions ? 'expand_less' : 'expand_more' }}
+
{{ openMapOptions ? 'expand_less' : 'expand_more' }}
{{ $strings.HeaderMapDetails }}
diff --git a/client/pages/collection/_id.vue b/client/pages/collection/_id.vue
index 8964b6c4..7f214c44 100644
--- a/client/pages/collection/_id.vue
+++ b/client/pages/collection/_id.vue
@@ -15,7 +15,7 @@
- play_arrow
+ play_arrow
{{ streaming ? $strings.ButtonPlaying : $strings.ButtonPlay }}
@@ -25,7 +25,7 @@
diff --git a/client/pages/config.vue b/client/pages/config.vue
index fdbd7150..957cef52 100644
--- a/client/pages/config.vue
+++ b/client/pages/config.vue
@@ -3,7 +3,7 @@
-
arrow_forward
+
arrow_forward
{{ currentPage }}
diff --git a/client/pages/config/authentication.vue b/client/pages/config/authentication.vue
index fa96ba25..50fa50a4 100644
--- a/client/pages/config/authentication.vue
+++ b/client/pages/config/authentication.vue
@@ -25,7 +25,7 @@
{{ $strings.HeaderOpenIDConnectAuthentication }}
- help_outline
+ help_outline
@@ -38,7 +38,7 @@
- auto_fix_high
+ auto_fix_high
Auto-populate
diff --git a/client/pages/config/backups.vue b/client/pages/config/backups.vue
index 7b64cbb2..f7845119 100644
--- a/client/pages/config/backups.vue
+++ b/client/pages/config/backups.vue
@@ -3,14 +3,14 @@
- folder
+ folder
{{ $strings.LabelBackupLocation }}:
{{ backupLocation }}
@@ -27,24 +27,24 @@
- {{ $strings.LabelBackupsEnableAutomaticBackups }} info_outlined
+ {{ $strings.LabelBackupsEnableAutomaticBackups }} info
-
schedule
+
schedule
{{ $strings.HeaderSchedule }}:
{{ scheduleDescription }}
-
event
+
event
{{ $strings.LabelNextBackupDate }}:
@@ -56,7 +56,7 @@
- {{ $strings.LabelBackupsNumberToKeep }} info_outlined
+ {{ $strings.LabelBackupsNumberToKeep }} info
@@ -64,7 +64,7 @@
- {{ $strings.LabelBackupsMaxBackupSize }} info_outlined
+ {{ $strings.LabelBackupsMaxBackupSize }} info
diff --git a/client/pages/config/email.vue b/client/pages/config/email.vue
index ef864fbc..3637e312 100644
--- a/client/pages/config/email.vue
+++ b/client/pages/config/email.vue
@@ -4,7 +4,7 @@
- help_outline
+ help_outline
@@ -27,7 +27,7 @@
{{ $strings.LabelEmailSettingsSecure }}
- info_outlined
+ info
@@ -39,7 +39,7 @@
{{ $strings.LabelEmailSettingsRejectUnauthorized }}
- info_outlined
+ info
diff --git a/client/pages/config/index.vue b/client/pages/config/index.vue
index afdb7297..1accc743 100644
--- a/client/pages/config/index.vue
+++ b/client/pages/config/index.vue
@@ -11,7 +11,7 @@
{{ $strings.LabelSettingsStoreCoversWithItem }}
- info_outlined
+ info
@@ -21,7 +21,7 @@
{{ $strings.LabelSettingsStoreMetadataWithItem }}
- info_outlined
+ info
@@ -31,7 +31,7 @@
{{ $strings.LabelSettingsSortingIgnorePrefixes }}
- info_outlined
+ info
@@ -56,7 +56,7 @@
{{ $strings.LabelSettingsParseSubtitles }}
- info_outlined
+ info
@@ -66,7 +66,7 @@
{{ $strings.LabelSettingsFindCovers }}
- info_outlined
+ info
@@ -80,7 +80,7 @@
{{ $strings.LabelSettingsPreferMatchedMetadata }}
- info_outlined
+ info
@@ -90,7 +90,7 @@
{{ $strings.LabelSettingsEnableWatcher }}
- info_outlined
+ info
@@ -106,7 +106,7 @@
{{ $strings.LabelSettingsHomePageBookshelfView }}
- info_outlined
+ info
@@ -116,7 +116,7 @@
{{ $strings.LabelSettingsLibraryBookshelfView }}
- info_outlined
+ info
@@ -146,7 +146,7 @@
{{ $strings.LabelSettingsExperimentalFeatures }}
- info_outlined
+ info
diff --git a/client/pages/config/item-metadata-utils/custom-metadata-providers.vue b/client/pages/config/item-metadata-utils/custom-metadata-providers.vue
index 2780d79d..3e13de10 100644
--- a/client/pages/config/item-metadata-utils/custom-metadata-providers.vue
+++ b/client/pages/config/item-metadata-utils/custom-metadata-providers.vue
@@ -3,13 +3,13 @@
- arrow_back
+ arrow_back
- help_outline
+ help_outline
diff --git a/client/pages/config/item-metadata-utils/genres.vue b/client/pages/config/item-metadata-utils/genres.vue
index f3cd85ba..5a61d51a 100644
--- a/client/pages/config/item-metadata-utils/genres.vue
+++ b/client/pages/config/item-metadata-utils/genres.vue
@@ -2,7 +2,7 @@
- arrow_back
+ arrow_back
{{ $strings.HeaderManageGenres }}
diff --git a/client/pages/config/item-metadata-utils/index.vue b/client/pages/config/item-metadata-utils/index.vue
index 7d0ba068..a7366ddb 100644
--- a/client/pages/config/item-metadata-utils/index.vue
+++ b/client/pages/config/item-metadata-utils/index.vue
@@ -4,19 +4,19 @@
{{ $strings.HeaderManageTags }}
-
arrow_forward
+
arrow_forward
{{ $strings.HeaderManageGenres }}
-
arrow_forward
+
arrow_forward
{{ $strings.HeaderCustomMetadataProviders }}
-
arrow_forward
+
arrow_forward
diff --git a/client/pages/config/item-metadata-utils/tags.vue b/client/pages/config/item-metadata-utils/tags.vue
index 4b4cea9c..a98f39b4 100644
--- a/client/pages/config/item-metadata-utils/tags.vue
+++ b/client/pages/config/item-metadata-utils/tags.vue
@@ -2,7 +2,7 @@
- arrow_back
+ arrow_back
{{ $strings.HeaderManageTags }}
diff --git a/client/pages/config/libraries.vue b/client/pages/config/libraries.vue
index 1293ccab..d625c2b4 100644
--- a/client/pages/config/libraries.vue
+++ b/client/pages/config/libraries.vue
@@ -4,7 +4,7 @@
- help_outline
+ help_outline
diff --git a/client/pages/config/log.vue b/client/pages/config/log.vue
index ec243b0a..41df00e2 100644
--- a/client/pages/config/log.vue
+++ b/client/pages/config/log.vue
@@ -4,7 +4,7 @@
- help_outline
+ help_outline
diff --git a/client/pages/config/notifications.vue b/client/pages/config/notifications.vue
index d7dda923..ad346a5d 100644
--- a/client/pages/config/notifications.vue
+++ b/client/pages/config/notifications.vue
@@ -8,7 +8,7 @@
- {{ $strings.LabelNotificationsMaxQueueSize }}info_outlined
+ {{ $strings.LabelNotificationsMaxQueueSize }}info
@@ -16,7 +16,7 @@
- {{ $strings.LabelNotificationsMaxFailedAttempts }}info_outlined
+ {{ $strings.LabelNotificationsMaxFailedAttempts }}info
@@ -29,7 +29,7 @@
{{ $strings.HeaderNotifications }}
- {{ $strings.ButtonCreate }} add
+ {{ $strings.ButtonCreate }} add
diff --git a/client/pages/config/rss-feeds.vue b/client/pages/config/rss-feeds.vue
index 57fc2b85..68117a85 100644
--- a/client/pages/config/rss-feeds.vue
+++ b/client/pages/config/rss-feeds.vue
@@ -4,7 +4,7 @@
- help_outline
+ help_outline
@@ -46,7 +46,7 @@
- check
+ check
|
diff --git a/client/pages/config/sessions.vue b/client/pages/config/sessions.vue
index 9d3d0f0e..edb14cd2 100644
--- a/client/pages/config/sessions.vue
+++ b/client/pages/config/sessions.vue
@@ -20,29 +20,29 @@
- {{ $strings.LabelItem }} {{ sortDesc ? 'arrow_drop_down' : 'arrow_drop_up' }}
+ {{ $strings.LabelItem }} {{ sortDesc ? 'arrow_drop_down' : 'arrow_drop_up' }}
|
{{ $strings.LabelUser }} |
- {{ $strings.LabelPlayMethod }} {{ sortDesc ? 'arrow_drop_down' : 'arrow_drop_up' }}
+ {{ $strings.LabelPlayMethod }} {{ sortDesc ? 'arrow_drop_down' : 'arrow_drop_up' }}
|
{{ $strings.LabelDeviceInfo }} |
- {{ $strings.LabelTimeListened }} {{ sortDesc ? 'arrow_drop_down' : 'arrow_drop_up' }}
+ {{ $strings.LabelTimeListened }} {{ sortDesc ? 'arrow_drop_down' : 'arrow_drop_up' }}
|
- {{ $strings.LabelLastTime }} {{ sortDesc ? 'arrow_drop_down' : 'arrow_drop_up' }}
+ {{ $strings.LabelLastTime }} {{ sortDesc ? 'arrow_drop_down' : 'arrow_drop_up' }}
|
- {{ $strings.LabelLastUpdate }} {{ sortDesc ? 'arrow_drop_down' : 'arrow_drop_up' }}
+ {{ $strings.LabelLastUpdate }} {{ sortDesc ? 'arrow_drop_down' : 'arrow_drop_up' }}
|
diff --git a/client/pages/config/stats.vue b/client/pages/config/stats.vue
index 05d0550f..fe39b221 100644
--- a/client/pages/config/stats.vue
+++ b/client/pages/config/stats.vue
@@ -20,7 +20,7 @@