-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
147 lines (147 loc) · 4.75 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"data": [
{
"title": "Austin Public Library - Windsor Park",
"description": "Upright Grand. Tuned fairly well, a few notes are out but otherwise good.\n",
"status": "playable",
"last_visited": "2024-08-03",
"image": {
"width": 200,
"src": "assets/images/windsor-park.jpg"
}
},
{
"title": "Chez Zee - Balcones Dr",
"description": "Baldwin Baby Grand. They do Live Music at their Sunday Brunches.\n",
"status": "reported",
"last_visited": "",
"image": {
"width": 300,
"src": "https://media-cdn.tripadvisor.com/media/photo-s/02/36/c6/ed/seating-and-bar-area.jpg"
}
},
{
"title": "King Bee - 12th",
"description": "Upright. Located next to the cigarette machine.\n",
"status": "reported",
"last_visited": "",
"image": {
"width": 300,
"src": "https://lh3.googleusercontent.com/p/AF1QipOeJEhrZawnhxeC1kR4nXXRqZCZoNPQc-tenWSb=s680-w680-h510"
}
},
{
"title": "Juiceland - 4th and Brazos",
"description": "Upright. Well tuned, small location and the music they usually play is loud.\n",
"status": "playable",
"last_visited": "2024-08-05",
"image": {
"width": 200,
"src": "assets/images/juiceland-4th-brazos.jpg"
}
},
{
"title": "Chick-fil-a - Braker and 183",
"description": "Upright.\n",
"status": "reported",
"last_visited": "",
"image": {
"width": 300,
"src": "https://lh3.googleusercontent.com/p/AF1QipNWi3T4ReFpjLBzjilQPTUPxl_r-1WZ-M9IQy4L=s680-w680-h510"
}
},
{
"title": "Fairmont Austin - Red River",
"description": "I'm pretty sure this location has two pianos. There's the clear grand from Lucid, and then I saw a black baby\ngrand walking by there the other day. Wanted to go in to check them out but was too nervous.\n",
"status": "confirmed",
"last_visited": "2014-08-07",
"sources": [
{
"name": "Lucid Pianos",
"url": "https://www.lucidpianos.com/portfolio/custom-piano-fairmont-hotel-austin-tx/"
}
],
"image": {
"width": 300,
"src": "https://www.lucidpianos.com/wp-content/uploads/2020/04/9-custompiano-fairmonthotel-austintx-lucididyllicexcellence.jpg"
}
},
{
"title": "Planet K - Stassney",
"description": "Upright. By the entrance to the Stassney Lane location.\n",
"status": "reported",
"last_visited": "",
"image": {
"width": 200,
"src": "https://lh3.googleusercontent.com/p/AF1QipObS3eTNjr-utSbgGfGNsaGLvNk3vdJ118rgq8j=s680-w680-h510"
}
},
{
"title": "Planet K - Bee Cave",
"description": "Upright. Reported to be out of Tune.\n",
"status": "reported",
"last_visited": "",
"image": {
"width": 200,
"src": "https://lh3.googleusercontent.com/p/AF1QipMWstQRFZyOxX9MNwIhWigKrqIAixm-fh8N8yMc=s680-w680-h510"
}
},
{
"title": "Planet K - Round Rock",
"description": "Upright grand.\n",
"status": "reported",
"last_visited": "",
"image": {
"width": 300,
"src": "https://lh3.googleusercontent.com/p/AF1QipNxFp_uBaAzZ2VStXSQeE-uz9WluTXs2j2UnVMs=s680-w680-h510"
}
},
{
"title": "Planet K - Cezar Chavez",
"description": "Upright grand. Some sections held tune, but its missing lots of black key tops.\n",
"status": "unplayable",
"last_visited": "2024-08-12",
"image": {
"width": 300,
"src": "assets/images/planet-k-ceasar-chavez.jpg"
}
},
{
"title": "Planet K - Lamar",
"description": "Looks like they may have an upright outside from one photo I saw online.\n",
"status": "reported",
"last_visited": "",
"image": {}
},
{
"title": "White Horse",
"description": "Upright. By the outdoor area, just inside where the pool table is.\n",
"status": "reported",
"last_visited": "",
"image": {
"width": 300,
"src": "assets/images/white-horse.png"
}
},
{
"title": "Hilton Austin - 4th Floor",
"description": "Grand. Reservable by events. Playable if no events are going on and isn't locked up.\n",
"status": "playable",
"last_visited": "2024-09-04",
"image": {
"width": 300,
"src": "assets/images/hilton-austin-4th.jpg"
}
},
{
"title": "Hilton Austin - 6th Floor",
"description": "Grand. Reservable by events. Playable if no events are going on and isn't locked up.\n",
"status": "playable",
"last_visited": "2024-09-04",
"image": {
"width": 300,
"src": "assets/images/hilton-austin-6th.jpg"
}
}
]
}