Replies: 1 comment
|
I'd like to add my project, Sidra, to the list. Sidra is a free and open-source Apple Music desktop client focused on reliability and audio quality. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
If you're not ready to completely abandon the Apple ecosystem, you can still access many Apple services via icloud.com. Once authenticated, you've got access to a dozen various services/apps, including your files stored in iCloud.
Use
web2appto create a .desktop file which can then be found with wofi. Or, to create a SUPER shortcut for quick access, take a look at~/.config/hypr/hyprland.confand copy one of the existingbinds that use$webapp=as the exec.Dashboardicons doesn't have icons for any of the Apple services (besides a single "icloud" icon), but if you pick a random .png as a placeholder, you can then replace it in
~/.local/share/applications/iconswith the real icon that you can get from right-clicking on one at icloud.com and "Save image as...".Example web2app Usage
This will use the generic "iCloud" icon from DashboardIcons. You can then replace it with the real mail icon usingt he technique above.
web2app "Apple Mail" https://www.icloud.com/mail https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/icloud.pngThe Apps
Note that if you have Advanced Data Protection enabled you'll need to approve access to these apps from an iPhone/iPad/Mac when you haven't used them in a while.
You can also access Apple Music and Podcasts via the web interface:
There's also a native app called Cider (paid) which uses Apple Music's API. If you want better integration with notifications (which song is playing) and want to use the media controls on your keyboard to change songs, this is the one to get.
All reactions