{"id":40531750,"url":"https://github.com/sofusa/qobuz-player","last_synced_at":"2026-03-01T20:03:40.796Z","repository":{"id":272156363,"uuid":"915679999","full_name":"SofusA/qobuz-player","owner":"SofusA","description":"Tui, web and rfid player for Qobuz","archived":false,"fork":false,"pushed_at":"2026-01-20T20:29:18.000Z","size":11232,"stargazers_count":129,"open_issues_count":3,"forks_count":9,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-21T05:39:54.006Z","etag":null,"topics":["music","qobuz","rfid","rust","tui"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SofusA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-12T14:21:38.000Z","updated_at":"2026-01-20T18:53:19.000Z","dependencies_parsed_at":"2025-01-12T15:38:03.640Z","dependency_job_id":"cda54056-c6d9-4bd5-90a7-95bde7467e88","html_url":"https://github.com/SofusA/qobuz-player","commit_stats":null,"previous_names":["sofusa/qobuz-player"],"tags_count":69,"template":false,"template_full_name":null,"purl":"pkg:github/SofusA/qobuz-player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofusA%2Fqobuz-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofusA%2Fqobuz-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofusA%2Fqobuz-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofusA%2Fqobuz-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SofusA","download_url":"https://codeload.github.com/SofusA/qobuz-player/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SofusA%2Fqobuz-player/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28721989,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T08:27:05.734Z","status":"ssl_error","status_checked_at":"2026-01-24T08:27:01.197Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["music","qobuz","rfid","rust","tui"],"created_at":"2026-01-20T22:04:20.212Z","updated_at":"2026-02-17T09:06:34.543Z","avatar_url":"https://github.com/SofusA.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qobuz-player\n\n## High resolution audio player backed by Qobuz\n\nPowered by [Qobuz](https://www.qobuz.com). Requires a paid subscription. This does not allow you to listen for free.\n\nThe player includes a terminal ui, a web-ui and a RFID player. \nThe web interface is ideal for a setup with a single board computer, e.g. Raspberry Pi, connected to the speaker system and controlled with a smartphone or tablet.\n\n### Terminal UI\n![TUI Screenshot](/assets/qobuz-player.png?raw=true)\n\n#### Keyboard Shortcuts\nPress \u003ckbd\u003e?\u003c/kbd\u003e for an overview of all available keyboard shortcuts\n\n### Web UI\n\u003cimg src=\"/assets/qobuz-player-webui.png?raw=true\" width=\"240\"\u003e\n\n### RFID player\n![RFID player](/assets/rfid-player.gif?raw=true)\n\nRead more [in the wiki](https://github.com/SofusA/qobuz-player/wiki/RFID-player)\n\n## Player Features\n\n- High resolution audio: Supports up to 24bit/192Khz (max quality Qobuz offers)\n- MPRIS support (control via [playerctl](https://github.com/altdesktop/playerctl) or other D-Bus client)\n- Gap-less playback\n- Web UI \n- Terminal UI\n- Experimental Qobuz Connect. Enabled with `--connect` flag\n\n## Installation\n### Fonts\nThe terminal ui needs a [nerdfont](https://www.nerdfonts.com/) to display icons for explicit and hi-resolution.\n\n### Download Release\n\nDownload the tar.gz file for your supported OS from the releases page, extract the file and execute `qobuz-player` or copy it to your `$PATH`.\n\n### Installation with cargo\n```\ncargo install --git https://github.com/SofusA/qobuz-player\n```\n### Installation from the aur (unofficial)\nUsers on arch-linux (based) systems can install it from the aur as [qobuz-player](https://aur.archlinux.org/packages/qobuz-player) ([-git](https://aur.archlinux.org/packages/qobuz-player-git))\n### Build from source\n\nLinux dependencies: `alsa-sys-devel`, `just`.\n```\ncargo build\n```\n\n## Development\n1. Setup sqlx: `just create-env-file`. Only needed once. \n2. Init sqlite database: `init-database`.\n3. For webui development in `qobuz-player-web`:\n  - `npm i`. Install npm dependencies. \n  - `npm run watch`. Watch for style changes. \n\n## Get started\n\nRun `qobuz-player --help` or `qobuz-player \u003csubcommand\u003e --help` to see all available options.\n\nTo get started:\n\n```shell\nqobuz-player config username {USERNAME}\nqobuz-player config password {PASSWORD}\n# or to get prompted for the password\nqobuz-player config password\n\n# open tui player\nqobuz-player\n\n# open player with web ui\nqobuz-player open --web \n```\n\n## Web UI\n\nThe player can start an embedded web interface. This is disabled by default and must be started with the `--web` argument. It also listens on `0.0.0.0:9888` by default. Change port with `--port` argument.\n\nGo to `http://localhost:9888` to view the UI.\n\n## Contribution\nFeature requests, issues and contributions are very welcome.\n\n## Credits\nQobuz-player started as a fork of [hifi.rs](https://github.com/iamdb/hifi.rs) but has since diverged. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofusa%2Fqobuz-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsofusa%2Fqobuz-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofusa%2Fqobuz-player/lists"}