Standard Search
About 58 results
https://www.coryd.dev/posts/2024/tracking-the-music-i-listen-to · 24 Sep 2024
I've talked about building my own music scrobbler , I've talked about improving it and I've complained about wanting to stream my own music and then I wrote a retrospective about it . I've settled on something that works, so let's look at it in a bit more ...
https://www.coryd.dev/posts/2024/a-feed-for-everything-and-everything-in-a-feed · 9 Aug 2024
At the moment my site has 6 different feeds . 5 RSS feeds, an ICS feeds and JSON versions of the 5 RSS feeds. I was asked how they're put together and, well, it's a bit involved.
https://www.coryd.dev/posts/2024/tracking-and-integrating-the-concerts-ive-been-to · 9 Aug 2024
I mentioned — recently — to my wife how much music data I'd incorporated into my site and she suggested I add all of the concerts we've attended over the years (she's worked at CAA, Capitol Records and other agencies and management companies — we've ...
https://www.coryd.dev/posts/2024/it-turns-out-a-cms-can-be-pretty-awesome · 18 Jul 2024
Having a CMS to update your site can be awesome. It's not strictly necessary and mine is entirely over-engineered but here we are. It's helpful on mobile, it's been incredibly useful on desktop.
https://www.coryd.dev/posts/2024/building-out-a-books-page · 3 Jul 2024
I had a ton of fun reading about how Melanie put together her reading page that I thought I'd write up a quick post on how I built mine.
https://www.coryd.dev/posts/2024/integrating-a-somewhat-custom-cms-with-eleventy · 3 Jun 2024
I've spent the last, uh, month or so inching my way towards leveraging a CMS to manage the content on this site. It started with improving my self-hosted scrobbling setup, importing yet more of my personal data and then looking around at friendlier options...
https://www.coryd.dev/posts/2024/building-pages-from-data-in-eleventy · 24 May 2024
I've expanded the media sections I already had built to include pages generated from data using Eleventy.
https://www.coryd.dev/posts/2024/improving-my-self-hosted-scrobbling-implementation · 8 May 2024
I wrote (fairly) recently about implementing my own scrobbler using Plex webhooks, edge functions and blob storage. So far — so far — this has worked quite well.
https://www.coryd.dev/posts/2024/enhancing-pagination-with-a-page-selector · 5 Apr 2024
I've made a change to my site's pagination wherein I've enhanced the page count displayed at the bottom of my home and links pages to display the page count in a select element. The select displays a list of all the pages and navigates to the selected page...
https://www.coryd.dev/posts/2024/building-a-scrobbler-using-plex-webhooks-edge-functions-and-blob-storage · 2 Apr 2024
I've written before about embedding music into my site and I've largely used Last.fm to do so. Their API is rather extensive, though it is showing its age — the default response format is XML, they've dropped artist images and have intermittently failed ...