All apps · 0 apps
tabvault
Docker app from lumbeecheraw75's Repository
Overview
Readme
View on GitHubTabVault
A self-hosted Guitar Pro file player for Unraid and Docker.
Load your Guitar Pro files, play them back with MIDI, loop sections with draggable handles, slow down for practice, and mix individual tracks — all from your browser, running entirely on your own hardware.
Features
- Plays Guitar Pro files — .gp, .gp3, .gp4, .gp5, .gpx, .gp6, .gp7
- MIDI playback with built-in SoundFont synthesizer
- Draggable loop region — click and drag handles on the timeline to set loop points
- Speed control — presets from 50-100%, manual input up to 200%
- Speed ramp — auto-increases tempo each loop for progressive practice
- Track selector — switch which track's notation is displayed (drums excluded automatically)
- Per-track mixer — volume, mute, and solo per instrument
- Metronome and count-in
- Auto-scrolling tab notation that follows playback
- Beat cursor and bar highlight that move with the music
- Library metadata — title and artist extracted automatically from GP files on upload
- Inline metadata editor — edit title/artist for any file directly in the sidebar
- Search across title, artist, and filename
- Drag-and-drop upload directly in the browser
- Dark UI
Attribution
TabVault is built on top of alphaTab by Daniel Kuschny and contributors, licensed under the Mozilla Public License 2.0. alphaTab handles Guitar Pro file parsing, score rendering, and MIDI playback. Without it, this project would not exist.
Quick Start
Docker
docker run -d \
--name tabvault \
-p 3000:3000 \
-v /path/to/your/gp/files:/library \
--restart unless-stopped \
lumbeecheraw75/tabvault:latest
docker-compose
git clone https://github.com/lumbeecheraw75/tabvault.git
cd tabvault
mkdir library
docker compose up --build
Unraid Setup
Via Community Applications
Search for TabVault in the Community Applications plugin.
Manual
- In Unraid UI go to Docker, Add Container
- Set Repository to lumbeecheraw75/tabvault:latest
- Add port mapping: 3000 to 3000
- Add volume mapping: /mnt/user/appdata/tabvault/library to /library
- Apply and start
Access at http://your-unraid-ip:3000
Uploading Files
Two ways to add Guitar Pro files:
- Via the browser — drag and drop files onto the upload zone in the sidebar
- Via file share — copy files directly into your mapped library folder
Metadata (title, artist) is extracted automatically on upload. Click the pencil icon next to any file to edit metadata manually.
Usage Guide
Looping
Option 1 — Timeline handles:
- Click Loop to enable loop mode
- Drag the green handles on the timeline bar to set start and end bars
- Drag the green highlighted region to slide the entire loop window
- Hit play — playback loops the selected range
Option 2 — Score selection:
- Click and drag directly on the tab notation to highlight notes or bars
- This selection automatically overrides the timeline handles
- To go back to timeline handles, click on the score without dragging to clear the selection
Speed Ramp
- Set your starting speed (e.g. 70%)
- Enable Speed Ramp
- Set the step size (e.g. +5%) and target tempo (e.g. 100%)
- Speed increases automatically each loop restart until the target is reached
- Click Step now to advance manually at any time
Track Mixer
- Use sliders on the right panel to balance track volumes
- M = mute, S = solo
- Use the dropdown in the header to switch which track's tab is displayed
Building from Source
cd frontend && npm install && npm run build && cd ..
cd backend && npm install && cd ..
mkdir library
cd backend
LIBRARY_PATH=../library node server.js
Tech Stack
- alphaTab (MPL-2.0) — Guitar Pro parsing, score rendering, MIDI playback
- React 18 + Vite — Frontend
- Express — Backend
- Docker — Containerization
Notes
- The SoundFont (~40MB) loads from jsDelivr CDN on first use and is cached by the browser
- GP6 (BCFz format) metadata extraction not yet supported — edit manually via the pencil icon
- Drum tracks are automatically excluded from the track display selector
License
MIT — see LICENSE
alphaTab is licensed under the Mozilla Public License 2.0.
Install Tabvault on Unraid in a few clicks.
Find Tabvault in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Related apps
Explore more like this
Explore allDetails
lumbeecheraw75/tabvault:latestRuntime arguments
- Web UI
http://[IP]:[PORT:3000]/- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Port to access the TabVault web interface
- Target
- 3000
- Default
- 3000
- Value
- 3000
Folder where your Guitar Pro files are stored. You can also upload files directly via the web UI.
- Target
- /library
- Default
- /mnt/user/appdata/tabvault/library
- Value
- /mnt/user/appdata/tabvault/library