clinton/xbmc-groove.git
8 years agodon't check isVerified flag when adding albums to directory master
Clinton Ebadi [Mon, 27 Apr 2015 04:37:17 +0000 (00:37 -0400)]
don't check isVerified flag when adding albums to directory

GrooveAPI is set to only check for verified albums, and checking for
album existence makes listings extremely slow / doesn't seem to affect
the result.

8 years agoattempt to show songs for artist if not albums are found
Clinton Ebadi [Mon, 27 Apr 2015 04:35:36 +0000 (00:35 -0400)]
attempt to show songs for artist if not albums are found

GrooveAPI is only searching for verified albums and there are usually
songs to display when no verified albums are returned.

8 years agoMenu item to show popular songs for artist from artist albums view
Clinton Ebadi [Mon, 27 Apr 2015 03:34:55 +0000 (23:34 -0400)]
Menu item to show popular songs for artist from artist albums view

Bump MODE_SONG to 150, increase additional modes to compensate.

8 years agocheck artist name when multiple artists may be returned
Clinton Ebadi [Mon, 27 Apr 2015 03:20:16 +0000 (23:20 -0400)]
check artist name when multiple artists may be returned

First result is not the lexically closest match, but sometimes a more
popular artist with a song or album similar to the artist searched
for.

8 years agouse dictionary for stream cache
Clinton Ebadi [Sun, 26 Apr 2015 23:24:59 +0000 (19:24 -0400)]
use dictionary for stream cache

Key on songID. Avoids iterating over the entire set for every cache
miss.

8 years agoIgnore if artists exist and only show verified albums
Clinton Ebadi [Sun, 26 Apr 2015 23:21:20 +0000 (19:21 -0400)]
Ignore if artists exist and only show verified albums

Checking for artist existence and album existence slow things down
excessively.

9 years agoXBMC python update. git-svn
stephendenham [Mon, 30 Jun 2014 16:59:45 +0000 (16:59 +0000)]
XBMC python update.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@101 2dec19e3-eb1d-4749-8193-008c8bba0994

9 years agoFix artwork download.
stephendenham [Sun, 29 Jun 2014 11:52:26 +0000 (11:52 +0000)]
Fix artwork download.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@100 2dec19e3-eb1d-4749-8193-008c8bba0994

9 years agoFix sessions bug.
stephendenham [Mon, 12 May 2014 17:43:33 +0000 (17:43 +0000)]
Fix sessions bug.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@99 2dec19e3-eb1d-4749-8193-008c8bba0994

9 years agoFix sessions bug.
stephendenham [Mon, 12 May 2014 17:34:09 +0000 (17:34 +0000)]
Fix sessions bug.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@98 2dec19e3-eb1d-4749-8193-008c8bba0994

9 years agoAdd XML encoding.
stephendenham [Fri, 2 May 2014 15:35:00 +0000 (15:35 +0000)]
Add XML encoding.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@97 2dec19e3-eb1d-4749-8193-008c8bba0994

9 years agoFix session handling.
stephendenham [Thu, 24 Apr 2014 20:02:50 +0000 (20:02 +0000)]
Fix session handling.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@96 2dec19e3-eb1d-4749-8193-008c8bba0994

9 years agoFix for Android temp directory.
stephendenham [Thu, 24 Apr 2014 16:58:33 +0000 (16:58 +0000)]
Fix for Android temp directory.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@95 2dec19e3-eb1d-4749-8193-008c8bba0994

9 years agoDump traceback to log if initialisation fails.
stephendenham [Thu, 24 Apr 2014 15:45:01 +0000 (15:45 +0000)]
Dump traceback to log if initialisation fails.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@94 2dec19e3-eb1d-4749-8193-008c8bba0994

9 years agoFix for multiuser environment.
stephendenham [Wed, 23 Apr 2014 17:36:18 +0000 (17:36 +0000)]
Fix for multiuser environment.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@93 2dec19e3-eb1d-4749-8193-008c8bba0994

