-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request - Display music details if music is playing #846
Comments
Hey @ilovecats516 That's pretty cool idea indeed ! I had a quick check and it looked simple enough... but Catalina being the killjoy it is for screen saver makes it impossible. It's very easy to get currently playing song via AppleScript for Spotify, iTunes or Music (found this here for Spotify : https://stackoverflow.com/a/46325321 and this for iTunes/music : https://apple.stackexchange.com/questions/297240/getting-the-file-path-of-a-currently-playing- ). The problem is, AppleScript is being clamped down massively since Mojave (more info here if interested : https://www.felix-schwarz.org/blog/2018/08/new-apple-event-apis-in-macos-mojave), for an app to be allowed to use it, you need to ask for entitlements. In the "debug app" that I use to develop Aerial, after much fiddling, that indeed works, you get prompted like this : Then I can read the info : Now the sad part, in order to get this to work you need a temporary entitlement called So, as much as I'd like to add this, right now it doesn't look possible. We'll have to see if things change when Catalina gets released but right now they are in a pretty bad place for those kind of "advanced features" ! |
That's too bad it won't work come Catalina. Hopefully, there will be a workaround, or Apple will loosen their security a tad. Thanks anyway, and what a fast response. I'm glad Aerial is active and that developers actually respond to issues and suggestions. |
This is a great idea! However, I'm not seeing the Apple Music track that's playing showing up on an M1 MBA running macOS 11.4 (20F71) running the latest build, 2.3.4beta3. Is there anything that I have to do in order to activate it besides "enabling" it? Or anything I should do to diagnose? Thanks! |
@Pcar17 |
Wow....what too you so long to respond! Maybe 15 seconds? lol! But, yes, that was it. It works perfectly. What a nice feature! |
Haha I just had the notification and was around ;) Check here for more info on the current limitations and what will change : https://ko-fi.com/post/Apple-Music-and-Spotify-integration-W7W056GL2 |
General troubleshooting tips
Before logging an issue please check that:
If none of this fixes your issue, tell us about the problem you are experiencing or the feature you'd like to request.
Required information
In order to help us sort your issue, we ask that you provide the following information:
If appropriate, please enable
Debug mode
andLog to disk
inAdvanced
tab and replicate your bug, then attach theAerialLog.txt
file (You can access this file through the Advanced tab).Description of issue / Feature request
It'd be cool if on the screensaver, above the video description, the name and artist of the current song playing on my Mac could show up. I use Spotify, but iTunes would be good to add too.
The text was updated successfully, but these errors were encountered: