<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Unformed Delta - music</title>
    <description>A place to collect the things I learn, figure out, or find interesting.
</description>
    <link>https://unformeddelta.wiki/</link>
    <atom:link href="https://unformeddelta.wiki/feed/music.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Wed, 22 Apr 2026 07:22:14 +0000</pubDate>
    <lastBuildDate>Wed, 22 Apr 2026 07:22:14 +0000</lastBuildDate>
    <generator>Jekyll v3.10.0</generator>
    
    <item>
      <title>Metadata patterns not accounted for by music apps</title>
      <description>&lt;p&gt;I hesitated a lot when first getting into anime idol music. I was definitely a little self-conscious that the album art can get fairly suggestive.&lt;/p&gt;
&lt;style&gt;
.img-blur-reveal { position: relative; flex: 1; overflow: hidden; }
.img-blur-reveal img { width: 100%; height: auto; display: block; filter: blur(20px); transition: filter 0.3s; }
.img-blur-reveal:hover img { filter: none; }
.img-blur-reveal .overlay { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 0.5em; pointer-events: none; transition: opacity 0.3s; }
.img-blur-reveal:hover .overlay { opacity: 0; }
&lt;/style&gt;

&lt;div style=&quot;display: flex; gap: 1em; width: 100%; align-items: flex-start;&quot;&gt;
  &lt;div style=&quot;flex: 1;&quot;&gt;
    &lt;img src=&quot;/images/ihe0bEPXK5ip-Pasted%20image%2020260421234132.png&quot; alt=&quot;Album art from THE IDOLM@STER SHINY COLORS &amp;quot;CANVAS&amp;quot; 06&quot; style=&quot;width: 100%; height: auto; display: block;&quot; /&gt;
  &lt;/div&gt;
  &lt;div class=&quot;img-blur-reveal&quot;&gt;
    &lt;img src=&quot;/images/ihe0bEPXK5ip-Pasted%20image%2020260421234152.png&quot; alt=&quot;Abum art from Duo &amp;amp; Trio Collection CD Vol. 1 Summer Vacation&quot; /&gt;
    &lt;div class=&quot;overlay&quot;&gt;13+ album art with characters wearing swimsuits&lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;But more importantly I feared its complexity would render my music cluttered and unnavigable. I mostly engaged with my music &lt;em&gt;navigationally&lt;/em&gt; as opposed to &lt;em&gt;searching&lt;/em&gt;. I liked to select a genre, an artist within that genre, and then pick out an album within that genre to listen to. Instead of staring at an empty search field, wanting music for focusing, I could pick Soundtrack, evaluating that Joe Hisaishi (i.e. Ghibli Soundtracks) was chiller than John Williams (Star Wars), then Spirited Away, deciding Princess Mononoke was too gloomy and I needed a little more whimsy.&lt;/p&gt;

&lt;p&gt;Idol music would seriously upset this balance. Many tracks were only available as singles, and — GASP — would need to learn to organize my music into playlists. But as listening to nightcore music on YouTube transitioned into watching Love Live! Sunshine’s Aqours’ lyrics videos, eventually I decided that the sanctity of my navigable music library would need to be broken, and started adding μ’s and Aqours music to my music library.&lt;/p&gt;

&lt;p&gt;When I got tired of manually importing metadata I discovered &lt;a href=&quot;https://github.com/beetbox/beets&quot;&gt;beets&lt;/a&gt;, a command line tool that automatically tags music with MusicBrainz metadata. This kept my music organized, but once I was listening to a huge number of artists and franchises&lt;sup id=&quot;fnref:which-franchises&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:which-franchises&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;, navigability in my music player started to break down, none the less.&lt;/p&gt;

&lt;h2 id=&quot;character-vs-voice-actor&quot;&gt;Character vs Voice actor&lt;/h2&gt;
&lt;p&gt;Each character is portrayed by a voice actor. Voice actors often also publish music as themselves, and sometimes the same voice actor portrays multiple characters&lt;sup id=&quot;fnref:example-seiyu-overlap&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:example-seiyu-overlap&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;. If I want to listen to music by a particular singer because I like their voice, I’d love to be able to jump to all of the music by the voice actor. YouTube Music/Spotify usually doesn’t even show the voice actor (it depends on the franchise).&lt;/p&gt;

&lt;h2 id=&quot;deep-hierarchies&quot;&gt;Deep hierarchies&lt;/h2&gt;
&lt;p&gt;Because idol anime franchises are primarily a vehicle for selling merchandise for a huge number of characters, they end up with tons of characters sorted into different units (groups of characters that perform together). Idolm@ster is a particularly illustrative franchise&lt;sup id=&quot;fnref:see-more&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:see-more&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;3&lt;/a&gt;&lt;/sup&gt;: it contains at least 8 sub-franchises, of which Idolm@ster Shiny Colors contains 8 units, of which Noctchill contains 4 members.&lt;/p&gt;

&lt;h2 id=&quot;overlapping-hierarchies&quot;&gt;Overlapping hierarchies&lt;/h2&gt;
&lt;p&gt;Groups aren’t even static a lot of the time. In Idolm@ster Million Live, pretty much every new single features a never-seen-before unit. Fortunately, when credited as artist these units usually include list of their members, which makes it possible to find songs containing a particular character through search.&lt;/p&gt;

