{"id":13863074,"url":"https://github.com/robhurring/tmux-spotify","last_synced_at":"2026-03-07T14:02:01.136Z","repository":{"id":54493050,"uuid":"53993346","full_name":"robhurring/tmux-spotify","owner":"robhurring","description":":notes: TPM plugin around spotify (OSX only)","archived":false,"fork":false,"pushed_at":"2024-03-03T21:54:47.000Z","size":99,"stargazers_count":85,"open_issues_count":2,"forks_count":13,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-13T04:40:40.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/robhurring.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}},"created_at":"2016-03-16T02:08:58.000Z","updated_at":"2025-05-28T11:20:12.000Z","dependencies_parsed_at":"2024-03-03T22:47:19.262Z","dependency_job_id":null,"html_url":"https://github.com/robhurring/tmux-spotify","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/robhurring/tmux-spotify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robhurring%2Ftmux-spotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robhurring%2Ftmux-spotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robhurring%2Ftmux-spotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robhurring%2Ftmux-spotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robhurring","download_url":"https://codeload.github.com/robhurring/tmux-spotify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robhurring%2Ftmux-spotify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30216492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T13:35:13.914Z","status":"ssl_error","status_checked_at":"2026-03-07T13:35:13.569Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-08-05T06:02:01.368Z","updated_at":"2026-03-07T14:02:01.120Z","avatar_url":"https://github.com/robhurring.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Tmux Spotify Plugin\n\nTmux plugin that shows the current music status for Spotify, Apple Music, or iTunes in your statusline.\n\nIntroduces the following new status variables:\n\n* `#{music_status}`\n* `#{artist}`\n* `#{album}`\n* `#{track}`\n\n### Usage\n\nThe following interpolations are made available for your statusline:\n\n* `#{music_status}` - Spotify status icons\n* `#{artist}` - Current artist\n* `#{album}`  - Current album\n* `#{track}`  - Current track\n\nHere's the example in `.tmux.conf`:\n\n```bash\nset -g status-right \"♫ #{music_status} #{artist}: #{track} | %a %h-%d %H:%M \"\n```\n\nCustomize the icons with:\n\n```bash\nset -g @spotify_playing_icon \"\u003e\"\nset -g @spotify_paused_icon \"=\"\n\n# optional: defaults to `paused_icon`\nset -g @spotify_stopped_icon \"X\"\n```\n\nBy default, Spotify is used as the media source. iTunes or Apple Music can be used by setting `MUSIC_APP` in your `bashrc`:\n\n```bash\n# set tmux-spotify to use Apple Music instead of Spotify\nexport MUSIC_APP=\"Music\"\n```\n\nSet `MUSIC_APP` to `iTunes` instead on macOS Catalina.\n\nIf the `status-right` overflows when the music title is too long, you can increase the `status-right-length` by using the following line in `.tmux.conf`:\n\n```bash\nset -g status-right-length 70\n```\n\n### Screenshots\n\n![status](/screenshots/spotify-status.png)\n\n### Installation with [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm) (recommended)\n\nAdd the plugin to the list of TPM plugins in `.tmux.conf`:\n\n```bash\nset -g @plugin 'robhurring/tmux-spotify'\n```\n\nHit `prefix + I` to fetch the plugin and source it.\n\n### Manual Installation\n\nClone the repo:\n\n```bash\n$ git clone https://github.com/robhurring/tmux-spotify ~/clone/path\n```\n\nAdd this line to the bottom of `.tmux.conf`:\n\n```bash\nrun-shell ~/clone/path/music.tmux\n```\n\nReload the TMUX environment:\n\n```bash\n# type this in the terminal\n$ tmux source-file ~/.tmux.conf\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobhurring%2Ftmux-spotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobhurring%2Ftmux-spotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobhurring%2Ftmux-spotify/lists"}