{"id":15429924,"url":"https://github.com/joshspicer/spotstatus","last_synced_at":"2025-04-15T16:38:00.935Z","repository":{"id":88188307,"uuid":"169673200","full_name":"joshspicer/SpotStatus","owner":"joshspicer","description":"Spotify Playing Status - Menu Bar Utility for MacOS Mojave/Catalina/Big Sur/Monterey/Sonoma","archived":false,"fork":false,"pushed_at":"2024-09-17T20:30:56.000Z","size":1099,"stargazers_count":20,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T20:53:59.032Z","etag":null,"topics":["catalina","mac","macos","menubar","menubar-app","mojave","music","osx","song","sonoma","spotify","statusbar"],"latest_commit_sha":null,"homepage":"http://spcr.me/spotstatus","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joshspicer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-08T02:08:00.000Z","updated_at":"2024-09-12T17:47:52.000Z","dependencies_parsed_at":"2024-10-20T11:11:16.866Z","dependency_job_id":null,"html_url":"https://github.com/joshspicer/SpotStatus","commit_stats":{"total_commits":31,"total_committers":4,"mean_commits":7.75,"dds":"0.29032258064516125","last_synced_commit":"6efa9aa90a96d442ca4b805bb51dfd4cf5237ede"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshspicer%2FSpotStatus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshspicer%2FSpotStatus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshspicer%2FSpotStatus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshspicer%2FSpotStatus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshspicer","download_url":"https://codeload.github.com/joshspicer/SpotStatus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249109634,"owners_count":21214183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["catalina","mac","macos","menubar","menubar-app","mojave","music","osx","song","sonoma","spotify","statusbar"],"created_at":"2024-10-01T18:13:22.821Z","updated_at":"2025-04-15T16:38:00.920Z","avatar_url":"https://github.com/joshspicer.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpotStatus\nSpotify Now Playing Menu Bar Utility for OSX Mojave, Catalina, and Big Sur+\n\n### Compatibility\n~SpotStatus was last built and tested on MacOS 10.15.4~\n\n~SpotStatus has been tested on MacOS 11.0.1.~\n\n**Update Sept 2024**: SpotStatus has been tested and continues to work on Mac OS Sonoma (on Apple Silicon too!). \n\n# Usage\nYou can build the following Xcode project from the source code provided. Note that with Mac OS Catalina you may need to [notarize](https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution) your build before using.\n\nFor convenience, i've provided a .zip of the MacOS binary. You can [download release 1.3.1 here](https://github.com/joshspicer/SpotStatus/releases). \n\n### Download Steps\n1. Unzip\n2. Copy to `/Applications`\n3. If necessary, mark as executable (necessary depending on unarchiver used). \u003cbr\u003e\n`chmod +x /Applications/SpotStatus.app/Contents/MacOS/SpotStatus`\u003cbr\u003e**NOTE**: This will solve seeing  _\"The Application \"SpotStatus\" can't be opened\"_\n\nSpotStatus will open in the menu bar. Click on the icon to configure!\n\n### Hash\n\nIf you get SpotStatus.app from elsewhere, confirm the hash as what is listed on the [relevant release](https://github.com/joshspicer/SpotStatus/releases). \n\n`$ shasum -a 256 /Applications/SpotStatus.app/Contents/MacOS/SpotStatus`\n\n## Tips\n\nOn MacOS you can drag around menu items by holding down COMMAND and dragging elements left and right.  You can use this to reposition SpotStatus with other items on your menu bar. \n\n## Intro\nThere are a lot of good Spotify + menu bar projects that already exist, but many are outdated and few have been updated for OSX Mojave (and its [awesome gatekeeper \"features”](https://joshspicer.com/applescript-mojave)).  SpotStatus was build from the ground up specifically for Mojave. \n\nEasily see at a glance what song is playing. Click in to see more details (including artist information).\n\nI find myself sharing a lot of music via spotify uris.  In the menu bar you can add that uri to your clipboard for easy sending.\n\n![photo](./live.png)\n\nWritten in Swift 4.  Utilizes AppleScript to speak with Spotify, thus permission to do so is necessary on first launch.  App _Should_ support from 10.12+. Permission granting is only necessary on 10.14+ (Mojave).  \n\n## Preferences\n\nSpotStatus can be configured via its preferences panel.\n\n![preferences](./preferences.png)\n\n### \"Clean up song name\"\n\nOptionally hide the \"extras\" from a song title. (thanks, [skypanther](https://github.com/skypanther)!)\n\n![clean-up-song](./clean-up-song.png)\n\n\n\n## Collaborators\n\nCollaboration/PRs are encouraged!  Thanks to [skypanther](https://github.com/skypanther) for his help so far.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshspicer%2Fspotstatus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshspicer%2Fspotstatus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshspicer%2Fspotstatus/lists"}