Headphones - Music albums & artists auto download program

  Thread Rating:
  • 6 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
oneadvent Offline
Fan
Posts: 426
Joined: May 2011
Reputation: 0
Post: #911
donated!!!! woohoo!
find quote
rembo10 Offline
Senior Member
Posts: 125
Joined: Jun 2011
Reputation: 1
Post: #912
Hey guys - just wanted to drop in with a quick update to let you know what's going on with headphones. I'm finally getting around to fixing all the back end kinks, getting the old code cleaned up and working on a spiffy new interface. The master branch may not see any changes for about a month or two while I update things on my end, but don't panic because it's on the way (if you're interested in helping out, drop me a line so we can work out a solid plan)

My main focus in terms of the UI is usability. Right now the config page is a mess (options scattered everywhere!) and generally its just confusing to navigate. Expect a lot of changes in this area - but the stuff that works won't go anywhere.

The error catching and instability is the second major thing that will be worked on. In the meantime, I'll also be going through the github issues and feature requests to integrate as much as I can into the second major revision.

If you have any ideas/issues, be sure to get them posted on github. When most of the code is sorted, I'll head back here and update the screenshots, wiki, first post, etc. so that everything is up to date.

Thanks for all the support - its nice to be a part of such an awesome (and patient!) community :-) and I'm really looking forward to getting something bad ass out to you as soon as possible :-)
(This post was last modified: 2012-04-08 18:28 by rembo10.)
find quote
jakks Offline
Member
Posts: 95
Joined: Jun 2009
Reputation: 0
Post: #913
Great news, look forward to the improved gui and screenshots

Hardware - HP Proliant MicroServer N36L 5TB / Raspberry Pi 512mb
Software - SABnzbd / CouchPotato / Sickbeard / Headphones / NZBDrone / MySQL / uTorrent
Extras - NZB 360
(This post was last modified: 2012-04-08 18:56 by jakks.)
find quote
s1lang Offline
Junior Member
Posts: 12
Joined: May 2011
Reputation: 0
Post: #914
Thank you rembo10 and to all the guys helping you out.

I've donated Smile
find quote
Marcoevich Offline
Junior Member
Posts: 39
Joined: Dec 2011
Reputation: 1
Location: Netherlands
Post: #915
Great job rembo10! keep up the good work :-)
find quote
tonyschuite Offline
Junior Member
Posts: 4
Joined: Feb 2012
Reputation: 0
Post: #916
hey there!

starting to love the program! using it on win 7 x64. i would like to donate for the musicbrainz mirror. however i don't use paypal because of some very bad experiences with it. I am from holland. is there any other way i could donate?
find quote
zephyrtear Offline
Junior Member
Posts: 25
Joined: Jun 2010
Reputation: 0
Post: #917
Just donated! Im still learning the curves but must say that this is a dream app come true!! Thanks for this amazing app!
find quote
SamHill Offline
Senior Member
Posts: 102
Joined: Dec 2010
Reputation: 2
Location: Lacey, WA.
Post: #918
keep getting this error. any idea why?

Code:
Error !
KeyError: 'autowant_upcoming'
326 <br>
327 <h3><input type="checkbox" name="include_extras" value="1" ${config['include_extras']} />Automatically Include Extras When Adding an Artist</h3>
328 <i class="smalltext">(EPs, Compilations, Live Albums, Remix Albums and Singles)</i>
329 <h3><input type="checkbox" name="autowant_upcoming" value="1" ${config['autowant_upcoming']} />Automatically Mark Upcoming Albums as Wanted</h3>
330 <h3><input type="checkbox" name="autowant_all" value="1" ${config['autowant_all']} />Automatically Mark All Albums as Wanted</h3>
331 <br>
332 <h3>Interface: <select name="interface"><h3>
333 %for interface in config['interface_list']:
334 <%
D:\headphones_win32build\data/interfaces/default/config.html, line 329:
<h3><input type="checkbox" name="autowant_upcoming" value="1" ${config['autowant_upcoming']} />Automatically Mark Upcoming Albums as Wanted</h3>
D:\headphones_win32build\data/interfaces/default/base.html, line 68:
${next.body()}
mako\runtime.pyo, line 718:
mako\runtime.pyo, line 692:
mako\runtime.pyo, line 660:
mako\template.pyo, line 296:
headphones\webserve.pyo, line 27:

[Image: widget]
find quote
rembo10 Offline
Senior Member
Posts: 125
Joined: Jun 2011
Reputation: 1
Post: #919
SamHill: you can't update the windows build through the headphones interface (yet). I think you need to grab the new exe from HenryFord - I'll disable that update link for the windows build in the UI because it can be a bit confusing :-)
find quote
rflores2323 Offline
Posting Freak
Posts: 1,950
Joined: Jan 2009
Reputation: 2
Post: #920
(2012-04-17 16:59)rembo10 Wrote:  SamHill: you can't update the windows build through the headphones interface (yet). I think you need to grab the new exe from HenryFord - I'll disable that update link for the windows build in the UI because it can be a bit confusing :-)

yes this does make it confusing. Anyway we can get it to update via windows?

Also why is the headphones server acting so slow? Taking forever to get album information today.

I am also trying to add a new album to download and get the following message

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
File "cherrypy\_cprequest.pyo", line 645, in respond
File "cherrypy\lib\encoding.pyo", line 188, in __call__
File "cherrypy\_cpdispatch.pyo", line 29, in __call__
File "headphones\webserve.pyo", line 167, in queueAlbum
File "headphones\searcher.pyo", line 93, in searchforalbum
File "headphones\searcher.pyo", line 168, in searchNZB
File "socket.pyo", line 351, in read
File "httplib.pyo", line 541, in read
File "httplib.pyo", line 586, in _read_chunked
IncompleteRead: IncompleteRead(409 bytes read

ATV1 with crystalbuntu V1 (11.eden). Theater remote URC MX-810, droidx wtih xbmc remote, or transformer tf101 with YATSE. 2 x ATV2 (V12.0 Eden).

(This post was last modified: 2012-04-17 22:18 by rflores2323.)
find quote
Post Reply