Skip to content

mihaiblaga89/MDMPy

Repository files navigation

MDMPy (Modular Download Manager)

Codacy Badge Build Status codecov License: GPL v3

alt text

---Work in progress---

About

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.

Python code ninjas beware, I'm using Python casually so most likely my code will drive you nuts in some cases

Tech

  • Python 2.7
  • Cherrypy
  • Jinja2 template engine
  • peewee ORM
  • unittest
  • IGDB API
  • Spotify API
  • YouTube API
  • jQuery
  • Materializecss
  • FontAwesome
  • Modernizr
  • notificationFx
  • CI with Travis-CI
  • Testing coverage with Codecov

Planned features

  • Music Search
  • Games Search
  • Books Search
  • Torznab API Indexers support
  • Torrent clients integration (Transmission, deluge, etc)
  • Custom Indexer support
  • Compatibility with Windows, UNIX, OSX
  • Music Management
  • Games Management
  • Books Management
  • Notifications (Slack, email, chrome, etc)

And many others...

Installation

MDMPy requires Python 2.7 to run.

After you install Python:

$ git clone https://github.com/mihaiblaga89/MDMPy.git
$ cd MDMPy
$ python run.py

After it starts open your browser and point it to

http://127.0.0.1:3005/

I haven't done any testing regarding this on other machines than my laptop, so beware.

Development

Want to contribute? Great, make a pull request!

License

alt text

Links

LegoCloud