{"id":13512510,"url":"https://github.com/dvx/lofi","last_synced_at":"2025-05-14T18:02:30.345Z","repository":{"id":37664537,"uuid":"165434192","full_name":"dvx/lofi","owner":"dvx","description":"🎵🔉 A mini Spotify player with WebGL visualizations.","archived":false,"fork":false,"pushed_at":"2024-12-24T16:09:08.000Z","size":15137,"stargazers_count":1232,"open_issues_count":83,"forks_count":74,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-14T06:49:11.238Z","etag":null,"topics":["audio-player","media","mini-spotify-player","spotify","spotify-desktop","tiny-spotify-player","webgl"],"latest_commit_sha":null,"homepage":"http://lofi.rocks","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dvx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-01-12T20:44:33.000Z","updated_at":"2025-04-10T15:15:53.000Z","dependencies_parsed_at":"2024-01-20T16:32:24.766Z","dependency_job_id":"46065b1d-0b36-44dc-8453-c52f48b381b4","html_url":"https://github.com/dvx/lofi","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvx%2Flofi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvx%2Flofi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvx%2Flofi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvx%2Flofi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvx","download_url":"https://codeload.github.com/dvx/lofi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254198453,"owners_count":22030964,"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":["audio-player","media","mini-spotify-player","spotify","spotify-desktop","tiny-spotify-player","webgl"],"created_at":"2024-08-01T03:01:57.923Z","updated_at":"2025-05-14T18:02:30.148Z","avatar_url":"https://github.com/dvx.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg height=\"64\" src=\"https://raw.githubusercontent.com/dvx/lofi/master/icon.png\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e\u003cstrong\u003eLofi: a tiny Spotify player\u003c/strong\u003e\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca target=\"_blank\" href=\"https://www.lofi.rocks\"\u003eWebsite\u003c/a\u003e • \u003ca target=\"_blank\" href=\"https://www.lofi.rocks/help\"\u003eFAQ\u003c/a\u003e • \u003ca target=\"_blank\" href=\"https://discord.gg/YuH9UJk\"\u003eDiscord\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ctable width=\"100%\"\u003e\n  \u003ctr\u003e\n    \u003ctd width=\"50%\"\u003e\u003cimg width=\"100%\" src=\"https://www.lofi.rocks/min.jpg\"\u003e\u003c/td\u003e\n    \u003ctd width=\"50%\"\u003e\u003cimg width=\"100%\" src=\"https://www.lofi.rocks/vis.gif\"\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\nLofi is a mini Spotify player with visualizations. It is _not_ a replacement for the Spotify Desktop app, nor does it play music independently of the Spotify app; instead, Lofi works alongside it to provide a more intuitive and pleasant access to common features. Lofi also displays cover art and track info stylishly and it facilitates WebGL-powered audio visualizations for both Windows, MacOS and Linux. In other words, it's a \"tiny Spotify player\" or a \"mini mode\" to enhance the Spotify desktop app.\n\n## Design goals\n\n- A small, `1:1` aspect ratio player depicting album art\n- An always-on-top \"widget-like\" app\n- Minimalist (no extraneous controls)\n- Multiple-screen capable\n- Windows, MacOS and Linux compatible\n- Visualization-ready (WebGL)\n- ≤ 100MB memory footprint\n\n# Building\n\nTo build, you'll need `node-gyp`, a compatible Python version (2.x), and your operating system's SDK (Microsoft Build Tools or Xcode).\n\nFirst, you'll need to run:\n\n```\n$ yarn install\n```\n\nIf you have more than one Python installation on your system, you can prevent the build from failing by editing the `package.json` file in the root directory.\n\nAppend the following on the `\"build\": ...` line:\n\n```\n--python path/to/python27\n```\n\nNow you can run `yarn install` again.\n\n# Distribution\n\nTo **create a setup file**, run `yarn run dist`. The output will be located in `./dist`.\n\n```\n$ yarn run dist\n```\n\n# Development\n\nTo **develop**, open up a Terminal and type:\n\n```\n$ yarn run development\n$ yarn run start\n```\n\n# Bugs, issues, and contributing\n\nFound a 🐛? Have a feature request? Feel free to open an [issue](https://github.com/dvx/lofi/issues) or [contribute](https://github.com/dvx/lofi).\n\nAs always, you are more than welcome join our [Discord](https://discord.gg/YuH9UJk) 🎤 server. The more the merrier! 🎉\n\nDon't forget to ⭐ and/or fork this repo.\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvx%2Flofi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvx%2Flofi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvx%2Flofi/lists"}