Install OrpheusDL
masterOrpheusDL is a modular music archival tool written in Python. Follow these steps to set up a local instance:
- Prerequisites: Ensure you have Python 3.7+ installed (Python 3.9 is highly recommended).
- Clone the repository:
git clone https://github.com/OrfiTeam/OrpheusDL.git && cd OrpheusDL - Install dependencies:
pip install -r requirements.txt - Initialize settings:
Run the following command to generate the initial settings file:
python3 orpheus.py settings refresh - Configure credentials:
Open
config/settings.jsonand enter your service credentials.
git clone https://github.com/OrfiTeam/OrpheusDL.git && cd OrpheusDL
pip install -r requirements.txt
python3 orpheus.py settings refresh