jonaustin-rockstar 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +7 -0
  2. data/.travis.yml +8 -0
  3. data/Gemfile +10 -0
  4. data/Gemfile.lock +62 -0
  5. data/History.txt +6 -0
  6. data/MIT-LICENSE +19 -0
  7. data/Manifest +72 -0
  8. data/README.md +173 -0
  9. data/Rakefile +32 -0
  10. data/VERSION +1 -0
  11. data/examples/.gitignore +1 -0
  12. data/examples/album.rb +16 -0
  13. data/examples/artist.rb +25 -0
  14. data/examples/geo.rb +60 -0
  15. data/examples/lastfm.yml_example +3 -0
  16. data/examples/scrobble.rb +45 -0
  17. data/examples/tag.rb +20 -0
  18. data/examples/track.rb +14 -0
  19. data/examples/user.rb +18 -0
  20. data/lib/rockstar.rb +46 -0
  21. data/lib/rockstar/album.rb +104 -0
  22. data/lib/rockstar/artist.rb +183 -0
  23. data/lib/rockstar/auth.rb +38 -0
  24. data/lib/rockstar/base.rb +48 -0
  25. data/lib/rockstar/chart.rb +31 -0
  26. data/lib/rockstar/event.rb +73 -0
  27. data/lib/rockstar/geo.rb +47 -0
  28. data/lib/rockstar/library.rb +13 -0
  29. data/lib/rockstar/metro.rb +26 -0
  30. data/lib/rockstar/rest.rb +66 -0
  31. data/lib/rockstar/session.rb +19 -0
  32. data/lib/rockstar/tag.rb +100 -0
  33. data/lib/rockstar/track.rb +265 -0
  34. data/lib/rockstar/user.rb +205 -0
  35. data/lib/rockstar/venue.rb +59 -0
  36. data/lib/rockstar/version.rb +3 -0
  37. data/rockstar.gemspec +176 -0
  38. data/test/fixtures/xml/album/getinfo_album_Radio_Retalation_artist_Thievery_Corporation.xml +21 -0
  39. data/test/fixtures/xml/album/getinfo_album_Some_Hearts_artist_Carrie_Underwood.xml +63 -0
  40. data/test/fixtures/xml/artist/getevents_artist_Metallica.xml +1064 -0
  41. data/test/fixtures/xml/artist/getimages_artist_Metallica_page_2.xml +1074 -0
  42. data/test/fixtures/xml/artist/getinfo_artist_Metallica.xml +115 -0
  43. data/test/fixtures/xml/artist/getinfo_mbid_65f4f0c5-ef9e-490c-aee3-909e7ae6b2ab.xml +115 -0
  44. data/test/fixtures/xml/artist/getsimilar_artist_Metallica.xml +1203 -0
  45. data/test/fixtures/xml/artist/gettopalbums_artist_Metallica.xml +704 -0
  46. data/test/fixtures/xml/artist/gettopfans_artist_Metallica.xml +504 -0
  47. data/test/fixtures/xml/artist/gettoptags_artist_Metallica.xml +403 -0
  48. data/test/fixtures/xml/artist/gettoptracks_artist_Metallica.xml +800 -0
  49. data/test/fixtures/xml/geo/getevents_location_london.xml +531 -0
  50. data/test/fixtures/xml/geo/getmetros_country_germany.xml +44 -0
  51. data/test/fixtures/xml/geo/gettopartists_country_spain_limit_50_page_.xml +561 -0
  52. data/test/fixtures/xml/geo/gettoptracks_country_spain_limit_50_page_.xml +1004 -0
  53. data/test/fixtures/xml/library/getalbums_user_jnunemaker.xml +704 -0
  54. data/test/fixtures/xml/library/getartists_user_jnunemaker.xml +554 -0
  55. data/test/fixtures/xml/tag/gettopalbums_tag_rock.xml +654 -0
  56. data/test/fixtures/xml/tag/gettopartists_tag_rock.xml +504 -0
  57. data/test/fixtures/xml/tag/gettoptags.xml +1253 -0
  58. data/test/fixtures/xml/tag/gettoptracks_tag_rock.xml +704 -0
  59. data/test/fixtures/xml/track/getinfo_artist_Carrie_Underwood_track_Before_He_Cheats.xml +55 -0
  60. data/test/fixtures/xml/track/getinfo_artist_Karrie_Underwood_track_Before_He_Cheats.xml +55 -0
  61. data/test/fixtures/xml/track/getsimilar_artist_Carrie_Underwood_limit_10_track_Before_He_Cheats.xml +185 -0
  62. data/test/fixtures/xml/track/gettopfans_artist_Carrie_Underwood_track_Before_He_Cheats.xml +504 -0
  63. data/test/fixtures/xml/track/gettoptags_artist_Carrie_Underwood_track_Before_He_Cheats.xml +403 -0
  64. data/test/fixtures/xml/track/gettoptags_artist_Carrie_Underwood_track_Wasted.xml +405 -0
  65. data/test/fixtures/xml/track/love_artist_Carrie_Underwood_sk_tag_track_Before_He_Cheats.xml +2 -0
  66. data/test/fixtures/xml/track/updatenowplaying_artist_Carrie_Underwood_sk_tag_track_Before_He_Cheats.xml +10 -0
  67. data/test/fixtures/xml/user/getevents_sk_token_user_bodot.xml +513 -0
  68. data/test/fixtures/xml/user/getfriends_user_jnunemaker.xml +173 -0
  69. data/test/fixtures/xml/user/getinfo_user_jnunemaker.xml +22 -0
  70. data/test/fixtures/xml/user/getinfo_user_oaknd1.xml +22 -0
  71. data/test/fixtures/xml/user/getinfo_user_wharle.xml +22 -0
  72. data/test/fixtures/xml/user/getlovedtracks_user_jnunemaker.xml +775 -0
  73. data/test/fixtures/xml/user/getneighbours_user_jnunemaker.xml +503 -0
  74. data/test/fixtures/xml/user/getrecenttracks_user_jnunemaker.xml +133 -0
  75. data/test/fixtures/xml/user/getrecommendedartists_sk_token_user_jnunemaker.xml +553 -0
  76. data/test/fixtures/xml/user/gettopalbums_user_jnunemaker.xml +704 -0
  77. data/test/fixtures/xml/user/gettopartists_period_3month_user_jnunemaker.xml +710 -0
  78. data/test/fixtures/xml/user/gettopartists_period_overall_user_jnunemaker.xml +554 -0
  79. data/test/fixtures/xml/user/gettoptags_user_jnunemaker.xml +63 -0
  80. data/test/fixtures/xml/user/gettoptracks_user_jnunemaker.xml +750 -0
  81. data/test/fixtures/xml/user/getweeklyalbumchart_from_1138536002_to_1139140802_user_jnunemaker.xml +143 -0
  82. data/test/fixtures/xml/user/getweeklyalbumchart_from__to__user_jnunemaker.xml +31 -0
  83. data/test/fixtures/xml/user/getweeklyartistchart_from_1138536002_to_1139140802_user_jnunemaker.xml +201 -0
  84. data/test/fixtures/xml/user/getweeklyartistchart_from__to__user_jnunemaker.xml +21 -0
  85. data/test/fixtures/xml/user/getweeklychartlist_user_jnunemaker.xml +232 -0
  86. data/test/fixtures/xml/user/getweeklytrackchart_from_1138536002_to_1139140802_user_jnunemaker.xml +883 -0
  87. data/test/fixtures/xml/user/getweeklytrackchart_from__to__user_jnunemaker.xml +423 -0
  88. data/test/fixtures/xml/venue/getevents_venue_8807850.xml +280 -0
  89. data/test/fixtures/xml/venue/search_country__limit__page__venue_country_DE_venue_cotton.xml +72 -0
  90. data/test/mocks/rest.rb +50 -0
  91. data/test/test_helper.rb +18 -0
  92. data/test/unit/test_album.rb +76 -0
  93. data/test/unit/test_artist.rb +123 -0
  94. data/test/unit/test_chart.rb +35 -0
  95. data/test/unit/test_geo.rb +51 -0
  96. data/test/unit/test_library.rb +65 -0
  97. data/test/unit/test_rockstar.rb +15 -0
  98. data/test/unit/test_tag.rb +57 -0
  99. data/test/unit/test_track.rb +93 -0
  100. data/test/unit/test_user.rb +309 -0
  101. data/test/unit/test_venue.rb +20 -0
  102. metadata +243 -0
