From c27f832c955662f96158c60e8e55505941bc8ff3 Mon Sep 17 00:00:00 2001 From: max Date: Fri, 7 Aug 2026 06:35:53 +0000 Subject: [PATCH] Update README.md --- README.md | 37 ++++--------------------------------- 1 file changed, 4 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 23b4f88..c43c9d2 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ --- +## 📖 Documentation + +Full documentation – including all CLI options, tracklist formats, deployment guides, and architecture details – is available in the [**Wiki**](https://git.vmn.su/max/audio_splitter/wiki). + ## ✨ Features - **Flexible tracklist parsing** – Define your own format with placeholders (`%ts`, `%tn`, `%an`, `%al`, `%date`, `%ext`) @@ -26,40 +30,7 @@ --- -## 📦 Installation -### Prerequisites - -- **Python 3.8 or higher** -- **FFmpeg** – required for audio processing - -### Install FFmpeg - -| OS | Command | -| -------------------- | ------------------------------------------------------------ | -| **Ubuntu/Debian** | `sudo apt install ffmpeg` | -| **macOS (Homebrew)** | `brew install ffmpeg` | -| **Windows** | Download from [ffmpeg.org](https://ffmpeg.org/download.html) | - -### Install Audio Splitter - -Clone the repository and install: - -```bash -git clone https://git.vmn.su/max/audio_splitter.git -cd audio_splitter -pip install . -``` - -Now the `audio_splitter` command is available globally: - -```bash -audio_splitter input.mp3 tracks.txt -``` - -> **Tip:** For development, install in editable mode: `pip install -e .` - ---- ## 🤝 Contributing