richie5um / TextBar-Recipes

TextBar Recipes
369 stars 35 forks source link

YT Music player #77

Open Khilkov opened 3 years ago

Khilkov commented 3 years ago

Hi, can you please tell me how to display what YT Music player is playing (https://github.com/steve228uk/YouTube-Music)?

richie5um commented 3 years ago

It is not possible without some changes to YT Music Player. They would need to add a mechanism to broadcast the track change, and/or, support AppleScript/API to query the current track.

They currently post notifications direct to the macOS UserNotification service. If they also added 'NSDistributedNotificationCenter', then that would allow other apps to listen for those track changes.