gdshowsdb 3.0.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +63 -63
- data/README.md +5 -0
- data/data/gdshowsdb/1968.yaml +1 -8
- data/data/gdshowsdb/1969.yaml +2 -2
- data/data/gdshowsdb/1970.yaml +2 -2
- data/data/gdshowsdb/1971.yaml +140 -140
- data/data/gdshowsdb/1977.yaml +0 -2
- data/data/gdshowsdb/1986.yaml +1 -1
- data/data/gdshowsdb/1991.yaml +1 -1
- data/lib/gdshowsdb/db/migrations/001_create_song_ref_table.rb +6 -5
- data/lib/gdshowsdb/db/migrations/003_create_show_table.rb +3 -3
- data/lib/gdshowsdb/db/migrations/004_create_show_set_table.rb +2 -0
- data/lib/gdshowsdb/db/migrations/005_create_song_table.rb +2 -2
- data/lib/gdshowsdb/db/migrations/006_create_song_occurences_table.rb +4 -3
- data/lib/gdshowsdb/models/show.rb +3 -1
- data/lib/gdshowsdb/version.rb +1 -1
- data/spec/gdshowsdb/models/show_spec.rb +1 -1
- data/spec/gdshowsdb/show_db_extractor_spec.rb +5 -6
- data/spec/gdshowsdb/song_db_extractor_spec.rb +7 -6
- data/spec/gdshowsdb/song_ref_db_extractor_spec.rb +4 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ed91b4c3a8f629932caa165d730c76b761aa9e4c7b95810589542806f2dd303
|
4
|
+
data.tar.gz: f0253e06bcf08fdd669b790333be085cdaca6fac4817dfb76bfd75f2be446555
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d246f0131e1a2c358e6095cc5c207e99ac88acdd5d6b5dbda15d583b9e3d7eac8627d252c004fa6036b5d8e7037a4fe84e8bca93a18f1cd80dd8b3acda83c9e1
|
7
|
+
data.tar.gz: 7286860391decc67245b5c8d1fb4c77a59708793181ba819956d2aa06447f6093cd16f09c2024bc970a25c9a109f3019796312001de095f1a388a5c1c1193a16
|
data/Gemfile.lock
CHANGED
@@ -1,67 +1,67 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
gdshowsdb (
|
4
|
+
gdshowsdb (4.0.0)
|
5
5
|
friendly_id
|
6
6
|
rails (>= 6.1)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (6.1.4)
|
12
|
-
actionpack (= 6.1.4)
|
13
|
-
activesupport (= 6.1.4)
|
11
|
+
actioncable (6.1.4.1)
|
12
|
+
actionpack (= 6.1.4.1)
|
13
|
+
activesupport (= 6.1.4.1)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
|
-
actionmailbox (6.1.4)
|
17
|
-
actionpack (= 6.1.4)
|
18
|
-
activejob (= 6.1.4)
|
19
|
-
activerecord (= 6.1.4)
|
20
|
-
activestorage (= 6.1.4)
|
21
|
-
activesupport (= 6.1.4)
|
16
|
+
actionmailbox (6.1.4.1)
|
17
|
+
actionpack (= 6.1.4.1)
|
18
|
+
activejob (= 6.1.4.1)
|
19
|
+
activerecord (= 6.1.4.1)
|
20
|
+
activestorage (= 6.1.4.1)
|
21
|
+
activesupport (= 6.1.4.1)
|
22
22
|
mail (>= 2.7.1)
|
23
|
-
actionmailer (6.1.4)
|
24
|
-
actionpack (= 6.1.4)
|
25
|
-
actionview (= 6.1.4)
|
26
|
-
activejob (= 6.1.4)
|
27
|
-
activesupport (= 6.1.4)
|
23
|
+
actionmailer (6.1.4.1)
|
24
|
+
actionpack (= 6.1.4.1)
|
25
|
+
actionview (= 6.1.4.1)
|
26
|
+
activejob (= 6.1.4.1)
|
27
|
+
activesupport (= 6.1.4.1)
|
28
28
|
mail (~> 2.5, >= 2.5.4)
|
29
29
|
rails-dom-testing (~> 2.0)
|
30
|
-
actionpack (6.1.4)
|
31
|
-
actionview (= 6.1.4)
|
32
|
-
activesupport (= 6.1.4)
|
30
|
+
actionpack (6.1.4.1)
|
31
|
+
actionview (= 6.1.4.1)
|
32
|
+
activesupport (= 6.1.4.1)
|
33
33
|
rack (~> 2.0, >= 2.0.9)
|
34
34
|
rack-test (>= 0.6.3)
|
35
35
|
rails-dom-testing (~> 2.0)
|
36
36
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
37
|
-
actiontext (6.1.4)
|
38
|
-
actionpack (= 6.1.4)
|
39
|
-
activerecord (= 6.1.4)
|
40
|
-
activestorage (= 6.1.4)
|
41
|
-
activesupport (= 6.1.4)
|
37
|
+
actiontext (6.1.4.1)
|
38
|
+
actionpack (= 6.1.4.1)
|
39
|
+
activerecord (= 6.1.4.1)
|
40
|
+
activestorage (= 6.1.4.1)
|
41
|
+
activesupport (= 6.1.4.1)
|
42
42
|
nokogiri (>= 1.8.5)
|
43
|
-
actionview (6.1.4)
|
44
|
-
activesupport (= 6.1.4)
|
43
|
+
actionview (6.1.4.1)
|
44
|
+
activesupport (= 6.1.4.1)
|
45
45
|
builder (~> 3.1)
|
46
46
|
erubi (~> 1.4)
|
47
47
|
rails-dom-testing (~> 2.0)
|
48
48
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
49
|
-
activejob (6.1.4)
|
50
|
-
activesupport (= 6.1.4)
|
49
|
+
activejob (6.1.4.1)
|
50
|
+
activesupport (= 6.1.4.1)
|
51
51
|
globalid (>= 0.3.6)
|
52
|
-
activemodel (6.1.4)
|
53
|
-
activesupport (= 6.1.4)
|
54
|
-
activerecord (6.1.4)
|
55
|
-
activemodel (= 6.1.4)
|
56
|
-
activesupport (= 6.1.4)
|
57
|
-
activestorage (6.1.4)
|
58
|
-
actionpack (= 6.1.4)
|
59
|
-
activejob (= 6.1.4)
|
60
|
-
activerecord (= 6.1.4)
|
61
|
-
activesupport (= 6.1.4)
|
52
|
+
activemodel (6.1.4.1)
|
53
|
+
activesupport (= 6.1.4.1)
|
54
|
+
activerecord (6.1.4.1)
|
55
|
+
activemodel (= 6.1.4.1)
|
56
|
+
activesupport (= 6.1.4.1)
|
57
|
+
activestorage (6.1.4.1)
|
58
|
+
actionpack (= 6.1.4.1)
|
59
|
+
activejob (= 6.1.4.1)
|
60
|
+
activerecord (= 6.1.4.1)
|
61
|
+
activesupport (= 6.1.4.1)
|
62
62
|
marcel (~> 1.0.0)
|
63
63
|
mini_mime (>= 1.1.0)
|
64
|
-
activesupport (6.1.4)
|
64
|
+
activesupport (6.1.4.1)
|
65
65
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
66
66
|
i18n (>= 1.6, < 2)
|
67
67
|
minitest (>= 5.1)
|
@@ -74,49 +74,49 @@ GEM
|
|
74
74
|
erubi (1.10.0)
|
75
75
|
friendly_id (5.4.2)
|
76
76
|
activerecord (>= 4.0.0)
|
77
|
-
globalid (0.
|
78
|
-
activesupport (>=
|
77
|
+
globalid (0.5.2)
|
78
|
+
activesupport (>= 5.0)
|
79
79
|
i18n (1.8.10)
|
80
80
|
concurrent-ruby (~> 1.0)
|
81
|
-
loofah (2.
|
81
|
+
loofah (2.12.0)
|
82
82
|
crass (~> 1.0.2)
|
83
83
|
nokogiri (>= 1.5.9)
|
84
84
|
mail (2.7.1)
|
85
85
|
mini_mime (>= 0.1.1)
|
86
86
|
marcel (1.0.1)
|
87
87
|
method_source (1.0.0)
|
88
|
-
mini_mime (1.1.
|
88
|
+
mini_mime (1.1.1)
|
89
89
|
minitest (5.14.4)
|
90
|
-
nio4r (2.5.
|
91
|
-
nokogiri (1.
|
90
|
+
nio4r (2.5.8)
|
91
|
+
nokogiri (1.12.5-x86_64-darwin)
|
92
92
|
racc (~> 1.4)
|
93
|
-
racc (1.
|
93
|
+
racc (1.6.0)
|
94
94
|
rack (2.2.3)
|
95
95
|
rack-test (1.1.0)
|
96
96
|
rack (>= 1.0, < 3)
|
97
|
-
rails (6.1.4)
|
98
|
-
actioncable (= 6.1.4)
|
99
|
-
actionmailbox (= 6.1.4)
|
100
|
-
actionmailer (= 6.1.4)
|
101
|
-
actionpack (= 6.1.4)
|
102
|
-
actiontext (= 6.1.4)
|
103
|
-
actionview (= 6.1.4)
|
104
|
-
activejob (= 6.1.4)
|
105
|
-
activemodel (= 6.1.4)
|
106
|
-
activerecord (= 6.1.4)
|
107
|
-
activestorage (= 6.1.4)
|
108
|
-
activesupport (= 6.1.4)
|
97
|
+
rails (6.1.4.1)
|
98
|
+
actioncable (= 6.1.4.1)
|
99
|
+
actionmailbox (= 6.1.4.1)
|
100
|
+
actionmailer (= 6.1.4.1)
|
101
|
+
actionpack (= 6.1.4.1)
|
102
|
+
actiontext (= 6.1.4.1)
|
103
|
+
actionview (= 6.1.4.1)
|
104
|
+
activejob (= 6.1.4.1)
|
105
|
+
activemodel (= 6.1.4.1)
|
106
|
+
activerecord (= 6.1.4.1)
|
107
|
+
activestorage (= 6.1.4.1)
|
108
|
+
activesupport (= 6.1.4.1)
|
109
109
|
bundler (>= 1.15.0)
|
110
|
-
railties (= 6.1.4)
|
110
|
+
railties (= 6.1.4.1)
|
111
111
|
sprockets-rails (>= 2.0.0)
|
112
112
|
rails-dom-testing (2.0.3)
|
113
113
|
activesupport (>= 4.2.0)
|
114
114
|
nokogiri (>= 1.6)
|
115
|
-
rails-html-sanitizer (1.
|
115
|
+
rails-html-sanitizer (1.4.2)
|
116
116
|
loofah (~> 2.3)
|
117
|
-
railties (6.1.4)
|
118
|
-
actionpack (= 6.1.4)
|
119
|
-
activesupport (= 6.1.4)
|
117
|
+
railties (6.1.4.1)
|
118
|
+
actionpack (= 6.1.4.1)
|
119
|
+
activesupport (= 6.1.4.1)
|
120
120
|
method_source
|
121
121
|
rake (>= 0.13)
|
122
122
|
thor (~> 1.0)
|
@@ -160,4 +160,4 @@ DEPENDENCIES
|
|
160
160
|
sqlite3
|
161
161
|
|
162
162
|
BUNDLED WITH
|
163
|
-
2.
|
163
|
+
2.3.12
|
data/README.md
CHANGED
@@ -7,6 +7,11 @@ Hoping to make this freely available database the cannonical resource for all Gr
|
|
7
7
|
|
8
8
|
Additionally, This Gem can be used as an API to the data.
|
9
9
|
|
10
|
+
## Please Note
|
11
|
+
Versions prior to 4.0.0 had issues with data integrity. Specificaly, there were no database constrains around
|
12
|
+
uniqueness, and there were duplicate UUIDs on Songs. It is strongly recommended that you upgrade to a version
|
13
|
+
4.0.0 or higher.
|
14
|
+
|
10
15
|
## Using with Ruby
|
11
16
|
|
12
17
|
```ruby
|
data/data/gdshowsdb/1968.yaml
CHANGED
@@ -826,7 +826,7 @@
|
|
826
826
|
:city: Phoenix
|
827
827
|
:state: AZ
|
828
828
|
:country: US
|
829
|
-
:
|
829
|
+
:sets: []
|
830
830
|
1968/07/11:
|
831
831
|
:uuid: 0606bd8e-5b2a-4c11-8e1a-93e3125abb18
|
832
832
|
:venue: Shrine Exhibition Hall
|
@@ -989,13 +989,6 @@
|
|
989
989
|
- :uuid: 61bd51c5-2fc4-43c1-9ac3-0a629954bcc0
|
990
990
|
:name: And We Bid You Good Night
|
991
991
|
:segued: false
|
992
|
-
1968/08/21:
|
993
|
-
:uuid: 910b09c6-4c64-41b3-941c-231fb98aa20f
|
994
|
-
:venue: Fillmore West
|
995
|
-
:city: San Francisco
|
996
|
-
:state: CA
|
997
|
-
:country: US
|
998
|
-
:sets: []
|
999
992
|
1968/08/23:
|
1000
993
|
:uuid: 37e6fc9e-e13a-4fe0-ae84-ce0b1b1c2237
|
1001
994
|
:venue: Shrine Exhibition Hall
|
data/data/gdshowsdb/1969.yaml
CHANGED
@@ -223,7 +223,7 @@
|
|
223
223
|
:segued: true
|
224
224
|
- :uuid: 77aa9beb-ce4c-4143-ab7b-54a0bc1253a0
|
225
225
|
:name: Dark Star
|
226
|
-
segued: true
|
226
|
+
:segued: true
|
227
227
|
- :uuid: d5418e6b-1600-4bf6-9f3c-55f86f6dc3bb
|
228
228
|
:name: Saint Stephen
|
229
229
|
:segued: true
|
@@ -371,7 +371,7 @@
|
|
371
371
|
:country: US
|
372
372
|
:sets: []
|
373
373
|
1969/02/11/1:
|
374
|
-
:uuid:
|
374
|
+
:uuid: 9b1019a9-f866-4503-8875-8ce0a3023627
|
375
375
|
:venue: Fillmore East
|
376
376
|
:city: New York
|
377
377
|
:state: NY
|
data/data/gdshowsdb/1970.yaml
CHANGED
@@ -42,7 +42,7 @@
|
|
42
42
|
:name: Cosmic Charlie
|
43
43
|
:segued: false
|
44
44
|
1970/01/02/1:
|
45
|
-
:uuid:
|
45
|
+
:uuid: 4e056067-b043-4202-845a-eeae104a2aab
|
46
46
|
:venue: Fillmore East
|
47
47
|
:city: New York
|
48
48
|
:state: NY
|
@@ -2005,7 +2005,7 @@
|
|
2005
2005
|
:songs:
|
2006
2006
|
- :uuid: fdf19fb7-0e06-4432-b14f-f748d134a651
|
2007
2007
|
:name: Morning Dew
|
2008
|
-
:segued:
|
2008
|
+
:segued: false
|
2009
2009
|
- :uuid: cae4ab72-b978-41c5-852f-51c406da7a3f
|
2010
2010
|
:name: Viola Lee Blues
|
2011
2011
|
:segued: true
|
data/data/gdshowsdb/1971.yaml
CHANGED
@@ -4184,87 +4184,87 @@
|
|
4184
4184
|
:sets:
|
4185
4185
|
- :uuid: ea054350-e65d-4e4a-b99c-9f42b111ea10
|
4186
4186
|
:songs:
|
4187
|
-
- :uuid:
|
4187
|
+
- :uuid: 3c85202d-65ab-411f-9ea2-09ed67da1275
|
4188
4188
|
:name: Bertha
|
4189
4189
|
:segued: false
|
4190
|
-
- :uuid:
|
4190
|
+
- :uuid: cab8590f-55d5-4c8f-b983-20864cfa3e03
|
4191
4191
|
:name: Me And My Uncle
|
4192
4192
|
:segued: false
|
4193
|
-
- :uuid:
|
4193
|
+
- :uuid: 33ffdf8e-6893-49ff-8115-fb07faf57e1c
|
4194
4194
|
:name: Sugaree
|
4195
4195
|
:segued: false
|
4196
|
-
- :uuid:
|
4196
|
+
- :uuid: 55b5c6cd-6111-4193-9df7-38b66d39caa6
|
4197
4197
|
:name: Jack Straw
|
4198
4198
|
:segued: false
|
4199
|
-
- :uuid:
|
4199
|
+
- :uuid: 785467f9-aedb-4ca4-a128-1a0407ac931c
|
4200
4200
|
:name: Tennessee Jed
|
4201
4201
|
:segued: false
|
4202
|
-
- :uuid:
|
4202
|
+
- :uuid: 0d8a7a1c-390f-425c-907b-2d2f5e7bcafd
|
4203
4203
|
:name: El Paso
|
4204
4204
|
:segued: false
|
4205
|
-
- :uuid:
|
4205
|
+
- :uuid: e2a60afe-3cf9-4c51-9e3e-990b4da81b98
|
4206
4206
|
:name: Loser
|
4207
4207
|
:segued: false
|
4208
|
-
- :uuid:
|
4208
|
+
- :uuid: d786101f-c63e-499e-b9a8-ad8e60c6d9b1
|
4209
4209
|
:name: Playing In The Band
|
4210
4210
|
:segued: false
|
4211
|
-
- :uuid:
|
4211
|
+
- :uuid: 1ae68069-32e8-40b4-90de-b3cba85f0f0c
|
4212
4212
|
:name: Cumberland Blues
|
4213
4213
|
:segued: false
|
4214
|
-
- :uuid:
|
4214
|
+
- :uuid: 2f6f8943-6718-4f27-9f89-22cb087931b1
|
4215
4215
|
:name: Black Peter
|
4216
4216
|
:segued: false
|
4217
|
-
- :uuid:
|
4217
|
+
- :uuid: dc3e2152-ac1d-42a9-a78d-37fa36908a57
|
4218
4218
|
:name: Beat It On Down The Line
|
4219
4219
|
:segued: false
|
4220
|
-
- :uuid:
|
4220
|
+
- :uuid: a6d3a1c8-0cf6-411d-845f-6bcc8f895aee
|
4221
4221
|
:name: Deal
|
4222
4222
|
:segued: false
|
4223
|
-
- :uuid:
|
4223
|
+
- :uuid: 6fe540d6-3af2-4785-96aa-ce53129f1280
|
4224
4224
|
:name: Mexicali Blues
|
4225
4225
|
:segued: false
|
4226
4226
|
- :uuid: bf7146f8-670c-4796-9c4e-c74440164e8d
|
4227
4227
|
:name: Sing Me Back Home
|
4228
4228
|
:segued: false
|
4229
|
-
- :uuid:
|
4229
|
+
- :uuid: 495777d3-5c78-4b94-a38a-81bb366bb4a2
|
4230
4230
|
:name: One More Saturday Night
|
4231
4231
|
:segued: false
|
4232
4232
|
- :uuid: 7148f9bf-a0a2-42c2-a395-8724f1d730d5
|
4233
4233
|
:songs:
|
4234
|
-
- :uuid:
|
4234
|
+
- :uuid: 096578a6-ee69-4602-bd9d-184a11fea9b4
|
4235
4235
|
:name: Ramble On Rose
|
4236
4236
|
:segued: false
|
4237
|
-
- :uuid:
|
4237
|
+
- :uuid: 6ca26170-afc6-4f16-97a4-131cea8de135
|
4238
4238
|
:name: Me And Bobby Mcgee
|
4239
4239
|
:segued: false
|
4240
|
-
- :uuid:
|
4240
|
+
- :uuid: 1472f9b5-db5e-494e-b373-33bded9cb53c
|
4241
4241
|
:name: Cryptical Envelopment
|
4242
4242
|
:segued: true
|
4243
|
-
- :uuid:
|
4243
|
+
- :uuid: 18d32412-7da2-431b-b641-949c7a701c68
|
4244
4244
|
:name: Drums
|
4245
4245
|
:segued: true
|
4246
|
-
- :uuid:
|
4246
|
+
- :uuid: 82302f3f-1f30-4fa8-b3ba-4b2403c3feef
|
4247
4247
|
:name: The Other One
|
4248
4248
|
:segued: true
|
4249
|
-
- :uuid:
|
4249
|
+
- :uuid: 04777ad4-d98f-4e27-b10f-d5821674f896
|
4250
4250
|
:name: Cryptical Envelopment
|
4251
4251
|
:segued: true
|
4252
|
-
- :uuid:
|
4252
|
+
- :uuid: e1c09a41-541c-41df-ac78-310f4935e0f8
|
4253
4253
|
:name: Comes A Time
|
4254
4254
|
:segued: false
|
4255
|
-
- :uuid:
|
4255
|
+
- :uuid: 2722b391-e747-4951-b71f-42ac102e4c8f
|
4256
4256
|
:name: Sugar Magnolia
|
4257
4257
|
:segued: false
|
4258
|
-
- :uuid:
|
4258
|
+
- :uuid: 984cbf6a-2943-45b1-bf04-2bc383b37b71
|
4259
4259
|
:name: Brown Eyed Women
|
4260
4260
|
:segued: false
|
4261
|
-
- :uuid:
|
4261
|
+
- :uuid: 619c2004-dad7-4fd0-8e07-923077274c4a
|
4262
4262
|
:name: Not Fade Away
|
4263
4263
|
:segued: true
|
4264
|
-
- :uuid:
|
4264
|
+
- :uuid: 9e6d98f3-b889-4272-8871-5c70dff6f3b3
|
4265
4265
|
:name: Goin' Down The Road Feeling Bad
|
4266
4266
|
:segued: true
|
4267
|
-
- :uuid:
|
4267
|
+
- :uuid: 009d6733-a4d6-46fd-846e-df329a3f1e16
|
4268
4268
|
:name: Not Fade Away
|
4269
4269
|
:segued: false
|
4270
4270
|
1971/11/07:
|
@@ -4276,101 +4276,101 @@
|
|
4276
4276
|
:sets:
|
4277
4277
|
- :uuid: 56d077a6-e4f6-4a9f-9368-48befb524eab
|
4278
4278
|
:songs:
|
4279
|
-
- :uuid:
|
4279
|
+
- :uuid: ab0b4e75-3e2a-4092-9505-5c4246e7a49e
|
4280
4280
|
:name: Truckin'
|
4281
4281
|
:segued: false
|
4282
|
-
- :uuid:
|
4282
|
+
- :uuid: 14ffcf5f-a588-4ddb-bb7e-8c47152a1873
|
4283
4283
|
:name: Brown Eyed Women
|
4284
4284
|
:segued: false
|
4285
|
-
- :uuid:
|
4285
|
+
- :uuid: 83f93d89-067f-4313-b41c-5842cf85fbff
|
4286
4286
|
:name: Beat It On Down The Line
|
4287
4287
|
:segued: false
|
4288
|
-
- :uuid:
|
4288
|
+
- :uuid: c1df498a-f7c4-4d58-b7e1-8bdde4133dd1
|
4289
4289
|
:name: Hide Away
|
4290
4290
|
:segued: false
|
4291
|
-
- :uuid:
|
4291
|
+
- :uuid: 3b949d11-8fdd-49f1-8381-34c7a8e2a268
|
4292
4292
|
:name: Sugaree
|
4293
4293
|
:segued: false
|
4294
|
-
- :uuid:
|
4294
|
+
- :uuid: f4b09753-b43c-4073-9b75-bc90ae5dfc14
|
4295
4295
|
:name: Jack Straw
|
4296
4296
|
:segued: false
|
4297
|
-
- :uuid:
|
4297
|
+
- :uuid: 2ac5760e-178f-4adc-ba38-4e8c87a49482
|
4298
4298
|
:name: Tennessee Jed
|
4299
4299
|
:segued: false
|
4300
|
-
- :uuid:
|
4300
|
+
- :uuid: 1977c3eb-f9cc-4de9-ab4d-808f00d1a9c6
|
4301
4301
|
:name: Cumberland Blues
|
4302
4302
|
:segued: false
|
4303
|
-
- :uuid:
|
4303
|
+
- :uuid: 9782de13-a405-409f-acf0-05db8c7a69bd
|
4304
4304
|
:name: El Paso
|
4305
4305
|
:segued: false
|
4306
|
-
- :uuid:
|
4306
|
+
- :uuid: c29c47c9-13e8-4ed5-b3c4-a1d1e2b96426
|
4307
4307
|
:name: Big Railroad Blues
|
4308
4308
|
:segued: false
|
4309
|
-
- :uuid:
|
4309
|
+
- :uuid: 1cb29613-d237-425a-92a9-a28e7e196af7
|
4310
4310
|
:name: Comes A Time
|
4311
4311
|
:segued: false
|
4312
|
-
- :uuid:
|
4312
|
+
- :uuid: d7884a53-07be-4855-ad1b-c77a37e426a6
|
4313
4313
|
:name: Mexicali Blues
|
4314
4314
|
:segued: false
|
4315
|
-
- :uuid:
|
4315
|
+
- :uuid: 28bdb689-0d39-49f2-8517-2ce65ee6f3cb
|
4316
4316
|
:name: One More Saturday Night
|
4317
4317
|
:segued: false
|
4318
4318
|
- :uuid: 7e129418-3ed3-47a6-a323-723204dbc378
|
4319
4319
|
:songs:
|
4320
|
-
- :uuid:
|
4320
|
+
- :uuid: a0087390-2dd5-4084-81bf-fa4339d5fc06
|
4321
4321
|
:name: Ramble On Rose
|
4322
4322
|
:segued: false
|
4323
|
-
- :uuid:
|
4323
|
+
- :uuid: 8a9cea33-5536-49f3-93d4-9bcb5d42fd00
|
4324
4324
|
:name: Me And Bobby Mcgee
|
4325
4325
|
:segued: false
|
4326
|
-
- :uuid:
|
4326
|
+
- :uuid: b1b3e9a1-1db3-470f-9309-aa8fee2355c0
|
4327
4327
|
:name: Loser
|
4328
4328
|
:segued: false
|
4329
|
-
- :uuid:
|
4329
|
+
- :uuid: 987be40a-5fb1-42ed-a5d8-22e2a5ede454
|
4330
4330
|
:name: Sugar Magnolia
|
4331
4331
|
:segued: false
|
4332
|
-
- :uuid:
|
4332
|
+
- :uuid: 545d1629-9764-465c-978c-1b957d0a196a
|
4333
4333
|
:name: Dark Star
|
4334
4334
|
:segued: true
|
4335
|
-
- :uuid:
|
4335
|
+
- :uuid: a3da736b-f033-4c15-99d2-40c9d29b7e6d
|
4336
4336
|
:name: Drums
|
4337
4337
|
:segued: true
|
4338
|
-
- :uuid:
|
4338
|
+
- :uuid: 1c6361f4-02f1-4031-b5bc-1161fa0a8429
|
4339
4339
|
:name: The Other One
|
4340
4340
|
:segued: true
|
4341
|
-
- :uuid:
|
4341
|
+
- :uuid: 51f2decc-812f-4b30-92ed-130788569c9c
|
4342
4342
|
:name: Me And My Uncle
|
4343
4343
|
:segued: true
|
4344
|
-
- :uuid:
|
4344
|
+
- :uuid: dffd1a82-7173-4d1f-9725-68010e328ac3
|
4345
4345
|
:name: The Other One
|
4346
4346
|
:segued: false
|
4347
|
-
- :uuid:
|
4347
|
+
- :uuid: e8347d4b-03c9-48eb-839a-a7a6d18234e6
|
4348
4348
|
:name: Deal
|
4349
4349
|
:segued: false
|
4350
|
-
- :uuid:
|
4350
|
+
- :uuid: 43f9b77a-18cd-4609-a48e-2af5d72714df
|
4351
4351
|
:name: Brokedown Palace
|
4352
4352
|
:segued: false
|
4353
|
-
- :uuid:
|
4353
|
+
- :uuid: 81f93b45-551e-49ad-8e70-52e5bd7a6c53
|
4354
4354
|
:name: Playing In The Band
|
4355
4355
|
:segued: false
|
4356
|
-
- :uuid:
|
4356
|
+
- :uuid: 8a8c16a5-c2cc-4ca6-9b78-2a3ff15f7356
|
4357
4357
|
:name: Casey Jones
|
4358
4358
|
:segued: false
|
4359
|
-
- :uuid:
|
4359
|
+
- :uuid: f5f1627e-e027-4de0-bb15-64fc01e1c391
|
4360
4360
|
:name: Not Fade Away
|
4361
4361
|
:segued: true
|
4362
|
-
- :uuid:
|
4362
|
+
- :uuid: 60f6ffcb-db4c-497a-8dd7-be1462944093
|
4363
4363
|
:name: Goin' Down The Road Feeling Bad
|
4364
4364
|
:segued: true
|
4365
|
-
- :uuid:
|
4365
|
+
- :uuid: de006393-e148-4cd9-a95f-70e06c437103
|
4366
4366
|
:name: Not Fade Away
|
4367
4367
|
:segued: false
|
4368
4368
|
- :uuid: 3556d22b-a993-466b-adf2-1f303dc729a8
|
4369
4369
|
:songs:
|
4370
|
-
- :uuid:
|
4370
|
+
- :uuid: b150856d-8bac-47bf-a3ce-4b471f267570
|
4371
4371
|
:name: Johnny B. Goode
|
4372
4372
|
:segued: false
|
4373
|
-
- :uuid:
|
4373
|
+
- :uuid: f860f77d-752c-4057-aa97-f7c4275edcb1
|
4374
4374
|
:name: Uncle John's Band
|
4375
4375
|
:segued: false
|
4376
4376
|
1971/11/11:
|
@@ -4382,57 +4382,57 @@
|
|
4382
4382
|
:sets:
|
4383
4383
|
- :uuid: bb6c3828-0f89-47d0-a3f4-c110980e2b75
|
4384
4384
|
:songs:
|
4385
|
-
- :uuid:
|
4385
|
+
- :uuid: 08a13e39-f74e-4dcb-9806-9df31ef9fa38
|
4386
4386
|
:name: Bertha
|
4387
4387
|
:segued: false
|
4388
|
-
- :uuid:
|
4388
|
+
- :uuid: a4424386-a29c-4716-95a1-5dc53c00f876
|
4389
4389
|
:name: Me And My Uncle
|
4390
4390
|
:segued: false
|
4391
|
-
- :uuid:
|
4391
|
+
- :uuid: 17c6771d-08bf-4c40-9212-ffa001ec0ea9
|
4392
4392
|
:name: Sugaree
|
4393
4393
|
:segued: false
|
4394
|
-
- :uuid:
|
4394
|
+
- :uuid: bebe543e-52de-45ba-8f8e-b06e9a420aad
|
4395
4395
|
:name: Playing In The Band
|
4396
4396
|
:segued: false
|
4397
|
-
- :uuid:
|
4397
|
+
- :uuid: f34901bf-391c-4600-b8ad-63aa1835c996
|
4398
4398
|
:name: Tennessee Jed
|
4399
4399
|
:segued: false
|
4400
|
-
- :uuid:
|
4400
|
+
- :uuid: 371cb5ec-2250-401e-8003-bb7807548a11
|
4401
4401
|
:name: Jack Straw
|
4402
4402
|
:segued: false
|
4403
|
-
- :uuid:
|
4403
|
+
- :uuid: a736b00e-6a29-4a14-9fe5-2e13235ba5e0
|
4404
4404
|
:name: Casey Jones
|
4405
4405
|
:segued: false
|
4406
|
-
- :uuid:
|
4406
|
+
- :uuid: 9279f4df-62a5-4bfa-b62c-9dd5a084957f
|
4407
4407
|
:name: Me And Bobby Mcgee
|
4408
4408
|
:segued: false
|
4409
|
-
- :uuid:
|
4409
|
+
- :uuid: 8d651e9c-06dd-42eb-a559-2f30775a7251
|
4410
4410
|
:name: Big Railroad Blues
|
4411
4411
|
:segued: false
|
4412
|
-
- :uuid:
|
4412
|
+
- :uuid: 515be024-306d-4be7-a773-656fcca58852
|
4413
4413
|
:name: Mexicali Blues
|
4414
4414
|
:segued: false
|
4415
|
-
- :uuid:
|
4415
|
+
- :uuid: 7cfc834c-8597-4e0d-a20e-5fcd81a4a9ae
|
4416
4416
|
:name: One More Saturday Night
|
4417
4417
|
:segued: false
|
4418
|
-
- :uuid:
|
4418
|
+
- :uuid: 1247a340-7578-4cd8-8d2b-75795ffa1484
|
4419
4419
|
:name: Truckin'
|
4420
4420
|
:segued: false
|
4421
|
-
- :uuid:
|
4421
|
+
- :uuid: e6e12568-ae68-45ad-b4e3-0ed730b9ba8c
|
4422
4422
|
:name: Sugar Magnolia
|
4423
4423
|
:segued: false
|
4424
|
-
- :uuid:
|
4424
|
+
- :uuid: 24c205d3-a481-4339-b101-33efc9269db7
|
4425
4425
|
:name: Not Fade Away
|
4426
4426
|
:segued: true
|
4427
|
-
- :uuid:
|
4427
|
+
- :uuid: 82b85e4d-3e90-492a-b6b4-5c9c3d52a305
|
4428
4428
|
:name: Goin' Down The Road Feeling Bad
|
4429
4429
|
:segued: true
|
4430
|
-
- :uuid:
|
4430
|
+
- :uuid: 5a2b965d-349a-4efc-81c4-97c8013e02dc
|
4431
4431
|
:name: Not Fade Away
|
4432
4432
|
:segued: false
|
4433
4433
|
- :uuid: 4c63149c-6003-4486-930b-744169c33f0c
|
4434
4434
|
:songs:
|
4435
|
-
- :uuid:
|
4435
|
+
- :uuid: 2cedcf30-3ead-4716-96c8-699982f132a1
|
4436
4436
|
:name: Johnny B. Goode
|
4437
4437
|
:segued: false
|
4438
4438
|
1971/11/12:
|
@@ -4444,71 +4444,71 @@
|
|
4444
4444
|
:sets:
|
4445
4445
|
- :uuid: b0f58b52-1712-4f25-8203-8c070c2cf4a9
|
4446
4446
|
:songs:
|
4447
|
-
- :uuid:
|
4447
|
+
- :uuid: 5a810fc6-2055-4912-b2d3-d0f462991bbf
|
4448
4448
|
:name: Truckin'
|
4449
4449
|
:segued: false
|
4450
|
-
- :uuid:
|
4450
|
+
- :uuid: e6eee3ce-d600-47ba-9de0-5b94a346dd03
|
4451
4451
|
:name: Loser
|
4452
4452
|
:segued: false
|
4453
|
-
- :uuid:
|
4453
|
+
- :uuid: d07fc9ca-8435-491c-8527-8a54861a7a46
|
4454
4454
|
:name: Beat It On Down The Line
|
4455
4455
|
:segued: false
|
4456
|
-
- :uuid:
|
4456
|
+
- :uuid: b4840100-8fa1-449a-a68c-1c10d6d0d799
|
4457
4457
|
:name: Sugaree
|
4458
4458
|
:segued: false
|
4459
|
-
- :uuid:
|
4459
|
+
- :uuid: ab93df66-e958-42f8-95b0-6e5dfdeb42b0
|
4460
4460
|
:name: Jack Straw
|
4461
4461
|
:segued: false
|
4462
|
-
- :uuid:
|
4462
|
+
- :uuid: 6df62be3-6253-44b3-baeb-394e0a8eacba
|
4463
4463
|
:name: Tennessee Jed
|
4464
4464
|
:segued: false
|
4465
|
-
- :uuid:
|
4465
|
+
- :uuid: 8de82f71-89d7-4351-af7e-4f3a659aef26
|
4466
4466
|
:name: El Paso
|
4467
4467
|
:segued: false
|
4468
|
-
- :uuid:
|
4468
|
+
- :uuid: 427bb4bf-a653-49e4-b559-dbdb2b5f0b5c
|
4469
4469
|
:name: Brown Eyed Women
|
4470
4470
|
:segued: false
|
4471
|
-
- :uuid:
|
4471
|
+
- :uuid: 6fc94b28-473e-482d-a566-f9678ab175c2
|
4472
4472
|
:name: Mexicali Blues
|
4473
4473
|
:segued: false
|
4474
|
-
- :uuid:
|
4474
|
+
- :uuid: 0ab8bd74-0da7-42b5-b004-c672ed0e9c58
|
4475
4475
|
:name: Black Peter
|
4476
4476
|
:segued: false
|
4477
|
-
- :uuid:
|
4477
|
+
- :uuid: e1556b64-b873-4178-afda-d153acb1125c
|
4478
4478
|
:name: One More Saturday Night
|
4479
4479
|
:segued: false
|
4480
4480
|
- :uuid: 60755680-431a-4091-a1cc-d263677a02aa
|
4481
4481
|
:songs:
|
4482
|
-
- :uuid:
|
4482
|
+
- :uuid: cb4293e3-d16c-4d51-99f8-5417a2647596
|
4483
4483
|
:name: Ramble On Rose
|
4484
4484
|
:segued: false
|
4485
|
-
- :uuid:
|
4485
|
+
- :uuid: 1fadd560-355d-4e38-b116-a0746d2940f3
|
4486
4486
|
:name: Me And My Uncle
|
4487
4487
|
:segued: false
|
4488
|
-
- :uuid:
|
4488
|
+
- :uuid: e29fa2a2-0ce2-452e-aa50-a2c118a9c90b
|
4489
4489
|
:name: Cryptical Envelopment
|
4490
4490
|
:segued: true
|
4491
|
-
- :uuid:
|
4491
|
+
- :uuid: 2e44fa5f-eacb-4376-a201-4f1b1f2bc2e3
|
4492
4492
|
:name: Drums
|
4493
4493
|
:segued: true
|
4494
|
-
- :uuid:
|
4494
|
+
- :uuid: 74f190d0-2054-4b4f-ac87-a1090fa0cfca
|
4495
4495
|
:name: The Other One
|
4496
4496
|
:segued: true
|
4497
|
-
- :uuid:
|
4497
|
+
- :uuid: e02eb6aa-c003-4add-a1f7-c46e6eab13a1
|
4498
4498
|
:name: Cryptical Envelopment
|
4499
4499
|
:segued: false
|
4500
|
-
- :uuid:
|
4500
|
+
- :uuid: 903d3048-a5b1-49d6-baf5-2c1839017cc0
|
4501
4501
|
:name: Big Railroad Blues
|
4502
4502
|
:segued: false
|
4503
|
-
- :uuid:
|
4503
|
+
- :uuid: cde0c65a-3941-4361-8bdf-e8769e518420
|
4504
4504
|
:name: Sugar Magnolia
|
4505
4505
|
:segued: false
|
4506
|
-
- :uuid:
|
4506
|
+
- :uuid: 07b0c417-ef7f-4141-8c14-af3efa54fe6e
|
4507
4507
|
:name: Casey Jones
|
4508
4508
|
:segued: false
|
4509
4509
|
- :uuid: f377581d-fa3c-457d-b9f2-fa73cf6e6030
|
4510
4510
|
:songs:
|
4511
|
-
- :uuid:
|
4511
|
+
- :uuid: 559b95c2-cd34-4b9e-895d-343ceeddb8d4
|
4512
4512
|
:name: Johnny B. Goode
|
4513
4513
|
:segued: false
|
4514
4514
|
1971/11/14:
|
@@ -4520,10 +4520,10 @@
|
|
4520
4520
|
:sets:
|
4521
4521
|
- :uuid: c6199dcb-8e31-48cb-86ca-63952b96ace4
|
4522
4522
|
:songs:
|
4523
|
-
- :uuid:
|
4523
|
+
- :uuid: 546eea94-cab1-4380-84b4-9ac1af495943
|
4524
4524
|
:name: Bertha
|
4525
4525
|
:segued: false
|
4526
|
-
- :uuid:
|
4526
|
+
- :uuid: 6d4bf51a-c59f-46c9-a67e-b5311f673b1b
|
4527
4527
|
:name: Beat It On Down The Line
|
4528
4528
|
:segued: false
|
4529
4529
|
- :uuid: 1ecf0c86-3d03-4740-b708-a12bbe0a0dba
|
@@ -4532,68 +4532,68 @@
|
|
4532
4532
|
- :uuid: 6c88d23b-1d1e-402d-8cb7-3e9eb12b087a
|
4533
4533
|
:name: I Know You Rider
|
4534
4534
|
:segued: false
|
4535
|
-
- :uuid:
|
4535
|
+
- :uuid: c80ec710-fc3e-4e8e-9bbb-bb58ad4b5710
|
4536
4536
|
:name: El Paso
|
4537
4537
|
:segued: true
|
4538
|
-
- :uuid:
|
4538
|
+
- :uuid: 2fe2355f-c437-4c8d-91fd-cdad66ed615a
|
4539
4539
|
:name: Sugaree
|
4540
4540
|
:segued: false
|
4541
|
-
- :uuid:
|
4541
|
+
- :uuid: 62935f32-417a-4136-a1d0-1f76ab0db2c8
|
4542
4542
|
:name: Jack Straw
|
4543
4543
|
:segued: false
|
4544
|
-
- :uuid:
|
4544
|
+
- :uuid: fb87671e-8cf7-4192-83d8-efb90af055b8
|
4545
4545
|
:name: Big Railroad Blues
|
4546
4546
|
:segued: false
|
4547
|
-
- :uuid:
|
4547
|
+
- :uuid: 574ceb50-6021-4107-ba86-931c074ebaa6
|
4548
4548
|
:name: Me And Bobby Mcgee
|
4549
4549
|
:segued: false
|
4550
|
-
- :uuid:
|
4550
|
+
- :uuid: 35b75605-32a8-45ae-835c-7fc0040e6ca2
|
4551
4551
|
:name: Loser
|
4552
4552
|
:segued: false
|
4553
|
-
- :uuid:
|
4553
|
+
- :uuid: c539bbdc-ad7c-4b21-920e-1cb52e54d0a3
|
4554
4554
|
:name: Playing In The Band
|
4555
4555
|
:segued: false
|
4556
|
-
- :uuid:
|
4556
|
+
- :uuid: 46fa0a6d-ebd8-46cb-8df1-d4b4096b062c
|
4557
4557
|
:name: Tennessee Jed
|
4558
4558
|
:segued: false
|
4559
|
-
- :uuid:
|
4559
|
+
- :uuid: 8ea3b6d3-02b8-46f1-b573-544db751b0c8
|
4560
4560
|
:name: You Win Again
|
4561
4561
|
:segued: false
|
4562
|
-
- :uuid:
|
4562
|
+
- :uuid: 937184d7-9eba-4c74-9dd8-736a31c05e57
|
4563
4563
|
:name: Mexicali Blues
|
4564
4564
|
:segued: false
|
4565
|
-
- :uuid:
|
4565
|
+
- :uuid: e456e105-6776-47a6-9549-61a7e6f8fbfd
|
4566
4566
|
:name: Casey Jones
|
4567
4567
|
:segued: false
|
4568
|
-
- :uuid:
|
4568
|
+
- :uuid: aa19edb1-f556-43b9-a003-a1471ef237d4
|
4569
4569
|
:name: One More Saturday Night
|
4570
4570
|
:segued: false
|
4571
4571
|
- :uuid: a5b5adad-6356-4f88-be60-ac0458c0afc6
|
4572
4572
|
:songs:
|
4573
|
-
- :uuid:
|
4573
|
+
- :uuid: 8d82c74d-3737-4913-b540-131c32838335
|
4574
4574
|
:name: Truckin'
|
4575
4575
|
:segued: true
|
4576
|
-
- :uuid:
|
4576
|
+
- :uuid: ccf800bd-f7f9-447e-a957-02c6a80d17aa
|
4577
4577
|
:name: Drums
|
4578
4578
|
:segued: true
|
4579
|
-
- :uuid:
|
4579
|
+
- :uuid: a9547535-0c6f-4ac2-bc61-6a185bc2d51e
|
4580
4580
|
:name: The Other One
|
4581
4581
|
:segued: true
|
4582
|
-
- :uuid:
|
4582
|
+
- :uuid: 4205f4ec-f2d9-4bd0-b5ff-df7c5becf6fe
|
4583
4583
|
:name: Me And My Uncle
|
4584
4584
|
:segued: true
|
4585
|
-
- :uuid:
|
4585
|
+
- :uuid: ea5b4c23-893c-43d2-9b03-b0fea4f050f8
|
4586
4586
|
:name: The Other One
|
4587
4587
|
:segued: true
|
4588
4588
|
- :uuid: 1bc35224-f354-4081-8355-3fc24de151d7
|
4589
4589
|
:name: Wharf Rat
|
4590
4590
|
:segued: true
|
4591
|
-
- :uuid:
|
4591
|
+
- :uuid: 97ba415a-1bcc-4234-9de1-e90f24f269e1
|
4592
4592
|
:name: Sugar Magnolia
|
4593
4593
|
:segued: false
|
4594
4594
|
- :uuid: dad1e3b4-3fc2-4057-831c-30ba6df24a7e
|
4595
4595
|
:songs:
|
4596
|
-
- :uuid:
|
4596
|
+
- :uuid: f3ba1b21-bc24-4a25-ad7d-c526e4d88b0c
|
4597
4597
|
:name: Johnny B. Goode
|
4598
4598
|
:segued: false
|
4599
4599
|
1971/11/15:
|
@@ -4605,80 +4605,80 @@
|
|
4605
4605
|
:sets:
|
4606
4606
|
- :uuid: da6b040c-4916-4b4e-abb8-f3d56aa16169
|
4607
4607
|
:songs:
|
4608
|
-
- :uuid:
|
4608
|
+
- :uuid: 54e415c4-52ae-4c39-8601-0dfd746c38ad
|
4609
4609
|
:name: Truckin'
|
4610
4610
|
:segued: false
|
4611
|
-
- :uuid:
|
4611
|
+
- :uuid: 05f88f7b-9c2d-4554-b6c7-3464711653db
|
4612
4612
|
:name: Bertha
|
4613
4613
|
:segued: false
|
4614
|
-
- :uuid:
|
4614
|
+
- :uuid: 48af2c72-e471-4209-ab89-b8e3bef8deab
|
4615
4615
|
:name: Playing In The Band
|
4616
4616
|
:segued: false
|
4617
|
-
- :uuid:
|
4617
|
+
- :uuid: 820213b4-ab47-45ee-9db3-d7d1ae102dfb
|
4618
4618
|
:name: Deal
|
4619
4619
|
:segued: false
|
4620
|
-
- :uuid:
|
4620
|
+
- :uuid: 796a99c4-c7ed-449b-a226-88109b2f9f81
|
4621
4621
|
:name: Jack Straw
|
4622
4622
|
:segued: false
|
4623
|
-
- :uuid:
|
4623
|
+
- :uuid: 2a9a1bed-0f8f-4b7e-8a7d-293291026343
|
4624
4624
|
:name: Loser
|
4625
4625
|
:segued: false
|
4626
|
-
- :uuid:
|
4626
|
+
- :uuid: 5cac8a2f-ee5f-4486-8369-d903c94ff26f
|
4627
4627
|
:name: Beat It On Down The Line
|
4628
4628
|
:segued: false
|
4629
|
-
- :uuid:
|
4629
|
+
- :uuid: c074c699-3e0e-4faf-bef7-3f00aba5d5df
|
4630
4630
|
:name: Dark Star
|
4631
4631
|
:segued: true
|
4632
|
-
- :uuid:
|
4632
|
+
- :uuid: fd86946d-5f85-4bd6-ac7c-3189ff92ffb8
|
4633
4633
|
:name: El Paso
|
4634
4634
|
:segued: true
|
4635
4635
|
- :uuid: 28138053-4eda-4f61-9e75-95f3a1341ffc
|
4636
4636
|
:name: Dark Star Jam
|
4637
4637
|
:segued: true
|
4638
|
-
- :uuid:
|
4638
|
+
- :uuid: 632f44f2-b6c5-497c-953f-11f8bc308c66
|
4639
4639
|
:name: Casey Jones
|
4640
4640
|
:segued: false
|
4641
|
-
- :uuid:
|
4641
|
+
- :uuid: bd836c53-c6e4-46c0-b50f-ca920724a3bf
|
4642
4642
|
:name: One More Saturday Night
|
4643
4643
|
:segued: false
|
4644
4644
|
- :uuid: ffa76ec4-bb5c-4906-9dda-1dca88b674b5
|
4645
4645
|
:songs:
|
4646
|
-
- :uuid:
|
4646
|
+
- :uuid: acb60aac-8dc7-44f5-866b-cbca0fd90e9e
|
4647
4647
|
:name: Me And My Uncle
|
4648
4648
|
:segued: false
|
4649
|
-
- :uuid:
|
4649
|
+
- :uuid: beeb7e03-85eb-4804-a42d-8446d065290f
|
4650
4650
|
:name: Ramble On Rose
|
4651
4651
|
:segued: false
|
4652
|
-
- :uuid:
|
4652
|
+
- :uuid: 320bd664-095c-4ccc-bd85-93c7b99d683c
|
4653
4653
|
:name: Mexicali Blues
|
4654
4654
|
:segued: false
|
4655
|
-
- :uuid:
|
4655
|
+
- :uuid: a96252f2-2480-4a8b-892c-9c34c4293f9e
|
4656
4656
|
:name: Brokedown Palace
|
4657
4657
|
:segued: false
|
4658
|
-
- :uuid:
|
4658
|
+
- :uuid: c704628d-f425-4045-9f3e-435a853260ad
|
4659
4659
|
:name: Me And Bobby Mcgee
|
4660
4660
|
:segued: false
|
4661
|
-
- :uuid:
|
4661
|
+
- :uuid: f2642d54-7f7c-4d04-812f-c2761473e6af
|
4662
4662
|
:name: Cumberland Blues
|
4663
4663
|
:segued: false
|
4664
|
-
- :uuid:
|
4664
|
+
- :uuid: 35ccc507-1060-47e0-8430-d6d44c48b86f
|
4665
4665
|
:name: Sugar Magnolia
|
4666
4666
|
:segued: false
|
4667
|
-
- :uuid:
|
4667
|
+
- :uuid: a41a767e-2425-4798-838b-d56f7291b7b4
|
4668
4668
|
:name: You Win Again
|
4669
4669
|
:segued: false
|
4670
|
-
- :uuid:
|
4670
|
+
- :uuid: 12080cb4-1c25-4626-9a50-965627069b8c
|
4671
4671
|
:name: Not Fade Away
|
4672
4672
|
:segued: true
|
4673
|
-
- :uuid:
|
4673
|
+
- :uuid: 5a085461-8407-4726-99af-b6d15e9802a0
|
4674
4674
|
:name: Goin' Down The Road Feeling Bad
|
4675
4675
|
:segued: true
|
4676
|
-
- :uuid:
|
4676
|
+
- :uuid: fdf63590-a99e-4512-a714-a4e5d7146d5c
|
4677
4677
|
:name: Not Fade Away
|
4678
4678
|
:segued: false
|
4679
4679
|
- :uuid: b58f3edf-1a48-4962-8a83-cd98fc889835
|
4680
4680
|
:songs:
|
4681
|
-
- :uuid:
|
4681
|
+
- :uuid: 38f24d77-5ed3-4d1c-8c09-ec2ab6ef9793
|
4682
4682
|
:name: Johnny B. Goode
|
4683
4683
|
:segued: false
|
4684
4684
|
1971/11/17:
|
@@ -4882,7 +4882,7 @@
|
|
4882
4882
|
:segued: false
|
4883
4883
|
- :uuid: 033493bd-dee0-4ea3-880b-5fb76471f2d9
|
4884
4884
|
:name: El Paso
|
4885
|
-
:segued:
|
4885
|
+
:segued: false
|
4886
4886
|
- :uuid: c6447285-715e-4a7f-99fb-8dadd6c1b3d7
|
4887
4887
|
:name: Big Railroad Blues
|
4888
4888
|
:segued: false
|
data/data/gdshowsdb/1977.yaml
CHANGED
@@ -142,8 +142,6 @@
|
|
142
142
|
- :uuid: 3e8feea7-67c8-45d1-8a8d-6cb0fe0040a3
|
143
143
|
:name: Johnny B. Goode
|
144
144
|
:segued: false
|
145
|
-
- :uuid: 88ccc87d-586e-4a0b-8fdc-3ddf2c885cd0
|
146
|
-
:songs: []
|
147
145
|
1977/03/18:
|
148
146
|
:uuid: b35231fc-6f8c-4236-a78b-e5ce8abd7b3a
|
149
147
|
:venue: Winterland Arena
|
data/data/gdshowsdb/1986.yaml
CHANGED
data/data/gdshowsdb/1991.yaml
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
class CreateSongRefTable < ActiveRecord::Migration[5.0]
|
2
2
|
def up
|
3
3
|
create_table :song_refs, :id => false do |t|
|
4
|
-
t.string :uuid, :
|
4
|
+
t.string :uuid, primary: true, null: false
|
5
5
|
t.string :name
|
6
|
-
t.string :slug
|
7
|
-
|
8
|
-
|
9
|
-
|
6
|
+
t.string :slug
|
7
|
+
t.index :uuid, unique: true
|
8
|
+
t.index :name, unique: true
|
9
|
+
t.index :slug, unique: true
|
10
|
+
end
|
10
11
|
end
|
11
12
|
|
12
13
|
def down
|
@@ -10,10 +10,10 @@ class CreateShowTable < ActiveRecord::Migration[5.0]
|
|
10
10
|
t.string :venue
|
11
11
|
t.string :city
|
12
12
|
t.string :state
|
13
|
-
t.string :country
|
13
|
+
t.string :country
|
14
|
+
t.index :uuid, unique: true
|
15
|
+
t.index [:year, :month, :day, :position], unique: true
|
14
16
|
end
|
15
|
-
|
16
|
-
add_index :shows, [:uuid, :year, :month, :day]
|
17
17
|
end
|
18
18
|
|
19
19
|
def down
|
@@ -5,10 +5,11 @@ class CreateSongOccurencesTable < ActiveRecord::Migration[5.0]
|
|
5
5
|
t.string :uuid, :primary => true, :null => false
|
6
6
|
t.string :show_uuid
|
7
7
|
t.string :song_ref_uuid
|
8
|
-
t.integer :position
|
8
|
+
t.integer :position
|
9
|
+
t.index :uuid, unique: true
|
10
|
+
t.index :song_ref_uuid
|
11
|
+
t.index [:uuid, :song_ref_uuid, :position], unique: true
|
9
12
|
end
|
10
|
-
|
11
|
-
add_index :song_occurences, [:uuid, :song_ref_uuid]
|
12
13
|
end
|
13
14
|
|
14
15
|
def down
|
@@ -34,7 +34,9 @@ class Show < ActiveRecord::Base
|
|
34
34
|
end
|
35
35
|
|
36
36
|
def date_string(separator = "/")
|
37
|
-
"#{year}#{separator}#{pad month}#{separator}#{pad day}"
|
37
|
+
date_string = "#{year}#{separator}#{pad month}#{separator}#{pad day}"
|
38
|
+
date_string = "#{date_string}/#{position}" if position
|
39
|
+
date_string
|
38
40
|
end
|
39
41
|
|
40
42
|
def date_identifier
|
data/lib/gdshowsdb/version.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
require 'spec_helper'
|
2
2
|
|
3
3
|
describe "Show" do
|
4
|
-
let(:show_spec) { {uuid: generate_uuid, venue: 'The Venue', city: 'Boulder', state: 'CO', country: 'US', year:
|
4
|
+
let(:show_spec) { {uuid: generate_uuid, venue: 'The Venue', city: 'Boulder', state: 'CO', country: 'US', year: 1985, month: 3, day: 12, position: 0} }
|
5
5
|
|
6
6
|
context '#update_from' do
|
7
7
|
before(:each) { Show.create_from(show_spec) }
|
@@ -2,18 +2,17 @@ require 'spec_helper'
|
|
2
2
|
|
3
3
|
describe 'ShowDBExtractor' do
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
5
|
+
first = {uuid: generate_uuid, venue: 'The Venue', city: 'Boulder', state: 'CO', country: 'US', year: 1972, month: 6, day: 12, position: 0}
|
6
|
+
second = {uuid: generate_uuid, venue: 'The Venue', city: 'Boulder', state: 'CO', country: 'US', year: 1972, month: 6, day: 12, position: 1}
|
7
|
+
third = {uuid: generate_uuid, venue: 'The Other Venue', city: 'Denver', state: 'CO', country: 'US', year: 1972, month: 6, day: 13}
|
8
|
+
shows =
|
9
9
|
[
|
10
10
|
Show.create(first),
|
11
11
|
Show.create(second),
|
12
12
|
Show.create(third) do |show|
|
13
13
|
show.show_sets.push(ShowSet.create(uuid: generate_uuid, show: show))
|
14
14
|
end
|
15
|
-
]
|
16
|
-
end
|
15
|
+
] unless shows
|
17
16
|
|
18
17
|
subject { Gdshowsdb::ShowDBExtractor.new(shows).extract }
|
19
18
|
|
@@ -1,11 +1,12 @@
|
|
1
1
|
require 'spec_helper'
|
2
2
|
|
3
3
|
describe 'SongDBExtractor' do
|
4
|
-
let(:song_one) { SongRef.create(uuid: generate_uuid, name: "Song 1") }
|
5
|
-
let(:song_two) { SongRef.create(uuid: generate_uuid, name: "Song 2") }
|
6
|
-
let(:show) { Show.create(uuid: generate_uuid) }
|
7
4
|
let(:set_one_uuid) { generate_uuid }
|
8
|
-
let(:set_two_uuid) { generate_uuid }
|
5
|
+
let(:set_two_uuid) { generate_uuid }
|
6
|
+
let(:song_one) { SongRef.create(uuid: generate_uuid, name: "Song #{song_one_uuid}") }
|
7
|
+
let(:song_two) { SongRef.create(uuid: generate_uuid, name: "Song #{song_two_uuid}") }
|
8
|
+
let(:show) { Show.create(uuid: generate_uuid) }
|
9
|
+
|
9
10
|
let(:set_one) do
|
10
11
|
ShowSet.create(uuid: set_one_uuid) do |s|
|
11
12
|
s.show = show
|
@@ -41,8 +42,8 @@ describe 'SongDBExtractor' do
|
|
41
42
|
it { expect(subject.size).to be 2 }
|
42
43
|
it do
|
43
44
|
is_expected.to include(
|
44
|
-
{uuid: song_one_uuid, name:
|
45
|
-
{uuid: song_two_uuid, name:
|
45
|
+
{uuid: song_one_uuid, name: "Song #{song_one_uuid}", show_set_uuid: set_one_uuid, position: 0, segued: true},
|
46
|
+
{uuid: song_two_uuid, name: "Song #{song_two_uuid}", show_set_uuid: set_two_uuid, position: 1, segued: false}
|
46
47
|
)
|
47
48
|
end
|
48
49
|
end
|
@@ -6,13 +6,13 @@ describe 'SongRefDBExtractor' do
|
|
6
6
|
let(:second_song_uuid) { generate_uuid }
|
7
7
|
let(:song_ref_list) do
|
8
8
|
[
|
9
|
-
SongRef.create(uuid: first_song_uuid, name: "Song
|
10
|
-
SongRef.create(uuid: second_song_uuid, name: "Song
|
9
|
+
SongRef.create(uuid: first_song_uuid, name: "Song #{first_song_uuid}"),
|
10
|
+
SongRef.create(uuid: second_song_uuid, name: "Song #{second_song_uuid}")
|
11
11
|
]
|
12
12
|
end
|
13
13
|
|
14
14
|
subject { Gdshowsdb::SongRefDBExtractor.new(song_ref_list).extract }
|
15
15
|
|
16
|
-
it { is_expected.to include({uuid: first_song_uuid, name:
|
17
|
-
it { is_expected.to include({uuid: second_song_uuid, name:
|
16
|
+
it { is_expected.to include({uuid: first_song_uuid, name: "Song #{first_song_uuid}"}) }
|
17
|
+
it { is_expected.to include({uuid: second_song_uuid, name: "Song #{second_song_uuid}"}) }
|
18
18
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gdshowsdb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 4.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jeff Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|