Приложение: fbrary - Audio Book Manager Manage your audio book library from the command line Use this tool to manage your audiobook library from the line. Check this page for an overview of how to use this tool: https://github.com/b0wter/fbrary/ This snap is using strict confinement meaning that you can only access files in your home folder. ```mkdir /home/your_username/audiobooks``` ```sudo mount --bind /storage/audiobooks /home/your_username/audiobooks/``` You can make these changes permanently by editing `/etc/fstab`: ```# ```/storage/audiobooks /home/your_username/audiobooks auto bind 0 3``` |
![]() |