static Transcoding tasks center 21 days ago
templates Transcoding tasks center 21 days ago
.gitignore New functions 26 days ago
README.md init 28 days ago
app.py Transcoding tasks center 21 days ago
config.json Added transcoding 22 days ago
mediascan.py Transcoding tasks center 21 days ago
requirements.txt Added transcoding 22 days ago
transcodate.py Transcoding tasks center 21 days ago
README.md

medialib-manager

Установка и запуск

  1. Клонируйте проект или создайте новую директорию.
  2. Создайте виртуальное окружение: python3 -m venv venv
  3. Активируйте окружение: source venv/bin/activate
  4. Установите зависимости pip install -r requirements.txt
  5. Запустите приложение: python app.py

Потом можно выйти из окружения выполнив deactivate