https://github.com/mihaiblaga89/mdmpy
Modular Download Manager for games, books and songs
https://github.com/mihaiblaga89/mdmpy
books games music torrent torrent-downloader torrent-management torznab
Last synced: 3 months ago
JSON representation
Modular Download Manager for games, books and songs
- Host: GitHub
- URL: https://github.com/mihaiblaga89/mdmpy
- Owner: mihaiblaga89
- Created: 2017-02-14T15:00:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T22:24:33.000Z (about 8 years ago)
- Last Synced: 2025-01-14T16:57:12.293Z (5 months ago)
- Topics: books, games, music, torrent, torrent-downloader, torrent-management, torznab
- Language: Python
- Homepage:
- Size: 5.43 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MDMPy (Modular Download Manager)
[](https://www.codacy.com/app/mihaiblaga89/MDMPy?utm_source=github.com&utm_medium=referral&utm_content=mihaiblaga89/MDMPy&utm_campaign=badger)
[](https://travis-ci.org/mihaiblaga89/MDMPy)
[](https://codecov.io/gh/mihaiblaga89/MDMPy)
[](http://www.gnu.org/licenses/gpl-3.0)
# ---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
- [x] Music Search
- [x] Games Search
- [ ] Books Search
- [x] 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:
```sh
$ git clone https://github.com/mihaiblaga89/MDMPy.git
$ cd MDMPy
$ python run.py
```After it starts open your browser and point it to
```sh
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
----
Links
----[LegoCloud](https://www.legocloud.org)