Add Home

max
2026-08-06 05:05:46 +00:00
commit 6abceb9e99
+30
@@ -0,0 +1,30 @@
# Welcome to the Audio Splitter Wiki
This is the official documentation for [Audio Splitter](https://git.vmn.su/max/audio_splitter) a tool for splitting audio files into tracks using a flexible tracklist.
## Quick Links
| Section | Description |
|---------|-------------|
| [Getting Started](Getting-Started) | Installation and first run |
| [CLI User Guide](CLI-User-Guide) | All command-line options and examples |
| [Web Interface](Web-Interface) | Using the web UI |
| [Deployment](Deployment) | Docker, reverse proxy, and environment variables |
| [Architecture](Architecture) | Project structure and how it works |
| [Contributing](Contributing) | Guidelines for contributors |
| [FAQ](FAQ) | Frequently asked questions |
## About
Audio Splitter is a Python-based tool that reads a tracklist (with timestamps) and splits an audio file into individual tracks. It supports:
- Multiple audio/video formats (MP3, FLAC, M4A, MKV, etc.)
- Custom tracklist formats (`%ts %tn - %an`)
- Start-only (`00:00`) and start:end (`00:00-01:30`) timestamps
- Metadata writing (title, artist, album, comment)
- CLI, web UI, and Docker
---
**License:** GNU GPLv3 or later
**Repository:** [https://git.vmn.su/max/audio_splitter](https://git.vmn.su/max/audio_splitter)