The pushbullet api has changed and now only accepts JSON encoded requests. I changed the content-type (line 454) to application/json, and encoded the data using json.dumps. Also, the url for api calls changed as well (line 453). Also removed the 'device_iden' (line 447), since it didn't seem to be working correctly. A note on this change...since we aren't specifying a device id in the request, pushbullet will ignore the selected device in the settings page and just send the notification out to every device the user has configured. May want to eventually update the settings page to get a list of devices from pushbullet and use the returned ids here.
Headphones is an automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.
Support & Discuss
You are free to join the Headphones support community on IRC where you can ask questions, hang around and discuss anything related to HP.
- Use any IRC client and connect to the Freenode server,
irc.freenode.net. - Join the
#headphoneschannel.
Installation and Notes
- Installation page shows you how to install Headphones.
- Usage guide introduces you to Headphones.
- Troubleshooting page in the wiki can help you with common problems.
Issues can be reported on the GitHub issue tracker considering these rules:
- Analyze your log, you just might find the solution yourself!
- You read the wiki and searched existing issues, but this is not solving your problem.
- Post the issue with a clear title, description and the HP log and use proper markdown syntax to structure your text (code/log in code blocks).
- Close your issue when it's solved! If you found the solution yourself please comment so that others benefit from it.
Feature requests can be reported on the GitHub issue tracker too:
- Search for similar existing 'issues', feature requests can be recognized by the label 'Request'.
- If a similar Request exists, post a comment (+1, or add a new idea to the existing request), otherwise you can create a new one.
If you comply with these rules you can post your request/issue.
Support the project by implementing new features, solving support tickets and provide bug fixes.
Screenshots
Homepage (Artist Overview):
One of the many settings pages:
It might even know you better than you know yourself:
Import Your Favorite Artists:
Search Results:
Artist Page with Bio & Album Overview:
Album Page with track overview:
License
This is free software under the GPL v3 open source license. Feel free to do with it what you wish, but any modification must be open sourced. A copy of the license is included.







