mirror of
https://github.com/0xGingi/audiobookshelf-discord-rpc.git
synced 2026-09-21 11:34:35 -04:00
No description
- Rust 98.8%
- Dockerfile 1.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .cargo | ||
| .github/workflows | ||
| config | ||
| installer | ||
| src | ||
| .DS_Store | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| config.json.example | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
audiobookshelf-discord-rpc
Displays what you're listening to on audiobookshelf on discord!
Shows Book Name, Author, Duration, Genres or Chapter, and Cover Art
Run
Windows
- Download the installer
- Run the installer as admin to have the autostart service
- Generate your config file
- Create the startup task
- audiobookshelf-discord-rpc should now be started and will run on boot
- Files are located at %localappdata%/AudiobookshelfDiscordRPC & Service is created with Task Scheduler
Linux
./audiobookshelf-discord-rpc-installer
- Generate your config file
- Create the systemd service (runs as user)
- audiobookshelf-discord-rpc should now be started and will run on boot
- Executable and config.json are located at ~/.local/bin/ & systemd service is located at ~/.config/systemd/user/audiobookshelf-discord-rpc.service
MacOS (Arm64 Only)
./audiobookshelf-discord-rpc-installer
- Generate your config file
- Create the service
- audiobookshelf-discord-rpc should now be started and will run on boot
- Executable and config.json are located at ~/.local/bin/
Docker (Linux Only - Requires Discord Installed on system)
- Clone the repo
git clone https://github.com/0xgingi/audiobookshelf-discord-rpc
cd audiobookshelf-discord-rpc
- Create a config.json file
cp config/config.json.example config/config.json
- Edit the config.json file
- Run the docker container
docker compose up -d
Get API Key (Must Be Admin)
Build
git clone https://github.com/0xgingi/audiobookshelf-discord-rpc
cd audiobookshelf-discord-rpc
cargo build --release
Build Installer
git clone https://github.com/0xgingi/audiobookshelf-discord-rpc
cd audiobookshelf-discord-rpc/installer
cargo build --release