10 years agoRemove unused import.
stephendenham [Sun, 9 Feb 2014 11:48:34 +0000 (11:48 +0000)]
Remove unused import.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@92 2dec19e3-eb1d-4749-8193-008c8bba0994

10 years agoFix background image.
stephendenham [Sat, 8 Feb 2014 10:47:11 +0000 (10:47 +0000)]
Fix background image.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@91 2dec19e3-eb1d-4749-8193-008c8bba0994

10 years agoReplace md5 with hashlib.
stephendenham [Thu, 28 Nov 2013 17:34:47 +0000 (17:34 +0000)]
Replace md5 with hashlib.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@90 2dec19e3-eb1d-4749-8193-008c8bba0994

10 years agoFix add to playlist.
stephendenham [Sun, 3 Nov 2013 11:12:10 +0000 (11:12 +0000)]
Fix add to playlist.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@89 2dec19e3-eb1d-4749-8193-008c8bba0994

10 years agoFix character encodings and album name.
stephendenham [Sun, 25 Aug 2013 12:26:18 +0000 (12:26 +0000)]
Fix character encodings and album name.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@88 2dec19e3-eb1d-4749-8193-008c8bba0994

10 years agoAdd extra fields.
stephendenham [Sun, 18 Aug 2013 11:04:28 +0000 (11:04 +0000)]
Add extra fields.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@87 2dec19e3-eb1d-4749-8193-008c8bba0994

10 years agoPython coding bug fixes.
stephendenham [Sat, 10 Aug 2013 13:50:21 +0000 (13:50 +0000)]
Python coding bug fixes.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@86 2dec19e3-eb1d-4749-8193-008c8bba0994

11 years ago2.0.2
stephendenham [Sun, 17 Mar 2013 14:25:43 +0000 (14:25 +0000)]
2.0.2

Correct icon resolution.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@85 2dec19e3-eb1d-4749-8193-008c8bba0994

11 years ago2.0.1
stephendenham [Sun, 17 Mar 2013 11:44:39 +0000 (11:44 +0000)]
2.0.1

Better resolution icon.
Fix playlists with accented characters.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@84 2dec19e3-eb1d-4749-8193-008c8bba0994

11 years agoFrodo version.
stephendenham [Sun, 6 Jan 2013 13:36:05 +0000 (13:36 +0000)]
Frodo version.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@83 2dec19e3-eb1d-4749-8193-008c8bba0994

11 years agoFix auto play next for frodo.
stephendenham [Sat, 5 Jan 2013 13:04:04 +0000 (13:04 +0000)]
Fix auto play next for frodo.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@82 2dec19e3-eb1d-4749-8193-008c8bba0994

11 years agoAdd language tag.
stephendenham [Mon, 31 Dec 2012 08:01:01 +0000 (08:01 +0000)]
Add language tag.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@81 2dec19e3-eb1d-4749-8193-008c8bba0994

11 years agoAllow unicode symbols in playlist names.
stephendenham [Sat, 29 Dec 2012 13:25:13 +0000 (13:25 +0000)]
Allow unicode symbols in playlist names.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@80 2dec19e3-eb1d-4749-8193-008c8bba0994

11 years agoCache streams.
stephendenham [Sun, 19 Aug 2012 12:00:55 +0000 (12:00 +0000)]
Cache streams.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@79 2dec19e3-eb1d-4749-8193-008c8bba0994

11 years agoCache streams.
stephendenham [Sun, 19 Aug 2012 09:10:42 +0000 (09:10 +0000)]
Cache streams.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@78 2dec19e3-eb1d-4749-8193-008c8bba0994

11 years agoCache streams.
stephendenham [Sat, 18 Aug 2012 11:56:00 +0000 (11:56 +0000)]
Cache streams.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@77 2dec19e3-eb1d-4749-8193-008c8bba0994

11 years agoFix next play.
stephendenham [Wed, 15 Aug 2012 20:18:28 +0000 (20:18 +0000)]
Fix next play.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@76 2dec19e3-eb1d-4749-8193-008c8bba0994

