jimmy_jukebox 0.6.3 → 0.6.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,21 +4,24 @@ module Artists
4
4
  acb: { genre: 'BANJO', name: "archibald_camp_banjo" },
5
5
  at: { genre: 'JAZZ', name: "art_tatum" },
6
6
  as: { genre: 'JAZZ', name: "artie_shaw"},
7
+ bb: { genre: 'ROCK', name: 'the_beach_boys'},
7
8
  bg: { genre: 'JAZZ', name: "benny_goodman"},
8
9
  bh: { genre: 'JAZZ', name: "billie_holiday"},
9
10
  bhc: { genre: 'ROCK', name: "bill_haley_comets"},
10
11
  bb: { genre: 'JAZZ', name: "bix_beiderbecke"},
12
+ berry: { genre: 'ROCK', name: "chuck_berry"},
11
13
  bm: { genre: 'JAZZ', name: "bennie_moten"},
12
- fc: { genre: 'CLASSICAL', name: "chopin"},
14
+ bop: { genre: 'ROCK', name: "big_bopper"},
13
15
  ca: { genre: 'JAZZ', name: "cannonball_adderley"},
14
16
  carl: { genre: 'ROCK', name: 'carl_perkins'},
15
- berry: { genre: 'ROCK', name: "chuck_berry"},
17
+ cb: { genre: 'JAZZ', name: "count_basie"},
16
18
  cc: { genre: 'JAZZ', name: "charlie_christian"},
17
19
  cp: { genre: 'JAZZ', name: "charlie_parker"},
18
20
  ch: { genre: 'JAZZ', name: "coleman_hawkins"},
19
21
  check: { genre: 'ROCK', name: "chubby_checker"},
20
22
  chjb: { genre: 'JAZZ', name: "clifford_hayes_jug_blowers"},
21
- cb: { genre: 'JAZZ', name: "count_basie"},
23
+ cl: { genre: 'ROCK', name: 'curtis_lee'},
24
+ coast: { genre: 'ROCK', name: 'the_coasters'},
22
25
  dx: { genre: 'JAZZ', name: "dixieland"},
23
26
  dg: { genre: 'JAZZ', name: "dizzy_gillespie"},
24
27
  dr: { genre: 'JAZZ', name: "django_reinhardt"},
@@ -27,10 +30,12 @@ module Artists
27
30
  eb: { genre: 'ROCK', name: "everly_brothers"},
28
31
  eh: { genre: 'JAZZ', name: "earl_hines"},
29
32
  es: { genre: 'BLUEGRASS', name: "earl_scruggs"},
33
+ fc: { genre: 'CLASSICAL', name: "chopin"},
30
34
  fh: { genre: 'JAZZ', name: "fletcher_henderson"},
31
35
  fs: { genre: 'CLASSICAL', name: "franz_schubert"},
32
36
  gm: { genre: 'JAZZ', name: "glenn_miller"},
33
37
  h: { genre: 'CLASSICAL', name: 'haydn'},
38
+ hbrsb: { genre: 'BLUEGRASS', name: 'hot_buttered_rum_string_band'},
34
39
  holly: { genre: 'ROCK', name: 'buddy_holly'},
35
40
  jb: { genre: 'CLASSICAL', name: 'johannes_brahms'},
36
41
  jc: { genre: 'JAZZ', name: "john_coltrane"},
@@ -39,6 +44,8 @@ module Artists
39
44
  jm: { genre: 'JAZZ', name: "jazz_medleys"},
40
45
  jrm: { genre: 'JAZZ', name: "jelly_roll_morton"},
41
46
  jsb: { genre: 'CLASSICAL', name: "bach"},
47
+ jug: { genre: 'JUGBAND', name: 'jugband'},
48
+ kings: { genre: 'ROCK', name: 'the_kingsmen'},
42
49
  ko: { genre: 'JAZZ', name: "king_oliver"},
43
50
  la: { genre: 'JAZZ', name: "louis_armstrong"},
44
51
  lb: { genre: 'JAZZ', name: "les_brown"},
@@ -57,10 +64,14 @@ module Artists
57
64
  riv: { genre: 'ROCK', name: "the_rivieras"},
58
65
  rn: { genre: 'JAZZ', name: "red_norvo"},
59
66
  ro: { genre: 'ROCK', name: 'roy_orbison'},
67
+ rs: { genre: 'ROCK', name: 'the_rolling_stones'},
60
68
  rt: { genre: 'JAZZ', name: "ragtime"},
61
69
  rv: { genre: 'ROCK', name: 'richie_valens'},
62
70
  sb: { genre: 'JAZZ', name: "sidney_bechet"},
71
+ sg: { genre: 'FOLK', name: 'simon_and_garfunkel'},
63
72
  sj: { genre: 'JAZZ', name: "scott_joplin"},
73
+ sup: { genre: 'ROCK', name: 'the_supremes'},
74
+ tempt: { genre: 'ROCK', name: 'the_temptations'},
64
75
  v: { genre: 'CLASSICAL', name: "vivaldi"},
65
76
  wam: { genre: 'CLASSICAL', name: "mozart"}
66
77
  }
@@ -53,7 +53,7 @@ module JimmyJukebox
53
53
 
54
54
  def valid_genre?(arg)
55
55
  # probably shouldn't hardcode these
56
- valid_genres = [/^JAZZ$/i, /^CLASSICAL$/i, /^BLUEGRASS$/i, /^BANJO$/i, /^ROCK$/i]
56
+ valid_genres = [/^BANJO$/i, /^BLUEGRASS$/i, /^CLASSICAL$/i, /^FOLK$/i, /^JAZZ$/i, /^JUGBAND$/i, /^ROCK$/i]
57
57
  valid_genres.any? { |g| g =~ arg }
58
58
  end
59
59
 
@@ -90,7 +90,7 @@ module JimmyJukebox
90
90
  puts " ------------------------------------------------------------------------"
91
91
  puts " JimmyJukebox usage help\n\n"
92
92
  msg.call if msg
93
- puts " Full instructions: https://github.com/JamesLavin/jimmy_jukebox"
93
+ puts " Full instructions: https://github.com/JamesLavin/jimmy_jukebox#readme"
94
94
  puts " ------------------------------------------------------------------------"
95
95
  end
96
96
 
