xhochy-scrobbler 0.2.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. data/History.txt +5 -0
  2. data/MIT-LICENSE +19 -0
  3. data/Manifest +65 -0
  4. data/README.rdoc +114 -0
  5. data/Rakefile +36 -0
  6. data/examples/album.rb +17 -0
  7. data/examples/artist.rb +13 -0
  8. data/examples/scrobble.rb +31 -0
  9. data/examples/tag.rb +11 -0
  10. data/examples/track.rb +6 -0
  11. data/examples/user.rb +14 -0
  12. data/lib/scrobbler.rb +22 -0
  13. data/lib/scrobbler/album.rb +140 -0
  14. data/lib/scrobbler/artist.rb +134 -0
  15. data/lib/scrobbler/base.rb +82 -0
  16. data/lib/scrobbler/chart.rb +31 -0
  17. data/lib/scrobbler/playing.rb +49 -0
  18. data/lib/scrobbler/rest.rb +47 -0
  19. data/lib/scrobbler/scrobble.rb +66 -0
  20. data/lib/scrobbler/search.rb +60 -0
  21. data/lib/scrobbler/simpleauth.rb +59 -0
  22. data/lib/scrobbler/tag.rb +93 -0
  23. data/lib/scrobbler/track.rb +89 -0
  24. data/lib/scrobbler/user.rb +173 -0
  25. data/lib/scrobbler/version.rb +3 -0
  26. data/scrobbler.gemspec +41 -0
  27. data/setup.rb +1585 -0
  28. data/test/fixtures/xml/album/info.xml +43 -0
  29. data/test/fixtures/xml/artist/fans.xml +52 -0
  30. data/test/fixtures/xml/artist/similar.xml +1004 -0
  31. data/test/fixtures/xml/artist/topalbums.xml +61 -0
  32. data/test/fixtures/xml/artist/toptags.xml +19 -0
  33. data/test/fixtures/xml/artist/toptracks.xml +62 -0
  34. data/test/fixtures/xml/search/album.xml +241 -0
  35. data/test/fixtures/xml/search/artist.xml +215 -0
  36. data/test/fixtures/xml/search/track.xml +209 -0
  37. data/test/fixtures/xml/tag/topalbums.xml +805 -0
  38. data/test/fixtures/xml/tag/topartists.xml +605 -0
  39. data/test/fixtures/xml/tag/toptags.xml +1254 -0
  40. data/test/fixtures/xml/tag/toptracks.xml +852 -0
  41. data/test/fixtures/xml/track/fans.xml +34 -0
  42. data/test/fixtures/xml/track/toptags.xml +33 -0
  43. data/test/fixtures/xml/user/friends.xml +30 -0
  44. data/test/fixtures/xml/user/neighbours.xml +23 -0
  45. data/test/fixtures/xml/user/profile.xml +12 -0
  46. data/test/fixtures/xml/user/recentbannedtracks.xml +24 -0
  47. data/test/fixtures/xml/user/recentlovedtracks.xml +24 -0
  48. data/test/fixtures/xml/user/recenttracks.xml +47 -0
  49. data/test/fixtures/xml/user/systemrecs.xml +18 -0
  50. data/test/fixtures/xml/user/topalbums.xml +61 -0
  51. data/test/fixtures/xml/user/topartists.xml +41 -0
  52. data/test/fixtures/xml/user/toptags.xml +44 -0
  53. data/test/fixtures/xml/user/toptracks.xml +65 -0
  54. data/test/mocks/rest.rb +102 -0
  55. data/test/test_helper.rb +20 -0
  56. data/test/unit/album_test.rb +73 -0
  57. data/test/unit/artist_test.rb +106 -0
  58. data/test/unit/chart_test.rb +34 -0
  59. data/test/unit/playing_test.rb +53 -0
  60. data/test/unit/scrobble_test.rb +69 -0
  61. data/test/unit/search_test.rb +55 -0
  62. data/test/unit/simpleauth_test.rb +45 -0
  63. data/test/unit/tag_test.rb +58 -0
  64. data/test/unit/track_test.rb +37 -0
  65. data/test/unit/user_test.rb +201 -0
  66. metadata +175 -0
