Update README.md
This commit is contained in:
@@ -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
|
## ✨ Features
|
||||||
|
|
||||||
- **Flexible tracklist parsing** – Define your own format with placeholders (`%ts`, `%tn`, `%an`, `%al`, `%date`, `%ext`)
|
- **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
|
## 🤝 Contributing
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user