11 years agoFix IP get.
stephendenham [Sat, 26 May 2012 14:24:58 +0000 (14:24 +0000)]
Fix IP get.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@75 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoFix playlist name encoding bug.
stephendenham [Mon, 9 Apr 2012 15:58:40 +0000 (15:58 +0000)]
Fix playlist name encoding bug.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@74 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoFix bug in album song name.
stephendenham [Mon, 9 Jan 2012 20:26:47 +0000 (20:26 +0000)]
Fix bug in album song name.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@73 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoNew icon for dark backgrounds. Socket timeout for Linux.
stephendenham [Wed, 28 Dec 2011 16:28:02 +0000 (16:28 +0000)]
New icon for dark backgrounds. Socket timeout for Linux.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@72 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoBug fixes.
stephendenham [Sat, 10 Dec 2011 15:57:07 +0000 (15:57 +0000)]
Bug fixes.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@71 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoVersion bump for Eden.
stephendenham [Sat, 10 Dec 2011 08:25:22 +0000 (08:25 +0000)]
Version bump for Eden.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@70 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoPre-eden
stephendenham [Tue, 6 Dec 2011 15:48:44 +0000 (15:48 +0000)]
Pre-eden

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@69 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoFanart fix.
stephendenham [Sat, 5 Nov 2011 10:45:21 +0000 (10:45 +0000)]
Fanart fix.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@68 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoFix.
stephendenham [Sun, 9 Oct 2011 07:37:50 +0000 (07:37 +0000)]
Fix.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@67 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoTuning.
stephendenham [Sat, 8 Oct 2011 09:15:49 +0000 (09:15 +0000)]
Tuning.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@66 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoBug fixes.
stephendenham [Mon, 3 Oct 2011 18:10:54 +0000 (18:10 +0000)]
Bug fixes.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@65 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoBug fixes.
stephendenham [Mon, 3 Oct 2011 17:50:06 +0000 (17:50 +0000)]
Bug fixes.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@64 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoFixes.
stephendenham [Sun, 2 Oct 2011 17:27:24 +0000 (17:27 +0000)]
Fixes.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@63 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoFixes and tidy up.
stephendenham [Sun, 2 Oct 2011 16:35:41 +0000 (16:35 +0000)]
Fixes and tidy up.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@62 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoFixes and tidy up.
stephendenham [Sun, 2 Oct 2011 15:21:47 +0000 (15:21 +0000)]
Fixes and tidy up.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@61 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoRetry URL.
stephendenham [Sun, 2 Oct 2011 13:46:30 +0000 (13:46 +0000)]
Retry URL.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@60 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoVerify items before adding to directories.
stephendenham [Sun, 2 Oct 2011 13:37:07 +0000 (13:37 +0000)]
Verify items before adding to directories.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@59 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agofanart.jpg
stephendenham [Mon, 19 Sep 2011 17:32:45 +0000 (17:32 +0000)]
fanart.jpg

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@58 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoSome more changes for XBMC addon compliancy.
stephendenham [Mon, 19 Sep 2011 17:31:08 +0000 (17:31 +0000)]
Some more changes for XBMC addon compliancy.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@57 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoCompliant with all XBMC addon requirements.
stephendenham [Mon, 19 Sep 2011 17:27:43 +0000 (17:27 +0000)]
Compliant with all XBMC addon requirements.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@56 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoFix localization.
stephendenham [Sun, 18 Sep 2011 10:37:05 +0000 (10:37 +0000)]
Fix localization.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@55 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoCompliant with all XBMC addon requirements.
stephendenham [Sun, 18 Sep 2011 09:58:40 +0000 (09:58 +0000)]
Compliant with all XBMC addon requirements.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@54 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoRemove unused imports.
stephendenham [Sun, 4 Sep 2011 14:38:50 +0000 (14:38 +0000)]
Remove unused imports.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@53 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoFix Windows https issue.
stephendenham [Sun, 4 Sep 2011 14:37:45 +0000 (14:37 +0000)]
Fix Windows https issue.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@52 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoSecurity updates.
stephendenham [Wed, 24 Aug 2011 19:57:28 +0000 (19:57 +0000)]
Security updates.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@51 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoComment that user is a Anywhere user.
stephendenham [Sun, 21 Aug 2011 14:13:47 +0000 (14:13 +0000)]
Comment that user is a Anywhere user.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@50 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoUse google app engine.
stephendenham [Sun, 21 Aug 2011 13:59:29 +0000 (13:59 +0000)]
Use google app engine.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@49 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoRemove old file.
stephendenham [Sun, 21 Aug 2011 10:40:42 +0000 (10:40 +0000)]
Remove old file.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@48 2dec19e3-eb1d-4749-8193-008c8bba0994

