Page 16 of 21

Re: Headphones : Music albums and artists auto download prog

Posted: February 7th, 2012, 4:53 am
by brantdk
@tranceology3

Thanks.. this work for me. Is it a mirror site?

Re: Headphones : Music albums and artists auto download prog

Posted: February 7th, 2012, 5:27 am
by neil192
Hi

Could some one please let me know where this file should be held on XBMC Live, i cant find it (I am very new to linux)

Thanks for your help
Neil

Re: Headphones : Music albums and artists auto download prog

Posted: February 7th, 2012, 6:50 am
by zyrax
brantdk wrote:@tranceology3

Thanks.. this work for me. Is it a mirror site?
Yes I would like to know that as well. Works for me on Linux.

Re: Headphones : Music albums and artists auto download prog

Posted: February 7th, 2012, 11:40 am
by ebbandflow
Awesome, it's now working for me. I've launched forward into my next 2 errors:

(1) When selecting multiple albums to "wanted", it bombs out with an error:


500 Internal Server Error

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

Traceback (most recent call last):
File "/Users/scottfischer/Downloads/rembo10-headphones-514844e/cherrypy/_cprequest.py", line 645, in respond
response.body = self.handler()
File "/Users/scottfischer/Downloads/rembo10-headphones-514844e/cherrypy/lib/encoding.py", line 188, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/Users/scottfischer/Downloads/rembo10-headphones-514844e/cherrypy/_cpdispatch.py", line 29, in __call__
return self.callable(*self.args, **self.kwargs)
File "/Users/scottfischer/Downloads/rembo10-headphones-514844e/headphones/webserve.py", line 144, in markAlbums
searcher.searchforalbum(mbid, new=False)
File "/Users/scottfischer/Downloads/rembo10-headphones-514844e/headphones/searcher.py", line 86, in searchforalbum
foundNZB = searchNZB(albumid, new)
File "/Users/scottfischer/Downloads/rembo10-headphones-514844e/headphones/searcher.py", line 441, in searchNZB
(data, bestqual) = preprocess(nzblist)
File "/Users/scottfischer/Downloads/rembo10-headphones-514844e/headphones/searcher.py", line 536, in preprocess
nzb = getresultNZB(result)
File "/Users/scottfischer/Downloads/rembo10-headphones-514844e/headphones/searcher.py", line 523, in getresultNZB
nzb = urllib2.urlopen(result[2], timeout=30).read()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 384, in open
protocol = req.get_type()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 245, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: 6056561

2) When sabnzbd picks up the "wanted" album, it bombs out with "Download failed - out of your server's retention?" - even though I specified my server's retention within headphones' "usenet retention" field for 1280 days.

Re: Headphones : Music albums and artists auto download prog

Posted: February 7th, 2012, 1:37 pm
by rascalli
2) When sabnzbd picks up the "wanted" album, it bombs out with "Download failed - out of your server's retention?" - even though I specified my server's retention within headphones' "usenet retention" field for 1280 days.

This does not mean it is out of retention , this is just an error msg sabnzbd+ gives because it cannot find enough blocks.
Even when something is like 1200 days old .. it does not mean it's 100% complete

SO this error has nothing to do with HP

Re: Headphones : Music albums and artists auto download prog

Posted: February 7th, 2012, 2:19 pm
by Rebano
Does it also download singles?

Re: Headphones : Music albums and artists auto download prog

Posted: February 8th, 2012, 12:13 am
by tranceology3
Im glad that fix for musicbrainz helped some people out.

Here is the link to that fix I got , it has some other useful tutorials for setting up other programs.

http://forum.xbmc.org/showthread.php?t=120406

Re: Headphones : Music albums and artists auto download prog

Posted: February 8th, 2012, 8:44 am
by ebbandflow
Thanks for the reply, rascalli. Nevermind my 2nd error listed then, I'm still getting that 1st error more often than not when selecting multiple items at the same time.

Re: Headphones : Music albums and artists auto download prog

Posted: February 20th, 2012, 7:42 am
by dalhoff
is it only the headphones.py file i need to download or how do i get this to work ??

Re: Headphones : Music albums and artists auto download prog

Posted: February 24th, 2012, 10:36 pm
by Dephcon
I'm seeing an bug where headphones lists, for example "Bangarang", as a track title however the file is named "02 - Bangarang (feat. Sirah)". I assume is expecting "02 - Bangarang" and that's why its not working. I feel like this will be an issue with electronic music.

Thanks.

Re: Headphones : Music albums and artists auto download prog

Posted: February 25th, 2012, 4:58 pm
by baje
Hello,

i can"t launch headphone because of this :
c:\Program Files (x86)\SABnzbd\rembo10-headphones-a7441e2>Headphones.py
Traceback (most recent call last):
File "C:\Program Files (x86)\SABnzbd\rembo10-headphones-a7441e2\Headphones.py", line 5, in <module>
from lib.configobj import ConfigObj
File "C:\Program Files (x86)\SABnzbd\rembo10-headphones-a7441e2\lib\configobj.py", line 1644
except Exception, e:
^
SyntaxError: invalid syntax
If someone has any idea to help me, thanks !

Re: Headphones : Music albums and artists auto download prog

Posted: February 26th, 2012, 7:48 pm
by vectorburn
hey—

so, it's been a bit since i've used headphones as i ran into this +have not had the time to fix it all up.

i get this when i try to hit it:

Code: Select all

500 Internal Server Error

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

Traceback (most recent call last):
  File "/Applications/Headphones/cherrypy/_cprequest.py", line 645, in respond
    response.body = self.handler()
  File "/Applications/Headphones/cherrypy/lib/encoding.py", line 188, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/Applications/Headphones/cherrypy/_cpdispatch.py", line 29, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/Applications/Headphones/headphones/webserve.py", line 39, in home
    artists = myDB.select('SELECT * from artists order by ArtistSortName COLLATE NOCASE')
  File "/Applications/Headphones/headphones/db.py", line 64, in select
    sqlResults = self.action(query, args).fetchall()
  File "/Applications/Headphones/headphones/db.py", line 42, in action
    sqlResult = self.connection.execute(query)
DatabaseError: database disk image is malformed
any ideas where to start? my database was fairly… extensive. not sure i could set it all back up if i tried. anyone have any ideas?

Re: Headphones : Music albums and artists auto download prog

Posted: March 14th, 2012, 9:40 pm
by RobSolid82
Does anyone have this working properly? I've tried it multiple times in the past and delete it cuz it doesn't hardly work. Musicbrainz server doesn't work. Headphones server is private/vip. Tbeuter works (I guess?) but I added one artist (3 doors down) and 30 minutes later it still said artist info was loading. No albums or nothing showing up.

Re: Headphones : Music albums and artists auto download prog

Posted: March 16th, 2012, 5:41 am
by lucientheron
Still struggling, any updates?

Re: Headphones : Music albums and artists auto download prog

Posted: March 21st, 2012, 11:24 pm
by RobSolid82
Ever going to be fixed or ignored and force everyone to pay for your private server? Wondering how well this thing actually works. Not even the app itself (if it actually worked) but the way people post albums on usenet. On nzbmatrix anway, every one I've seen they don't include bitrate information so how does it know what quality it's grabbing?