Skip to content

As a linux user, how do I simply add an existing audiobook folder from my home directory? #3463

Discussion options

You must be logged in to vote

Yeah I wound up having to do the following

sudo groupadd book_readers
sudo usermod -aG book_readers $USERNAME
sudo usermod -aG book_readers audiobookshelf

sudo mkdir -p /shared/books
mv /home/$USERNAME/yourAudiobookFolder /shared/books/ # change me!

sudo chown -R $USERNAME:book_readers shared
chmod -R g+rwX shared
sudo systemctl restart audiobookshelf.service

You might want to update the documentation on setting up the library because this was pretty confusing. I honestly think maybe I had it earlier and didn't do a restart.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@advplyr
Comment options

Comment options

You must be logged in to vote
2 replies
@brent-holland
Comment options

Answer selected by brent-holland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants