Initial checkin.
authorstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Thu, 11 Nov 2010 15:02:53 +0000 (15:02 +0000)
committerstephendenham <stephendenham@2dec19e3-eb1d-4749-8193-008c8bba0994>
Thu, 11 Nov 2010 15:02:53 +0000 (15:02 +0000)
commit8817bb2e053406c493509aff02fc4f91db3143b9
tree04fd7635d677aad0e3797aa9c53c30ea8606f596
Initial checkin.

git-svn-id: svn://svn.code.sf.net/p/xbmc-groove/code@1 2dec19e3-eb1d-4749-8193-008c8bba0994
32 files changed:
default.py [new file with mode: 0644]
default.tbn [new file with mode: 0644]
resources/img/album.png [new file with mode: 0644]
resources/img/artist.png [new file with mode: 0644]
resources/img/favorites.png [new file with mode: 0644]
resources/img/playlist.png [new file with mode: 0644]
resources/img/popular.png [new file with mode: 0644]
resources/img/song.png [new file with mode: 0644]
resources/lib/GrooveAPI.py [new file with mode: 0644]
resources/lib/simplejson/__init__.py [new file with mode: 0644]
resources/lib/simplejson/_speedups.c [new file with mode: 0644]
resources/lib/simplejson/decoder.py [new file with mode: 0644]
resources/lib/simplejson/encoder.py [new file with mode: 0644]
resources/lib/simplejson/scanner.py [new file with mode: 0644]
resources/lib/simplejson/tests/__init__.py [new file with mode: 0644]
resources/lib/simplejson/tests/test_check_circular.py [new file with mode: 0644]
resources/lib/simplejson/tests/test_decode.py [new file with mode: 0644]
resources/lib/simplejson/tests/test_default.py [new file with mode: 0644]
resources/lib/simplejson/tests/test_dump.py [new file with mode: 0644]
resources/lib/simplejson/tests/test_encode_basestring_ascii.py [new file with mode: 0644]
resources/lib/simplejson/tests/test_fail.py [new file with mode: 0644]
resources/lib/simplejson/tests/test_float.py [new file with mode: 0644]
resources/lib/simplejson/tests/test_indent.py [new file with mode: 0644]
resources/lib/simplejson/tests/test_pass1.py [new file with mode: 0644]
resources/lib/simplejson/tests/test_pass2.py [new file with mode: 0644]
resources/lib/simplejson/tests/test_pass3.py [new file with mode: 0644]
resources/lib/simplejson/tests/test_recursion.py [new file with mode: 0644]
resources/lib/simplejson/tests/test_scanstring.py [new file with mode: 0644]
resources/lib/simplejson/tests/test_separators.py [new file with mode: 0644]
resources/lib/simplejson/tests/test_unicode.py [new file with mode: 0644]
resources/lib/simplejson/tool.py [new file with mode: 0644]
resources/settings.xml [new file with mode: 0644]