@@ -0,0 +1,22 @@
1
+ ---
2
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-AtTheHop.mp3
3
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-BeggarToAKing.mp3
4
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-BigBoppersWedding1962.mp3
5
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-BoppersBoogieWoogie.mp3
6
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-ChantillyLace.mp3
7
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-CrazyBlues.mp3
8
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-ItsTheTruthRuth.mp3
9
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-LittleRedRidingHood.mp3
10
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-MonkeySongyouMadeAMonkeyOutOfMe.mp3
11
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-OldMaid.mp3
12
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-OneMoreChance.mp3
13
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-PinkPetticoats.mp3
14
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-PurplePeopleEaterMeetsTheWitchDoctor.mp3
15
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-SomeoneWatchingOverYou.mp3
16
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-StrangeKisses.mp3
17
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-TeenageMoon.mp3
18
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-ThatsWhatImTalkingAbout.mp3
19
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-TheClock.mp3
20
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-ThePreacherTheBear.mp3
21
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-WalkingThroughMyDreams.mp3
22
+ - http://archive.org/download/TheBigBopper-01-10/TheBigBopper-WhiteLightning1959.mp3
@@ -0,0 +1,22 @@
1
+ ---
2
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-ANightAtDaddyGees1962.mp3
3
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-BeverlyJean1961.mp3
4
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-DoesHeMeanThatMuchToYou.mp3
5
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-EverybodysGoingWild.mp3
6
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-Gee.mp3
7
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-GeeHowIWishYouWereHere.mp3
8
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-GottaHaveYou1959.mp3
9
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-INeverKnewWhatLoveCouldDo1959.mp3
10
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-IsSheInYourTown.mp3
11
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-JustAnotherFool1962.mp3
12
+ - http://archive.org/download/CurtisLee-01-12/CurtisLee-LittleEgypt1966.mp3
13
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-Mr.Mistaker.mp3
14
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-PickinUpThePiecesOfMyHeart1963.mp3
15
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-PledgeOfLove.mp3
16
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-PrettyLittleAngelEyes.mp3
17
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-PureLove1959.mp3
18
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-ThenIllKnow.mp3
19
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-UnderTheMoonOfLove1961.mp3
20
+ - http://archive.org/download/CurtisLee-01-15/CurtisLee-WithAllMyHeart.mp3
21
+ - http://archive.org/download/CurtisLee-01-15/CurtisLeeTheHalos-GeeHowIWishYouWereHere.mp3
22
+ - http://archive.org/download/CurtisLee-01-15/CurtisLeeTheKcps-EverybodysGoingWild.mp3
@@ -0,0 +1,12 @@
1
+ ---
2
+ ---
3
+ - http://archive.org/download/HBRSB2005-01-11.flac16/HBRSB2005-01-11d01t01_64kb.mp3
4
+ - http://archive.org/download/HBRSB2005-01-11.flac16/HBRSB2005-01-11d01t02_64kb.mp3
5
+ - http://archive.org/download/HBRSB2005-01-11.flac16/HBRSB2005-01-11d01t03_64kb.mp3
6
+ - http://archive.org/download/HBRSB2005-01-11.flac16/HBRSB2005-01-11d01t04_64kb.mp3
7
+ - http://archive.org/download/HBRSB2005-01-11.flac16/HBRSB2005-01-11d01t05_64kb.mp3
8
+ - http://archive.org/download/HBRSB2005-01-11.flac16/HBRSB2005-01-11d01t06_64kb.mp3
9
+ - http://archive.org/download/HBRSB2005-01-11.flac16/HBRSB2005-01-11d01t07_64kb.mp3
10
+ - http://archive.org/download/HBRSB2005-01-11.flac16/HBRSB2005-01-11d01t08_64kb.mp3
11
+ - http://archive.org/download/HBRSB2005-01-11.flac16/HBRSB2005-01-11d01t09_64kb.mp3
12
+ - http://archive.org/download/HBRSB2005-01-11.flac16/HBRSB2005-01-11d01t10_64kb.mp3
@@ -0,0 +1,63 @@
1
+ ---
2
+ - http://archive.org/download/EarlMcdonaldsOriginalLouisvilleJugBand-01-04/EarlMcdonaldsOriginalLouisvilleJugBand-HesInTheJailhouseNow1927.mp3
3
+ - http://archive.org/download/EarlMcdonaldsOriginalLouisvilleJugBand-01-04/EarlMcdonaldsOriginalLouisvilleJugBand-LittleWhiteHouseAtTheEndOfHoneymoonLane.mp3
4
+ - http://archive.org/download/EarlMcdonaldsOriginalLouisvilleJugBand-01-04/EarlMcdonaldsOriginalLouisvilleJugBand-ShesInTheGraveyardNow.mp3
5
+ - http://archive.org/download/EarlMcdonaldsOriginalLouisvilleJugBand-SheWontQuitButShellSlow/EarlMcdonaldsOriginalLouisvilleJugBand-SheWontQuitButShellSlowDown1927.mp3
6
+ - http://archive.org/download/EarlMcdonaldsOriginalLouisvilleJugBand-01-04/EarlMcdonaldsOriginalLouisvilleJugBand-UnderTheChickenTree.mp3
7
+ - http://archive.org/download/WhistlersJugBand-01-05/WhistlersJugBand-ChicagoFlip.mp3
8
+ - http://archive.org/download/WhistlersJugBand-01-05/WhistlersJugBand-FoldinBed.mp3
9
+ - http://archive.org/download/WhistlersJugBand-01-05/WhistlersJugBand-HoldThatTiger1931.mp3
10
+ - http://archive.org/download/WhistlersJugBand-01-05/WhistlersJugBand-JerryOMine.mp3
11
+ - http://archive.org/download/WhistlersJugBand-01-05/WhistlersJugBand-LowDownBlues1925.mp3
12
+ - http://archive.org/download/LetsPlaySomeJugbandMusic/ComeOnHomewalterD.Pierce.mp3
13
+ - http://archive.org/download/LetsPlaySomeJugbandMusic/HeyGoodLookinhankWilliamsJr..mp3
14
+ - http://archive.org/download/LetsPlaySomeJugbandMusic/HomeOnTheRange.mp3
15
+ - http://archive.org/download/LetsPlaySomeJugbandMusic/PennyLanemccartney.mp3
16
+ - http://archive.org/download/LetsPlaySomeJugbandMusic/St.JamesInfirmary.mp3
17
+ - http://archive.org/download/LetsPlaySomeJugbandMusic/TurnMeOnnorahJones.mp3
18
+ - http://archive.org/download/LetsPlaySomeJugbandMusic/WayfaringStrangertraditional.mp3
19
+ - http://archive.org/download/LetsPlaySomeJugbandMusic/WhenImSixty-fourmccartney.mp3
20
+ - http://archive.org/download/LetsPlaySomeJugbandMusic/WillYouStillLoveMe_walterD.Pierce.mp3
21
+ - http://archive.org/download/LetsPlaySomeJugbandMusic/WillYouStillLoveMewalterD.Pierce.mp3
22
+ - http://archive.org/download/LetsPlaySomeJugbandMusic/YouAreMySunshine.mp3
23
+ - http://archive.org/download/LetsPlaySomeJugbandMusic/YouAreMySunshinealtTake.mp3
24
+ - http://archive.org/download/LetsPlaySomeJugbandMusic/YourCheatingHearthankWilliams.mp3
25
+ - http://archive.org/download/scsjb1999-09-18.late.sbd/scsjb-1999-09-18-sbd01_64kb.mp3
26
+ - http://archive.org/download/scsjb1999-09-18.late.sbd/scsjb-1999-09-18-sbd02_64kb.mp3
27
+ - http://archive.org/download/scsjb1999-09-18.late.sbd/scsjb-1999-09-18-sbd03_64kb.mp3
28
+ - http://archive.org/download/scsjb1999-09-18.late.sbd/scsjb-1999-09-18-sbd04_64kb.mp3
29
+ - http://archive.org/download/scsjb1999-09-18.late.sbd/scsjb-1999-09-18-sbd05_64kb.mp3
30
+ - http://archive.org/download/scsjb1999-09-18.late.sbd/scsjb-1999-09-18-sbd06_64kb.mp3
31
+ - http://archive.org/download/scsjb1999-09-18.late.sbd/scsjb-1999-09-18-sbd07_64kb.mp3
32
+ - http://archive.org/download/scsjb1999-09-18.late.sbd/scsjb-1999-09-18-sbd08_64kb.mp3
33
+ - http://archive.org/download/scsjb1999-09-18.late.sbd/scsjb-1999-09-18-sbd09_64kb.mp3
34
+ - http://archive.org/download/iuma-juggernaut_jug_band/Juggernaut_Jug_Band_-_Barbecue_On_Broadway.mp3
35
+ - http://archive.org/download/iuma-juggernaut_jug_band/Juggernaut_Jug_Band_-_Black_Dog.mp3
36
+ - http://archive.org/download/iuma-juggernaut_jug_band/Juggernaut_Jug_Band_-_Bring_It_With_You_When_You_Come.mp3
37
+ - http://archive.org/download/iuma-juggernaut_jug_band/Juggernaut_Jug_Band_-_Chicken_Aint_Nothin_But_A_Bird.mp3
38
+ - http://archive.org/download/iuma-juggernaut_jug_band/Juggernaut_Jug_Band_-_Clef_Clup_Stomp.mp3
39
+ - http://archive.org/download/iuma-juggernaut_jug_band/Juggernaut_Jug_Band_-_Cowboy.mp3
40
+ - http://archive.org/download/iuma-juggernaut_jug_band/Juggernaut_Jug_Band_-_Foldin_Bed.mp3
41
+ - http://archive.org/download/iuma-juggernaut_jug_band/Juggernaut_Jug_Band_-_Hawaiian_Holiday.mp3
42
+ - http://archive.org/download/iuma-juggernaut_jug_band/Juggernaut_Jug_Band_-_Jug_Band_Music.mp3
43
+ - http://archive.org/download/iuma-juggernaut_jug_band/Juggernaut_Jug_Band_-_Jug_Band_Tango.mp3
44
+ - http://archive.org/download/iuma-juggernaut_jug_band/Juggernaut_Jug_Band_-_Move_Out_Of_Town.mp3
45
+ - http://archive.org/download/iuma-juggernaut_jug_band/Juggernaut_Jug_Band_-_Old_Joes_Hittin_The_Jug.mp3
46
+ - http://archive.org/download/iuma-juggernaut_jug_band/Juggernaut_Jug_Band_-_Pinball_Wizard.mp3
47
+ - http://archive.org/download/iuma-juggernaut_jug_band/Juggernaut_Jug_Band_-_The_Blues_My_Naughty_Sweety_Gives_To_Me.mp3
48
+ - http://archive.org/download/iuma-juggernaut_jug_band/Juggernaut_Jug_Band_-_Who_Walks_In.mp3
49
+ - http://archive.org/download/CincinnatiJugBand-GeorgeStreetStomp/CincinnatiJugBand-GeorgeStreetStomp.mp3
50
+ - http://archive.org/download/KingDavidsJugBand-WhatsThatTastesLikeGravy/KingDavidsJugBand-WhatsThatTastesLikeGravy.mp3
51
+ - http://archive.org/download/Cocainehabit/CocaineHabitBlues.mp3
52
+ - http://archive.org/download/Blackwoman/ABlackWomanIsLikeABla.mp3
53
+ - http://archive.org/download/MemphisJugBand-AuntCarolineDyerBlues1930/MemphisJugBand-AuntCarolineDyerBlues1930.mp3
54
+ - http://archive.org/download/MemphisJugBand-jimStrainerBlues/MemphisJugBand-JimStrainerBlues.mp3
55
+ - http://archive.org/download/MemphisJugBand-RukusJuiceAndChittlin/MemphisJugBand-RukusJuiceAndChittlin.mp3
56
+ - http://archive.org/download/MemphisJugBand-StealinStealin/MemphisJugBand-StealinStealin.mp3
57
+ - http://archive.org/download/Stealin/StealinStealin.mp3
58
+ - http://archive.org/download/MississippiJugBand-DangerousWoman/MississippiJugBand-DangerousWoman.mp3
59
+ - http://archive.org/download/WhistlerHisJugBand-HoldThatTiger1931/WhistlerHisJugBand-HoldThatTiger1931.mp3
60
+ - http://archive.org/download/BufordThrelkeldAndHisJugBand-FoldinBed1930/BufordThrelkeldAndHisJugBand-FoldinBed1930.mp3
61
+ - http://archive.org/download/PoorJabPicaninnyJugBand-ComeAlongLittleChildren1932/PoorJabPicaninnyJugBand-ComeAlongLittleChildren1932.mp3
62
+ - http://archive.org/download/Viola/ViolaLeeBlues.mp3
63
+ - http://archive.org/download/DixielandJugBlowersVcliffordHayes-MemphisShake1926/DixielandJugBlowersVcliffordHayes-MemphisShake1926.mp3
@@ -0,0 +1,39 @@
1
+ ---
2
+ - http://archive.org/download/SimonAndGarfunkel-01-35/PaulSimon-AmericanTune1975.mp3
3
+ - http://archive.org/download/SimonAndGarfunkel-01-35/PaulSimon-Kodachrome.mp3
4
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-59thStreetBridgeSong.mp3
5
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-AHazyShadeOfWinter1966.mp3
6
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-APoemOnTheUndergroundWall.mp3
7
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-America.mp3
8
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-Angie1968.mp3
9
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-AprilComeSheWill.mp3
10
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-AtTheZoo1968.mp3
11
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-BabyDriver1970.mp3
12
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-BleeckerStreet.mp3
13
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-Bookends.mp3
14
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-BridgeOverTroubledWater.mp3
15
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-Cecilia.mp3
16
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-Cloudy.mp3
17
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-ElCondorPasa1970.mp3
18
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-FeelingGroovy.mp3
19
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-ForEmily.mp3
20
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-HomewardBound1967.mp3
21
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-IAmARock.mp3
22
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-KathysSong.mp3
23
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-KeepTheCustomerSatisfied.mp3
24
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-Live1969FullAlbum.mp3
25
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-MrsRobinson.mp3
26
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-MyLittleTown1975.mp3
27
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-OldFriends.mp3
28
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-Patterns1968.mp3
29
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-RedRubberBall1967.mp3
30
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-RichardCory1966.mp3
31
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-SaveTheLifeOfMyChild.mp3
32
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-ScarboroughFair.mp3
33
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-SimonGarfunkelsGreatestHits1972FullAlbum.mp3
34
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-SoLongFrankLloydWright.mp3
35
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-SoundsOfSilence1966FullAlbum.mp3
36
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-TheBoxer.mp3
37
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-TheOnlyLivingBoyInNewYork.mp3
38
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-TheSoundOfSilence1965.mp3
39
+ - http://archive.org/download/SimonAndGarfunkel-01-35/SimonAndGarfunkel-WakeUpLittleSusie1981.mp3
@@ -0,0 +1,41 @@
1
+ ---
2
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-409.mp3
3
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-BarbaraAnn.mp3
4
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-BeTrueToYourSchool.mp3
5
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-CalenderGirl.mp3
6
+ - http://archive.org/download/BeachBoys-CaliforniaDreaming/BeachBoys-CaliforniaDreaming.mp3
7
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-CaliforniaGirls.mp3
8
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-CarolineNo.mp3
9
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-ComeGoWithMe.mp3
10
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-DanceDanceDance.mp3
11
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-DoItAgain.mp3
12
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-DontWorryBaby.mp3
13
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-DooWaDitty.mp3
14
+ - http://archive.org/download/TheBeachBoys-DoYouWannaDance/TheBeachBoys-DoYouWannaDance.mp3
15
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-FunFunFun.mp3
16
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-GTO.mp3
17
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-GetchaBack.mp3
18
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-GirlDontTellMe.mp3
19
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-GodOnlyKnows.mp3
20
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-GoodVibrationsVer1.mp3
21
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-GoodVibrationsVer2.mp3
22
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-GoodVibrationsVer3.mp3
23
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-HelpMeRhonda.mp3
24
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-HeroesAndVillins.mp3
25
+ - http://archive.org/download/BeachBoys-IGetAround/BeachBoys-IGetAround.mp3
26
+ - http://archive.org/download/TheBeachBoys-IWasMadeToLoveHer/IWasMadeToLoveHerBeachBoys.mp3
27
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-Kokomo.mp3
28
+ - http://archive.org/download/TheBeachBoys-LittleDeuceCoupe/TheBeachBoys-LittleDeuceCoupe.mp3
29
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-PrettyLittleAngelEyes.mp3
30
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-RockNRollToTheRescue.mp3
31
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-RocknRollMusic.mp3
32
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-SloopJohnB.mp3
33
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-SurferGirl.mp3
34
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-Surfin.mp3
35
+ - http://archive.org/download/TheBeachBoys-SurfinSafari1962/TheBeachBoys-SurfinSafari1962.mp3
36
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-SurfinUsa.mp3
37
+ - http://archive.org/download/BeachBoys-SurfsUp/BeachBoys-SurfsUp.mp3
38
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-TheLionSleepsTonight.mp3
39
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-WhatIsAYoungGirlMadeOf.mp3
40
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-WhenIGrowUp.mp3
41
+ - http://archive.org/download/TheBeachBoys-01-35/TheBeachBoys-WouldntItBeNice.mp3
@@ -0,0 +1,19 @@
1
+ ---
2
+ - http://archive.org/download/TheCoasters-AlongCameJones/TheCoasters-AlongCameJones.mp3
3
+ - http://archive.org/download/TheCoasters-CharlieBrown/TheCoasters-CharlieBrown.mp3
4
+ - http://archive.org/download/TheCoasters-DownInMexico/TheCoasters-DownInMexico.mp3
5
+ - http://archive.org/download/TheCoasters-GetAnUglyGirlToMarryYou/TheCoasters-GetAnUglyGirlToMarryYou.mp3
6
+ - http://archive.org/download/TheCoasters-ImAHogForYou/TheCoasters-ImAHogForYou.mp3
7
+ - http://archive.org/download/TheCoasters-LittleEgypt/TheCoasters-LittleEgypt.mp3
8
+ - http://archive.org/download/TheCoasters-LovePotionNumberNine/TheCoasters-LovePotionNumberNine.mp3
9
+ - http://archive.org/download/TheCoasters-PoisonIvy/TheCoasters-PoisonIvy.mp3
10
+ - http://archive.org/download/TheCoasters-RockAndRoll/TheCoasters-RockAndRoll.mp3
11
+ - http://archive.org/download/TheCoasters-RunRedRun/TheCoasters-RunRedRun.mp3
12
+ - http://archive.org/download/TheCoasters-Searchin1957/TheCoasters-Searchin1957.mp3
13
+ - http://archive.org/download/TheCoasters-ShoppinForClothes/TheCoasters-ShoppinForClothes.mp3
14
+ - http://archive.org/download/TheCoasters-SmokeyJoesCafe1956/TheCoasters-SmokeyJoesCafe1956.mp3
15
+ - http://archive.org/download/TheCoasters-ThatIsRockAndRoll/TheCoasters-ThatIsRockAndRoll.mp3
16
+ - http://archive.org/download/TheCoasters-ThreeCoolCats1958/TheCoasters-ThreeCoolCats1958.mp3
17
+ - http://archive.org/download/TheCoasters-WhatAboutUs/TheCoasters-WhatAboutUs.mp3
18
+ - http://archive.org/download/TheCoasters-YaketyYak1958/TheCoasters-YaketyYak1958.mp3
19
+ - http://archive.org/download/TheCoasters-Youngblood1957/TheCoasters-Youngblood1957.mp3
@@ -0,0 +1,5 @@
1
+ ---
2
+ - http://archive.org/download/TheKingsmen-LouieLouie/Kingsmen-IllFlyAway.mp3
3
+ - http://archive.org/download/TheKingsmen-LouieLouie/Kingsmen-LouieLouie.mp3
4
+ - http://archive.org/download/TheKingsmen-LouieLouie/Kingsmen-TheJollyGreenGiant.mp3
5
+ - http://archive.org/download/TheKingsmen-LouieLouie/Kingsmen-WishYouWereHere.mp3
@@ -0,0 +1,6 @@
1
+ ---
2
+ - http://archive.org/download/TheRollingStones-BeggarsBanquet1968fullAlbum/TheRollingStones-BeggarsBanquet1968fullAlbum.mp3
3
+ - http://archive.org/download/RollingStones-BrownSugar1971/RollingStones-BrownSugar1971.mp3
4
+ - http://archive.org/download/RollingStones-HonkyTonkWomen1969/RollingStones-HonkyTonkWomen1969.mp3
5
+ - http://archive.org/download/TheRollingStones-JumpingJackFlash/12.JumpingJackFlash-RollingStones.mp3
6
+ - http://archive.org/download/RollingStones-RubyTuesday1967/RollingStones-RubyTuesday1967.mp3
@@ -0,0 +1,89 @@
1
+ ---
2
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-530Plane1972.mp3
3
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-ABreathTakingFirstSightSoulShakingOneNightLoveMakingNextDayBreakingGuy.mp3
4
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-AfterAll1963.mp3
5
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-AllIKnowAboutYou1967previouslyUnreleasedStereoMix.mp3
6
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-AnyGirlInLoveknowsWhatImGoingThrough1964albumVersion.mp3
7
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-AreYouSureLoveIsTheNameOfThisGame1968.mp3
8
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-AskAnyGirl1964.mp3
9
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-AutomaticallySunshine1972singleVersion.mp3
10
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-BabyLove.mp3
11
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-BackInMyArmsAgain.mp3
12
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-BadWeathersingleVersionWithStudioChatter.mp3
13
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-BillWhenAreYouComingBacksingleVersionmono.mp3
14
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-ButteredPopcorn.mp3
15
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-CantTakeMyEyesOffYou2000BoxSetVersion.mp3
16
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-ComeOnAndSeeMe.mp3
17
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-ComeSeeAboutMe.mp3
18
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-DoesYourMamaKnowAboutMe1968albumVersionstereo.mp3
19
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-Dr.GoldfootAndTheBikiniMachine1965.mp3
20
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-EverybodysGotTheRightToLovealbumVersion.mp3
21
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-EverythingIsGoodAboutYou.mp3
22
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-EverythingIsGoodAboutYousingleVersion.mp3
23
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-FallingInLoveWithLovealbumVersion.mp3
24
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-FloyJoy.mp3
25
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-ForeverCameToday1968singleVersionstereo.mp3
26
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-GoingDownForTheThirdTime.mp3
27
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-GroupIntroductionspokenWordslive2000BoxSetVersion.mp3
28
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-HeavenMustHaveSentYou1967.mp3
29
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-IGuessIllMissTheMan1972singleVersion.mp3
30
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-IHearASymphony.mp3
31
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-IWantAGuy.mp3
32
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-IllTrySomethingNew.mp3
33
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-ImGonnaLetMyHeartDoTheWalking.mp3
34
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-ImGonnaMakeYouLoveMe.mp3
35
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-ImLivinInShame.mp3
36
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-InAndOutOfLovejukeBoxSingleVersionstereo.mp3
37
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-ItsAllYourFault.mp3
38
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-LetMeGoTheRightWay.mp3
39
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-LoveChild.mp3
40
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-LoveIsHereAndNowYoureGone.mp3
41
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-LoveIsLikeAnItchingInMyHeart.mp3
42
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-MotherDear.mp3
43
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-MyGuy.mp3
44
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-MyGuysingleVersion.mp3
45
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-MyHeartCantTakeItNoMore.mp3
46
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-MyWorldIsEmptyWithoutYoustereo.mp3
47
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-NathanJones.mp3
48
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-NothingButHeartaches.mp3
49
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-OooweeBaby.mp3
50
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-People.mp3
51
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-PrettyBaby.mp3
52
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-Reflections.mp3
53
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-RiverDeepMountainHigh.mp3
54
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-RunRunRun.mp3
55
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-Shake.mp3
56
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-SomeThingsYouNeverGetUsedTosingleVersionstereo.mp3
57
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-SomedayWellBeTogether.mp3
58
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-Somewherelive2000BoxSetVersion.mp3
59
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-StonedLove--.mp3
60
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-StonedLove.mp3
61
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-StopInTheNameOfLove.mp3
62
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-StopInTheNameOfLovesingleVersion.mp3
63
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-Stormy.mp3
64
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-SurferBoy.mp3
65
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-TakeMeWhereYouGo.mp3
66
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-Tcb.mp3
67
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-TearsOfSorrow.mp3
68
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-TheBeginningOfTheEndOfLove.mp3
69
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-TheBeginningOfTheEndsingleVersionstereo.mp3
70
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-TheBoyThatGotAway.mp3
71
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-TheComposersingleVersionmono.mp3
72
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-TheDayWillComeBetweenSundayAndMonday.mp3
73
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-TheHappening.mp3
74
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-TheWeightsingleVersionstereo.mp3
75
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-TheresNoStoppingUsNowalbumVersion.mp3
76
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-TouchMeInTheMorning.mp3
77
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-TouchpromoSingleVersion.mp3
78
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-UpTheLadderToTheRoofsingleVersionmono.mp3
79
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-WhenTheLovelightStartsShiningThroughHisEyesoriginal45SingleMix.mp3
80
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-WhenYouWishUponAStar.mp3
81
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-WhereDidOurLoveGo.mp3
82
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-YouAreTheHeartOfMe.mp3
83
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-YouCantHurryLove.mp3
84
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-YouGottaHaveLoveInYourHeartsingleVersion.mp3
85
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-YouKeepMeHanginOn.mp3
86
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-YourHeartBelongsToMe.mp3
87
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-YourWonderfulSweetSweetLovealbumVersion.mp3
88
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-YoureMyDrivingWheel.mp3
89
+ - http://archive.org/download/TheSupremes-01-100/TheSupremes-YoureNobodytilSomebodyLovesYoulive2000BoxSetVersion.mp3
@@ -0,0 +1,159 @@
1
+ ---
2
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-ASongForYou.mp3
3
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-ATasteOfHoney.mp3
4
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-AinTNoJustice.mp3
5
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-AintNoSunshine.mp3
6
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-AintTooProudToBeg.mp3
7
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-BallOfConfusion.mp3
8
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-Barbara1959.mp3
9
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-BeautyIsOnlySkinDeep1966.mp3
10
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-Cindy1968.mp3
11
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-Cloud91968.mp3
12
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-DreamComeTrue.mp3
13
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-Dreamworld.mp3
14
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-EarthAngel.mp3
15
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-FalseFaces.mp3
16
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-GetReady.mp3
17
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-GetReadyver2.mp3
18
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-GirlwhyYouWannaMakeMeBlue.mp3
19
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-GiveLoveOnChristmasDay.mp3
20
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-GlassHouse.mp3
21
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-HeyGirliLikeYourStyle.mp3
22
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-HeyJude.mp3
23
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-HowCanYouSayThatItsOver.mp3
24
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-HowCouldHeHurtYou.mp3
25
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-HurryTomorrow.mp3
26
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-ICan_tGetNextToYou.mp3
27
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-IWishItWouldRain.mp3
28
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-IWonderWhoShesSeeingNow.mp3
29
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-IllKeepMyLightInMyWindow.mp3
30
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-ImHere.mp3
31
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-ImLosingYou.mp3
32
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-ItsSummer.mp3
33
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-IvePassedThisWayBefore.mp3
34
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-JustMyImagination.mp3
35
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-LawOfTheLand.mp3
36
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-LittleDrummerBoy.mp3
37
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-LoveOnMyMindTonight.mp3
38
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-Ma.mp3
39
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-MaryAnn.mp3
40
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-Masterpiece.mp3
41
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-MessageFromABlackMan.mp3
42
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-MyGirl1965.mp3
43
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-MyLoveIsTruetrulyForYou.mp3
44
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-NightAndDay.mp3
45
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-OlManRiver.mp3
46
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-PapaWasARollingStone1972.mp3
47
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-Paradise.mp3
48
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-PsychedelicShack.mp3
49
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-RudolphTheRed-nosedReindeer.mp3
50
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-RunawayChildRunningWild.mp3
51
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-ShakeyGround.mp3
52
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-Shout.mp3
53
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-SilentNight.mp3
54
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-SilentNightver2.mp3
55
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-SinceILostMyBaby1965.mp3
56
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-SmilingFaces.mp3
57
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-Somewhere1967.mp3
58
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-SoulToSoul.mp3
59
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-StopTheWarNow.mp3
60
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-Swannee.mp3
61
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-TheChristmasSong.mp3
62
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-TheEyeOfTheTiger.mp3
63
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-TheWayYouDoTheThingsYouDo1964.mp3
64
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-ThisChristmas.mp3
65
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-ThisIsMyPromise.mp3
66
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-TimeAfterTime.mp3
67
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-TouchMe.mp3
68
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-TreatHerLikeALady.mp3
69
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-UngenaZaUlimenguuniteTheWorld.mp3
70
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-WhatItIs1972.mp3
71
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-WhiteChristmas1970.mp3
72
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-WithTheseHands.mp3
73
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-YouBetterBeware1982.mp3
74
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-YoureMyEverything.mp3
75
+ - http://archive.org/download/TheTemptations-01-50/TheTemptations-Zoom.mp3
76
+ - http://archive.org/download/TheTemptations-01-50/TheTemptationsTheSupremes-ImGonnaMakeYouLoveMe1968.mp3
77
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-ASongForYou.mp3
78
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-AintNoJustice.mp3
79
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-AintNoMountainHighEnough.mp3
80
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-AintTooProudToBeg.mp3
81
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-AllIWantFromYou1989.mp3
82
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-AtLast.mp3
83
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-BabyBabyINeedYou1963.mp3
84
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-BabyBabyINeedYouyoutubeOffer.mp3
85
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-BallOfConfusion.mp3
86
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-BeautyIsOnlySkinDeep.mp3
87
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-ChristmasEveryday.mp3
88
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-CloudNine.mp3
89
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-DarlingStandByMe1975.mp3
90
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-DontLookBack.mp3
91
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-Dreamworld.mp3
92
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-EarthAngel.mp3
93
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-EverythingForChristmas1980.mp3
94
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-EverythingIsGoingToBeAlright.mp3
95
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-FalseFaces.mp3
96
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-Firefly.mp3
97
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-GetReady.mp3
98
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-GirlwhyYouWannaMakeMeBlue1964.mp3
99
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-ICantGetNextToYou.mp3
100
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-ICouldNeverLoveAnotherafterLovingYou.mp3
101
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-IKnowImLosingYou.mp3
102
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-IWantALoveICanSee.mp3
103
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-IWishItWouldRain.mp3
104
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-IfIGiveYouMyHeart.mp3
105
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-ImGonnaMakeYouLoveMe1969.mp3
106
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-ImLosingYou.mp3
107
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-ItsGrowing.mp3
108
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-IvePassedThisWayBefore.mp3
109
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-JustMyImagination.mp3
110
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-LadySoul1988.mp3
111
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-LawOfTheLand1973.mp3
112
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-LeanOnMe.mp3
113
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-LoveOnMyMindTonight.mp3
114
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-Ma1973.mp3
115
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-MaryAnn.mp3
116
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-Masterpiece.mp3
117
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-Medley.mp3
118
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-Memories1975.mp3
119
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-MoreLoveYourLove1986.mp3
120
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-MyBaby.mp3
121
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-MyGirl.mp3
122
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-MyLove.mp3
123
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-NightAndDay.mp3
124
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-OhMotherOfMine.mp3
125
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-PapaWasARollingStone.mp3
126
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-Paradise.mp3
127
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-PleaseReturnYourLoveToMe1968.mp3
128
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-PsychedelicShack1969.mp3
129
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-RudolphTheRed-nosedReindeer.mp3
130
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-RunawayChildRunningWild.mp3
131
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-SetYourLoveRight1964.mp3
132
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-ShakeyGround.mp3
133
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-SilentNight1980.mp3
134
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-SinceILostMyBaby1965.mp3
135
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-SmilingFaces.mp3
136
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-SomeEnchantingEvening.mp3
137
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-SoulToSoul.mp3
138
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-Stay.mp3
139
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-StopTheWarNow.mp3
140
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-SugarPieHoneyBunch.mp3
141
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-Swannee.mp3
142
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-TemptMe.mp3
143
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-TheLittleDrummerBoy1980.mp3
144
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-TheStarSpangledBanner1984.mp3
145
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-TheWayYouDoTheThingsYouDo.mp3
146
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-ThisIsMyPromise.mp3
147
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-TimeAfterTime.mp3
148
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-TouchMe1985.mp3
149
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-TreatHerLikeALady1986.mp3
150
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-UngenaZaUlimengu1971.mp3
151
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-WhiteChristmas1970.mp3
152
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-YouCanDependOnMe.mp3
153
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-YourWonderfulLove1961.mp3
154
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-YourWonderfulLoveutubeVer.mp3
155
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-YoureMyEverything.mp3
156
+ - http://archive.org/download/TheTemptations-51-130/TheTemptations-Zoom.mp3
157
+ - http://archive.org/download/TheTemptations-51-130/TheTemptationsAndTheSupremes-ImGonnaMakeYouLoveMe.mp3
158
+ - http://archive.org/download/TheTemptations-51-130/TheTemptationsJeanCarn-IfYouDontKnowMeByNow1982.mp3
159
+ - http://archive.org/download/TheTemptations-51-130/TheTemptationsSmokeyRobinson-TheChristmasSong.mp3
@@ -52,10 +52,13 @@ module JimmyJukebox
52
52
  end
