<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Music on blog.bdw.li</title>
    <link>https://blog.bdw.li/tags/music/</link>
    <description>Recent content in Music on blog.bdw.li</description>
    <language>en</language>
    <managingEditor>hello@bdw.li (jwb)</managingEditor>
    <webMaster>hello@bdw.li (jwb)</webMaster>
    <lastBuildDate>Fri, 13 Feb 2026 21:43:56 +0100</lastBuildDate>
    <atom:link href="https://blog.bdw.li/tags/music/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Autohotkey is awesome, even though I couldn&#39;t figure out the proper syntax</title>
      <link>https://blog.bdw.li/autohotkey-is-awesome-even-though-i-couldnt-figure-out-the-proper-syntax/?ref=rss</link>
      <pubDate>Tue, 27 Feb 2024 22:38:44 +0200</pubDate><author>hello@bdw.li (jwb)</author>
      <guid>https://blog.bdw.li/autohotkey-is-awesome-even-though-i-couldnt-figure-out-the-proper-syntax/?ref=rss</guid>
      <description>A pragmatic approach to an annoying bug.</description>
      <content:encoded><![CDATA[<p>Until today the <a href="/posts/i-miss-my-record-collection/">issue with Apples new apps</a> to synchronize with my iPhone is still not fixed. I wasn&rsquo;t able to find any other users with similar issues, but also have to say I didn&rsquo;t dig very deep. I choose the brutal way and simply removed all apps and installed the previous iTunes version 12.13.0.9 (thanks to 
    <a href="https://theapplewiki.com/wiki/ITunes#iTunes_12.x" target="_blank" rel="noopener noreferrer">theapplewiki.com</a>).</p>
<p>My iTunes library was still complete, which was nice, but synchronizing to the iPhone still yielded the same old error: <a href="https://discussions.apple.com/thread/255358449?sortBy=best" target="_blank" rel="noopener noreferrer">Preparing to Sync</a>. Since killing the <code>MDCrashReportTool.exe</code> is easy enough, I decided to write a quick Autohotkey script for it.</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl"><span class="c1">#Requires AutoHotkey v2.0</span>
</span></span><span class="line"><span class="cl">While ProcessExist<span class="o">(</span><span class="s2">&#34;itunes.exe&#34;</span><span class="o">)</span>
</span></span><span class="line"><span class="cl">    ProcessClose <span class="s2">&#34;MDCrashReportTool.exe&#34;</span>
</span></span></code></pre></div><p>Unfortunately, that didn&rsquo;t work out too well. But I was too tired to wrap my head around the proper syntax and simply renamed the file (it&rsquo;s located in <code>C:\Program Files (x86)\Common Files\Apple\Mobile Device Support\</code>). This should work until a new update is published.</p>
]]></content:encoded>
    </item>
    <item>
      <title>I miss my record collection</title>
      <link>https://blog.bdw.li/i-miss-my-record-collection/?ref=rss</link>
      <pubDate>Thu, 22 Feb 2024 23:29:44 +0200</pubDate><author>hello@bdw.li (jwb)</author>
      <guid>https://blog.bdw.li/i-miss-my-record-collection/?ref=rss</guid>
      <description>I turned my back to music streaming and sadly realized I lost most of my old CDs.</description>
      <content:encoded><![CDATA[<p>At the end of December 2023 I decided to switch back to CDs and stop using Spotify. The idea was triggered by the announced price increase and I thought, that for all the money that I spent on it per Year, I can actually buy a few CDs that I then own. During this thought-process I also remembered a very foolish decision from a few years ago:</p>
<blockquote>
<p>In a basement cleanup session, I decided to throw away a whole box of CDs. I didn&rsquo;t own a CD player at the time and haven&rsquo;t touched the box in years. I thought Spotify will be my music source forever. If I could turn back time and change that decision, I would.</p>
</blockquote>
<p>In the years before music streaming services, I collected all my MP3 files in folders sorted by artist and album. It was the logical thing to do, because CDs contained one artist and album (apart from Bravo Hits and Dream Dance <mark>ᕕ(⌐■_■)ᕗ ♪♬</mark>). Then Spotify came and I had access to virtually everything &ndash; that changed my listening behaviour. I moved from a sorted folder full of artists and their albums to playlists. Since I didn&rsquo;t have my folder collection anymore, I sometimes didn&rsquo;t know what music to listen to. In the end I almost only listened to one particular playlist. Thinking about this today, makes me feel limited somehow. I stopped listening to whole albums, and just played the few songs that I really liked. If you only ever play the really good ones, they <em>can</em> get boring over time.</p>
<p>Now that I decided to buy CDs and rip them myself again, I can&rsquo;t wait to get started. But of course there are some challenges along the way:</p>
<h2 id="copying-discs-requires-a-disc-drive-">Copying discs requires a disc drive 🕵️</h2>
<p>No surprise there, but my current tower has no space for a optical drive (I still love it, though: <a href="https://www.fractal-design.com/products/cases/meshify/meshify-2-compact/black-tg-light-tint/" target="_blank" rel="noopener noreferrer">Meshify 2 Compact from Fractal Design</a>). When I assembled the computer a year ago, I thought the time for optical storage media is over. I still have a drive in the basement and will need to look into something like S-ATA to USB-A or C and simply put it on top of the tower.</p>
<h2 id="transferring-music-files-from-windows-to-my-iphone-">Transferring music files from Windows to my iPhone 📠</h2>
<p>I thought that would be an easy one: use iTunes. It turns out, Apple just released version 1.0 of the <a href="https://www.microsoft.com/store/productId/9PKTQ5699M62" target="_blank" rel="noopener noreferrer">iCloud</a> for Windows app and with that came a couple of new tools as well:</p>
<ul>
<li><a href="https://www.microsoft.com/store/productId/9NP83LWLPZ9K" target="_blank" rel="noopener noreferrer">Apple Devices</a> - Used to manage devices and synchronize selected content</li>
<li><a href="https://www.microsoft.com/store/productId/9PFHDD62MXS1" target="_blank" rel="noopener noreferrer">Apple Music</a> - Used to manage the music library, replaces iTunes but is limited in it&rsquo;s features</li>
</ul>
<p>iTunes also received an update, which removed the music part from it. Now you can only manage your audio books and podcasts, everything else is gone.<mark>(っ °Д °;)っ</mark></p>
<blockquote>
<p>Funny enough, even though Apple introduced the new apps, they still share an error that I already had on iTunes in the past: <a href="https://discussions.apple.com/thread/255358449?sortBy=best" target="_blank" rel="noopener noreferrer">MDCrashReportTool, Backup, Sync, Preparing to Sync</a>.</p>
</blockquote>
<p><strong>Apple Devices</strong> recognizes my iPhone most of the time. If it doesn&rsquo;t, I need to kill <code>MDCrashReporterTool.exe</code>. Selecting <strong>Music</strong> shows an error that the media library from Apple Music couldn&rsquo;t be opened. I only got it working the first time I ever used this app. Since then I always receive this error.</p>
<blockquote>
<p>Die Mediathek von Apple Music konnte nicht geöffnet werden. Öffne die Apple Music-App, um dies zu beheben.</p>
</blockquote>
<p>Clicking on the button to open Apple Music brings the Apple Music app in focus, but does nothing else. (I can see and listen to my music in Apple Music).</p>
<p><img loading="lazy" src="./finding-nemo-bags.gif#center" alt="&ldquo;Now what?&rdquo; meme"  />
</p>
<p>A really long time ago, back when I used my iPod Photo, I had a software from a company with a red chair as logo. They offered a simple tool to transfer MP3 files to the iPod without using iTunes &ndash; after a quick search I found it, the company was actually called &ldquo;Red Chair&rdquo;, the software was called Anapod (<a href="https://web.archive.org/web/20100721234559/http://www.redchairsoftware.com/anapod/" target="_blank" rel="noopener noreferrer">Snapshot at web.archive.org</a>).</p>
<p>So today, I looked for alternatives again and tried <a href="https://www.copytrans.de/copytransmanager/" target="_blank" rel="noopener noreferrer">CopyTrans Manager</a> as well as <a href="https://imazing.com/blog/imazing-3-beta" target="_blank" rel="noopener noreferrer">iMazing 3 Beta</a> to transfer files. Both were disappointing.</p>
<p>CopyTrans Manager works, but the interface is a really scary and not fun to use.</p>
<p>iMazing 3 has too many features. I just want to copy my music to the device. I think the price for iMazing is justified if you use all the features, but for me that doesn&rsquo;t fit. Therefore it&rsquo;s too expensive.</p>
<p>For the moment I will use CopyTrans Manager and simply hope, that Apple fixes the issue with the Windows app <mark>( ˘︹˘ )</mark>.</p>
<h2 id="other-streaming-services">Other Streaming services</h2>
<blockquote>
<p>I would have a huge book library by now, looking at my kindle ebook collection. And I wish I would have bought them all as paperback. (Also, I like looking at shelves full of books).</p>
</blockquote>
<p>I have similar issues with Netflix and other streaming services. I happily switched from the bay to Netflix and enjoyed easy access to current movies for a while. But things dont last. Movies are removed from Netflix from time to time and it&rsquo;s not trivial keeping up to date with that. Also more and more streaming services are popping up, using &ldquo;exclusive&rdquo; blockbusters to get people to use their service. Just another 10$ for this service and another one for that. It doesn&rsquo;t take long and this accumulates to a few hundred bucks a year.</p>
<p>This development is no fun, but I haven&rsquo;t found a good solution for movies yet. (I&rsquo;m too impatient to wait for BluRay to load). And regarding books, I switched back to paperbacks in October already.</p>
]]></content:encoded>
    </item>
  </channel>
</rss>
