Installation
System Requirements
- Linux (required for hardlink support)
- Python 3.9 or higher
- Git
Installation Steps
1. Clone the Repository
2. Create Virtual Environment
3. Install Dependencies
4. Configure Environment
Edit .env with your paths:
# Library paths (where organized media goes)
LIBRARY_PATH_MUSIC=/path/to/library/music
LIBRARY_PATH_BOOKS=/path/to/library/books
LIBRARY_PATH_COMICS=/path/to/library/comics
# Download paths (where downloads are located)
DOWNLOAD_PATH_MUSIC=/path/to/downloads/music
DOWNLOAD_PATH_BOOKS=/path/to/downloads/books
DOWNLOAD_PATH_COMICS=/path/to/downloads/comics