Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TrevorBurnham/NowPlayingMenuBar
See what’s playing on your Mac, right in the menu bar.
https://github.com/TrevorBurnham/NowPlayingMenuBar
Last synced: 26 days ago
JSON representation
See what’s playing on your Mac, right in the menu bar.
- Host: GitHub
- URL: https://github.com/TrevorBurnham/NowPlayingMenuBar
- Owner: TrevorBurnham
- License: mit
- Created: 2024-03-27T03:10:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T17:43:33.000Z (7 months ago)
- Last Synced: 2024-08-03T09:03:41.314Z (4 months ago)
- Language: Swift
- Size: 7.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - NowPlayingMenuBar
README
# NowPlayingMenuBar
![Menu bar with the name of the song that’s currently playing](./Screenshot.png)
See what’s playing on your Mac, right in your menu bar, 24/7. Supports any app that integrates with Apple’s “Now Playing” feature.
Requires macOS 13 (Ventura) or newer.
## Acknowledgments
* Thanks to Serban Giuroiu for creating [menubar-ticker](https://github.com/serban/menubar-ticker), which inspired this project.
* Thanks to John Coates for [Aerial](https://github.com/JohnCoates/Aerial), which the MediaRemote code in this project is adapted from.
* Thanks to Sindre Sorhus for [LaunchAtLogin-Modern](https://github.com/sindresorhus/LaunchAtLogin-Modern), which the LaunchAtLogin code in this project is adapted from.