@@ -0,0 +1,34 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <topfans artist="Cher" track="Believe">
4
+
5
+ <user>
6
+ <name>ccaron0</name>
7
+ <url>http://www.last.fm/user/ccaron0</url>
8
+ <image size="small"></image>
9
+ <image size="medium"></image>
10
+ <image size="large"></image>
11
+
12
+ <weight>335873</weight>
13
+ </user>
14
+ <user>
15
+ <name>rankcamo</name>
16
+ <url>http://www.last.fm/user/rankcamo</url>
17
+ <image size="small"></image>
18
+ <image size="medium"></image>
19
+ <image size="large"></image>
20
+
21
+ <weight>320000</weight>
22
+ </user>
23
+ <user>
24
+ <name>craigy92</name>
25
+ <url>http://www.last.fm/user/craigy92</url>
26
+ <image size="small"></image>
27
+ <image size="medium"></image>
28
+ <image size="large"></image>
29
+
30
+ <weight>200000</weight>
31
+ </user>
32
+ </topfans></lfm>
33
+
34
+
@@ -0,0 +1,33 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <toptags artist="Carrie Underwood" track="Before He Cheats">
3
+ <tag>
4
+ <name>country</name>
5
+ <count>100</count>
6
+ <url>http://www.last.fm/tag/country</url>
7
+ </tag>
8
+ <tag>
9
+ <name>pop</name>
10
+ <count>59</count>
11
+ <url>http://www.last.fm/tag/pop</url>
12
+ </tag>
13
+ <tag>
14
+ <name>female vocalists</name>
15
+ <count>22</count>
16
+ <url>http://www.last.fm/tag/female%20vocalists</url>
17
+ </tag>
18
+ <tag>
19
+ <name>favorites</name>
20
+ <count>19</count>
21
+ <url>http://www.last.fm/tag/favorites</url>
22
+ </tag>
23
+ <tag>
24
+ <name>female vocals</name>
25
+ <count>16</count>
26
+ <url>http://www.last.fm/tag/female%20vocals</url>
27
+ </tag>
28
+ <tag>
29
+ <name>i feel like i sold out for listening to this</name>
30
+ <count>8</count>
31
+ <url>http://www.last.fm/tag/i%20feel%20like%20i%20sold%20out%20for%20listening%20to%20this</url>
32
+ </tag>
33
+ </toptags>
@@ -0,0 +1,30 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <friends for="RJ" total="84" page="1" perPage="50" totalPages="2">
4
+ <user>
5
+ <name>lobsterclaw</name>
6
+ <realname>Laura Weiss</realname>
7
+ <image size="small">http://userserve-ak.last.fm/serve/34/1733471.jpg</image>
8
+ <image size="medium">http://userserve-ak.last.fm/serve/64/1733471.jpg</image>
9
+ <image size="large">http://userserve-ak.last.fm/serve/126/1733471.jpg</image>
10
+
11
+ <url>http://www.last.fm/user/lobsterclaw</url>
12
+ </user><user>
13
+ <name>jajo</name>
14
+ <realname></realname>
15
+ <image size="small"></image>
16
+ <image size="medium"></image>
17
+ <image size="large"></image>
18
+ <url>http://www.last.fm/user/jajo</url>
19
+
20
+ </user><user>
21
+ <name>mremond</name>
22
+ <realname>Mickaël</realname>
23
+ <image size="small">http://userserve-ak.last.fm/serve/34/5129358.jpg</image>
24
+ <image size="medium">http://userserve-ak.last.fm/serve/64/5129358.jpg</image>
25
+ <image size="large">http://userserve-ak.last.fm/serve/126/5129358.jpg</image>
26
+
27
+ <url>http://www.last.fm/user/mremond</url>
28
+ </user>
29
+ </friends></lfm>
30
+
@@ -0,0 +1,23 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <neighbours user="RJ">
4
+ <user>
5
+ <name>Driotheri</name>
6
+ <url>http://www.last.fm/user/Driotheri</url>
7
+ <image size="small">http://userserve-ak.last.fm/serve/34/6070771.jpg</image>
8
+ <image size="medium">http://userserve-ak.last.fm/serve/64/6070771.jpg</image>
9
+ <image size="large">http://userserve-ak.last.fm/serve/126/6070771.jpg</image>
10
+
11
+ <match>0.00027966260677204</match>
12
+ </user>
13
+ <user>
14
+ <name>frood73</name>
15
+ <url>http://www.last.fm/user/frood73</url>
16
+ <image size="small">http://userserve-ak.last.fm/serve/34/1279453.jpg</image>
17
+ <image size="medium">http://userserve-ak.last.fm/serve/64/1279453.jpg</image>
18
+
19
+ <image size="large">http://userserve-ak.last.fm/serve/126/1279453.jpg</image>
20
+ <match>0.0017569661140442</match>
21
+ </user>
22
+ </neighbours></lfm>
23
+
@@ -0,0 +1,12 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <profile id="3017870" cluster="4" username="jnunemaker">
3
+ <url>http://www.last.fm/user/jnunemaker/</url>
4
+ <realname>John Nunemaker</realname>
5
+ <mbox_sha1sum>d5bbe280b7a41d4a87253361692ef105b983cf1a</mbox_sha1sum>
6
+ <registered unixtime="1134050307">Dec 8, 2005</registered>
7
+ <age>25</age>
8
+ <gender>m</gender>
9
+ <country>United States</country>
10
+ <playcount>13267</playcount>
11
+ <avatar>http://panther1.last.fm/avatar/5cb420de0855dadf6bcb1090d8ff02bb.jpg</avatar>
12
+ </profile>
@@ -0,0 +1,24 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <recentbannedtracks user="jnunemaker">
3
+ <track>
4
+ <artist mbid="65314b12-0e08-43fa-ba33-baaa7b874c15">Leonard Cohen</artist>
5
+ <name>Dress Rehearsal Rag</name>
6
+ <mbid></mbid>
7
+ <url>http://www.last.fm/music/Leonard+Cohen/_/Dress+Rehearsal+Rag</url>
8
+ <date uts="1159366744">27 Sep 2006, 2:19pm</date>
9
+ </track>
10
+ <track>
11
+ <artist mbid="4c7ee06c-a724-4ed3-9a12-416d4424d5c3">Full Force</artist>
12
+ <name>Alice, I Want You Just for Me</name>
13
+ <mbid></mbid>
14
+ <url>http://www.last.fm/music/Full+Force/_/Alice%2C+I+Want+You+Just+for+Me</url>
15
+ <date uts="1159365442">27 Sep 2006, 1:57pm</date>
16
+ </track>
17
+ <track>
18
+ <artist mbid="832a43c7-aa7d-439b-a6b4-4f1afa671c24">Soulfly</artist>
19
+ <name>Back to the Primitive</name>
20
+ <mbid></mbid>
21
+ <url>http://www.last.fm/music/Soulfly/_/Back+to+the+Primitive</url>
22
+ <date uts="1159365432">27 Sep 2006, 1:57pm</date>
23
+ </track>
24
+ </recentbannedtracks>
@@ -0,0 +1,24 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <recentlovedtracks user="jnunemaker">
3
+ <track>
4
+ <artist mbid="50549203-9602-451c-b49f-ff031ba8635c">Dashboard Confessional</artist>
5
+ <name>Am I Missing</name>
6
+ <mbid></mbid>
7
+ <url>http://www.last.fm/music/Dashboard+Confessional/_/Am+I+Missing</url>
8
+ <date uts="1159292606">26 Sep 2006, 5:43pm</date>
9
+ </track>
10
+ <track>
11
+ <artist mbid="2f1e4ada-2b9a-4834-90fa-88d61b73082f">Caesars</artist>
12
+ <name>Jerk It Out</name>
13
+ <mbid></mbid>
14
+ <url>http://www.last.fm/music/Caesars/_/Jerk+It+Out</url>
15
+ <date uts="1158947077">22 Sep 2006, 5:44pm</date>
16
+ </track>
17
+ <track>
18
+ <artist mbid="c544ed4d-2390-4442-a83e-1ea2883b09c8">Lynyrd Skynyrd</artist>
19
+ <name>Sweet Home Alabama</name>
20
+ <mbid></mbid>
21
+ <url>http://www.last.fm/music/Lynyrd+Skynyrd/_/Sweet+Home+Alabama</url>
22
+ <date uts="1158946839">22 Sep 2006, 5:40pm</date>
23
+ </track>
24
+ </recentlovedtracks>
@@ -0,0 +1,47 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <recenttracks user="RJ">
4
+ <track nowplaying="true">
5
+ <artist mbid="bc641be9-ca36-4c61-9394-5230433f6646">Liquid Tension Experiment</artist>
6
+ <name>Liquid Dreams</name>
7
+ <streamable>1</streamable>
8
+ <mbid></mbid>
9
+ <album mbid="6c20d297-121e-47d0-aa3a-8f27c7a06553">Liquid Tension Experiment 2</album>
10
+
11
+ <url>http://www.last.fm/music/Liquid+Tension+Experiment/_/Liquid+Dreams</url>
12
+ <image size="small">http://userserve-ak.last.fm/serve/34s/16592807.jpg</image>
13
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/16592807.jpg</image>
14
+ <image size="large">http://userserve-ak.last.fm/serve/126/16592807.jpg</image>
15
+ <date uts="1240941262">28 Apr 2009, 17:54</date>
16
+ </track>
17
+ <track >
18
+ <artist mbid="bc641be9-ca36-4c61-9394-5230433f6646">Liquid Tension Experiment</artist>
19
+
20
+ <name>Liquid Dreams</name>
21
+ <streamable>1</streamable>
22
+ <mbid></mbid>
23
+ <album mbid="6c20d297-121e-47d0-aa3a-8f27c7a06553">Liquid Tension Experiment 2</album>
24
+ <url>http://www.last.fm/music/Liquid+Tension+Experiment/_/Liquid+Dreams</url>
25
+ <image size="small">http://userserve-ak.last.fm/serve/34s/16592807.jpg</image>
26
+
27
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/16592807.jpg</image>
28
+ <image size="large">http://userserve-ak.last.fm/serve/126/16592807.jpg</image>
29
+ <date uts="1240939210">28 Apr 2009, 17:20</date>
30
+ </track>
31
+ <track >
32
+ <artist mbid="bc641be9-ca36-4c61-9394-5230433f6646">Liquid Tension Experiment</artist>
33
+ <name>Liquid Dreams</name>
34
+ <streamable>1</streamable>
35
+
36
+ <mbid></mbid>
37
+ <album mbid="6c20d297-121e-47d0-aa3a-8f27c7a06553">Liquid Tension Experiment 2</album>
38
+ <url>http://www.last.fm/music/Liquid+Tension+Experiment/_/Liquid+Dreams</url>
39
+ <image size="small">http://userserve-ak.last.fm/serve/34s/16592807.jpg</image>
40
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/16592807.jpg</image>
41
+ <image size="large">http://userserve-ak.last.fm/serve/126/16592807.jpg</image>
42
+
43
+ <date uts="1240934120">28 Apr 2009, 15:55</date>
44
+ </track>
45
+ </recenttracks></lfm>
46
+
47
+
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <recommendations user="RJ">
3
+ <artist>
4
+ <name>Kaiser Chiefs</name>
5
+ <mbid>90218af4-4d58-4821-8d41-2ee295ebbe21</mbid>
6
+ <url>http://www.last.fm/music/Kaiser+Chiefs</url>
7
+ </artist>
8
+ <artist>
9
+ <name>Planet X</name>
10
+ <mbid>663ce5b5-fdd8-47c1-b1e5-c632ed6c3d1b</mbid>
11
+ <url>http://www.last.fm/music/Planet+X</url>
12
+ </artist>
13
+ <artist>
14
+ <name>Kasabian</name>
15
+ <mbid>69b39eab-6577-46a4-a9f5-817839092033</mbid>
16
+ <url>http://www.last.fm/music/Kasabian</url>
17
+ </artist>
18
+ </recommendations>
@@ -0,0 +1,61 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <topalbums user="RJ" type="overall">
4
+
5
+
6
+
7
+ <album rank="1">
8
+ <name>Slave To The Grid</name>
9
+ <playcount>251</playcount>
10
+ <mbid></mbid>
11
+ <url>http://www.last.fm/music/Skid+Row/Slave+To+The+Grid</url>
12
+
13
+ <artist>
14
+ <name>Skid Row</name>
15
+ <mbid>6da0515e-a27d-449d-84cc-00713c38a140</mbid>
16
+ <url>http://www.last.fm/music/Skid+Row</url>
17
+ </artist>
18
+ <image size="small">http://userserve-ak.last.fm/serve/34s/12621887.jpg</image>
19
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/12621887.jpg</image>
20
+
21
+ <image size="large">http://userserve-ak.last.fm/serve/126/12621887.jpg</image>
22
+ </album>
23
+
24
+
25
+ <album rank="2">
26
+ <name>Images and Words</name>
27
+ <playcount>213</playcount>
28
+ <mbid>f20971f2-c8ad-4d26-91ab-730f6dedafb2</mbid>
29
+ <url>http://www.last.fm/music/Dream+Theater/Images+and+Words</url>
30
+
31
+ <artist>
32
+ <name>Dream Theater</name>
33
+ <mbid>28503ab7-8bf2-4666-a7bd-2644bfc7cb1d</mbid>
34
+ <url>http://www.last.fm/music/Dream+Theater</url>
35
+ </artist>
36
+ <image size="small">http://userserve-ak.last.fm/serve/34s/12620339.jpg</image>
37
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/12620339.jpg</image>
38
+
39
+ <image size="large">http://userserve-ak.last.fm/serve/126/12620339.jpg</image>
40
+ </album>
41
+
42
+
43
+ <album rank="3">
44
+ <name>Once in a Livetime</name>
45
+ <playcount>202</playcount>
46
+ <mbid></mbid>
47
+ <url>http://www.last.fm/music/Dream+Theater/Once+in+a+Livetime</url>
48
+
49
+ <artist>
50
+ <name>Dream Theater</name>
51
+ <mbid>28503ab7-8bf2-4666-a7bd-2644bfc7cb1d</mbid>
52
+ <url>http://www.last.fm/music/Dream+Theater</url>
53
+ </artist>
54
+ <image size="small">http://images.amazon.com/images/P/B00000DD27.01._SCMZZZZZZZ_.jpg</image>
55
+ <image size="medium">http://images.amazon.com/images/P/B00000DD27.01._SCMZZZZZZZ_.jpg</image>
56
+
57
+ <image size="large">http://images.amazon.com/images/P/B00000DD27.01._SCMZZZZZZZ_.jpg</image>
58
+ </album>
59
+
60
+ </topalbums></lfm>
61
+
@@ -0,0 +1,41 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <topartists user="RJ" type="overall">
4
+
5
+
6
+
7
+ <artist rank="1">
8
+ <name>Dream Theater</name>
9
+ <playcount>1643</playcount>
10
+ <mbid>28503ab7-8bf2-4666-a7bd-2644bfc7cb1d</mbid>
11
+ <url>http://www.last.fm/music/Dream+Theater</url>
12
+ <streamable>1</streamable>
13
+ <image size="small">http://userserve-ak.last.fm/serve/34/5535004.jpg</image>
14
+ <image size="medium">http://userserve-ak.last.fm/serve/64/5535004.jpg</image>
15
+ <image size="large">http://userserve-ak.last.fm/serve/126/5535004.jpg</image>
16
+ </artist>
17
+
18
+
19
+ <artist rank="2">
20
+ <name>Dire Straits</name>
21
+ <playcount>770</playcount>
22
+ <mbid>614e3804-7d34-41ba-857f-811bad7c2b7a</mbid>
23
+ <url>http://www.last.fm/music/Dire+Straits</url>
24
+ <streamable>1</streamable>
25
+ <image size="small">http://userserve-ak.last.fm/serve/34/135149.jpg</image>
26
+ <image size="medium">http://userserve-ak.last.fm/serve/64/135149.jpg</image>
27
+ <image size="large">http://userserve-ak.last.fm/serve/126/135149.jpg</image>
28
+ </artist>
29
+
30
+
31
+ <artist rank="3">
32
+ <name>Miles Davis</name>
33
+ <playcount>759</playcount>
34
+ <mbid>561d854a-6a28-4aa7-8c99-323e6ce46c2a</mbid>
35
+ <url>http://www.last.fm/music/Miles+Davis</url>
36
+ <streamable>1</streamable>
37
+ <image size="small">http://userserve-ak.last.fm/serve/34/3800780.jpg</image>
38
+ <image size="medium">http://userserve-ak.last.fm/serve/64/3800780.jpg</image>
39
+ <image size="large">http://userserve-ak.last.fm/serve/126/183755.jpg</image>
40
+ </artist>
41
+ </topartists></lfm>
@@ -0,0 +1,44 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <toptags user="RJ">
4
+ <tag>
5
+ <name>rock</name>
6
+ <count>16</count>
7
+ <url>www.last.fm/tag/rock</url>
8
+ </tag>
9
+ <tag>
10
+ <name>jazz</name>
11
+
12
+ <count>10</count>
13
+ <url>www.last.fm/tag/jazz</url>
14
+ </tag>
15
+ <tag>
16
+ <name>metal</name>
17
+ <count>10</count>
18
+ <url>www.last.fm/tag/metal</url>
19
+
20
+ </tag>
21
+ <tag>
22
+ <name>mellow</name>
23
+ <count>6</count>
24
+ <url>www.last.fm/tag/mellow</url>
25
+ </tag>
26
+ <tag>
27
+ <name>80s</name>
28
+ <count>6</count>
29
+
30
+ <url>www.last.fm/tag/80s</url>
31
+ </tag>
32
+ <tag>
33
+ <name>guitar</name>
34
+ <count>6</count>
35
+ <url>www.last.fm/tag/guitar</url>
36
+ </tag>
37
+ <tag>
38
+ <name>checkitout</name>
39
+
40
+ <count>5</count>
41
+ <url>www.last.fm/tag/checkitout</url>
42
+ </tag>
43
+ </toptags></lfm>
44
+
@@ -0,0 +1,65 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <lfm status="ok">
3
+ <toptracks user="RJ" type="overall">
4
+
5
+
6
+
7
+ <track rank="1">
8
+ <name>Learning to Live</name>
9
+ <playcount>51</playcount>
10
+ <mbid></mbid>
11
+ <url>http://www.last.fm/music/Dream+Theater/_/Learning+to+Live</url>
12
+
13
+ <streamable fulltrack="0">1</streamable>
14
+ <artist>
15
+ <name>Dream Theater</name>
16
+ <mbid>28503ab7-8bf2-4666-a7bd-2644bfc7cb1d</mbid>
17
+ <url>http://www.last.fm/music/Dream+Theater</url>
18
+ </artist>
19
+ <image size="small">http://userserve-ak.last.fm/serve/34s/12620339.jpg</image>
20
+
21
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/12620339.jpg</image>
22
+ <image size="large">http://userserve-ak.last.fm/serve/126/12620339.jpg</image>
23
+ </track>
24
+
25
+
26
+ <track rank="1">
27
+ <name>Three Minute Warning</name>
28
+ <playcount>51</playcount>
29
+ <mbid></mbid>
30
+
31
+ <url>http://www.last.fm/music/Liquid+Tension+Experiment/_/Three+Minute+Warning</url>
32
+ <streamable fulltrack="1">1</streamable>
33
+ <artist>
34
+ <name>Liquid Tension Experiment</name>
35
+ <mbid>bc641be9-ca36-4c61-9394-5230433f6646</mbid>
36
+ <url>http://www.last.fm/music/Liquid+Tension+Experiment</url>
37
+
38
+ </artist>
39
+ <image size="small">http://userserve-ak.last.fm/serve/34s/15779373.jpg</image>
40
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/15779373.jpg</image>
41
+ <image size="large">http://userserve-ak.last.fm/serve/126/15779373.jpg</image>
42
+ </track>
43
+
44
+
45
+ <track rank="3">
46
+ <name>Pull Me Under</name>
47
+
48
+ <playcount>46</playcount>
49
+ <mbid></mbid>
50
+ <url>http://www.last.fm/music/Dream+Theater/_/Pull+Me+Under</url>
51
+ <streamable fulltrack="0">1</streamable>
52
+ <artist>
53
+ <name>Dream Theater</name>
54
+ <mbid>28503ab7-8bf2-4666-a7bd-2644bfc7cb1d</mbid>
55
+
56
+ <url>http://www.last.fm/music/Dream+Theater</url>
57
+ </artist>
58
+ <image size="small">http://userserve-ak.last.fm/serve/34s/12620339.jpg</image>
59
+ <image size="medium">http://userserve-ak.last.fm/serve/64s/12620339.jpg</image>
60
+ <image size="large">http://userserve-ak.last.fm/serve/126/12620339.jpg</image>
61
+ </track>
62
+
63
+ </toptracks></lfm>
64
+
65
+