@@ -0,0 +1,63 @@
1
+ <lfm status="ok">
2
+ <toptags user="jnunemaker">
3
+ <tag>
4
+ <name>country</name>
5
+ <count>7</count>
6
+ <url>www.last.fm/tag/country</url>
7
+ </tag>
8
+ <tag>
9
+ <name>female</name>
10
+ <count>3</count>
11
+ <url>www.last.fm/tag/female</url>
12
+ </tag>
13
+ <tag>
14
+ <name>pop</name>
15
+ <count>2</count>
16
+ <url>www.last.fm/tag/pop</url>
17
+ </tag>
18
+ <tag>
19
+ <name>american idol</name>
20
+ <count>2</count>
21
+ <url>www.last.fm/tag/american%20idol</url>
22
+ </tag>
23
+ <tag>
24
+ <name>rock</name>
25
+ <count>2</count>
26
+ <url>www.last.fm/tag/rock</url>
27
+ </tag>
28
+ <tag>
29
+ <name>heaven</name>
30
+ <count>1</count>
31
+ <url>www.last.fm/tag/heaven</url>
32
+ </tag>
33
+ <tag>
34
+ <name>jesus</name>
35
+ <count>1</count>
36
+ <url>www.last.fm/tag/jesus</url>
37
+ </tag>
38
+ <tag>
39
+ <name>raspy</name>
40
+ <count>1</count>
41
+ <url>www.last.fm/tag/raspy</url>
42
+ </tag>
43
+ <tag>
44
+ <name>metal</name>
45
+ <count>1</count>
46
+ <url>www.last.fm/tag/metal</url>
47
+ </tag>
48
+ <tag>
49
+ <name>heavy</name>
50
+ <count>1</count>
51
+ <url>www.last.fm/tag/heavy</url>
52
+ </tag>
53
+ <tag>
54
+ <name>singer-songwriter</name>
55
+ <count>1</count>
56
+ <url>www.last.fm/tag/singer-songwriter</url>
57
+ </tag>
58
+ <tag>
59
+ <name>old country</name>
60
+ <count>1</count>
61
+ <url>www.last.fm/tag/old%20country</url>
62
+ </tag>
63
+ </toptags></lfm>
@@ -0,0 +1,750 @@
1
+ <lfm status="ok">
2
+ <toptracks user="jnunemaker" type="overall">
3
+
4
+ <track rank="1">
5
+ <name>Probably Wouldn't Be This Way</name>
6
+ <playcount>83</playcount>
7
+ <mbid></mbid>
8
+ <url>http://www.last.fm/music/LeAnn+Rimes/_/Probably+Wouldn%27t+Be+This+Way</url>
9
+ <streamable fulltrack="0">0</streamable>
10
+ <artist>
11
+ <name>LeAnn Rimes</name>
12
+ <mbid>9092d8e1-9b38-4372-a96d-000b8561a8bc</mbid>
13
+ <url>http://www.last.fm/music/LeAnn+Rimes</url>
14
+ </artist>
15
+ <image size="small">http://images.amazon.com/images/P/B00067BD8K.01._SCMZZZZZZZ_.jpg</image>
16
+ <image size="medium">http://images.amazon.com/images/P/B00067BD8K.01._SCMZZZZZZZ_.jpg</image>
17
+ <image size="large">http://images.amazon.com/images/P/B00067BD8K.01._SCMZZZZZZZ_.jpg</image>
18
+ <image size="extralarge">http://images.amazon.com/images/P/B00067BD8K.01._SCMZZZZZZZ_.jpg</image>
19
+ </track> <track rank="2">
20
+ <name>Song 2</name>
21
+ <playcount>69</playcount>
22
+ <mbid></mbid>
23
+ <url>http://www.last.fm/music/Blur/_/Song+2</url>
24
+ <streamable fulltrack="0">1</streamable>
25
+ <artist>
26
+ <name>Blur</name>
27
+ <mbid>ba853904-ae25-4ebb-89d6-c44cfbd71bd2</mbid>
28
+ <url>http://www.last.fm/music/Blur</url>
29
+ </artist>
30
+ <image size="small">http://images.amazon.com/images/P/B000000WDA.01.THUMBZZZ.jpg</image>
31
+ <image size="medium">http://images.amazon.com/images/P/B000000WDA.01.MZZZZZZZ.jpg</image>
32
+ <image size="large">http://images.amazon.com/images/P/B000000WDA.01.LZZZZZZZ.jpg</image>
33
+ <image size="extralarge">http://images.amazon.com/images/P/B000000WDA.01.LZZZZZZZ.jpg</image>
34
+ </track> <track rank="3">
35
+ <name>Not Ready To Make Nice</name>
36
+ <playcount>67</playcount>
37
+ <mbid></mbid>
38
+ <url>http://www.last.fm/music/Dixie+Chicks/_/Not+Ready+To+Make+Nice</url>
39
+ <streamable fulltrack="0">1</streamable>
40
+ <artist>
41
+ <name>Dixie Chicks</name>
42
+ <mbid>3248ed2d-bada-41b5-a7b6-ac88faa1f1ac</mbid>
43
+ <url>http://www.last.fm/music/Dixie+Chicks</url>
44
+ </artist>
45
+ <image size="small">http://userserve-ak.last.fm/serve/34s/32197321.jpg</image>
46
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/32197321.jpg</image>
47
+ <image size="large">http://userserve-ak.last.fm/serve/126/32197321.jpg</image>
48
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/32197321.jpg</image>
49
+ </track> <track rank="4">
50
+ <name>Tim McGraw</name>
51
+ <playcount>65</playcount>
52
+ <mbid></mbid>
53
+ <url>http://www.last.fm/music/Taylor+Swift/_/Tim+McGraw</url>
54
+ <streamable fulltrack="0">0</streamable>
55
+ <artist>
56
+ <name>Taylor Swift</name>
57
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
58
+ <url>http://www.last.fm/music/Taylor+Swift</url>
59
+ </artist>
60
+ <image size="small">http://userserve-ak.last.fm/serve/34s/10304119.jpg</image>
61
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/10304119.jpg</image>
62
+ <image size="large">http://userserve-ak.last.fm/serve/126/10304119.jpg</image>
63
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/10304119.jpg</image>
64
+ </track> <track rank="5">
65
+ <name>Something's Gotta Give</name>
66
+ <playcount>62</playcount>
67
+ <mbid></mbid>
68
+ <url>http://www.last.fm/music/LeAnn+Rimes/_/Something%27s+Gotta+Give</url>
69
+ <streamable fulltrack="0">0</streamable>
70
+ <artist>
71
+ <name>LeAnn Rimes</name>
72
+ <mbid>9092d8e1-9b38-4372-a96d-000b8561a8bc</mbid>
73
+ <url>http://www.last.fm/music/LeAnn+Rimes</url>
74
+ </artist>
75
+ <image size="small">http://images.amazon.com/images/P/B00067BD8K.01._SCMZZZZZZZ_.jpg</image>
76
+ <image size="medium">http://images.amazon.com/images/P/B00067BD8K.01._SCMZZZZZZZ_.jpg</image>
77
+ <image size="large">http://images.amazon.com/images/P/B00067BD8K.01._SCMZZZZZZZ_.jpg</image>
78
+ <image size="extralarge">http://images.amazon.com/images/P/B00067BD8K.01._SCMZZZZZZZ_.jpg</image>
79
+ </track> <track rank="6">
80
+ <name>Picture To Burn</name>
81
+ <playcount>60</playcount>
82
+ <mbid></mbid>
83
+ <url>http://www.last.fm/music/Taylor+Swift/_/Picture+To+Burn</url>
84
+ <streamable fulltrack="0">0</streamable>
85
+ <artist>
86
+ <name>Taylor Swift</name>
87
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
88
+ <url>http://www.last.fm/music/Taylor+Swift</url>
89
+ </artist>
90
+ <image size="small">http://userserve-ak.last.fm/serve/34s/10304119.jpg</image>
91
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/10304119.jpg</image>
92
+ <image size="large">http://userserve-ak.last.fm/serve/126/10304119.jpg</image>
93
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/10304119.jpg</image>
94
+ </track> <track rank="7">
95
+ <name>The Outside</name>
96
+ <playcount>59</playcount>
97
+ <mbid></mbid>
98
+ <url>http://www.last.fm/music/Taylor+Swift/_/The+Outside</url>
99
+ <streamable fulltrack="0">0</streamable>
100
+ <artist>
101
+ <name>Taylor Swift</name>
102
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
103
+ <url>http://www.last.fm/music/Taylor+Swift</url>
104
+ </artist>
105
+ <image size="small">http://userserve-ak.last.fm/serve/34s/10304119.jpg</image>
106
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/10304119.jpg</image>
107
+ <image size="large">http://userserve-ak.last.fm/serve/126/10304119.jpg</image>
108
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/10304119.jpg</image>
109
+ </track> <track rank="8">
110
+ <name>Easy Silence</name>
111
+ <playcount>59</playcount>
112
+ <mbid></mbid>
113
+ <url>http://www.last.fm/music/Dixie+Chicks/_/Easy+Silence</url>
114
+ <streamable fulltrack="0">1</streamable>
115
+ <artist>
116
+ <name>Dixie Chicks</name>
117
+ <mbid>3248ed2d-bada-41b5-a7b6-ac88faa1f1ac</mbid>
118
+ <url>http://www.last.fm/music/Dixie+Chicks</url>
119
+ </artist>
120
+ <image size="small">http://userserve-ak.last.fm/serve/34s/32197321.jpg</image>
121
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/32197321.jpg</image>
122
+ <image size="large">http://userserve-ak.last.fm/serve/126/32197321.jpg</image>
123
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/32197321.jpg</image>
124
+ </track> <track rank="9">
125
+ <name>Tied Together With A Smile</name>
126
+ <playcount>59</playcount>
127
+ <mbid></mbid>
128
+ <url>http://www.last.fm/music/Taylor+Swift/_/Tied+Together+With+A+Smile</url>
129
+ <streamable fulltrack="0">0</streamable>
130
+ <artist>
131
+ <name>Taylor Swift</name>
132
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
133
+ <url>http://www.last.fm/music/Taylor+Swift</url>
134
+ </artist>
135
+ <image size="small">http://userserve-ak.last.fm/serve/34s/10304119.jpg</image>
136
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/10304119.jpg</image>
137
+ <image size="large">http://userserve-ak.last.fm/serve/126/10304119.jpg</image>
138
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/10304119.jpg</image>
139
+ </track> <track rank="10">
140
+ <name>Change</name>
141
+ <playcount>59</playcount>
142
+ <mbid></mbid>
143
+ <url>http://www.last.fm/music/Taylor+Swift/_/Change</url>
144
+ <streamable fulltrack="0">1</streamable>
145
+ <artist>
146
+ <name>Taylor Swift</name>
147
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
148
+ <url>http://www.last.fm/music/Taylor+Swift</url>
149
+ </artist>
150
+ <image size="small">http://userserve-ak.last.fm/serve/34s/23516111.jpg</image>
151
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/23516111.jpg</image>
152
+ <image size="large">http://userserve-ak.last.fm/serve/126/23516111.jpg</image>
153
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/23516111.jpg</image>
154
+ </track> <track rank="11">
155
+ <name>A Place In This World</name>
156
+ <playcount>58</playcount>
157
+ <mbid></mbid>
158
+ <url>http://www.last.fm/music/Taylor+Swift/_/A+Place+In+This+World</url>
159
+ <streamable fulltrack="0">0</streamable>
160
+ <artist>
161
+ <name>Taylor Swift</name>
162
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
163
+ <url>http://www.last.fm/music/Taylor+Swift</url>
164
+ </artist>
165
+ <image size="small">http://userserve-ak.last.fm/serve/34s/10304119.jpg</image>
166
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/10304119.jpg</image>
167
+ <image size="large">http://userserve-ak.last.fm/serve/126/10304119.jpg</image>
168
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/10304119.jpg</image>
169
+ </track> <track rank="12">
170
+ <name>Teardrops On My Guitar</name>
171
+ <playcount>58</playcount>
172
+ <mbid></mbid>
173
+ <url>http://www.last.fm/music/Taylor+Swift/_/Teardrops+On+My+Guitar</url>
174
+ <streamable fulltrack="0">0</streamable>
175
+ <artist>
176
+ <name>Taylor Swift</name>
177
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
178
+ <url>http://www.last.fm/music/Taylor+Swift</url>
179
+ </artist>
180
+ <image size="small">http://userserve-ak.last.fm/serve/34s/23516111.jpg</image>
181
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/23516111.jpg</image>
182
+ <image size="large">http://userserve-ak.last.fm/serve/126/23516111.jpg</image>
183
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/23516111.jpg</image>
184
+ </track> <track rank="13">
185
+ <name>Cold As You</name>
186
+ <playcount>58</playcount>
187
+ <mbid></mbid>
188
+ <url>http://www.last.fm/music/Taylor+Swift/_/Cold+As+You</url>
189
+ <streamable fulltrack="0">0</streamable>
190
+ <artist>
191
+ <name>Taylor Swift</name>
192
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
193
+ <url>http://www.last.fm/music/Taylor+Swift</url>
194
+ </artist>
195
+ <image size="small">http://userserve-ak.last.fm/serve/34s/10304119.jpg</image>
196
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/10304119.jpg</image>
197
+ <image size="large">http://userserve-ak.last.fm/serve/126/10304119.jpg</image>
198
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/10304119.jpg</image>
199
+ </track> <track rank="14">
200
+ <name>Should've Said No</name>
201
+ <playcount>58</playcount>
202
+ <mbid></mbid>
203
+ <url>http://www.last.fm/music/Taylor+Swift/_/Should%27ve+Said+No</url>
204
+ <streamable fulltrack="0">1</streamable>
205
+ <artist>
206
+ <name>Taylor Swift</name>
207
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
208
+ <url>http://www.last.fm/music/Taylor+Swift</url>
209
+ </artist>
210
+ <image size="small">http://userserve-ak.last.fm/serve/34s/23516111.jpg</image>
211
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/23516111.jpg</image>
212
+ <image size="large">http://userserve-ak.last.fm/serve/126/23516111.jpg</image>
213
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/23516111.jpg</image>
214
+ </track> <track rank="15">
215
+ <name>Mercy</name>
216
+ <playcount>56</playcount>
217
+ <mbid></mbid>
218
+ <url>http://www.last.fm/music/Duffy/_/Mercy</url>
219
+ <streamable fulltrack="0">1</streamable>
220
+ <artist>
221
+ <name>Duffy</name>
222
+ <mbid>4e0e884d-099b-4ca9-bf4d-bcb31e739540</mbid>
223
+ <url>http://www.last.fm/music/Duffy</url>
224
+ </artist>
225
+ <image size="small">http://userserve-ak.last.fm/serve/34s/39513945.png</image>
226
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/39513945.png</image>
227
+ <image size="large">http://userserve-ak.last.fm/serve/126/39513945.png</image>
228
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/39513945.png</image>
229
+ </track> <track rank="16">
230
+ <name>Stay Beautiful</name>
231
+ <playcount>55</playcount>
232
+ <mbid></mbid>
233
+ <url>http://www.last.fm/music/Taylor+Swift/_/Stay+Beautiful</url>
234
+ <streamable fulltrack="0">0</streamable>
235
+ <artist>
236
+ <name>Taylor Swift</name>
237
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
238
+ <url>http://www.last.fm/music/Taylor+Swift</url>
239
+ </artist>
240
+ <image size="small">http://userserve-ak.last.fm/serve/34s/10304119.jpg</image>
241
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/10304119.jpg</image>
242
+ <image size="large">http://userserve-ak.last.fm/serve/126/10304119.jpg</image>
243
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/10304119.jpg</image>
244
+ </track> <track rank="17">
245
+ <name>Love Story</name>
246
+ <playcount>55</playcount>
247
+ <mbid></mbid>
248
+ <url>http://www.last.fm/music/Taylor+Swift/_/Love+Story</url>
249
+ <streamable fulltrack="0">1</streamable>
250
+ <artist>
251
+ <name>Taylor Swift</name>
252
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
253
+ <url>http://www.last.fm/music/Taylor+Swift</url>
254
+ </artist>
255
+ <image size="small">http://userserve-ak.last.fm/serve/34s/23516111.jpg</image>
256
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/23516111.jpg</image>
257
+ <image size="large">http://userserve-ak.last.fm/serve/126/23516111.jpg</image>
258
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/23516111.jpg</image>
259
+ </track> <track rank="18">
260
+ <name>Bleeding Love</name>
261
+ <playcount>54</playcount>
262
+ <mbid></mbid>
263
+ <url>http://www.last.fm/music/Leona+Lewis/_/Bleeding+Love</url>
264
+ <streamable fulltrack="0">1</streamable>
265
+ <artist>
266
+ <name>Leona Lewis</name>
267
+ <mbid>8d552dfc-648f-401f-90de-e925013ca537</mbid>
268
+ <url>http://www.last.fm/music/Leona+Lewis</url>
269
+ </artist>
270
+ <image size="small">http://userserve-ak.last.fm/serve/34s/37550579.png</image>
271
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/37550579.png</image>
272
+ <image size="large">http://userserve-ak.last.fm/serve/126/37550579.png</image>
273
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/37550579.png</image>
274
+ </track> <track rank="19">
275
+ <name>White Horse</name>
276
+ <playcount>54</playcount>
277
+ <mbid></mbid>
278
+ <url>http://www.last.fm/music/Taylor+Swift/_/White+Horse</url>
279
+ <streamable fulltrack="0">1</streamable>
280
+ <artist>
281
+ <name>Taylor Swift</name>
282
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
283
+ <url>http://www.last.fm/music/Taylor+Swift</url>
284
+ </artist>
285
+ <image size="small">http://userserve-ak.last.fm/serve/34s/23516111.jpg</image>
286
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/23516111.jpg</image>
287
+ <image size="large">http://userserve-ak.last.fm/serve/126/23516111.jpg</image>
288
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/23516111.jpg</image>
289
+ </track> <track rank="20">
290
+ <name>Black Horse And The Cherry Tree (Radio Version)</name>
291
+ <playcount>53</playcount>
292
+ <mbid></mbid>
293
+ <url>http://www.last.fm/music/KT+Tunstall/_/Black+Horse+And+The+Cherry+Tree+%28Radio+Version%29</url>
294
+ <streamable fulltrack="0">1</streamable>
295
+ <artist>
296
+ <name>KT Tunstall</name>
297
+ <mbid>951d2103-9c7d-4849-ae60-88bf6aa4790b</mbid>
298
+ <url>http://www.last.fm/music/KT+Tunstall</url>
299
+ </artist>
300
+ <image size="small">http://userserve-ak.last.fm/serve/34s/36705027.png</image>
301
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/36705027.png</image>
302
+ <image size="large">http://userserve-ak.last.fm/serve/126/36705027.png</image>
303
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/36705027.png</image>
304
+ </track> <track rank="21">
305
+ <name>Everybody Knows</name>
306
+ <playcount>53</playcount>
307
+ <mbid></mbid>
308
+ <url>http://www.last.fm/music/Dixie+Chicks/_/Everybody+Knows</url>
309
+ <streamable fulltrack="0">1</streamable>
310
+ <artist>
311
+ <name>Dixie Chicks</name>
312
+ <mbid>3248ed2d-bada-41b5-a7b6-ac88faa1f1ac</mbid>
313
+ <url>http://www.last.fm/music/Dixie+Chicks</url>
314
+ </artist>
315
+ <image size="small">http://userserve-ak.last.fm/serve/34s/32197321.jpg</image>
316
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/32197321.jpg</image>
317
+ <image size="large">http://userserve-ak.last.fm/serve/126/32197321.jpg</image>
318
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/32197321.jpg</image>
319
+ </track> <track rank="22">
320
+ <name>You Belong With Me</name>
321
+ <playcount>53</playcount>
322
+ <mbid></mbid>
323
+ <url>http://www.last.fm/music/Taylor+Swift/_/You+Belong+With+Me</url>
324
+ <streamable fulltrack="0">1</streamable>
325
+ <artist>
326
+ <name>Taylor Swift</name>
327
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
328
+ <url>http://www.last.fm/music/Taylor+Swift</url>
329
+ </artist>
330
+ <image size="small">http://userserve-ak.last.fm/serve/34s/23516111.jpg</image>
331
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/23516111.jpg</image>
332
+ <image size="large">http://userserve-ak.last.fm/serve/126/23516111.jpg</image>
333
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/23516111.jpg</image>
334
+ </track> <track rank="23">
335
+ <name>Hey Stephen</name>
336
+ <playcount>53</playcount>
337
+ <mbid></mbid>
338
+ <url>http://www.last.fm/music/Taylor+Swift/_/Hey+Stephen</url>
339
+ <streamable fulltrack="0">1</streamable>
340
+ <artist>
341
+ <name>Taylor Swift</name>
342
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
343
+ <url>http://www.last.fm/music/Taylor+Swift</url>
344
+ </artist>
345
+ <image size="small">http://userserve-ak.last.fm/serve/34s/23516111.jpg</image>
346
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/23516111.jpg</image>
347
+ <image size="large">http://userserve-ak.last.fm/serve/126/23516111.jpg</image>
348
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/23516111.jpg</image>
349
+ </track> <track rank="24">
350
+ <name>Our Song</name>
351
+ <playcount>52</playcount>
352
+ <mbid></mbid>
353
+ <url>http://www.last.fm/music/Taylor+Swift/_/Our+Song</url>
354
+ <streamable fulltrack="0">0</streamable>
355
+ <artist>
356
+ <name>Taylor Swift</name>
357
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
358
+ <url>http://www.last.fm/music/Taylor+Swift</url>
359
+ </artist>
360
+ <image size="small">http://userserve-ak.last.fm/serve/34s/23516111.jpg</image>
361
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/23516111.jpg</image>
362
+ <image size="large">http://userserve-ak.last.fm/serve/126/23516111.jpg</image>
363
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/23516111.jpg</image>
364
+ </track> <track rank="25">
365
+ <name>Don't Stop Believin' (Glee Cast Version)</name>
366
+ <playcount>52</playcount>
367
+ <mbid></mbid>
368
+ <url>http://www.last.fm/music/Glee+Cast/_/Don%27t+Stop+Believin%27+%28Glee+Cast+Version%29</url>
369
+ <streamable fulltrack="0">1</streamable>
370
+ <artist>
371
+ <name>Glee Cast</name>
372
+ <mbid></mbid>
373
+ <url>http://www.last.fm/music/Glee+Cast</url>
374
+ </artist>
375
+ <image size="small">http://userserve-ak.last.fm/serve/34s/37303449.png</image>
376
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/37303449.png</image>
377
+ <image size="large">http://userserve-ak.last.fm/serve/126/37303449.png</image>
378
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/37303449.png</image>
379
+ </track> <track rank="26">
380
+ <name>Here With Me</name>
381
+ <playcount>51</playcount>
382
+ <mbid></mbid>
383
+ <url>http://www.last.fm/music/Dido/_/Here+With+Me</url>
384
+ <streamable fulltrack="0">1</streamable>
385
+ <artist>
386
+ <name>Dido</name>
387
+ <mbid>d1353a0c-26fb-4318-a116-defde9c7c9ad</mbid>
388
+ <url>http://www.last.fm/music/Dido</url>
389
+ </artist>
390
+ <image size="small">http://userserve-ak.last.fm/serve/34s/32451603.jpg</image>
391
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/32451603.jpg</image>
392
+ <image size="large">http://userserve-ak.last.fm/serve/126/32451603.jpg</image>
393
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/32451603.jpg</image>
394
+ </track> <track rank="27">
395
+ <name>Stars and Boulevards</name>
396
+ <playcount>51</playcount>
397
+ <mbid></mbid>
398
+ <url>http://www.last.fm/music/Augustana/_/Stars+and+Boulevards</url>
399
+ <streamable fulltrack="0">1</streamable>
400
+ <artist>
401
+ <name>Augustana</name>
402
+ <mbid>919ccb96-12da-48f5-bd91-ec410d956048</mbid>
403
+ <url>http://www.last.fm/music/Augustana</url>
404
+ </artist>
405
+ <image size="small">http://userserve-ak.last.fm/serve/34s/32587485.jpg</image>
406
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/32587485.jpg</image>
407
+ <image size="large">http://userserve-ak.last.fm/serve/126/32587485.jpg</image>
408
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/32587485.jpg</image>
409
+ </track> <track rank="28">
410
+ <name>Before He Cheats</name>
411
+ <playcount>51</playcount>
412
+ <mbid></mbid>
413
+ <url>http://www.last.fm/music/Carrie+Underwood/_/Before+He+Cheats</url>
414
+ <streamable fulltrack="0">1</streamable>
415
+ <artist>
416
+ <name>Carrie Underwood</name>
417
+ <mbid>70f0e309-5418-49b6-a130-666e2f76eecd</mbid>
418
+ <url>http://www.last.fm/music/Carrie+Underwood</url>
419
+ </artist>
420
+ <image size="small">http://userserve-ak.last.fm/serve/34s/34894445.png</image>
421
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/34894445.png</image>
422
+ <image size="large">http://userserve-ak.last.fm/serve/126/34894445.png</image>
423
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/34894445.png</image>
424
+ </track> <track rank="29">
425
+ <name>Why You Wanna</name>
426
+ <playcount>51</playcount>
427
+ <mbid></mbid>
428
+ <url>http://www.last.fm/music/T.I./_/Why+You+Wanna</url>
429
+ <streamable fulltrack="0">0</streamable>
430
+ <artist>
431
+ <name>T.I.</name>
432
+ <mbid>f7ba7fbe-c6bd-4ac0-bee9-c25c558d7d62</mbid>
433
+ <url>http://www.last.fm/music/T.I.</url>
434
+ </artist>
435
+ <image size="small">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
436
+ <image size="medium">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
437
+ <image size="large">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
438
+ <image size="extralarge">http://cdn.last.fm/flatness/catalogue/noimage/2/default_album_medium.png</image>
439
+ </track> <track rank="30">
440
+ <name>Move Along</name>
441
+ <playcount>50</playcount>
442
+ <mbid></mbid>
443
+ <url>http://www.last.fm/music/The+All-American+Rejects/_/Move+Along</url>
444
+ <streamable fulltrack="0">1</streamable>
445
+ <artist>
446
+ <name>The All-American Rejects</name>
447
+ <mbid>09885b8e-f235-4b80-a02a-055539493173</mbid>
448
+ <url>http://www.last.fm/music/The+All-American+Rejects</url>
449
+ </artist>
450
+ <image size="small">http://userserve-ak.last.fm/serve/34s/13961105.jpg</image>
451
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/13961105.jpg</image>
452
+ <image size="large">http://userserve-ak.last.fm/serve/126/13961105.jpg</image>
453
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/13961105.jpg</image>
454
+ </track> <track rank="31">
455
+ <name>Mary's Song (Oh My My My)</name>
456
+ <playcount>50</playcount>
457
+ <mbid></mbid>
458
+ <url>http://www.last.fm/music/Taylor+Swift/_/Mary%27s+Song+%28Oh+My+My+My%29</url>
459
+ <streamable fulltrack="0">0</streamable>
460
+ <artist>
461
+ <name>Taylor Swift</name>
462
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
463
+ <url>http://www.last.fm/music/Taylor+Swift</url>
464
+ </artist>
465
+ <image size="small">http://userserve-ak.last.fm/serve/34s/10304119.jpg</image>
466
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/10304119.jpg</image>
467
+ <image size="large">http://userserve-ak.last.fm/serve/126/10304119.jpg</image>
468
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/10304119.jpg</image>
469
+ </track> <track rank="32">
470
+ <name>You Are The Best Thing</name>
471
+ <playcount>50</playcount>
472
+ <mbid></mbid>
473
+ <url>http://www.last.fm/music/Ray+LaMontagne/_/You+Are+The+Best+Thing</url>
474
+ <streamable fulltrack="0">0</streamable>
475
+ <artist>
476
+ <name>Ray LaMontagne</name>
477
+ <mbid>b5c4ffa2-82e1-4b72-b7f3-c60afb74b860</mbid>
478
+ <url>http://www.last.fm/music/Ray+LaMontagne</url>
479
+ </artist>
480
+ <image size="small">http://userserve-ak.last.fm/serve/34s/31945051.jpg</image>
481
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/31945051.jpg</image>
482
+ <image size="large">http://userserve-ak.last.fm/serve/126/31945051.jpg</image>
483
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/31945051.jpg</image>
484
+ </track> <track rank="33">
485
+ <name>Better In Time</name>
486
+ <playcount>50</playcount>
487
+ <mbid></mbid>
488
+ <url>http://www.last.fm/music/Leona+Lewis/_/Better+In+Time</url>
489
+ <streamable fulltrack="0">1</streamable>
490
+ <artist>
491
+ <name>Leona Lewis</name>
492
+ <mbid>8d552dfc-648f-401f-90de-e925013ca537</mbid>
493
+ <url>http://www.last.fm/music/Leona+Lewis</url>
494
+ </artist>
495
+ <image size="small">http://userserve-ak.last.fm/serve/34s/37550579.png</image>
496
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/37550579.png</image>
497
+ <image size="large">http://userserve-ak.last.fm/serve/126/37550579.png</image>
498
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/37550579.png</image>
499
+ </track> <track rank="34">
500
+ <name>Fifteen</name>
501
+ <playcount>50</playcount>
502
+ <mbid></mbid>
503
+ <url>http://www.last.fm/music/Taylor+Swift/_/Fifteen</url>
504
+ <streamable fulltrack="0">1</streamable>
505
+ <artist>
506
+ <name>Taylor Swift</name>
507
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
508
+ <url>http://www.last.fm/music/Taylor+Swift</url>
509
+ </artist>
510
+ <image size="small">http://userserve-ak.last.fm/serve/34s/23516111.jpg</image>
511
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/23516111.jpg</image>
512
+ <image size="large">http://userserve-ak.last.fm/serve/126/23516111.jpg</image>
513
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/23516111.jpg</image>
514
+ </track> <track rank="35">
515
+ <name>White Flag</name>
516
+ <playcount>49</playcount>
517
+ <mbid></mbid>
518
+ <url>http://www.last.fm/music/Dido/_/White+Flag</url>
519
+ <streamable fulltrack="0">1</streamable>
520
+ <artist>
521
+ <name>Dido</name>
522
+ <mbid>d1353a0c-26fb-4318-a116-defde9c7c9ad</mbid>
523
+ <url>http://www.last.fm/music/Dido</url>
524
+ </artist>
525
+ <image size="small">http://userserve-ak.last.fm/serve/34s/32473953.jpg</image>
526
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/32473953.jpg</image>
527
+ <image size="large">http://userserve-ak.last.fm/serve/126/32473953.jpg</image>
528
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/32473953.jpg</image>
529
+ </track> <track rank="36">
530
+ <name>Politically Uncorrect</name>
531
+ <playcount>49</playcount>
532
+ <mbid></mbid>
533
+ <url>http://www.last.fm/music/Gretchen+Wilson/_/Politically+Uncorrect</url>
534
+ <streamable fulltrack="0">0</streamable>
535
+ <artist>
536
+ <name>Gretchen Wilson</name>
537
+ <mbid>11d9fc14-e6ac-4c50-81e7-062dd82566ce</mbid>
538
+ <url>http://www.last.fm/music/Gretchen+Wilson</url>
539
+ </artist>
540
+ <image size="small">http://userserve-ak.last.fm/serve/34s/32196467.jpg</image>
541
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/32196467.jpg</image>
542
+ <image size="large">http://userserve-ak.last.fm/serve/126/32196467.jpg</image>
543
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/32196467.jpg</image>
544
+ </track> <track rank="37">
545
+ <name>Jesus, Take The Wheel</name>
546
+ <playcount>49</playcount>
547
+ <mbid></mbid>
548
+ <url>http://www.last.fm/music/Carrie+Underwood/_/Jesus%2C+Take+The+Wheel</url>
549
+ <streamable fulltrack="0">1</streamable>
550
+ <artist>
551
+ <name>Carrie Underwood</name>
552
+ <mbid>70f0e309-5418-49b6-a130-666e2f76eecd</mbid>
553
+ <url>http://www.last.fm/music/Carrie+Underwood</url>
554
+ </artist>
555
+ <image size="small">http://userserve-ak.last.fm/serve/34s/34894445.png</image>
556
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/34894445.png</image>
557
+ <image size="large">http://userserve-ak.last.fm/serve/126/34894445.png</image>
558
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/34894445.png</image>
559
+ </track> <track rank="38">
560
+ <name>Tell Me Why</name>
561
+ <playcount>49</playcount>
562
+ <mbid></mbid>
563
+ <url>http://www.last.fm/music/Taylor+Swift/_/Tell+Me+Why</url>
564
+ <streamable fulltrack="0">1</streamable>
565
+ <artist>
566
+ <name>Taylor Swift</name>
567
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
568
+ <url>http://www.last.fm/music/Taylor+Swift</url>
569
+ </artist>
570
+ <image size="small">http://userserve-ak.last.fm/serve/34s/23516111.jpg</image>
571
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/23516111.jpg</image>
572
+ <image size="large">http://userserve-ak.last.fm/serve/126/23516111.jpg</image>
573
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/23516111.jpg</image>
574
+ </track> <track rank="39">
575
+ <name>I Want to With You</name>
576
+ <playcount>48</playcount>
577
+ <mbid></mbid>
578
+ <url>http://www.last.fm/music/LeAnn+Rimes/_/I+Want+to+With+You</url>
579
+ <streamable fulltrack="0">0</streamable>
580
+ <artist>
581
+ <name>LeAnn Rimes</name>
582
+ <mbid>9092d8e1-9b38-4372-a96d-000b8561a8bc</mbid>
583
+ <url>http://www.last.fm/music/LeAnn+Rimes</url>
584
+ </artist>
585
+ <image size="small">http://images.amazon.com/images/P/B00067BD8K.01._SCMZZZZZZZ_.jpg</image>
586
+ <image size="medium">http://images.amazon.com/images/P/B00067BD8K.01._SCMZZZZZZZ_.jpg</image>
587
+ <image size="large">http://images.amazon.com/images/P/B00067BD8K.01._SCMZZZZZZZ_.jpg</image>
588
+ <image size="extralarge">http://images.amazon.com/images/P/B00067BD8K.01._SCMZZZZZZZ_.jpg</image>
589
+ </track> <track rank="40">
590
+ <name>How To Save A Life</name>
591
+ <playcount>48</playcount>
592
+ <mbid></mbid>
593
+ <url>http://www.last.fm/music/The+Fray/_/How+To+Save+A+Life</url>
594
+ <streamable fulltrack="0">1</streamable>
595
+ <artist>
596
+ <name>The Fray</name>
597
+ <mbid>2ddd167f-5b8a-4372-b350-6ad50493bac0</mbid>
598
+ <url>http://www.last.fm/music/The+Fray</url>
599
+ </artist>
600
+ <image size="small">http://userserve-ak.last.fm/serve/34s/32610403.jpg</image>
601
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/32610403.jpg</image>
602
+ <image size="large">http://userserve-ak.last.fm/serve/126/32610403.jpg</image>
603
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/32610403.jpg</image>
604
+ </track> <track rank="41">
605
+ <name>What You Know</name>
606
+ <playcount>48</playcount>
607
+ <mbid></mbid>
608
+ <url>http://www.last.fm/music/T.I./_/What+You+Know</url>
609
+ <streamable fulltrack="0">0</streamable>
610
+ <artist>
611
+ <name>T.I.</name>
612
+ <mbid>f7ba7fbe-c6bd-4ac0-bee9-c25c558d7d62</mbid>
613
+ <url>http://www.last.fm/music/T.I.</url>
614
+ </artist>
615
+ <image size="small">http://userserve-ak.last.fm/serve/34s/44237411.jpg</image>
616
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/44237411.jpg</image>
617
+ <image size="large">http://userserve-ak.last.fm/serve/126/44237411.jpg</image>
618
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/44237411.jpg</image>
619
+ </track> <track rank="42">
620
+ <name>Take a Bow</name>
621
+ <playcount>48</playcount>
622
+ <mbid></mbid>
623
+ <url>http://www.last.fm/music/Leona+Lewis/_/Take+a+Bow</url>
624
+ <streamable fulltrack="0">1</streamable>
625
+ <artist>
626
+ <name>Leona Lewis</name>
627
+ <mbid>8d552dfc-648f-401f-90de-e925013ca537</mbid>
628
+ <url>http://www.last.fm/music/Leona+Lewis</url>
629
+ </artist>
630
+ <image size="small">http://userserve-ak.last.fm/serve/34s/37550579.png</image>
631
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/37550579.png</image>
632
+ <image size="large">http://userserve-ak.last.fm/serve/126/37550579.png</image>
633
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/37550579.png</image>
634
+ </track> <track rank="43">
635
+ <name>Fearless</name>
636
+ <playcount>47</playcount>
637
+ <mbid></mbid>
638
+ <url>http://www.last.fm/music/Taylor+Swift/_/Fearless</url>
639
+ <streamable fulltrack="0">1</streamable>
640
+ <artist>
641
+ <name>Taylor Swift</name>
642
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
643
+ <url>http://www.last.fm/music/Taylor+Swift</url>
644
+ </artist>
645
+ <image size="small">http://userserve-ak.last.fm/serve/34s/23516111.jpg</image>
646
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/23516111.jpg</image>
647
+ <image size="large">http://userserve-ak.last.fm/serve/126/23516111.jpg</image>
648
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/23516111.jpg</image>
649
+ </track> <track rank="44">
650
+ <name>Lost!</name>
651
+ <playcount>47</playcount>
652
+ <mbid></mbid>
653
+ <url>http://www.last.fm/music/Coldplay/_/Lost%21</url>
654
+ <streamable fulltrack="0">1</streamable>
655
+ <artist>
656
+ <name>Coldplay</name>
657
+ <mbid>cc197bad-dc9c-440d-a5b5-d52ba2e14234</mbid>
658
+ <url>http://www.last.fm/music/Coldplay</url>
659
+ </artist>
660
+ <image size="small">http://userserve-ak.last.fm/serve/34s/14349365.jpg</image>
661
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/14349365.jpg</image>
662
+ <image size="large">http://userserve-ak.last.fm/serve/126/14349365.jpg</image>
663
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/14349365.jpg</image>
664
+ </track> <track rank="45">
665
+ <name>Lovers in Japan / Reign of Love</name>
666
+ <playcount>47</playcount>
667
+ <mbid></mbid>
668
+ <url>http://www.last.fm/music/Coldplay/_/Lovers%2Bin%2BJapan%2B%252F%2BReign%2Bof%2BLove</url>
669
+ <streamable fulltrack="0">0</streamable>
670
+ <artist>
671
+ <name>Coldplay</name>
672
+ <mbid>cc197bad-dc9c-440d-a5b5-d52ba2e14234</mbid>
673
+ <url>http://www.last.fm/music/Coldplay</url>
674
+ </artist>
675
+ </track> <track rank="46">
676
+ <name>Let It Be Me</name>
677
+ <playcount>47</playcount>
678
+ <mbid></mbid>
679
+ <url>http://www.last.fm/music/Ray+LaMontagne/_/Let+It+Be+Me</url>
680
+ <streamable fulltrack="0">0</streamable>
681
+ <artist>
682
+ <name>Ray LaMontagne</name>
683
+ <mbid>b5c4ffa2-82e1-4b72-b7f3-c60afb74b860</mbid>
684
+ <url>http://www.last.fm/music/Ray+LaMontagne</url>
685
+ </artist>
686
+ <image size="small">http://userserve-ak.last.fm/serve/34s/31945051.jpg</image>
687
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/31945051.jpg</image>
688
+ <image size="large">http://userserve-ak.last.fm/serve/126/31945051.jpg</image>
689
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/31945051.jpg</image>
690
+ </track> <track rank="47">
691
+ <name>You're Not Sorry</name>
692
+ <playcount>47</playcount>
693
+ <mbid></mbid>
694
+ <url>http://www.last.fm/music/Taylor+Swift/_/You%27re+Not+Sorry</url>
695
+ <streamable fulltrack="0">1</streamable>
696
+ <artist>
697
+ <name>Taylor Swift</name>
698
+ <mbid>20244d07-534f-4eff-b4d4-930878889970</mbid>
699
+ <url>http://www.last.fm/music/Taylor+Swift</url>
700
+ </artist>
701
+ <image size="small">http://userserve-ak.last.fm/serve/34s/23516111.jpg</image>
702
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/23516111.jpg</image>
703
+ <image size="large">http://userserve-ak.last.fm/serve/126/23516111.jpg</image>
704
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/23516111.jpg</image>
705
+ </track> <track rank="48">
706
+ <name>Ain't That Lonely Yet</name>
707
+ <playcount>46</playcount>
708
+ <mbid></mbid>
709
+ <url>http://www.last.fm/music/Dwight+Yoakam/_/Ain%27t+That+Lonely+Yet</url>
710
+ <streamable fulltrack="0">0</streamable>
711
+ <artist>
712
+ <name>Dwight Yoakam</name>
713
+ <mbid>0fb711af-c7ba-4bdc-b0b6-b8495fc0a590</mbid>
714
+ <url>http://www.last.fm/music/Dwight+Yoakam</url>
715
+ </artist>
716
+ <image size="small">http://images.amazon.com/images/P/B000002MJ8.01.MZZZZZZZ.jpg</image>
717
+ <image size="medium">http://images.amazon.com/images/P/B000002MJ8.01.MZZZZZZZ.jpg</image>
718
+ <image size="large">http://images.amazon.com/images/P/B000002MJ8.01.MZZZZZZZ.jpg</image>
719
+ <image size="extralarge">http://images.amazon.com/images/P/B000002MJ8.01.MZZZZZZZ.jpg</image>
720
+ </track> <track rank="49">
721
+ <name>Best I Ever Had</name>
722
+ <playcount>46</playcount>
723
+ <mbid></mbid>
724
+ <url>http://www.last.fm/music/Gary+Allan/_/Best+I+Ever+Had</url>
725
+ <streamable fulltrack="0">0</streamable>
726
+ <artist>
727
+ <name>Gary Allan</name>
728
+ <mbid>d211333a-22eb-4be7-a2ac-ca12c73646db</mbid>
729
+ <url>http://www.last.fm/music/Gary+Allan</url>
730
+ </artist>
731
+ <image size="small">http://userserve-ak.last.fm/serve/34s/8768375.jpg</image>
732
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/8768375.jpg</image>
733
+ <image size="large">http://userserve-ak.last.fm/serve/126/8768375.jpg</image>
734
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/8768375.jpg</image>
735
+ </track> <track rank="50">
736
+ <name>42</name>
737
+ <playcount>46</playcount>
738
+ <mbid></mbid>
739
+ <url>http://www.last.fm/music/Coldplay/_/42</url>
740
+ <streamable fulltrack="0">1</streamable>
741
+ <artist>
742
+ <name>Coldplay</name>
743
+ <mbid>cc197bad-dc9c-440d-a5b5-d52ba2e14234</mbid>
744
+ <url>http://www.last.fm/music/Coldplay</url>
745
+ </artist>
746
+ <image size="small">http://userserve-ak.last.fm/serve/34s/14349365.jpg</image>
747
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/14349365.jpg</image>
748
+ <image size="large">http://userserve-ak.last.fm/serve/126/14349365.jpg</image>
749
+ <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/14349365.jpg</image>
750
+ </track></toptracks></lfm>