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
- 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
- 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...
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.
Want to contribute? Great, make a pull request!