xhochy / scrobbler forked from kschrader/scrobbler

Scrobbler is a wrapper for the audioscrobbler (last.fm) web services.

This URL has Read+Write access

scrobbler / Manifest
100644 74 lines (73 sloc) 2.05 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
lib/scrobbler/geo.rb
lib/scrobbler/search.rb
lib/scrobbler/rest.rb
lib/scrobbler/track.rb
lib/scrobbler/simpleauth.rb
lib/scrobbler/base.rb
lib/scrobbler/version.rb
lib/scrobbler/event.rb
lib/scrobbler/playing.rb
lib/scrobbler/artist.rb
lib/scrobbler/scrobble.rb
lib/scrobbler/user.rb
lib/scrobbler/album.rb
lib/scrobbler/tag.rb
lib/scrobbler.rb
scrobbler.gemspec
MIT-LICENSE
Rakefile
History.txt
setup.rb
README.rdoc
examples/track.rb
examples/artist.rb
examples/scrobble.rb
examples/user.rb
examples/album.rb
examples/tag.rb
test/unit/album_test.rb
test/unit/playing_test.rb
test/unit/scrobble_test.rb
test/unit/artist_test.rb
test/unit/chart_test.rb
test/unit/track_test.rb
test/unit/tag_test.rb
test/unit/geo_test.rb
test/unit/search_test.rb
test/unit/simpleauth_test.rb
test/unit/user_test.rb
test/test_helper.rb
test/mocks/rest.rb
test/fixtures/xml/geo/top_artists.xml
test/fixtures/xml/geo/events.xml
test/fixtures/xml/album/info.xml
test/fixtures/xml/track/toptags.xml
test/fixtures/xml/track/fans.xml
test/fixtures/xml/artist/toptags.xml
test/fixtures/xml/artist/similar.xml
test/fixtures/xml/artist/topalbums.xml
test/fixtures/xml/artist/toptracks.xml
test/fixtures/xml/artist/fans.xml
test/fixtures/xml/tag/toptags.xml
test/fixtures/xml/tag/topalbums.xml
test/fixtures/xml/tag/toptracks.xml
test/fixtures/xml/tag/topartists.xml
test/fixtures/xml/search/track.xml
test/fixtures/xml/search/artist.xml
test/fixtures/xml/search/album.xml
test/fixtures/xml/user/toptags.xml
test/fixtures/xml/user/recentbannedtracks.xml
test/fixtures/xml/user/topalbums.xml
test/fixtures/xml/user/toptracks.xml
test/fixtures/xml/user/recentlovedtracks.xml
test/fixtures/xml/user/weeklytrackchart.xml
test/fixtures/xml/user/weeklyalbumchart.xml
test/fixtures/xml/user/recenttracks.xml
test/fixtures/xml/user/friends.xml
test/fixtures/xml/user/profile.xml
test/fixtures/xml/user/weeklyartistchart.xml
test/fixtures/xml/user/topartists.xml
test/fixtures/xml/user/systemrecs.xml
test/fixtures/xml/user/neighbours.xml
test/fixtures/xml/user/lovedtracks.xml
Manifest