Skip to content

Commit

Permalink
Refresh artist artwork. Add link to Maloja instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
shiruken committed Jan 22, 2024
1 parent a1be3ba commit 174989b
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 142 deletions.
2 changes: 1 addition & 1 deletion content/live-music.md
Expand Up @@ -6,6 +6,6 @@ draft: false
keywords: [Music, Concert, Band, Artist, Musician, LastFM, Live, Live Music]
---

An incomplete list of artists that I've seen live in concert. For more detail, see my [Concert Archives profile](https://www.concertarchives.org/shiruken).
For more detail, see my [Concert Archives profile](https://www.concertarchives.org/shiruken). Check out [my listening history and stats](https://music.csullender.com/).

{{< artist-grid >}}
8 changes: 4 additions & 4 deletions data/FetchArtistImages.ipynb
Expand Up @@ -79,7 +79,7 @@
"metadata": {},
"outputs": [],
"source": [
"for i, content in df['url'].iteritems():\n",
"for i, content in df['url'].items():\n",
" if pd.isnull(content):\n",
" artist = df.iloc[i]['artist']\n",
" df.at[i, 'url'] = get_img(artist)\n",
Expand Down Expand Up @@ -120,7 +120,7 @@
"metadata": {},
"outputs": [],
"source": [
"for i, _ in df['url'].iteritems():\n",
"for i, _ in df['url'].items():\n",
" artist = df.iloc[i]['artist']\n",
" df.at[i, 'url'] = get_img(artist)\n",
" print(f\"Updated {artist}\")\n",
Expand All @@ -140,7 +140,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "refined-diamond",
"id": "8b3f5bf2-b73e-4bdd-8755-219b1baefc3b",
"metadata": {},
"outputs": [],
"source": []
Expand All @@ -162,7 +162,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.2"
"version": "3.11.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 174989b

Please sign in to comment.