{"id":16557679,"url":"https://github.com/patrickkfkan/volumio-ytcr","last_synced_at":"2025-03-21T10:32:30.328Z","repository":{"id":43772853,"uuid":"358312189","full_name":"patrickkfkan/volumio-ytcr","owner":"patrickkfkan","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-11T04:48:32.000Z","size":14610,"stargazers_count":16,"open_issues_count":4,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-18T00:43:18.350Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/patrickkfkan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"patrickkfkan"}},"created_at":"2021-04-15T15:45:10.000Z","updated_at":"2025-03-11T04:38:18.000Z","dependencies_parsed_at":"2022-09-05T03:20:46.271Z","dependency_job_id":"91cc1edc-4746-4ac1-9b8f-b0bd81bac146","html_url":"https://github.com/patrickkfkan/volumio-ytcr","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickkfkan%2Fvolumio-ytcr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickkfkan%2Fvolumio-ytcr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickkfkan%2Fvolumio-ytcr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickkfkan%2Fvolumio-ytcr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patrickkfkan","download_url":"https://codeload.github.com/patrickkfkan/volumio-ytcr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244778041,"owners_count":20508842,"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":[],"created_at":"2024-10-11T20:08:13.683Z","updated_at":"2025-03-21T10:32:30.282Z","avatar_url":"https://github.com/patrickkfkan.png","language":"TypeScript","funding_links":["https://ko-fi.com/patrickkfkan","https://ko-fi.com/C0C5RGOOP'"],"categories":[],"sub_categories":[],"readme":"\u003ca href='https://ko-fi.com/C0C5RGOOP' target='_blank'\u003e\u003cimg height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi2.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /\u003e\u003c/a\u003e\n\n# YouTube Cast Receiver for Volumio\n\nPlugin that enables Volumio to act a YouTube Cast receiver device. Supports casting from YouTube and YouTube Music.\n\n# Changelog\n\n2.0.3\n- Update YT dependencies\n\n2.0.2\n- Update YT dependencies\n\n2.0.1\n- Fix broken playback due to YT changes (credit: [#837](https://github.com/LuanRT/YouTube.js/pull/837))\n- Fix prefetch causing stuck queue on YT app\n\n2.0.0\n- Release for Bookworm-based Volumio\n- Fix fetching of stream URL through po_tokens and passing appropriate client type (otherwise streams will give 403 error)\n\n1.1.2\n- Fix broken playback due to YT changes (credit: [#713] (https://github.com/LuanRT/YouTube.js/pull/713))\n\n1.1.1\n- Fix broken playback due to YT changes (credit: [#698](https://github.com/LuanRT/YouTube.js/pull/698))\n\n1.1.0\n- Provide metadata to Now Playing plugin through [YouTube2](https://github.com/patrickkfkan/volumio-youtube2) and [YouTube Music](https://github.com/patrickkfkan/volumio-ytmusic) plugins -- so make sure you install those plugins as well!\n\n1.0.7\n- Fix broken playback due to YT changes (credit: [#682](https://github.com/LuanRT/YouTube.js/pull/682))\n- Add missing bitrate info\n\n1.0.6\n- Fix broken API requests due to YT changes\n\n1.0.5\n- Fix player not reconnecting with MPD after being disconnected, such as when MPD restarts following a change in configuration.\n\n1.0.4\n- Add prefetching of next track\n- Add 'prefer Opus streams' option when prefetching enabled\n- Use Volumio player name as device name (the name that appears in the Cast menu of clients)\n\n1.0.3\n- Add option to stop playback only when all clients have been *explicitly* disconnected\n\n1.0.2\n- Remove commented-out code\n- Remove links from package author because they don't look good when shown in Volumio plugin store\n\n1.0.1\n- Add i18n settings\n- Add option to clear persisted data\n- Bug fixes\n\n1.0.0\n- Add YouTube Music support\n- Allow multiple connections\n- Support manual pairing, aka Link with TV Code (YouTube only)\n- Support playback of private videos and music\n\n0.1.3\n- Fix MPD connection\n- Update dependency versions; replace deprecated `request` with `node-fetch`\n\n0.1.2\n- Improve fetching of audio URLs\n\n0.1.1\n- Check audio URLs and refetch on error response (retry up to 5 times)\n- Minor change to loading of translations\n- Update plugin for Volumio 3\n\n0.1.0-b\n- Version change to mark update of yt-cast-receiver module to version 0.1.1-b\n\n0.1.0a-20210627\n- Adapt to YouTube changes\n- Really fix compatibility with Volumio 2.x\n- Add 'Bind to Network Interface' setting\n\n0.1.0a-20210620-2\n- Fix compatibility with Volumio 2.x\n\n0.1.0a-20210620\n- Update yt-cast-receiver module\n\n0.1.0a-20210419\n- More robust transition from another service\n\n0.1.0a-20210417\n- Add livestream support\n\n0.1.0a\n- Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickkfkan%2Fvolumio-ytcr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrickkfkan%2Fvolumio-ytcr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickkfkan%2Fvolumio-ytcr/lists"}