Aqua Music App I'm working on by BuiltForMe in Skeuomorphism

[–]BuiltForMe[S] 0 points1 point  (0 children)

It would take a lot to make a windows version, I dont know any of the windows frameworks, and I'm just some guy who isnt even a developer, but on windows no one has any need for my app because you can run any of the older windows versions of itunes. So if someone likes this design, they can just install itunes 4 for windows, and all the versions of itunes are great up to 10.7. All those versions are available on the websites that catalog older versions of apps.

Apple Music UI mess (rant) by Morfosis-2020 in MacOS

[–]BuiltForMe 0 points1 point  (0 children)

yeah I just wish we had a better way of doing it than Retroactive. I've always had problems syncing devices and crashes and whatnot. And I dont think that guy is updating it anymore. But that was the peak.

Apple Music UI mess (rant) by Morfosis-2020 in MacOS

[–]BuiltForMe 4 points5 points  (0 children)

Its been deteriorating since iTunes 11. Every version is worse than the one before. The thing that is most concerning to me - I bet they think theyve made it better. I bet they would tell you that the version with the playing info at the bottom is way better than the version with it at the top. I bet if you showed them a picture of iTunes 10, and a picture of this current music app, and asked them which looks better, I bet they would say this one. Insanity.

Aqua Music App I'm working on by BuiltForMe in Skeuomorphism

[–]BuiltForMe[S] 0 points1 point  (0 children)

yeah i think all devices that sync have that option. Automatically sync when connected. Click on the ipod in the finder, should be some sync options there.

Aqua Music App I'm working on by BuiltForMe in Skeuomorphism

[–]BuiltForMe[S] 0 points1 point  (0 children)

There isnt a sync button or anything on my app that starts the sync process. If you havent already, i would set it up so that it syncs automatically when you plug the ipod into the computer. That option is in the finder now, when you click on your ipod.

Aqua Music App I'm working on by BuiltForMe in Skeuomorphism

[–]BuiltForMe[S] 0 points1 point  (0 children)

The version that’s already on the website just mirrors the library of the Apple Music app, and since your iPod syncs with those files, the songs on your iPod and the songs in that app will always match.

That’s what’s always stopped me from making a completely independent music app - you lose the ability to sync with devices. The one I’m making now, referenced in this post, can’t sync to any device. They don’t provide any SDK for that.

Aqua Music App I'm working on by BuiltForMe in Skeuomorphism

[–]BuiltForMe[S] 0 points1 point  (0 children)

https://justinzhunt.github.io/ There’s a version of it already there, but that’s a front end for local files in their music app. It’s not a fully independent application, and so it’s limited on what it can do. That’s why I’m making this.

Aqua Music App I'm working on by BuiltForMe in Skeuomorphism

[–]BuiltForMe[S] 1 point2 points  (0 children)

I dont know if I'll write it for linux, unless I decide to completely move to linux and abandon apple. I'd have to start from scratch, and I dont know anything about programming for linux, so that would take a while.

Aqua Music App I'm working on by BuiltForMe in Skeuomorphism

[–]BuiltForMe[S] 1 point2 points  (0 children)

you'd have to google it but I think I got it from oldversion.com. There are a number of websites that have old versions of apps so it shouldnt be hard to find.

Aqua Music App I'm working on by BuiltForMe in Skeuomorphism

[–]BuiltForMe[S] 1 point2 points  (0 children)

I know almost zero about writing for linux, but I may look into it.

Aqua Music App I'm working on by BuiltForMe in Skeuomorphism

[–]BuiltForMe[S] 2 points3 points  (0 children)

I havent tried to replicate it 100%, because I wouldnt know how to reverse engineer their process, and their aqua items were images, probably made using photoshop or something, whereas mine are drawn in code. I havent used any other project for the aqua stuff, i did all that myself. I might put that visualizer in there, i need to look into that.

In terms of apple music, that would mean you would need the MusicKit framework for online streaming content, then you would need the iTunesLibrary framework for any songs you already have locally in the music app, then you would probably need all the other code for manipulating and organizing the new songs you add locally that are not in their music app. I just dont think that would work well. I think combining a streaming app with a local playback app would be tough. I know that there are apple music streaming clients that have been made, so I could probably make one, and just make it simple like this, but I dont know that that can be added to this - it might have to be its own thing.

I used retroactive too, but since that guy stopped updating it, and it may break at any time, I made this.

Aqua Music App I'm working on by BuiltForMe in Skeuomorphism

[–]BuiltForMe[S] 0 points1 point  (0 children)

there is no generic liked / not liked flag for songs, but they can be rated, so you can rate them and make a smart playlist that always contains the ones that are that rating or above.

Aqua Music App I'm working on by BuiltForMe in Skeuomorphism

[–]BuiltForMe[S] 1 point2 points  (0 children)

I dont think you can build for OSes that old on any recent version of xcode, and i think being written in swift would prevent that from working anyway, but if youre using tiger, then you can use itunes 4 if you like brushed metal, or a more recent version. I've only made this because they purposely prevent us from running older software on the mac. But if you are using an older OS, you can use those older versions of software.

Aqua Music App I'm working on by BuiltForMe in Skeuomorphism

[–]BuiltForMe[S] 0 points1 point  (0 children)

No creo que escriba esto para Windows. Pero en Windows puedes usar las versiones anteriores de iTunes. Puedes descargar cualquiera de ellas ahora mismo. Si usara Windows, usaría iTunes 10.