12 years agoBig update for v3 API.
stephendenham [Sun, 21 Aug 2011 10:40:12 +0000 (10:40 +0000)]
Big update for v3 API.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@47 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoPlaylist stuff.
stephendenham [Fri, 28 Jan 2011 11:10:57 +0000 (11:10 +0000)]
Playlist stuff.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@46 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoFix track labels on next pages.
stephendenham [Fri, 28 Jan 2011 09:56:16 +0000 (09:56 +0000)]
Fix track labels on next pages.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@45 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoAdd optional 1.0 API for those with a session id.
stephendenham [Thu, 27 Jan 2011 15:44:11 +0000 (15:44 +0000)]
Add optional 1.0 API for those with a session id.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@44 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoFix artist's album bug.
stephendenham [Wed, 26 Jan 2011 13:38:21 +0000 (13:38 +0000)]
Fix artist's album bug.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@43 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoFix artist's album bug.
stephendenham [Wed, 26 Jan 2011 12:35:49 +0000 (12:35 +0000)]
Fix artist's album bug.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@42 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoFix coverart download.
stephendenham [Wed, 26 Jan 2011 11:35:34 +0000 (11:35 +0000)]
Fix coverart download.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@41 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoAll XBMC Music Library integration.
stephendenham [Wed, 26 Jan 2011 10:59:21 +0000 (10:59 +0000)]
All XBMC Music Library integration.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@40 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoGet artist's most popular songs.
stephendenham [Tue, 25 Jan 2011 16:30:24 +0000 (16:30 +0000)]
Get artist's most popular songs.
Allow multiple pages in songs directory.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@39 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoAdd search of artist's albums.
stephendenham [Mon, 24 Jan 2011 15:22:58 +0000 (15:22 +0000)]
Add search of artist's albums.
Sort playlists directory by name.
Track name first in album and playlist directory item labels.
Get other users' playlists.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@38 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoFix covert art directory creation. Again.
stephendenham [Sat, 22 Jan 2011 15:42:42 +0000 (15:42 +0000)]
Fix covert art directory creation. Again.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@37 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoFix directory creation bug.
stephendenham [Sat, 22 Jan 2011 11:06:54 +0000 (11:06 +0000)]
Fix directory creation bug.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@36 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoFix directory creation bug.
stephendenham [Sat, 22 Jan 2011 10:57:40 +0000 (10:57 +0000)]
Fix directory creation bug.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@35 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoUse song URL for playback.
stephendenham [Sat, 15 Jan 2011 16:02:17 +0000 (16:02 +0000)]
Use song URL for playback.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@34 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoVersion for new API. Fix artist search.
stephendenham [Fri, 14 Jan 2011 12:18:25 +0000 (12:18 +0000)]
Version for new API. Fix artist search.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@33 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoVersion for new API.
stephendenham [Fri, 14 Jan 2011 12:10:07 +0000 (12:10 +0000)]
Version for new API.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@32 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoSession caching.
stephendenham [Thu, 13 Jan 2011 10:48:26 +0000 (10:48 +0000)]
Session caching.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@31 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoNew API.
stephendenham [Thu, 13 Jan 2011 01:17:08 +0000 (01:17 +0000)]
New API.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@30 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoNew API.
stephendenham [Thu, 13 Jan 2011 00:49:29 +0000 (00:49 +0000)]
New API.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@29 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoNew API.
stephendenham [Thu, 13 Jan 2011 00:19:02 +0000 (00:19 +0000)]
New API.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@28 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoDelete.
stephendenham [Thu, 13 Jan 2011 00:10:08 +0000 (00:10 +0000)]
Delete.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@27 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoFirst attempt at new API.
stephendenham [Wed, 12 Jan 2011 20:03:16 +0000 (20:03 +0000)]
First attempt at new API.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@26 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoFirst attempt at new API.
stephendenham [Wed, 12 Jan 2011 19:13:39 +0000 (19:13 +0000)]
First attempt at new API.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@25 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoSession creation exception handling.
stephendenham [Fri, 7 Jan 2011 11:58:11 +0000 (11:58 +0000)]
Session creation exception handling.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@24 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoBig song listing performance improvement.
stephendenham [Fri, 24 Dec 2010 13:31:47 +0000 (13:31 +0000)]
Big song listing performance improvement.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@23 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoImprove song icon retrieval performance.
stephendenham [Wed, 22 Dec 2010 10:39:17 +0000 (10:39 +0000)]
Improve song icon retrieval performance.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@22 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoFix progress bar for songs retrieval.
stephendenham [Tue, 21 Dec 2010 13:49:50 +0000 (13:49 +0000)]
Fix progress bar for songs retrieval.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@21 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoVersion number update.
stephendenham [Tue, 21 Dec 2010 10:55:14 +0000 (10:55 +0000)]
Version number update.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@20 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoSlight performance improvement. Playlists bug fix.
stephendenham [Tue, 21 Dec 2010 10:53:18 +0000 (10:53 +0000)]
Slight performance improvement. Playlists bug fix.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@19 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoSlight performance improvement. Playlists bug fix.
stephendenham [Mon, 20 Dec 2010 14:31:13 +0000 (14:31 +0000)]
Slight performance improvement. Playlists bug fix.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@18 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoRemove unnecessary print statement.
stephendenham [Fri, 17 Dec 2010 14:40:02 +0000 (14:40 +0000)]
Remove unnecessary print statement.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@17 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoMore playlist functions.
stephendenham [Fri, 17 Dec 2010 13:39:31 +0000 (13:39 +0000)]
More playlist functions.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@16 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoMore playlist functions.
stephendenham [Thu, 16 Dec 2010 18:31:54 +0000 (18:31 +0000)]
More playlist functions.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@15 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoSome playlist updates.
stephendenham [Wed, 15 Dec 2010 18:29:43 +0000 (18:29 +0000)]
Some playlist updates.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@14 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoImprove notifications.
stephendenham [Tue, 14 Dec 2010 16:51:39 +0000 (16:51 +0000)]
Improve notifications.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@13 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoAdd Grooveshark playlist support.
stephendenham [Tue, 14 Dec 2010 15:29:20 +0000 (15:29 +0000)]
Add Grooveshark playlist support.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@12 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoAdd similar artists function.
stephendenham [Thu, 9 Dec 2010 11:35:03 +0000 (11:35 +0000)]
Add similar artists function.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@11 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoFix item counts in directory generation.
stephendenham [Wed, 8 Dec 2010 12:17:02 +0000 (12:17 +0000)]
Fix item counts in directory generation.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@10 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoDisabled radio.
stephendenham [Fri, 3 Dec 2010 15:40:19 +0000 (15:40 +0000)]
Disabled radio.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@9 2dec19e3-eb1d-4749-8193-008c8bba0994

13 years agoMore dharma stuff.
stephendenham [Fri, 3 Dec 2010 14:26:35 +0000 (14:26 +0000)]
More dharma stuff.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@8 2dec19e3-eb1d-4749-8193-008c8bba0994