From 6abceb9e998b2aea6e7772cb5614b1e4904d379d Mon Sep 17 00:00:00 2001 From: max Date: Thu, 6 Aug 2026 05:05:46 +0000 Subject: [PATCH] Add Home --- Home.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..410c660 --- /dev/null +++ b/Home.md @@ -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) \ No newline at end of file