static Transcoding tasks center 2 months ago
templates Transcoding tasks center 2 months ago
.gitignore New functions 2 months ago
README.md init 2 months ago
app.py Transcoding tasks center 2 months ago
config.json Added transcoding 2 months ago
mediascan.py Transcoding tasks center 2 months ago
requirements.txt Added transcoding 2 months ago
transcodate.py Transcoding tasks center 2 months 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