1 00:00:00,000 --> 00:00:03,000 Okay, let's set the scene. You've got your music collection, right? 2 00:00:03,000 --> 00:00:08,040 Maybe it's a rip CDs from way back, digital downloads you bought, 3 00:00:08,040 --> 00:00:11,680 maybe some really obscure tracks. It's you stuff. 4 00:00:11,680 --> 00:00:15,400 Your personal archive. Exactly. But I mean, let's be real. 5 00:00:15,400 --> 00:00:17,440 Most of us listen via streaming these days. 6 00:00:17,440 --> 00:00:21,760 It's just the convenience factor is hard to beat. It really is. Spotify, 7 00:00:21,760 --> 00:00:23,680 Apple music, they make it so easy. 8 00:00:23,680 --> 00:00:27,480 But what if you didn't have to choose between your library and that convenience? 9 00:00:27,480 --> 00:00:31,080 What if you could stream your entire personal collection, you know, anywhere, 10 00:00:31,080 --> 00:00:35,840 anytime with all the nice features you expect like playlists and mobile access. 11 00:00:35,840 --> 00:00:40,600 Yeah. All the bells and whistles, but it was all, well, yours run by you. 12 00:00:40,600 --> 00:00:44,720 That's a pretty compelling thought, especially if you feel that tension between 13 00:00:44,720 --> 00:00:48,080 just renting music and actually owning and curating it. Totally. 14 00:00:48,080 --> 00:00:52,040 And that's exactly what led us to look into coal. That's K O E L. 15 00:00:52,040 --> 00:00:54,920 It bills itself as a personal music streaming server. Right. 16 00:00:55,600 --> 00:00:58,840 And for this deep dive, we've been digging into the primary sources, 17 00:00:58,840 --> 00:01:03,080 the info straight from its get a repository and the official project website. 18 00:01:03,080 --> 00:01:06,880 So our mission today is basically to unpack what coal actually is, 19 00:01:06,880 --> 00:01:09,800 get a sense of how it works, look at the key features, 20 00:01:09,800 --> 00:01:11,760 and I think importantly explore the why. 21 00:01:11,760 --> 00:01:16,560 Why would someone go to the trouble of setting up their own music server when, 22 00:01:16,560 --> 00:01:19,040 you know, commercial options are literally everywhere. 23 00:01:19,040 --> 00:01:22,120 We're trying to find those core reasons as essential insights. 24 00:01:22,120 --> 00:01:24,160 Okay. Then let's get into it. Oh, and first, 25 00:01:24,160 --> 00:01:27,600 just a quick word about who's supporting this deep dive safe server. 26 00:01:27,600 --> 00:01:41,000 Let me spell it out. That's w w w dot. 27 00:01:41,000 --> 00:01:45,120 That's a S A F E S E R V E R dot. 28 00:01:45,120 --> 00:01:49,120 Got it. Okay, cool. So fundamentally, what are we talking about here? 29 00:01:49,120 --> 00:01:52,800 Well, at its heart, think of it as a self-hosted audio streaming service. 30 00:01:52,800 --> 00:01:56,080 It's web based. So you usually interact with it through a browser or maybe an 31 00:01:56,080 --> 00:01:58,440 app. Okay. Web based. And the key word is personal. 32 00:01:58,440 --> 00:02:02,200 This isn't some giant company service. You install this software on your own server, 33 00:02:02,200 --> 00:02:05,680 my own server. So like a computer I have at home or could be, 34 00:02:05,680 --> 00:02:09,280 or it could be a virtual server you rent, you know, in the cloud somewhere. 35 00:02:09,280 --> 00:02:14,040 The point is you control the server and it's designed specifically for your music 36 00:02:14,040 --> 00:02:15,880 files. Ah, okay. 37 00:02:15,880 --> 00:02:19,600 So instead of tapping into Spotify's massive library, 38 00:02:20,080 --> 00:02:23,280 I'm basically building my own private Spotify just for my music. 39 00:02:23,280 --> 00:02:24,720 That's a great way to put it. Yeah. 40 00:02:24,720 --> 00:02:29,080 And another really big piece is that it's open source. Right. You mentioned that. 41 00:02:29,080 --> 00:02:31,720 What does that mean in practical terms here? 42 00:02:31,720 --> 00:02:36,360 It means the code that makes coal work is public. Anyone can look at it, 43 00:02:36,360 --> 00:02:40,480 check it for security, suggest improvements, even modify it. 44 00:02:40,480 --> 00:02:41,480 If they have the skills, 45 00:02:41,480 --> 00:02:46,520 it gives you a level of transparency and frankly control that you simply don't 46 00:02:46,540 --> 00:02:50,960 get with closed source commercial software. No black boxes. Exactly. 47 00:02:50,960 --> 00:02:55,840 And their state at all, according to the docs is pretty straight forward to be a 48 00:02:55,840 --> 00:02:59,440 personal music streaming server that works. That works. I kind of like that. 49 00:02:59,440 --> 00:03:03,000 Simple, functional, no crazy marketing speak. Yeah. 50 00:03:03,000 --> 00:03:06,800 It suggests a focus on reliability and just doing the core job well. Okay. 51 00:03:06,800 --> 00:03:08,960 You mentioned running it on your own server. 52 00:03:08,960 --> 00:03:12,640 That sounds essentially technical. What's actually under the hood. 53 00:03:12,660 --> 00:03:17,240 What tech is Cole built with? It uses pretty modern web technologies for the part 54 00:03:17,240 --> 00:03:20,360 you actually see and click on the user interface in your browser. 55 00:03:20,360 --> 00:03:24,640 That's built with Vue JS. Vue. Okay. That's a popular JavaScript framework. 56 00:03:24,640 --> 00:03:28,880 Very popular. Yes. Good for building those slick responsive interfaces. 57 00:03:28,880 --> 00:03:33,560 Then on the server side, which handles things like managing the music files, 58 00:03:33,560 --> 00:03:37,920 database interactions, processing requests, that's built using Laravel. 59 00:03:37,920 --> 00:03:40,080 Laravel. That's a PHP framework. Correct. 60 00:03:40,200 --> 00:03:43,180 A very well regarded and widely used PHP framework. 61 00:03:43,180 --> 00:03:46,200 Vue and Laravel. That combination. 62 00:03:46,200 --> 00:03:50,760 Does it suggest who this is really aimed at? Maybe not total beginners. 63 00:03:50,760 --> 00:03:54,160 Well, the source material does specifically say it targets web developers. 64 00:03:54,160 --> 00:03:56,160 So yes, while the end result, 65 00:03:56,160 --> 00:03:59,960 the music player itself is designed to be user-friendly for anyone listening, 66 00:03:59,960 --> 00:04:02,880 the initial setup, getting it installed and configured. 67 00:04:02,880 --> 00:04:05,360 That might require a bit more technical know-how. 68 00:04:05,360 --> 00:04:08,840 You'd probably need some comfort level with web servers, maybe command lines, 69 00:04:08,840 --> 00:04:10,640 PHP environments, databases. 70 00:04:10,640 --> 00:04:14,240 Okay. So not quite a one-click install from an app store then. 71 00:04:14,240 --> 00:04:15,880 Probably not for most people. No, 72 00:04:15,880 --> 00:04:19,560 but they do provide documentation to help walk you through it. Right. 73 00:04:19,560 --> 00:04:22,240 So assuming someone is willing to tackle that setup, 74 00:04:22,240 --> 00:04:26,040 or maybe they are a web developer, what are the big draws? 75 00:04:26,040 --> 00:04:30,680 Why choose call over say Plex or just sticking with Spotify? 76 00:04:30,680 --> 00:04:31,680 What makes it compelling? 77 00:04:31,680 --> 00:04:36,040 The source has highlighted two key things. First off, the design and user interface. 78 00:04:36,440 --> 00:04:40,440 They describe it as clean, modern, even gorgeous. Okay. 79 00:04:40,440 --> 00:04:42,080 Aesthetics matter. They do, 80 00:04:42,080 --> 00:04:44,320 especially for something you interact with regularly. 81 00:04:44,320 --> 00:04:48,040 And they mentioned it's intentionally inspired by popular music players. 82 00:04:48,040 --> 00:04:50,960 So the idea is you should feel right at home pretty quickly. 83 00:04:50,960 --> 00:04:55,760 It shouldn't feel alien. Plus it supports themes for customization. Nice. 84 00:04:55,760 --> 00:04:58,200 A familiar feel is good. What else? 85 00:04:58,200 --> 00:05:01,880 Performance is another big one. The word blazingly fast comes up. 86 00:05:01,880 --> 00:05:04,760 Blazingly fast. Okay. Bold claim. It is, 87 00:05:04,800 --> 00:05:08,840 but it suggests optimization is a priority because it's built with these modern 88 00:05:08,840 --> 00:05:11,760 frameworks. The goal is for it to respond really quickly. 89 00:05:11,760 --> 00:05:15,200 Even if you have a massive music library, which, uh, 90 00:05:15,200 --> 00:05:18,400 can sometimes bog down other self-hosted solutions. Yeah. 91 00:05:18,400 --> 00:05:20,680 Nobody likes waiting for their music library to load. 92 00:05:20,680 --> 00:05:22,720 Speed is definitely key for streaming. 93 00:05:22,720 --> 00:05:27,400 What about managing the actual music files? That's often a weak spot elsewhere, 94 00:05:27,400 --> 00:05:29,720 especially if you have weird tags or formats. 95 00:05:29,720 --> 00:05:33,720 That seems to be a real strength here. They call it robust media management. 96 00:05:34,080 --> 00:05:35,360 It's not just playing songs. 97 00:05:35,360 --> 00:05:38,200 You can upload new music directly through the web interface. 98 00:05:38,200 --> 00:05:42,280 You can delete files and critically you can edit the metadata. 99 00:05:42,280 --> 00:05:46,520 Metadata like song titles, artists. Exactly. Title artists, 100 00:05:46,520 --> 00:05:50,920 album genre, track number, disk number, all the standard stuff. Yeah. 101 00:05:50,920 --> 00:05:55,120 It also apparently handles things like compilation albums correctly manages 102 00:05:55,120 --> 00:05:58,720 album art effectively lets you organize playlists into folders, 103 00:05:58,720 --> 00:06:01,440 folders for playlists. That's actually really useful. Right. 104 00:06:01,760 --> 00:06:05,880 And it handles cover images. The whole emphasis seems to be on giving you really 105 00:06:05,880 --> 00:06:07,840 granular control over your library, 106 00:06:07,840 --> 00:06:11,960 letting you clean up messy tags or organize things precisely the way you want. 107 00:06:11,960 --> 00:06:15,230 That kind of control is gold. You just don't get that with the big streaming 108 00:06:15,230 --> 00:06:15,880 services. 109 00:06:15,880 --> 00:06:19,240 Does it connect to anything else? Any integrations? Yes, it does. 110 00:06:19,240 --> 00:06:22,760 It can integrate with last.fm for scrabbling. Scrabbling. 111 00:06:22,760 --> 00:06:24,800 You mean tracking what you listen to? Yep. 112 00:06:24,800 --> 00:06:27,840 Automatically sends your listening history to last.fm if you want. 113 00:06:27,840 --> 00:06:30,440 It can also pull extra metadata from there. 114 00:06:31,160 --> 00:06:33,120 It mentions integration with Spotify, too. 115 00:06:33,120 --> 00:06:36,400 Maybe for pulling in related artist info or artwork. 116 00:06:36,400 --> 00:06:41,520 The sources aren't super specific on the how and even YouTube integration, 117 00:06:41,520 --> 00:06:46,280 potentially for linking official music videos or related content to the tracks in 118 00:06:46,280 --> 00:06:46,920 your library. 119 00:06:46,920 --> 00:06:50,840 So it tries to enrich your personal library with external data. 120 00:06:50,840 --> 00:06:52,960 OK, so it seems to nail the basics. 121 00:06:52,960 --> 00:06:55,480 Streaming management looks good, feels fast. 122 00:06:55,480 --> 00:06:59,120 But then the sources talk about batteries included features. 123 00:06:59,600 --> 00:07:02,040 This sounds like where it gets really interesting. What else does it do? 124 00:07:02,040 --> 00:07:05,360 Oh, yeah, this list is pretty impressive and goes way beyond just hitting play. 125 00:07:05,360 --> 00:07:07,880 For starters, transparent FLAC support. 126 00:07:07,880 --> 00:07:10,200 FLAC, the lossless audio format. 127 00:07:10,200 --> 00:07:12,400 Exactly. Popular with audio files. 128 00:07:12,400 --> 00:07:16,320 Transparent means you just add your FLAC files and Cole streams them 129 00:07:16,320 --> 00:07:19,040 without you needing to do anything special. High quality audio, no fuss. 130 00:07:19,040 --> 00:07:21,920 Nice. What else? Cross device playback synchronization. 131 00:07:21,920 --> 00:07:26,400 So you pause a song in your laptop and you can pick it up right there on your phone. 132 00:07:26,480 --> 00:07:30,840 Precisely. Seamless transition. Then you've got standard things 133 00:07:30,840 --> 00:07:33,320 like marking favorites, tracking your listening history. 134 00:07:33,320 --> 00:07:35,480 Yeah. But also smart playlists. 135 00:07:35,480 --> 00:07:37,680 Smart playlists, like automatically generated. 136 00:07:37,680 --> 00:07:40,840 Yeah. Based on criteria you set, like recently added rock songs 137 00:07:40,840 --> 00:07:43,960 or most played tracks this month. They update automatically. 138 00:07:43,960 --> 00:07:45,200 OK, that's pretty cool. 139 00:07:45,200 --> 00:07:46,920 Then there's multi user support. 140 00:07:46,920 --> 00:07:50,040 So multiple people can have accounts on the same Cole server. 141 00:07:50,040 --> 00:07:53,920 An equalizer for tweaking the sound. 142 00:07:53,920 --> 00:07:57,440 Visualizers, if you like those and transcoding. 143 00:07:57,440 --> 00:07:58,960 Transcoding. What's that for? 144 00:07:58,960 --> 00:08:01,920 That means the server can convert audio formats on the fly. 145 00:08:01,920 --> 00:08:04,480 So say you have a FLAC file, 146 00:08:04,480 --> 00:08:06,960 but you're streaming to your phone on mobile data. 147 00:08:06,960 --> 00:08:09,440 Ah, you might want a smaller file size. 148 00:08:09,440 --> 00:08:13,480 Exactly. Cole can automatically convert it to something like MP3 or AAC 149 00:08:13,480 --> 00:08:17,240 for streaming to save bandwidth or ensure compatibility with the device 150 00:08:17,240 --> 00:08:19,840 without changing your original high quality file. 151 00:08:19,840 --> 00:08:24,600 Wow. OK, FLAC, sync, multi-user, smart playlists, transcoding. 152 00:08:24,600 --> 00:08:28,120 That's a seriously powerful feature set for a personal server project. 153 00:08:28,120 --> 00:08:30,080 It really does sound batteries included. 154 00:08:30,080 --> 00:08:31,800 It seems very comprehensive. Yeah. 155 00:08:31,800 --> 00:08:34,680 So if someone's listening and thinking, OK, I'm tempted. 156 00:08:34,680 --> 00:08:36,200 What's the process? 157 00:08:36,200 --> 00:08:39,080 How do they actually get started with this? Is it super difficult? 158 00:08:39,080 --> 00:08:42,800 Well, as we mentioned, it might require some technical comfort, 159 00:08:42,800 --> 00:08:46,120 but the project provides documentation, which is key. 160 00:08:46,120 --> 00:08:48,640 There are guides covering the system requirements. 161 00:08:48,680 --> 00:08:52,760 What kind of server you need, step by step instructions for installation 162 00:08:52,760 --> 00:08:55,920 and also for upgrades later on and troubleshooting. 163 00:08:55,920 --> 00:08:58,720 Yep. Troubleshooting guides for common problems, too. 164 00:08:58,720 --> 00:09:02,840 And for the really keen folks, maybe developers who want to contribute 165 00:09:02,840 --> 00:09:06,480 back to coal or customize it heavily, there's a separate development guide. 166 00:09:06,480 --> 00:09:10,400 So the resources seem to be there if you're willing to roll up your sleeves a bit. 167 00:09:10,400 --> 00:09:12,960 What about listening on the go? Is there an app? 168 00:09:12,960 --> 00:09:16,040 There is. They have an official mobile app called CoalPlayer. 169 00:09:16,040 --> 00:09:18,520 It's available for both iOS and Android. 170 00:09:18,680 --> 00:09:21,200 So a proper native app experience. 171 00:09:21,200 --> 00:09:22,480 That's the idea. 172 00:09:22,480 --> 00:09:26,400 And the sources emphasize that it requires no extra setup 173 00:09:26,400 --> 00:09:30,400 beyond just installing the app and logging into your coal server instance. 174 00:09:30,400 --> 00:09:33,920 Your whole library should just be there, accessible on your phone or tablet. 175 00:09:33,920 --> 00:09:36,320 That mobile piece is pretty crucial these days. 176 00:09:36,320 --> 00:09:40,240 OK, so we've been talking about the main coal project, 177 00:09:40,240 --> 00:09:43,960 which you said is open source and presumably free. 178 00:09:43,960 --> 00:09:46,720 That's right. The core community version is free and open source. 179 00:09:46,880 --> 00:09:50,720 But I definitely saw mention of coal plus on the website. 180 00:09:50,720 --> 00:09:53,200 What's the story there? Is it a subscription? 181 00:09:53,200 --> 00:09:57,320 This is how they seem to fund development and offer more advanced features. 182 00:09:57,320 --> 00:09:59,880 Coal plus is like a premium add on package. Yeah. 183 00:09:59,880 --> 00:10:03,280 But the really interesting thing, and they stress this, is the paint up model. 184 00:10:03,280 --> 00:10:04,920 It's a one time purchase. 185 00:10:04,920 --> 00:10:07,920 One time, really, in twenty twenty five. I know, right. 186 00:10:07,920 --> 00:10:12,360 They explicitly say no subscriptions, no recurrent fees. 187 00:10:12,360 --> 00:10:15,720 You buy it once, you get the plus features for that version, 188 00:10:15,880 --> 00:10:18,280 potentially with updates, but no monthly bill. 189 00:10:18,280 --> 00:10:20,760 That's highly unusual and very appealing 190 00:10:20,760 --> 00:10:23,240 compared to the subscription fatigue many people feel. 191 00:10:23,240 --> 00:10:25,920 So what do you get for this one time payment? 192 00:10:25,920 --> 00:10:27,120 What's in Coal Plus? 193 00:10:27,120 --> 00:10:29,360 The sources list some significant additions. 194 00:10:29,360 --> 00:10:31,880 One of the biggest is expanded storage options. 195 00:10:31,880 --> 00:10:35,800 What they call storage drivers, meaning where your music files are actually stored. 196 00:10:35,800 --> 00:10:39,960 Exactly. The free version probably assumes your music 197 00:10:39,960 --> 00:10:43,360 is on the same server Coal is running on or maybe a network drive. 198 00:10:44,160 --> 00:10:48,320 Coal Plus adds direct support for cloud storage services, like which ones? 199 00:10:48,320 --> 00:10:52,800 Amazon S3 is the big one mentioned, but also other S3 compatible services. 200 00:10:52,800 --> 00:10:57,520 They listed Digital Ocean Spaces, CloudFlare R2 and Mineo, 201 00:10:57,520 --> 00:11:02,400 which is a self-hostable S3 alternative, and it also adds support for Dropbox. 202 00:11:02,400 --> 00:11:05,760 Wow. OK, so you could keep your massive music 203 00:11:05,760 --> 00:11:10,400 library in, say, CloudFlare R2, which has very low storage costs, 204 00:11:10,400 --> 00:11:13,120 and Coal Plus could just stream directly from there. 205 00:11:13,120 --> 00:11:14,400 That seems to be the idea. 206 00:11:14,400 --> 00:11:16,600 It gives you huge flexibility and scalability 207 00:11:16,600 --> 00:11:19,400 for storage, separating your library from the server itself. 208 00:11:19,400 --> 00:11:22,160 That's a really big deal for managing large collections. 209 00:11:22,160 --> 00:11:25,120 Anything else major in Plus? Yes, it takes the multi-user 210 00:11:25,120 --> 00:11:27,640 feature further with something called individual libraries. 211 00:11:27,640 --> 00:11:30,240 Individual libraries. How's that different from just multi-user? 212 00:11:30,240 --> 00:11:32,800 In the standard multi-user setup, everyone might log in 213 00:11:32,800 --> 00:11:35,120 and see the same shared music collection. 214 00:11:35,120 --> 00:11:38,280 With individual libraries in Plus, each user can have their own 215 00:11:38,280 --> 00:11:41,640 completely separate music collection managed by the same cool server. 216 00:11:41,760 --> 00:11:45,240 Ah, so like my library and your library could live on the same 217 00:11:45,240 --> 00:11:49,240 server instance, but be totally distinct. Different files, different playlists. 218 00:11:49,240 --> 00:11:51,720 Exactly. True separation, like having different accounts 219 00:11:51,720 --> 00:11:53,720 on a commercial service, but self-hosted. 220 00:11:53,720 --> 00:11:55,520 OK, that's a sophisticated feature. 221 00:11:55,520 --> 00:11:59,680 And it adds music collaboration tools so you can make certain songs public, 222 00:11:59,680 --> 00:12:02,840 maybe share them with a link, or you can invite other users 223 00:12:02,840 --> 00:12:05,000 to collaborate on building playlists together. 224 00:12:05,000 --> 00:12:07,520 Oh, interesting. Shared playlist building. 225 00:12:07,520 --> 00:12:11,440 Yeah. And the sources also hint at things planned for Cold Plus in the future. 226 00:12:12,160 --> 00:12:15,640 Even more storage options, support for custom themes, 227 00:12:15,640 --> 00:12:19,040 perhaps beyond the basics, single sign-on or SSO. 228 00:12:19,040 --> 00:12:21,800 SSO, like logging in with your Google account or something. 229 00:12:21,800 --> 00:12:26,400 Potentially. Yeah, using one central login and also synchronized lyrics display. 230 00:12:26,400 --> 00:12:28,560 So quite a roadmap for Plus. 231 00:12:28,560 --> 00:12:32,880 OK, so Cold Plus really layers on some powerful, 232 00:12:32,880 --> 00:12:35,760 almost enterprise grade features, especially around storage, 233 00:12:35,760 --> 00:12:40,440 flexibility and user management, all under that one time purchase model. 234 00:12:40,920 --> 00:12:42,120 Very interesting. 235 00:12:42,120 --> 00:12:44,680 Let's zoom out a bit. What about the project itself? 236 00:12:44,680 --> 00:12:45,960 Is it actively developed? 237 00:12:45,960 --> 00:12:48,800 Is there a strong community? GitHub usually tells a story there. 238 00:12:48,800 --> 00:12:51,520 It really does. And the GitHub stats look very healthy for Cole. 239 00:12:51,520 --> 00:12:53,960 It's got over 16,500 stars. 240 00:12:53,960 --> 00:12:55,720 16,000. That's a lot. 241 00:12:55,720 --> 00:12:58,080 It's a strong indicator of popularity and interest. 242 00:12:58,080 --> 00:13:02,720 Yeah. Over 2000 forks, meaning lots of people are experimenting with 243 00:13:02,720 --> 00:13:04,200 or contributing to the code. 244 00:13:04,200 --> 00:13:06,680 It lists over 86 contributors. 245 00:13:06,680 --> 00:13:09,240 So not just one person doing all the work. 246 00:13:09,240 --> 00:13:10,800 Definitely not. It's a community effort. 247 00:13:10,800 --> 00:13:15,280 And the languages listed primarily PHP, TypeScript, and Vue 248 00:13:15,280 --> 00:13:16,840 match the tech stack we talked about. 249 00:13:16,840 --> 00:13:19,640 That consistency is good. Any signs of how it's sustained. 250 00:13:19,640 --> 00:13:21,320 Open source projects need support. 251 00:13:21,320 --> 00:13:24,800 They do. And Cole has options for financial support through GitHub 252 00:13:24,800 --> 00:13:28,960 sponsors and Open Collective, which helps cover costs and fund development time 253 00:13:28,960 --> 00:13:31,080 and maybe the most important sign of health. 254 00:13:31,080 --> 00:13:36,320 The activity, it mentions 118 releases, which is a lot of updates over time. 255 00:13:36,320 --> 00:13:41,040 And the latest release date mentioned in the sources was May 28th, 2025. 256 00:13:41,040 --> 00:13:44,120 May 2025. So very recent. 257 00:13:44,120 --> 00:13:46,000 This thing is alive and kicking. 258 00:13:46,000 --> 00:13:48,600 Absolutely. It shows consistent ongoing development. 259 00:13:48,600 --> 00:13:52,880 It's clearly not an abandoned project, which is always a risk with open source. 260 00:13:52,880 --> 00:13:57,240 That's really reassuring if you're considering investing the time to set it up. 261 00:13:57,240 --> 00:13:59,480 OK, let's try and tie this all together then. 262 00:13:59,480 --> 00:14:02,280 For you listening right now. 263 00:14:02,280 --> 00:14:03,680 What's the bottom line? 264 00:14:03,680 --> 00:14:08,240 With Spotify and Apple Music being so easy, why go down this coal path? 265 00:14:08,240 --> 00:14:13,120 I think it really boils down to ownership and control primarily with coal. 266 00:14:13,120 --> 00:14:15,240 You control the software. You control your music files. 267 00:14:15,240 --> 00:14:16,440 You control the metadata. 268 00:14:16,440 --> 00:14:20,740 You're not at the mercy of licensing deals changing or services shutting down or 269 00:14:20,740 --> 00:14:21,480 terms changing. 270 00:14:21,480 --> 00:14:25,200 Exactly. Your access isn't dependent on a corporation's whims. 271 00:14:25,200 --> 00:14:28,240 Plus, you get access to features that might be niche but important to you, 272 00:14:28,240 --> 00:14:32,680 like that native FLAC support or the really detailed metadata management, 273 00:14:32,680 --> 00:14:34,240 which you often just don't get elsewhere. 274 00:14:34,240 --> 00:14:36,320 And the cost aspect is pretty different too. 275 00:14:36,320 --> 00:14:39,520 Totally. The free community version is already quite powerful. 276 00:14:39,520 --> 00:14:42,160 And if you want those advanced features in Coal Plus, 277 00:14:42,160 --> 00:14:45,840 that one-time payment model could be significantly cheaper in the long run 278 00:14:45,840 --> 00:14:49,200 compared to years of monthly subscription fees, 279 00:14:49,200 --> 00:14:52,560 especially if you already have a large digital library you want to use. 280 00:14:52,560 --> 00:14:57,880 So it's about building something tailored, something powerful based on open tech 281 00:14:57,880 --> 00:15:01,160 that's just for your music, taking back that control. 282 00:15:01,160 --> 00:15:02,600 That sums it up well. 283 00:15:02,600 --> 00:15:06,520 It's presented as this powerful, fast, modern, feature-packed way 284 00:15:06,520 --> 00:15:09,600 to stream your own music, built with solid tech 285 00:15:09,600 --> 00:15:11,880 and supported by an active community. 286 00:15:11,880 --> 00:15:16,040 It's really a deep dive into owning your digital music experience again. 287 00:15:16,040 --> 00:15:18,600 Yeah, it definitely sounds like a compelling alternative 288 00:15:18,600 --> 00:15:20,760 for people who really value their personal collection 289 00:15:20,760 --> 00:15:24,480 and want more than just a temporary rental catalog, 290 00:15:24,480 --> 00:15:27,760 which kind of leaves us with a final thought to chew on maybe. 291 00:15:27,760 --> 00:15:31,320 In this age where streaming subscriptions are just everywhere 292 00:15:31,320 --> 00:15:34,080 and we mostly rent access to these huge catalogs 293 00:15:34,080 --> 00:15:37,480 curated by somebody else, what's the unique value you get 294 00:15:37,480 --> 00:15:40,280 from actually building, curating and having total control 295 00:15:40,280 --> 00:15:42,840 over your own accessible digital music library? 296 00:15:42,840 --> 00:15:47,320 With all its specific versions, all your little metadata fixes, 297 00:15:47,320 --> 00:15:49,160 maybe tracks that aren't available anywhere else. 298 00:15:49,160 --> 00:15:51,840 Right, all that personal history embedded in the files. 299 00:15:51,840 --> 00:15:54,760 What does that ownership bring to your relationship with music 300 00:15:54,760 --> 00:15:59,480 that maybe a purely rented service just can't replicate? 301 00:15:59,480 --> 00:16:01,400 That's a great question, really gets to the heart of what 302 00:16:01,400 --> 00:16:03,640 digital ownership even means today. 303 00:16:03,640 --> 00:16:05,080 Definitely something to think about. 304 00:16:05,080 --> 00:16:08,160 And one last time, I thank you to our supporter for this deep dive. 305 00:16:08,160 --> 00:16:11,320 SafeServer commits sich das Hosting dieser Software 306 00:16:11,320 --> 00:16:14,000 und unterstützt dich bei deiner digitalen Transformation. 307 00:16:14,000 --> 00:16:17,320 Mehr Infos unter www.safeserver.de 308 00:16:17,320 --> 00:16:23,440 That's www.safeserver.de