comparison bns_website/templates/music.html @ 57:057b0a016b7a

Added the real artist/song names.
author Bob Mourlam <bob.mourlam@gmail.com>
date Wed, 16 Nov 2011 21:38:37 -0600
parents f8b32ce38533
children 1d50a0db4f21
comparison
equal deleted inserted replaced
56:8bda0ec405e4 57:057b0a016b7a
17 new jPlayerPlaylist({ 17 new jPlayerPlaylist({
18 jPlayer: "#jquery_jplayer_1", 18 jPlayer: "#jquery_jplayer_1",
19 cssSelectorAncestor: "#jp_container_1"}, 19 cssSelectorAncestor: "#jp_container_1"},
20 [ 20 [
21 { 21 {
22 title:"Cro Magnon Man", 22 artist:"El Supernaut",
23 mp3:"http://www.jplayer.org/audio/mp3/TSP-01-Cro_magnon_man.mp3" 23 title:"Wonderman from Initiƶ",
24 },
25 {
26 title:"Your Face",
27 mp3:"http://www.jplayer.org/audio/mp3/TSP-05-Your_face.mp3"
28 },
29 {
30 title:"Cyber Sonnet",
31 mp3:"http://www.jplayer.org/audio/mp3/TSP-07-Cybersonnet.mp3"
32 },
33 {
34 title:"Tempered Song",
35 mp3:"http://www.jplayer.org/audio/mp3/Miaow-01-Tempered-song.mp3"
36 },
37 {
38 title:"Hidden",
39 mp3:"http://www.jplayer.org/audio/mp3/Miaow-02-Hidden.mp3"
40 },
41 {
42 artist:"Eddie Vedder",
43 title:"Without You",
44 mp3:"{{ STATIC_URL }}music/1.mp3" 24 mp3:"{{ STATIC_URL }}music/1.mp3"
45 }, 25 },
46 { 26 {
47 artist:"Johnny Flynn", 27 artist:"Los Twang! Marvels",
48 title:"Barnacled Warship", 28 title:"Sea of Glory",
49 mp3:"{{ STATIC_URL }}music/2.mp3" 29 mp3:"{{ STATIC_URL }}music/2.mp3"
30 },
31 {
32 artist:"El Ray",
33 title:"Cherry Cheeks",
34 mp3:"{{ STATIC_URL }}music/3.mp3"
35 },
36 {
37 artist:"The Coffin Daggers",
38 title:"Borgo Pass",
39 mp3:"{{ STATIC_URL }}music/4.mp3"
40 },
41 {
42 artist:"Aqualads",
43 title:"Washout",
44 mp3:"{{ STATIC_URL }}music/5.mp3"
45 },
46 {
47 artist:"The TomorrowMen",
48 title:"Momentium",
49 mp3:"{{ STATIC_URL }}music/6.mp3"
50 },
51 {
52 artist:"The Phantom Four",
53 title:"El Palmero",
54 mp3:"{{ STATIC_URL }}music/7.mp3"
55 },
56 {
57 artist:"Atomic Mosquitos",
58 title:"Mosquito Royale",
59 mp3:"{{ STATIC_URL }}music/8.mp3"
60 },
61 {
62 artist:"Los Kahunas",
63 title:"7 Mares",
64 mp3:"{{ STATIC_URL }}music/9.mp3"
65 },
66 {
67 artist:"The Bambi Molesters",
68 title:"As the Dark Wave Swells",
69 mp3:"{{ STATIC_URL }}music/10.mp3"
70 },
71 {
72 artist:"The Barbwires",
73 title:"La Caja del Muerto",
74 mp3:"{{ STATIC_URL }}music/11.mp3"
75 },
76 {
77 artist:"Frankie & the Pool Boys:",
78 title:"Ewa on the Beach",
79 mp3:"{{ STATIC_URL }}music/12.mp3"
80 },
81 {
82 artist:"The Thunderchiefs",
83 title:"Estratosfera",
84 mp3:"{{ STATIC_URL }}music/13.mp3"
85 },
86 {
87 artist:"The Secret Samurai",
88 title:"The Khazar",
89 mp3:"{{ STATIC_URL }}music/14.mp3"
90 },
91 {
92 artist:"The Madeira:",
93 title:"Witch Doctor",
94 mp3:"{{ STATIC_URL }}music/15.mp3"
95 },
96 {
97 artist:"The Eliminators:",
98 title:"Walking Tall",
99 mp3:"{{ STATIC_URL }}music/16.mp3"
100 },
101 {
102 artist:"Surfer Joe",
103 title:"North Swell",
104 mp3:"{{ STATIC_URL }}music/17.mp3"
105 },
106 {
107 artist:"The Deadbeats",
108 title:"Karabasan",
109 mp3:"{{ STATIC_URL }}music/18.mp3"
110 },
111 {
112 artist:"Daikaiju",
113 title:"Laser Runner",
114 mp3:"{{ STATIC_URL }}music/19.mp3"
115 },
116 {
117 artist:"The Anacondas",
118 title:"Floating Home",
119 mp3:"{{ STATIC_URL }}music/20.mp3"
50 } 120 }
51 ], 121 ],
52 { 122 {
53 playlistOptions: { 123 playlistOptions: {
54 enableRemoveControls: true, 124 enableRemoveControls: true,