53
53
 
54
54
  def shortcuts
55
- { /^b$/i => bluegrass_dir,
55
+ { /^banjo$/i => banjo_dir,
56
+ /^b$/i => bluegrass_dir,
56
57
  /^bluegrass$/i => bluegrass_dir,
57
58
  /^c$/i => classical_dir,
58
59
  /^classical$/i => classical_dir,
60
+ /^f$/i => folk_dir,
61
+ /^folk$/i => folk_dir,
59
62
  /^j$/i => jazz_dir,
60
63
  /^jazz$/i => jazz_dir,
61
64
  /^r$/i => rock_dir,
@@ -70,10 +73,22 @@ module JimmyJukebox
70
73
  File.expand_path(File.join("~","Music"))
71
74
  end
72
75
 
76
+ def banjo_dir
77
+ root_music_dir + '/BANJO'
78
+ end
79
+
73
80
  def bluegrass_dir
74
81
  root_music_dir + '/BLUEGRASS'
75
82
  end
76
83
 
84
+ def classical_dir
85
+ root_music_dir + '/CLASSICAL'
86
+ end
87
+
88
+ def folk_dir
89
+ root_music_dir + '/FOLK'
90
+ end
91
+
77
92
  def jazz_dir
78
93
  root_music_dir + '/JAZZ'
79
94
  end
@@ -82,10 +97,6 @@ module JimmyJukebox
82
97
  root_music_dir + '/ROCK'
83
98
  end
84
99
 
85
- def classical_dir
86
- root_music_dir + '/CLASSICAL'
87
- end
88
-
89
100
  def set_music_players
90
101
  self.music_player_detector = MusicPlayerDetector.new
91
102
  no_player_configured unless ogg_player || mp3_player
@@ -1,4 +1,4 @@
1
1
  module JimmyJukebox
2
- VERSION = '0.6.3'
3
- DATE = '2013-04-02'
2
+ VERSION = '0.6.4'
3
+ DATE = '2013-04-07'
4
4
  end
@@ -1,7 +1,7 @@
1
1
  require 'nokogiri'
2
2
  require 'open-uri'
3
3
 
4
- url = 'http://archive.org/details/LittleRichard-01-15'
4
+ url = 'http://archive.org/details/SimonAndGarfunkel-01-35'
5
5
 
6
6
  doc = Nokogiri::HTML(open(url))
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jimmy_jukebox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.3
4
+ version: 0.6.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-02 00:00:00.000000000 Z
12
+ date: 2013-04-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -118,100 +118,104 @@ extra_rdoc_files: []
118
118
  files:
119
119
  - roadmap.txt
120
120
  - LICENSE.txt
121
- - lib/jimmy_jukebox.rb
122
121
  - lib/utils/extract_urls.rb
122
+ - lib/jimmy_jukebox.rb
123
123
  - lib/jimmy_jukebox/check_jruby.rb
124
+ - lib/jimmy_jukebox/handle_load_jukebox_input.rb
124
125
  - lib/jimmy_jukebox/check_gems.rb
125
- - lib/jimmy_jukebox/check_io_console.rb
126
- - lib/jimmy_jukebox/version.rb
127
- - lib/jimmy_jukebox/artists.rb
128
- - lib/jimmy_jukebox/song.rb
129
- - lib/jimmy_jukebox/jukebox.rb
130
- - lib/jimmy_jukebox/constants.rb
126
+ - lib/jimmy_jukebox/user_input_handler.rb
131
127
  - lib/jimmy_jukebox/display_options.rb
132
- - lib/jimmy_jukebox/handle_load_jukebox_input.rb
133
128
  - lib/jimmy_jukebox/music_player_detector.rb
134
- - lib/jimmy_jukebox/user_config.rb
129
+ - lib/jimmy_jukebox/load_jukebox_code.rb
135
130
  - lib/jimmy_jukebox/user_interface.rb
136
- - lib/jimmy_jukebox/user_input_handler.rb
131
+ - lib/jimmy_jukebox/check_io_console.rb
132
+ - lib/jimmy_jukebox/user_config.rb
133
+ - lib/jimmy_jukebox/jukebox.rb
134
+ - lib/jimmy_jukebox/constants.rb
135
+ - lib/jimmy_jukebox/song.rb
136
+ - lib/jimmy_jukebox/version.rb
137
137
  - lib/jimmy_jukebox/song_loader.rb
138
- - lib/jimmy_jukebox/load_jukebox_code.rb
139
- - lib/jimmy_jukebox/songs/BillieHoliday.yml
138
+ - lib/jimmy_jukebox/artists.rb
139
+ - lib/jimmy_jukebox/songs/Jugband.yml
140
+ - lib/jimmy_jukebox/songs/Mozart.yml
141
+ - lib/jimmy_jukebox/songs/JellyRollMorton.yml
142
+ - lib/jimmy_jukebox/songs/TheEverlyBrothers.yml
143
+ - lib/jimmy_jukebox/songs/DizzyGillespie.yml
144
+ - lib/jimmy_jukebox/songs/SidneyBechet.yml
145
+ - lib/jimmy_jukebox/songs/BigBopper.yml
146
+ - lib/jimmy_jukebox/songs/Haydn.yml
147
+ - lib/jimmy_jukebox/songs/Elvis.yml
140
148
  - lib/jimmy_jukebox/songs/ModernJazzQuartet.yml
141
- - lib/jimmy_jukebox/songs/CharlieParker.yml
142
- - lib/jimmy_jukebox/songs/TheRivieras.yml
143
- - lib/jimmy_jukebox/songs/JohannesBrahms.yml
149
+ - lib/jimmy_jukebox/songs/LesBrown.yml
144
150
  - lib/jimmy_jukebox/songs/FranzSchubert.yml
145
- - lib/jimmy_jukebox/songs/CharlieChristian.yml
146
- - lib/jimmy_jukebox/songs/BennieMoten.yml
147
- - lib/jimmy_jukebox/songs/FletcherHenderson.yml
148
- - lib/jimmy_jukebox/songs/ColemanHawkins.yml
151
+ - lib/jimmy_jukebox/songs/EarlHines.yml
152
+ - lib/jimmy_jukebox/songs/CharlieParker.yml
153
+ - lib/jimmy_jukebox/songs/EarlScruggs.yml
154
+ - lib/jimmy_jukebox/songs/TheRollingStones.yml
155
+ - lib/jimmy_jukebox/songs/CarlPerkins.yml
149
156
  - lib/jimmy_jukebox/songs/JazzMedleys.yml
157
+ - lib/jimmy_jukebox/songs/FletcherHenderson.yml
158
+ - lib/jimmy_jukebox/songs/RoyOrbison.yml
150
159
  - lib/jimmy_jukebox/songs/KingOliver.yml
151
- - lib/jimmy_jukebox/songs/JohnColtrane.yml
152
- - lib/jimmy_jukebox/songs/OriginalDixielandJazzBand.yml
160
+ - lib/jimmy_jukebox/songs/DukeEllington.yml
161
+ - lib/jimmy_jukebox/songs/TheRighteousBrothers.yml
162
+ - lib/jimmy_jukebox/songs/ArtTatum.yml
163
+ - lib/jimmy_jukebox/songs/BixBeiderbecke.yml
164
+ - lib/jimmy_jukebox/songs/RichieValens.yml
153
165
  - lib/jimmy_jukebox/songs/BillHaleyComets.yml
166
+ - lib/jimmy_jukebox/songs/BennyGoodman.yml
167
+ - lib/jimmy_jukebox/songs/ColemanHawkins.yml
154
168
  - lib/jimmy_jukebox/songs/OscarPeterson.yml
155
- - lib/jimmy_jukebox/songs/Dixieland.yml
156
- - lib/jimmy_jukebox/songs/LouisArmstrong.yml
169
+ - lib/jimmy_jukebox/songs/OriginalDixielandJazzBand.yml
170
+ - lib/jimmy_jukebox/songs/JohnColtrane.yml
157
171
  - lib/jimmy_jukebox/songs/DjangoReinhardt.yml
158
- - lib/jimmy_jukebox/songs/RedNorvo.yml
159
- - lib/jimmy_jukebox/songs/Mendelssohn.yml
172
+ - lib/jimmy_jukebox/songs/TheSupremes.yml
173
+ - lib/jimmy_jukebox/songs/JohannesBrahms.yml
174
+ - lib/jimmy_jukebox/songs/CliffordHayesJugBlowers.yml
160
175
  - lib/jimmy_jukebox/songs/ScottJoplin.yml
161
- - lib/jimmy_jukebox/songs/ChubbyChecker.yml
162
- - lib/jimmy_jukebox/songs/RichieValens.yml
163
- - lib/jimmy_jukebox/songs/LionelHampton.yml
164
- - lib/jimmy_jukebox/songs/ArtTatum.yml
165
- - lib/jimmy_jukebox/songs/BixBeiderbecke.yml
176
+ - lib/jimmy_jukebox/songs/HotButteredRumStringBand.yml
177
+ - lib/jimmy_jukebox/songs/Vivaldi.yml
178
+ - lib/jimmy_jukebox/songs/BillieHoliday.yml
179
+ - lib/jimmy_jukebox/songs/JerryLeeLewis.yml
180
+ - lib/jimmy_jukebox/songs/MauriceRavel.yml
181
+ - lib/jimmy_jukebox/songs/LittleRichard.yml
182
+ - lib/jimmy_jukebox/songs/Beethoven.yml
183
+ - lib/jimmy_jukebox/songs/Ragtime.yml
184
+ - lib/jimmy_jukebox/songs/TheCoasters.yml
166
185
  - lib/jimmy_jukebox/songs/ArtieShaw.yml
186
+ - lib/jimmy_jukebox/songs/TheRivieras.yml
187
+ - lib/jimmy_jukebox/songs/Dixieland.yml
167
188
  - lib/jimmy_jukebox/songs/MilesDavis.yml
168
- - lib/jimmy_jukebox/songs/HoraceSilver.yml
169
- - lib/jimmy_jukebox/songs/BudPowell.yml
170
- - lib/jimmy_jukebox/songs/ChuckBerry.yml
171
- - lib/jimmy_jukebox/songs/PaulWhiteman.yml
172
- - lib/jimmy_jukebox/songs/CliffordHayesJugBlowers.yml
173
- - lib/jimmy_jukebox/songs/TheEverlyBrothers.yml
189
+ - lib/jimmy_jukebox/songs/LionelHampton.yml
190
+ - lib/jimmy_jukebox/songs/CurtisLee.yml
174
191
  - lib/jimmy_jukebox/songs/GlennMiller.yml
175
- - lib/jimmy_jukebox/songs/LesBrown.yml
176
- - lib/jimmy_jukebox/songs/RoyOrbison.yml
177
- - lib/jimmy_jukebox/songs/CannonballAdderley.yml
178
- - lib/jimmy_jukebox/songs/DizzyGillespie.yml
179
- - lib/jimmy_jukebox/songs/DukeEllington.yml
180
- - lib/jimmy_jukebox/songs/FatsDomino.yml
181
- - lib/jimmy_jukebox/songs/BillEvans.yml
182
- - lib/jimmy_jukebox/songs/BennyGoodman.yml
183
- - lib/jimmy_jukebox/songs/CountBasie.yml
192
+ - lib/jimmy_jukebox/songs/ChubbyChecker.yml
193
+ - lib/jimmy_jukebox/songs/BuddyHolly.yml
194
+ - lib/jimmy_jukebox/songs/LouisArmstrong.yml
195
+ - lib/jimmy_jukebox/songs/BillMonroe.yml
184
196
  - lib/jimmy_jukebox/songs/Bach.yml
197
+ - lib/jimmy_jukebox/songs/BennieMoten.yml
198
+ - lib/jimmy_jukebox/songs/CharlieChristian.yml
199
+ - lib/jimmy_jukebox/songs/RedNorvo.yml
200
+ - lib/jimmy_jukebox/songs/TheTemptations.yml
201
+ - lib/jimmy_jukebox/songs/Chopin.yml
202
+ - lib/jimmy_jukebox/songs/SimonAndGarfunkel.yml
203
+ - lib/jimmy_jukebox/songs/TheBeachBoys.yml
204
+ - lib/jimmy_jukebox/songs/Mendelssohn.yml
205
+ - lib/jimmy_jukebox/songs/CountBasie.yml
185
206
  - lib/jimmy_jukebox/songs/ArchibaldCampBanjo.yml
186
- - lib/jimmy_jukebox/songs/LittleRichard.yml
187
- - lib/jimmy_jukebox/songs/CarlPerkins.yml
188
- - lib/jimmy_jukebox/songs/Mozart.yml
189
- - lib/jimmy_jukebox/songs/Haydn.yml
190
- - lib/jimmy_jukebox/songs/SidneyBechet.yml
191
- - lib/jimmy_jukebox/songs/Vivaldi.yml
192
- - lib/jimmy_jukebox/songs/Beethoven.yml
207
+ - lib/jimmy_jukebox/songs/ChuckBerry.yml
208
+ - lib/jimmy_jukebox/songs/CannonballAdderley.yml
193
209
  - lib/jimmy_jukebox/songs/JamesPJohnson.yml
194
- - lib/jimmy_jukebox/songs/CecilTaylor.yml
195
- - lib/jimmy_jukebox/songs/BuddyHolly.yml
196
- - lib/jimmy_jukebox/songs/JellyRollMorton.yml
197
- - lib/jimmy_jukebox/songs/Chopin.yml
198
- - lib/jimmy_jukebox/songs/Ragtime.yml
199
- - lib/jimmy_jukebox/songs/Monk.yml
200
- - lib/jimmy_jukebox/songs/Elvis.yml
201
- - lib/jimmy_jukebox/songs/JerryLeeLewis.yml
202
- - lib/jimmy_jukebox/songs/EarlHines.yml
203
- - lib/jimmy_jukebox/songs/EarlScruggs.yml
204
- - lib/jimmy_jukebox/songs/BillMonroe.yml
205
- - lib/jimmy_jukebox/songs/TheRighteousBrothers.yml
206
- - lib/jimmy_jukebox/songs/MauriceRavel.yml
207
- - spec/jimmy_jukebox_spec.rb
208
- - spec/song_loader_spec.rb
209
- - spec/load_jukebox_code_spec.rb
210
+ - lib/jimmy_jukebox/songs/TheKingsmen.yml
210
211
  - spec/user_config_spec.rb
211
212
  - spec/artists_spec.rb
212
- - spec/music_player_detector_spec.rb
213
213
  - spec/song_spec.rb
214
+ - spec/music_player_detector_spec.rb
214
215
  - spec/spec_helper.rb
216
+ - spec/song_loader_spec.rb
217
+ - spec/load_jukebox_code_spec.rb
218
+ - spec/jimmy_jukebox_spec.rb
215
219
  - bin/play_jukebox
216
220
  - bin/load_jukebox
217
221
  homepage: https://github.com/JamesLavin/jimmy_jukebox
@@ -240,12 +244,12 @@ signing_key:
240
244
  specification_version: 3
241
245
  summary: plays your MP3 & OGG files and lets you easily download music
242
246
  test_files:
243
- - spec/jimmy_jukebox_spec.rb
244
- - spec/song_loader_spec.rb
245
- - spec/load_jukebox_code_spec.rb
246
247
  - spec/user_config_spec.rb
247
248
  - spec/artists_spec.rb
248
- - spec/music_player_detector_spec.rb
249
249
  - spec/song_spec.rb
250
+ - spec/music_player_detector_spec.rb
250
251
  - spec/spec_helper.rb
252
+ - spec/song_loader_spec.rb
253
+ - spec/load_jukebox_code_spec.rb
254
+ - spec/jimmy_jukebox_spec.rb
251
255
  has_rdoc:
@@ -1,3 +0,0 @@
1
- ---
2
- - http://archive.org/download/BillEvansTrio-GloriasSteptake2/01.GloriasSteptake2.mp3
3
- - http://archive.org/download/BlueInGreen/03-BlueInGreen.mp3
@@ -1,3 +0,0 @@
1
- ---
2
- - http://archive.org/download/BudPowell-UnPocoLoco/14.Track14.mp3
3
- - http://archive.org/download/BudPowell-SomebodyLovesMe/BudPowell-SomebodyLovesMe.mp3
@@ -1,3 +0,0 @@
1
- ---
2
- - http://archive.org/download/CecilTaylor-Conquistador/01-Conquistador.mp3
3
- - http://archive.org/download/OtekiCaz27.05.2012/OtekiCaz20120527.
@@ -1,4 +0,0 @@
1
- ---
2
- - http://archive.org/download/FatsDomino-BlueberryHill/09.BlueberryHill.mp3
3
- - http://archive.org/download/FatsDomino-ValleyOfTears1957/FatsDomino-ValleyOfTears1957.mp3
4
- - http://archive.org/download/FatsDomino-DidYouEverSeeADreamWalking/FatsDomino-DidYouEverSeeADreamWalking.mp3
@@ -1,2 +0,0 @@
1
- ---
2
- - http://archive.org/download/JazzInspirationHoraceSilver/345678.mp3
@@ -1,3 +0,0 @@
1
- ---
2
- - http://archive.org/download/JustAGigolo/TheloniousMonk-02-JustAGigolotake1.mp3
3
- -
@@ -1,5 +0,0 @@
1
- ---
2
- - http://archive.org/download/PaulWhiteman-4UneditedWavFiles-TwoUncommon/InaBoat.wav
3
- - http://archive.org/download/PaulWhiteman-4UneditedWavFiles-TwoUncommon/Sweetheart.wav
4
- - http://archive.org/download/PaulWhiteman-4UneditedWavFiles-TwoUncommon/TheJapaneseSandman.wav
5
- - http://archive.org/download/PaulWhiteman-4UneditedWavFiles-TwoUncommon/Whispering.wav