Commit Graph

2882 Commits

Author SHA1 Message Date
rembo10
2171355397 Merge remote-tracking branch 'doskir/master' into ngs 2012-05-28 21:52:37 +05:30
Patrick Speiser
85b08cfc05 Replaced musicbrainz2 with musicbrainzngs.
Authentication may or may not work (i do not have access  to the headphones server).
Fixes Issue #576 and Issue #624
2012-05-28 17:01:45 +02:00
Patrick Speiser
75d68d12d7 Added authentication (i think) and removed some debug stuff 2012-05-28 16:47:12 +02:00
Patrick Speiser
242ee9e5b5 Changed findAlbumID to use the musicbrainzngs library, identical output. 2012-05-28 15:40:36 +02:00
Patrick Speiser
0f0fffbb9f Changed findArtistbyAlbum to use the musicbrainzngs library, compatible but NOT identical output. differences seem to be restricted to the uniquename entry in the artist_dict) 2012-05-28 15:11:24 +02:00
Patrick Speiser
a8183ee4dc Changed getRelease to use the musicbrainzngs library, compatible but NOT identical output. differences in track durations mostly)
(old musicbrainz 2 library is deprecated and broken)
2012-05-28 11:52:46 +02:00
Patrick Speiser
d996dd678c Fixed track length problems (modified musicbrainzngs in the process) 2012-05-28 11:48:01 +02:00
Patrick Speiser
b4b0823f73 Changed getReleaseGroup to use the musicbrainzngs library, compatible but NOT identical output (the musicbrainz database returns slightly different data (additional or missing ASIN etc.) for the v2 protocol, can't do anything about it.
(old musicbrainz 2 library is deprecated and broken)
2012-05-28 09:25:05 +02:00
Patrick Speiser
191d264951 getArtist now retrieves all albums, not just the first 25., filtering may have a few problems now, will do a thorough test run tomorrow. 2012-05-28 00:08:28 +02:00
Patrick Speiser
c8cc29b1ab This commit fixes headphones issue 576.
Changed getArtist to use the musicbrainzngs library, identical output.
(old musicbrainz 2 library is deprecated and broken)
2012-05-27 11:44:31 +02:00
Patrick Speiser
214d46493c Changed findRelease to use the musicbrainzngs library, identical output.
(old musicbrainz 2 library is deprecated and broken)
2012-05-27 09:14:28 +02:00
Patrick Speiser
f4e2d1eba0 Changed findArtist to use the musicbrainzngs library, the output is identical.
(old musicbrainz 2 library is deprecated and broken)
2012-05-26 22:38:58 +02:00
rembo10
afe3363cde Merge remote-tracking branch 'Brinken/master' 2012-05-23 12:47:22 +05:30
Brinken
ef3a28e2ee Brink interface update
* Scrollbar styled
* JS minor fix
* So many things, that i won't go into detail.
2012-05-22 21:00:12 +02:00
rembo10
5a3c3ac281 Merge remote-tracking branch 'pabloalcantara/master' 2012-05-22 17:50:22 +05:30
rembo10
c83477d541 Fixed some merge conflicts with the elmarkou updates. Minor conflicts, we both fixed spelling and grammar mistakes at the same time :-) 2012-05-22 17:39:32 +05:30
rembo10
d834bc6440 Added try/except block to the folder chmod'ing - thanks to caulfie1d for the heads up 2012-05-22 17:14:56 +05:30
rembo10
b6b4d33da3 Merge remote-tracking branch 'Brinken/master' 2012-05-22 16:58:24 +05:30
rembo10
57644653ee Fixed some minor spelling & grammar stuff in new UI 2012-05-22 16:54:50 +05:30
Brinken
1619f7f1ec Last commit for this week.
School work
2012-05-22 13:21:35 +02:00
Brinken
a82cd1f651 Revert change
Fixed padding
2012-05-22 12:42:05 +02:00
Brinken
933bc954e6 * Fixed issues with JS path
* Trying pull request
2012-05-22 12:36:27 +02:00
Brinken
75d4e505f3 * Fixed issues with JS path
* Trying pull request
2012-05-22 12:22:20 +02:00
Brinken
b3c9111cff * Fixed issues with JS path
* Trying pull request
2012-05-22 12:17:59 +02:00
Brinken
d894750151 * Fixed issues with JS path
* Trying pull request
2012-05-22 12:09:13 +02:00
Pablo Alcantara
61fad9a375 Removed ffmpeg problematic parameter. 2012-05-16 20:26:15 -03:00
pablo@pabloalcantara.eti.br
8e16333753 Change function time.clock() to time.time(), because time.clock() works only on windows version. 2012-05-16 15:18:50 -03:00
pablo@pabloalcantara.eti.br
c18a9dcdb4 changes nessesary for new music_encoder version. 2012-05-16 15:07:32 -03:00
Elmar Kouwenhoven
44796be3f5 Fixed some spelling issues and deleted some unnecessary text 2012-05-15 15:38:14 +02:00
Elmar Kouwenhoven
62da99666a Added Force Check button directly on Wanted page 2012-05-14 11:52:50 +02:00
joshs85
6fd5f2f774 This currently doesn't work with ubuntu because there needs to be a space before the deamon_opts 2012-05-14 02:35:07 -03:00
rembo10
aa324cec9b Merge remote-tracking branch 'elmarkou/master' 2012-05-13 15:06:35 +05:30
Elmar Kouwenhoven
7e5a57ab9b After adding artist, redirect to artist page 2012-05-12 00:06:53 +02:00
Elmar Kouwenhoven
25d1b2f7ed Fixed minore issues
- Fixed getting cover art that's too small
- fixed reloading images after adding artist
- added init function on search results
2012-05-11 22:44:58 +02:00
Elmar Kouwenhoven
74e061c96b Added Opera Linear gradients 2012-05-11 22:16:59 +02:00
rembo10
224e19b359 Merge pull request #592 from zoic21/master
Added ability to use the API in jsonp
2012-05-11 05:48:21 -07:00
rembo10
809d8a1f91 Merge branch 'elmarkou' 2012-05-11 18:07:24 +05:30
rembo10
66d31a4df2 Removed unneccessary navbar.css from 'classic' interface 2012-05-11 18:07:09 +05:30
rembo10
3a8a1dd042 Few minor changes: moved 'Artist is Currently Being Loaded' text underneath the artist name & changed the vip server link to blue :-) 2012-05-11 18:05:54 +05:30
rembo10
a6b5a7543e Merge remote-tracking branch 'elmarkou/master' into elmarkou 2012-05-11 17:36:20 +05:30
Elmar Kouwenhoven
4cea9a504a Minor fixes - update bar - fixed update library
- Prevent feedback message to show behind the update message
- Fixed update library error
2012-05-09 21:13:38 +02:00
rembo10
505e6c112c Merge remote-tracking branch 'elmarkou/master' into elmarkou 2012-05-09 23:04:40 +05:30
Elmar Kouwenhoven
8a3dcc53f7 fixed the meta refresh, made some nice ajax loaders while getting artist information,
Also fixed clicking on 'refresh artist' after the ajaxcall was success
the table with albums will be refreshed.
2012-05-09 16:51:33 +02:00
Elmar Kouwenhoven
45cb777b0d Reloading table row with ajax after adding artist 2012-05-09 14:09:38 +02:00
Elmar Kouwenhoven
5be96bc351 changed my repo to elmarkou branch of rembo10 2012-05-09 10:28:05 +02:00
Elmar Kouwenhoven
fa87875637 Fall back for searching for artist/album art. Minor layout changes
Fallback: Search for Artist ID, if can not find search by name in
LastFM API.

Good to go for a merge…

Need to change to default template? :)
2012-05-09 00:10:43 +02:00
Elmar Kouwenhoven
64aba8bb5f Fixed some minor issues
- Fixed toTop button when scrolling down
- Fixed Updatebar. Shown like other feedback messages
2012-05-08 13:06:03 +02:00
Elmar Kouwenhoven
0222fd7bfe Added new template 'lossless' 2012-05-08 09:59:16 +02:00
Loic
3f16785314 Added ability to use the API in jsonp 2012-04-29 19:06:37 +02:00
rembo10
6bd762d9b6 Possible fix for IncompleteRead error when using NZBMatrix: Strip out leading 'The' in the search term which seems to cause it to hang 2012-04-28 14:32:02 +05:30