This repository was archived by the owner on Sep 7, 2025. It is now read-only.
Open
Conversation
Changes to "Get Current Track.applescript" so that this widget works on macOS Catalina and greater. Removed line breaks and strange characters � that prevent code from running. Also changed references for "iTunes" to "Music" Background: Starting with macOS Catalina, Apple split iTunes into separate apps: Apple Music, Apple TV, and Apple Podcasts.
Fixed code to pull the right artwork class for Apple Music and use the new favorite property instead of the old "loved"
- fileName now makes use of the Epoch Timestamp in addition to a random number from 1 to 9 to ensure it is unique and Übersicht doesn't cache it. - adjust isMusicPlaying() to improve how previous cover art was removed and updated.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes to "Get Current Track.applescript" so that this widget works on macOS Catalina and greater. Removed line breaks and strange characters � that prevent code from running. Also changed references for "iTunes" to "Music"
Background: Starting with macOS Catalina, Apple split iTunes into separate apps: Apple Music, Apple TV, and Apple Podcasts.