rembo10
|
b1115e748d
|
Add spokenword & audiobooks to extras
|
2012-06-19 13:36:50 +05:30 |
|
rembo10
|
20bd6ae35f
|
GPL v3
|
2012-06-19 13:02:12 +05:30 |
|
rembo10
|
15cf36a27a
|
Tabs to whspaces in Headphones.py
|
2012-06-19 13:01:21 +05:30 |
|
rembo10
|
a3f6d90f74
|
CoSome general cleanup. Converted all tabs to spaces for consistency, removed templates.py as it was no longer being used
|
2012-06-19 12:46:44 +05:30 |
|
rembo10
|
755b5082c7
|
Possible fix for the 'moveFiles' function only moving one file over before getting stuck. Changes shutil.move(src,dest) to use a filename for the dest instead of the parent directory
|
2012-06-18 22:38:34 +05:30 |
|
rembo10
|
d5b8a90ae4
|
Fixed up some return values when github can't be contacted
|
2012-06-18 16:20:31 +05:30 |
|
rembo10
|
44acb9761d
|
Merged in the gh_api branch which included changes to
the updater, some updater logging
|
2012-06-18 16:11:49 +05:30 |
|
rembo10
|
57044f5539
|
Fixed incorrect LATEST_VERSION variable, added some logging when checking github
|
2012-06-18 16:02:14 +05:30 |
|
rembo10
|
f4b6dbb3c3
|
Updated the updater to use github v3 api. Needs testing
|
2012-06-18 15:46:05 +05:30 |
|
rembo10
|
86045a70b9
|
Removed hardcoded MAXSIZE variables from the searcher
|
2012-06-18 13:16:34 +05:30 |
|
rembo10
|
d29496a3a9
|
Added a LastUpdated column to the artist table. When forcing an artist update, it will now sort by when the artist was last updated instead of alphabetically
|
2012-06-18 13:05:59 +05:30 |
|
rembo10
|
5587633211
|
Merge remote-tracking branch 'doskir/master' into develop
|
2012-06-18 12:19:11 +05:30 |
|
rembo10
|
ddf3432f75
|
Fix for '''TypeError: cannot concatenate 'str' and 'NoneType' obejects'''... when trying to scan music library. Basically just cut down the dictionary when searching for an artist with a limit=1 to return only the artistid as that was the only variable we were using
|
2012-06-03 20:48:53 +05:30 |
|
rembo10
|
f9f129b3e0
|
Fix for artists not being added correctly if there was no artist['type']
|
2012-05-30 20:36:06 +05:30 |
|
Patrick Speiser
|
4860a1bd77
|
Fixed the releasedate=u"None" bug for good, original behavior restored, None releases show up as the newest one but don't get set to wanted automatically.
|
2012-05-30 11:44:38 +02:00 |
|
rembo10
|
4a909e79cb
|
Fix for 'back to overview' not working if http_root was set
|
2012-05-30 12:53:29 +05:30 |
|
rembo10
|
c756419b6e
|
Added github checking interval to config.ini (only a config.ini option for now - not added to any interfaces yet)
|
2012-05-30 12:38:48 +05:30 |
|
rembo10
|
ac9d887e2c
|
Merge pull request #656 from doskir/master
Bug fixed, database still bad
|
2012-05-29 21:56:39 -07:00 |
|
Patrick Speiser
|
d0cd4bcb37
|
Fixed a bug where releases without a release date would be automatically added as the newest release and usually set as wanted.
|
2012-05-29 23:09:12 +02:00 |
|
rembo10
|
f4cc189c24
|
Added config.ini option to turn off github update checking. This is a config.ini option only at this point and has not been added to the UI yet
|
2012-05-29 21:59:00 +05:30 |
|
rembo10
|
a72d9daf93
|
Merge pull request #616 from joshs85/patch-1
Fix the ubuntu.init script by adding a space before daemon opts
|
2012-05-29 08:34:05 -07:00 |
|
rembo10
|
8de5f8e398
|
Fix a few typos in default interface
|
2012-05-29 19:27:25 +05:30 |
|
rembo10
|
ef56f37a6d
|
Possible fix for nzbs not being sent to sab without username/password/apikey
|
2012-05-29 19:23:42 +05:30 |
|
rembo10
|
02ee239f32
|
Merge branch 'ngs'
|
2012-05-29 19:17:33 +05:30 |
|
rembo10
|
6ade134396
|
Removed multiple attempts to query musicbrainz from the headphones side as this is now taken care of from within musicbrainzngs. Fixed some tab/whitespace issues and fixed up some comments
|
2012-05-29 14:45:23 +05:30 |
|
rembo10
|
4b72f9f6a8
|
Added headphones authorization, fixed a few default values in musicbrainzngs, changed user agent for headphones. Much thanks to diskir for doing all the heavy lifting on this
|
2012-05-28 23:03:27 +05:30 |
|
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 |
|