add songkick upcoming concerts on ArtistPage

This commit is contained in:
Emmanuel Vuigner
2014-02-13 22:44:36 +00:00
parent e879af6b0e
commit 424c53f6fb
9 changed files with 229 additions and 198 deletions

View File

@@ -669,7 +669,7 @@
</div>
</fieldset>
</div>
<div id="xldproperties">
<div class="row">
<label>XLD Profile</label>
@@ -753,7 +753,7 @@
<input type="text" name="cache_dir" value="${config['cache_dir']}" size="50">
</div>
</fieldset>
<h2>Notifications</h2>
<fieldset>
<h3>Prowl</h3>
@@ -821,7 +821,7 @@
nma_priority_selected = 'selected'
else:
nma_priority_selected = ''
if x == -2:
nma_priority_value = 'Very Low'
elif x == -1:
@@ -905,6 +905,14 @@
</div>
</fieldset>
<fieldset>
<legend>Songkick</legend>
<div class="row">
<label>API Key:</label>
<input type="text" name="songkick_apikey" value="${config['songkick_apikey']}" size="50">
</div>
</fieldset>
</td>
</tr>
</table>