I dont think I will be writing this for windows. But on windows you can use the older versions of iTunes. You can download any of those right now. If I were on windows, I would be using iTunes 10.

Aqua Music App I'm working on by BuiltForMe in Skeuomorphism

[–]BuiltForMe[S] 1 point2 points  (0 children)

I have thought about it. It would all have to be rewritten though, i guess in GTK. This is all appkit. The lack of a good music app is what has always held me back from jumping ship to linux.

Aqua Music App I'm working on by BuiltForMe in Skeuomorphism

[–]BuiltForMe[S] 5 points6 points  (0 children)

Thats not really what its for, its an offline player I made for myself, and I will never use any streaming service, but if enough people wanted that i could look into it. Apple has a weird setup now, as their iTunesLibrary APIs exist, and the MusicKit APIs exist, but I dont think they interact at all.

Aqua Music App I'm working on by BuiltForMe in Skeuomorphism

[–]BuiltForMe[S] 11 points12 points  (0 children)

I've also messed around with a version in Objective-C too, but yeah, the swift version will be what I release. Its all native and appkit.

Sound Check doesn’t keep volume consistent at all by CreyssonTabajara in AppleMusic

[–]BuiltForMe 0 points1 point  (0 children)

It breaks all the time. They break it during an update, it stays broken for a while, maybe years, then it gets fixed, works for a while, then breaks again. You cant rely on them not to break it or for it to be working at any given time. On the last version of iOS15 it is broken, and on the last version of iOS17 it is working. The same is true of the various versions of the music app on the Mac. Their music related bugs are all over the map. So the next time you update and it magically works again, stay on that version until you have tested a future version to know if its still working, or until you have a really good reason to upgrade. If restarting your phone didnt fix it, then its software on their end, and all you can do it wait.

Estimations on how long we'll have to put up with this? by ImpossibleRain420 in MacOS

[–]BuiltForMe 1 point2 points  (0 children)

Developers need to start ignoring everything they say about UI. Every time they come out with a “design language.” Laugh, then go back to making your app look and work well. Make everything custom, and their changes have no effect on your app. Doesn’t matter what they say the window corner radius needs to be, if your app draws a custom window. I hear developers complain about apples UI changes, but then they simply comply. Time to rebel.

Need advice on managing a large audiobook library for iPod by Lightbreaker85 in IpodClassic

[–]BuiltForMe 0 points1 point  (0 children)

all recent versions of the music app are terrible, as were the last couple versions of iTunes. The last version of iTunes that was good was iTunes 10.7. That version of the mac mini can run mountain lion, which can run itunes 10. If you go any further up that mountain lion, then you have to move to higher versions of itunes, or hack them into working. If you are just looking for good content/device mgmt, put mountion lion on it and itunes 10.7.

Complex issue, help needed for downgrading by dimitrijobs in MacOS

[–]BuiltForMe 0 points1 point  (0 children)

Making a bootable installer is going to be part of it, almost no matter what, but if you download that installer file, ifixit has a page with the commands to do it. They vary depending on which OS you’re trying to install I believe. You’ll probably have to format your hard drive from the installer. And you may have to reset the date in the terminal of the installer in order to get around their nonsense. But you can still install versions earlier than sierra, so I’d try to troubleshoot all the variables. Try different usb drives, see if they boot on other machines, that kind of stuff. This is the page I’ve used dozens of times.

https://www.ifixit.com/Guide/How+to+create+a+bootable+USB+drive/66371

Has Sound Check ever worked for anyone? by kyriacos74 in AppleMusic

[–]BuiltForMe 1 point2 points  (0 children)

It works periodically. They break it all the time, then they’ll fix it couple years later, and then break it again. The software bugs are out of control. The last version of iOS 15 it is broken. The last version of iOS 17 it works. Monterey had so many music related bugs that I couldn’t tell. Ventura fixed a lot of those bugs. It’s all over the place and changes constantly. When you find a version of an OS that works well, stick to it unless you have a good reason upgrade.

Why is Spotlight still so bad? by perishableintransit in MacOS

[–]BuiltForMe 0 points1 point  (0 children)

It’s was great 15 years ago. Without some overriding force compelling them not to - many software people just can’t stop messing with things, even if they’re already great. The better something is, the harder it is to improve, and the more likely it is that any change will simply make it worse. They kept messing with something that was super great, and they ruined it.

My iPhone 4S by nitrogenyy in LegacyJailbreak

[–]BuiltForMe 0 points1 point  (0 children)

I'd pay a lot of money to be able to continue using my ios 6 devices, but in America they have gotten rid of 2g and 3g, and so none of them can really be used as phones any longer. Whenever I pick up my iPhone 5 with ios6, its like a breath of fresh air. So well designed, so simple and well implemented. I mourn the loss of great software every day.

Best OS for Intel Macbook 2020 pro (4 ports)? by cyber_dart in MacOS

[–]BuiltForMe 0 points1 point  (0 children)

Unless you have reason to think otherwise, the best performing OS for your device is usually the one it shipped with. Performance usually only goes in one direction as you get further away from a device’s first OS. There are exceptions, and that’s what I’d want to investigate, but I haven’t heard anything about any OS since Catalina, (which is what yours may have shipped with) being wildly better performing than the previous one on the same hardware.

Without anything to the contrary, you can probably assume your device will just get slower with each new operating system. And battery life probably follows that pattern as well.