&lt;p&gt;So fans are confident their favorite character will get a new song eventually, albums/singles are often sorted into series&lt;sup id=&quot;fnref:series&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:series&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;4&lt;/a&gt;&lt;/sup&gt;. I often wish I could navigate between albums in the series while listening to music.&lt;/p&gt;

&lt;h2 id=&quot;tracks-you-typically-dont-want-to-listen-to&quot;&gt;Tracks you typically don’t want to listen to&lt;/h2&gt;
&lt;p&gt;Albums often bundle tracks that don’t make to listen to typically. Most albums include karaoke tracks without vocals, plus there’s often also drama tracks with character story. These are sometimes interesting to listen to, but I don’t typically want my music listening to be interrupted by a podcast.&lt;/p&gt;

&lt;p&gt;Beyond that there’s often variants of the same song: solo versions, short versions (i.e. ~1:30 versions used in rhythm games), and live recordings. MusicBrainz’s data model actually works fairly well for variants, &lt;a href=&quot;https://musicbrainz.org/work/b9b4e98c-36ad-40be-8461-10784a71e235&quot;&gt;linking recordings to a single song&lt;/a&gt;, but I haven’t found a music app that allows navigating these relationships.&lt;/p&gt;

&lt;p&gt;Music apps aren’t able to filter these out for general listening, but still expose them when desired.&lt;/p&gt;

&lt;h2 id=&quot;navigability&quot;&gt;Navigability&lt;/h2&gt;
&lt;p&gt;None of these matter when listening to an algorithm generated playlist on Spotify or YouTube Music. But regardless, I still have a strong desire to navigate — I think it helps me feel more intentional about my music listening.&lt;/p&gt;

&lt;p&gt;Classical music once had a lot of similar problems, e.g. the same piece but separate recordings different orchestras/conductors. Eventually, Apple implemented better navigability through specialized services like &lt;a href=&quot;https://classical.music.apple.com/us/browse/catalog&quot;&gt;Apple Music Classical&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Fan wikis + searching were sufficient to give me the navigability I desired, but perhaps Claude will make it possible for us to create the bespoke navigation patterns we desire.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:which-franchises&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;nayuta, Idolm@ster, Love Live!, Project SEKAI (especially More More Jump! and Nightcord at 25:00) are my favorites. I’ve even gone to a couple of live shows in Japan. &lt;a href=&quot;#fnref:which-franchises&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:example-seiyu-overlap&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Ruby Kurosawa and Airi Momoi’s voice actor are both Ai Furihata. &lt;a href=&quot;#fnref:example-seiyu-overlap&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:see-more&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;&lt;a href=&quot;https://project-imas.wiki&quot;&gt;https://project-imas.wiki&lt;/a&gt; is organizes all this complexity neatly. &lt;a href=&quot;#fnref:see-more&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:series&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;For example there are 7 albums in THE IDOLM@STER SHINY COLORS “CANVAS” series (just numbered 01 through 07). &lt;a href=&quot;#fnref:series&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;
</description>
      <pubDate>Wed, 22 Apr 2026 06:34:00 +0000</pubDate>
      <link>https://unformeddelta.wiki/ihe0bEPXK5ip/metadata-patterns-not-accounted-for-by-music-apps</link>
      <guid isPermaLink="true">https://unformeddelta.wiki/ihe0bEPXK5ip/metadata-patterns-not-accounted-for-by-music-apps</guid>
      
      <category>navigability</category>
      
      <category>idolm@ster</category>
      
      <category>idol</category>
      
      <category>music</category>
      
      <category>recommended</category>
      
      <category>inkhaven</category>
      
    </item>
    
    <item>
      <title>空色♡ Birthday Card</title>
      <description>&lt;p&gt;I’m a bit of a data hoarder. Among other things, I never remove birthdays from my calendar once I’ve added them. Sometimes this leads to a pang of heartbreak when I look at my calendar to see it’s the birthday of a past crush. 空色♡ Birthday Card (literally: Sky-blue Birthday Card) captures my experience of this.&lt;/p&gt;

&lt;p&gt;I’ll excerpt and translate the relevant lyrics; if you’re interested you can find the complete lyrics and a translation &lt;a href=&quot;https://project-imas.wiki/Sorairo%E2%99%A1_Birthday_Card&quot;&gt;on the Idolm@ster Wiki&lt;/a&gt;. If you want to listen, I prefer the short MV version of the song anyways&lt;sup id=&quot;fnref:why&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:why&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;, or here’s a link to &lt;a href=&quot;https://music.youtube.com/watch?v=kKchFxhtSJY&quot;&gt;the full length version on YouTube Music&lt;/a&gt;:&lt;/p&gt;
&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/z1mA80LsGXs?si=wXIDhPS94jXgA-0p&quot; title=&quot;YouTube video player&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share&quot; referrerpolicy=&quot;strict-origin-when-cross-origin&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;

