diff --git a/build/debian/DEBIAN/preinst b/build/debian/DEBIAN/preinst index bf4a3b172..0ad58d94d 100644 --- a/build/debian/DEBIAN/preinst +++ b/build/debian/DEBIAN/preinst @@ -5,7 +5,7 @@ set -o pipefail FFMPEG_INSTALL_DIR="/usr/lib/audiobookshelf-ffmpeg" DEFAULT_DATA_DIR="/usr/share/audiobookshelf" CONFIG_PATH="/etc/default/audiobookshelf" -DEFAULT_PORT=7331 +DEFAULT_PORT=13378 DEFAULT_HOST="0.0.0.0" diff --git a/client/assets/app.css b/client/assets/app.css index f9999c7aa..e870e7664 100644 --- a/client/assets/app.css +++ b/client/assets/app.css @@ -22,6 +22,10 @@ #bookshelf { height: calc(100% - 40px); background-image: linear-gradient(to right bottom, #2e2e2e, #303030, #313131, #333333, #353535, #343434, #323232, #313131, #2c2c2c, #282828, #232323, #1f1f1f); + + /* For Firefox */ + scrollbar-width: thin; + scrollbar-color: #855620 rgba(0, 0, 0, 0); } .bookshelf-row { diff --git a/client/components/app/Appbar.vue b/client/components/app/Appbar.vue index 0d63eccce..cc417739b 100644 --- a/client/components/app/Appbar.vue +++ b/client/components/app/Appbar.vue @@ -3,7 +3,7 @@
{{ groupName }}
+{{ groupName }}
{{ bookItems.length }}
-{{ groupName }}
-{{ series }}
@@ -88,7 +93,7 @@Episode #{{ recentEpisodeNumber }}
{{ resolution }}
+{{ resolution }}
Limit
+Schedule Automatic Episode Downloads
-Schedule Automatic Episode Downloads
++ Max episodes to keep + info_outlined +
+{{ title }}
+{{ title }}
Schedule Automatic Library Scans
-Schedule Automatic Library Scans
+{{ title }}
+{{ subtitle }}
+{{ caption }}
+Streaming
+{{ durationPretty }}
+Player Queue
+Player Queue
+{{ playerQueueItems.length }} Items
+ +{{ episode.title }}
{{ episode.subtitle }}
Published {{ episode.publishedAt ? $dateDistanceFromNow(episode.publishedAt) : 'Unknown' }}
-Select all episodes
-All episodes are downloaded
Episode URL from RSS feed
+ {{ enclosureUrl }} +Episode not linked to RSS feed episode
+Important Notice!
Applying a backup will overwrite users, user progress, book details, settings, and covers stored in metadata with the backed up data.
-Backups do not modify any files in your library folders, only data in the audiobookshelf created /config and /metadata directories. If you have enabled server settings to store cover art and metadata in your library folders then those are not backup up or overwritten.
+Backups do not modify any files in your library folders, only data in the audiobookshelf created /config and /metadata directories. If you have enabled server settings to store cover art and metadata in your library folders then those are not backed up or overwritten.
All clients using your server will be automatically refreshed.
Are you sure you want to apply the backup created on {{ selectedBackup.datePretty }}?
diff --git a/client/components/tables/UsersTable.vue b/client/components/tables/UsersTable.vue index 63424f876..e615ca2bf 100644 --- a/client/components/tables/UsersTable.vue +++ b/client/components/tables/UsersTable.vue @@ -164,8 +164,8 @@ export default { } if (this.$root.socket) { - this.$root.socket.off('user_added', this.newUserAdded) - this.$root.socket.off('user_updated', this.userUpdated) + this.$root.socket.off('user_added', this.addUpdateUser) + this.$root.socket.off('user_updated', this.addUpdateUser) this.$root.socket.off('user_removed', this.userRemoved) } } @@ -208,6 +208,6 @@ export default { font-weight: 600; padding-top: 5px; padding-bottom: 5px; - background-color: #272727 + background-color: #272727; } \ No newline at end of file diff --git a/client/components/tables/collection/BookTableRow.vue b/client/components/tables/collection/BookTableRow.vue index c42037418..e212aa2cc 100644 --- a/client/components/tables/collection/BookTableRow.vue +++ b/client/components/tables/collection/BookTableRow.vue @@ -27,15 +27,15 @@ radio_button_uncheckedEpisodes
-No Episodes
-- Max episodes to keep - info_outlined -
-Backups include users, user progress, book details, server settings and covers stored in /metadata/items.
Backups do not include any files stored in your library folders.
Backups include users, user progress, library item details, server settings, and images stored in /metadata/items & /metadata/authors.
Backups do not include any files stored in your library folders.