github prefect421/mvidarr v0.9.0
MVidarr v0.9.0 - Enhanced Music Video Management

latest releases: v0.10.0-beta.2, v0.10.0-beta.1, v1.0.0...
pre-release5 months ago

🎵 MVidarr v0.9.0 - Enhanced Music Video Management

🚀 Major Features

🎯 Advanced Artist Management

  • Multi-criteria search and filtering
  • Bulk operations for efficient management
  • Comprehensive artist profiles

📺 Dual-Source Video Discovery

  • IMVDb integration for music video database
  • YouTube API integration for broader content
  • Intelligent video matching and suggestions

🖼️ Professional Thumbnail Management

  • Multi-source thumbnail search
  • Built-in cropping and editing tools
  • Automatic thumbnail generation

📁 Intelligent Organization

  • Automatic folder creation and structure
  • Smart cleanup and maintenance
  • Customizable naming conventions

🔧 Technical Improvements

🐳 Docker & CI/CD

  • GitHub Container Registry support
  • Automated builds and deployments
  • Fixed buildx cache issues
  • Multi-platform support preparation

🛡️ Security & Quality

  • Updated GitHub Actions to latest versions
  • Enhanced security scanning
  • Improved code quality checks
  • Better error handling

⚡ Performance & Reliability

  • Improved MariaDB health checks
  • Better database connection handling
  • Enhanced error recovery
  • Optimized build processes

📦 Installation

Docker (Recommended)

docker run -d \
  --name mvidarr \
  -p 5000:5000 \
  -v mvidarr_data:/app/data \
  -v $(pwd)/musicvideos:/app/downloads \
  ghcr.io/prefect421/mvidarr:v0.9.0

Docker Compose

# Download docker-compose.production.yml
curl -O https://raw.githubusercontent.com/prefect421/mvidarr/main/docker-compose.production.yml
cp .env.production.template .env
# Edit .env with your configuration
docker-compose -f docker-compose.production.yml up -d

🔧 System Requirements

  • Python 3.12+
  • MariaDB 11.4+
  • FFmpeg (for video processing)
  • 2GB+ RAM recommended
  • 10GB+ storage for downloads

📋 Recent Changes

  • Remove GitHub Actions cache from all Docker builds
  • Fix CI/CD pipeline security and code quality issues
  • Update deprecated GitHub Actions to latest versions
  • Fix Docker buildx multi-platform build issues
  • Add GitHub Container Registry support and automated builds
  • Fix Docker volume mappings for proper directory structure

🎉 What's Next

  • Enhanced search capabilities
  • Improved video streaming
  • Advanced playlist management
  • Mobile-responsive interface improvements

🐳 Docker Image: ghcr.io/prefect421/mvidarr:v0.9.0
📖 Documentation: See repository README for detailed setup instructions
🐛 Issues: Report bugs and feature requests on GitHub

Don't miss a new mvidarr release

NewReleases is sending notifications on new releases.