Commit Graph

505 Commits

Author SHA1 Message Date
rembo10
9f680e246c Fixed the logging error in mb.py that was breaking musicbrainz searches 2012-03-14 21:11:03 +00:00
rembo10
fad75e0c79 Fixed missing hppass variable in webserve.py 2012-03-14 02:49:43 +00:00
rembo10
1e11a4aa53 Merge branch 'serveroptions' 2012-03-14 02:43:27 +00:00
rembo10
98a4873102 Added custom server options to specify host & port for mb server, added username & password fields for headphones musicbrainz server 2012-03-14 02:41:48 +00:00
rembo10
81fdc3c45d Updated the port for henryford's mirror from 3000 to 5000 2012-03-13 23:14:38 +00:00
Remy Varma
a7441e2965 Merge branch 'hotfix-mb-query' 2012-02-24 02:18:52 +00:00
Remy Varma
d7f9728b5e Use musicbrainz.org directly for queries (find artist, find album, etc) 2012-02-24 02:18:34 +00:00
Remy Varma
3931e91f8a Merge branch 'hotfix-mbhost-error' 2012-02-23 00:02:39 +00:00
Remy Varma
baa36f68a0 Fix for mbhost error 2012-02-23 00:02:02 +00:00
Remy Varma
ae543bb911 Merge branch 'hotfix-mirror-newzbin' 2012-02-22 20:42:18 +00:00
Remy Varma
140ae51839 Added official-ish headphones mirror for musicbrainz - new installs will use it as default, but if you're updating, you can change it in settings 2012-02-22 20:40:59 +00:00
Remy Varma
54ecf76a4b Updated newzbin url in searcher.py from newzbin.com to newzbin2.es 2012-02-22 20:19:09 +00:00
Remy Varma
047c5043e2 Added musicbrainz mirror switching - set tbueter.com as default, ability to use a local mirror. Hopefully get those 503 errors fixed 2012-02-13 13:20:45 +00:00
Remy Varma
514844ec2d Fixed prowl config layout 2012-01-27 11:48:03 +00:00
Remy Varma
beb5636f8a Check torrents only if at least one provider is checked (force search fix) 2012-01-27 11:38:15 +00:00
Remy Varma
3349220ef3 Merge branch 'patch-4' of git://github.com/MageMinds/headphones 2012-01-27 11:36:14 +00:00
Remy Varma
9e28f810c8 Merged prowl notifications from Calimerorulez 2012-01-27 11:36:10 +00:00
MageMinds
a3ce3b110c Update headphones/searcher.py 2012-01-26 09:20:28 -05:00
rembo10
bb9b888a9a Merge pull request #456 from MageMinds/patch-3
Torrent file save file open correction
2012-01-25 12:27:30 -08:00
MageMinds
be37f6c063 Update headphones/searcher.py 2012-01-25 15:20:20 -05:00
rembo10
0d217f8936 Merge pull request #455 from MageMinds/patch-2
Added nzbs.org flac category search
2012-01-25 11:47:00 -08:00
Remy Varma
d8ceabc7d2 Fix for KAT gzip issue. Only start torrent search function if at least one provider is enabled. 2012-01-25 19:45:06 +00:00
Calimerorulez
aef640de57 Keepin' up with main branch because I'm a noob at git, and waiting for pull request acceptance
modified:   headphones/postprocessor.py
2012-01-25 20:38:37 +01:00
MageMinds
1e41422f22 Update headphones/searcher.py 2012-01-25 11:31:10 -05:00
Remy Varma
7c314a282c Fix for KAT 2012-01-25 13:35:36 +00:00
Remy Varma
644c8e5133 Fixed: force search for wanted albums only searching for the first album 2012-01-25 13:33:09 +00:00
Remy Varma
ec63edc7da Fix for blank album art being added/embedded 2012-01-25 12:18:29 +00:00
Calimerorulez
736bb67524 Because I don't know how to merge mu branch with the main headphones one...
modified:   headphones/searcher.py
2012-01-24 08:58:45 +01:00
Calimerorulez
1a4cc39d19 Fixed bug in saving added variables which get reset after some time.
modified:   headphones/__init__.py
2012-01-23 20:07:48 +01:00
Remy Varma
e9ee3d02bb Fix for issue 357/385: apostrophes in titles not matching uploads without apostrophes - now checks for tokens both ways 2012-01-23 18:46:24 +00:00
Remy Varma
fb6fbd2920 Merge branch 'musicbrainz' 2012-01-23 18:24:18 +00:00
Remy Varma
3817fc2c42 Fix for musicbrainz 503 errors: dbupdater is now a 48 hour interval job, which will stagger the requests randomly and less often 2012-01-23 18:22:47 +00:00
Calimerorulez
c5c68829ea Modified headphones/template.py for the prowl fields
modified:   headphones/templates.py
2012-01-17 21:35:34 +01:00
Calimerorulez
e4cffc4113 Slight layout tweak in config page
modified:   data/interfaces/default/config.html
2012-01-17 16:05:44 +01:00
patrick
c35259ea94 modified: data/interfaces/default/config.html
modified:   headphones/__init__.py
	modified:   headphones/postprocessor.py
	new file:   headphones/prowl.py
	modified:   headphones/sab.py
	modified:   headphones/webserve.py
	new file:   lib/httplib2/__init__.py
	new file:   lib/httplib2/iri2uri.py
2012-01-15 14:00:08 +01:00
rembo10
0a13c92a20 Merge pull request #436 from palli81/artist-id-bugfix1
Fix for issue #434
2012-01-02 14:16:41 -08:00
Pall Valmundsson
e4daea61c5 Fix for #434: Don't replace known artist names with "Artist ID" placeholder 2012-01-02 20:09:51 +00:00
Pall Valmundsson
d733913bae Merge branch 'master', remote-tracking branch 'upstream/master' 2012-01-02 15:32:09 +00:00
rembo10
fcc2692814 Merge pull request #433 from mjc/artistpage-invalid
Check for None when requesting an artist page
2012-01-01 16:31:05 -08:00
rembo10
c147ffc866 Merge pull request #435 from techlunacy/master
updated lib/musicbrainz2/webservice.py regarding issue 426
2012-01-01 16:29:49 -08:00
graeme
9c98490e99 updated web service regarding issue 426 2012-01-02 09:44:51 +11:00
Michael J. Cohen
75212d20e0 Check for None when requesting an artist page 2011-12-31 02:04:04 -05:00
rembo10
e8a476383b Merge pull request #383 from palli81/master
Error 500 when adding an artist
2011-12-29 05:00:24 -08:00
rembo10
8d80c6d1b6 Merge pull request #401 from Juicie/master
Releasetype directory support
2011-12-08 16:19:29 -08:00
Juicie
37e2b8150f Update data/interfaces/default/config.html 2011-11-28 16:47:25 +01:00
Juicie
159aa52014 Update data/interfaces/default/config.html 2011-11-28 16:45:25 +01:00
Juicie
ee5531a9bd Update headphones/postprocessor.py 2011-11-28 16:42:52 +01:00
Pall Valmundsson
fd1a916382 Fix error 500 when importer is longer than 5 seconds. Also eliminates the forced 5 second wait when adding an artist. 2011-11-06 23:04:28 +00:00
Pall Valmundsson
017370d30e If artist is being "Loaded" <meta refresh> the page every 5 seconds 2011-11-06 23:03:24 +00:00
rembo10
78dcc5280c Merge pull request #382 from palli81/master
Sending to SABnzbd doesn't work if SAB_HOST ends with a slash
2011-11-06 13:25:28 -08:00