MDMPy

Cover Image for MDMPy

I’ve been using SickRage and Radarr for movies and TV series automated downloader for some time now but there are no reliable download managers for books, games and music. (LazyLibrarian is buggy, Headphones does not allow track download and XDM is unmaintained and buggy)

After the above mentioned issues, I’ve decided to write my own download manager. It’s not complete yet, only the games and music search and music add works

It’s written in Python and it uses the following

  1. Python 2.7

  2. Cherrypy

  3. Jinja2 template engine

  4. peewee ORM

  5. unittest

  6. IGDB API

  7. Spotify API

  8. YouTube API

  9. jQuery

  10. Materializecss

  11. FontAwesome

  12. Modernizr

  13. notificationFx

  14. CI with Travis-CI

  15. Testing coverage with Codecov

More on this on GitHub


More Stories

Cover Image for LottieFiles downloader

LottieFiles downloader

Today I needed a cool animation for a small website project, and, as usual, I headed over to LottieFiles to grab one. It’s not something I do often, maybe once every few months. But to my surprise, I ...

Mihai Blaga's profile picture
Mihai Blaga
Cover Image for ESPHome ESP32C3 Bootloop

ESPHome ESP32C3 Bootloop

If you’ve recently tried to get an ESP32-C3 board running with ESPHome, specifically using the esp-idf framework, you might have encountered a frustrating boot loop. The loop typically produces logs t...

Mihai Blaga's profile picture
Mihai Blaga