&lt;blockquote&gt;
  &lt;p&gt;大丈夫だ、って　もう平気だ、って&lt;/p&gt;

  &lt;p&gt;“It’s fine”, “I’m calm now”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The song has a chill, acoustic instrumentation. It reflects a peaceful, calm mood before the surprise of having been reminded of my past crushes’ birthdays.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;そうだ… 忘れていた赤い◎(にじゅうまる)&lt;/p&gt;

  &lt;p&gt;Ah… it’s the red double circle I’d forgotten about&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Even years later, just seeing the all-day calendar event can make me briefly drift into thinking about what ifs and counterfactuals.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;(ふわ　空に溶ける) &lt;br /&gt;
Happy Birthday &lt;br /&gt;
(Far　遥かきみへ) &lt;br /&gt;
おめでとう&lt;/p&gt;

  &lt;p&gt;(Softly, melting in the sky) &lt;br /&gt;
Happy Birthday &lt;br /&gt;
(To you, far away) &lt;br /&gt;
I wish you Happy Birthday&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;These lyrics echo like the ruminative ifs and counterfactuals and my wish to wish them happy birthday.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;(願ってるよ)どうか笑顔でいてね &lt;br /&gt;
“友達”として&lt;/p&gt;

  &lt;p&gt;(I wish) for you to keep smiling &lt;br /&gt;
As a “friend”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;An unrequited crush feels paradoxical. After being rejected, my feelings remain strong and I want little more than to spend time with my crush, but it’s hard to tell whether I’m acting out of my selfish desire or in their best interests. I can only try my best to respect their wishes and act as a friend.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;愛しい日々をありがとうね &lt;br /&gt;
きみに恋をしてよかった&lt;/p&gt;

  &lt;p&gt;Thank you for the precious days &lt;br /&gt;
I’m glad I loved you&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I typically end up taking something away from an unrequited crush, and longer term don’t end up regretting having confessed my feelings. Usually, I end up recognizing that there was something I envied in the other person.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;(見上げたら)ちゃんと笑顔でいよう &lt;br /&gt;
私らしく&lt;/p&gt;

  &lt;p&gt;(Looking up at the sky) I’ll try to smile &lt;br /&gt;
properly authentically&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This helps me understand myself better, and become myself more authentically. I’ve learned to better explain why I like things, to be less ashamed of sharing even the obscure things I like, and to be more aware and present.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;いつかいつか　ありがとうを&lt;/p&gt;

  &lt;p&gt;Some day, I’ll thank you&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;After drifting apart, it becomes possible to recognize that rather than being genuine, the desire to thank them for the insight I gained was mostly an excuse to have contact with them.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;飛行機雲 &lt;br /&gt;
なんとなく今日は &lt;br /&gt;
優しい消印みたい&lt;/p&gt;

  &lt;p&gt;In the vapor trails &lt;br /&gt;
Today, I’m able to make out &lt;br /&gt;
a friendly looking postmark&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;But the desire stubbornly sticks around, everyday occurrences end up being reminders. Over time, resisting, this impulse fades. Reflecting this, the ruminative echoes reprise.&lt;/p&gt;

&lt;p&gt;First, just the parenthesized longing reprises without an action to express it.&lt;/p&gt;
&lt;blockquote&gt;
  &lt;p&gt;(Far　空に溶ける) &lt;br /&gt;
(ふわ　遥かきみへ)&lt;/p&gt;

  &lt;p&gt;(Far away, melting into the sky) &lt;br /&gt;
(Softly, to you)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Then at the very end of the song the thanks is only written into the sky.&lt;/p&gt;
&lt;blockquote&gt;
  &lt;p&gt;(ふわ　空に溶ける) Happy Birthday &lt;br /&gt;
(Far　遥かきみへ) 指先で「ありがとう」&lt;/p&gt;

  &lt;p&gt;(Softly, melting into the sky) Happy Birthday &lt;br /&gt;
(To you, far away) with my fingertip, I write thanks.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;After all, the desire to thank them was mostly for catharsis, not for their benefit. If they are no longer in my life, I can be grateful for the impact they had on my life without needing to convey my thanks to them.&lt;/p&gt;

&lt;p&gt;I went on what I thought was a “date” just two days before my birthday. Naturally, their birthday ended up on my calendar. I told them I liked them, but my romantic feelings were unreciprocated. I’m aware how I will likely feel when that date comes up on my calendar. And yet, I won’t remove it.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:why&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;The verses are sung in relay with a rawer, more intimate feel than the full length version where the verses are sung in chorus. &lt;a href=&quot;#fnref:why&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;
</description>
      <pubDate>Thu, 09 Apr 2026 02:00:00 +0000</pubDate>
      <link>https://unformeddelta.wiki/mZ5sitead5kB/空色-birthday-card</link>
      <guid isPermaLink="true">https://unformeddelta.wiki/mZ5sitead5kB/空色-birthday-card</guid>
      
      <category>personal</category>
      
      <category>idol</category>
      
      <category>idolm@ster</category>
      
      <category>music</category>
      
      <category>review</category>
      
      <category>birthdays</category>
      
      <category>recommended</category>
      
      <category>inkhaven</category>
      
    </item>
    
  </channel>
</rss>
