https://github.com/patrickkfkan/volumio-ytcr
https://github.com/patrickkfkan/volumio-ytcr
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrickkfkan/volumio-ytcr
- Owner: patrickkfkan
- Created: 2021-04-15T15:45:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T04:48:32.000Z (2 months ago)
- Last Synced: 2025-03-18T00:43:18.350Z (2 months ago)
- Language: TypeScript
- Size: 13.9 MB
- Stars: 16
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# YouTube Cast Receiver for Volumio
Plugin that enables Volumio to act a YouTube Cast receiver device. Supports casting from YouTube and YouTube Music.
# Changelog
2.0.3
- Update YT dependencies2.0.2
- Update YT dependencies2.0.1
- Fix broken playback due to YT changes (credit: [#837](https://github.com/LuanRT/YouTube.js/pull/837))
- Fix prefetch causing stuck queue on YT app2.0.0
- Release for Bookworm-based Volumio
- Fix fetching of stream URL through po_tokens and passing appropriate client type (otherwise streams will give 403 error)1.1.2
- Fix broken playback due to YT changes (credit: [#713] (https://github.com/LuanRT/YouTube.js/pull/713))1.1.1
- Fix broken playback due to YT changes (credit: [#698](https://github.com/LuanRT/YouTube.js/pull/698))1.1.0
- 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!1.0.7
- Fix broken playback due to YT changes (credit: [#682](https://github.com/LuanRT/YouTube.js/pull/682))
- Add missing bitrate info1.0.6
- Fix broken API requests due to YT changes1.0.5
- Fix player not reconnecting with MPD after being disconnected, such as when MPD restarts following a change in configuration.1.0.4
- Add prefetching of next track
- Add 'prefer Opus streams' option when prefetching enabled
- Use Volumio player name as device name (the name that appears in the Cast menu of clients)1.0.3
- Add option to stop playback only when all clients have been *explicitly* disconnected1.0.2
- Remove commented-out code
- Remove links from package author because they don't look good when shown in Volumio plugin store1.0.1
- Add i18n settings
- Add option to clear persisted data
- Bug fixes1.0.0
- Add YouTube Music support
- Allow multiple connections
- Support manual pairing, aka Link with TV Code (YouTube only)
- Support playback of private videos and music0.1.3
- Fix MPD connection
- Update dependency versions; replace deprecated `request` with `node-fetch`0.1.2
- Improve fetching of audio URLs0.1.1
- Check audio URLs and refetch on error response (retry up to 5 times)
- Minor change to loading of translations
- Update plugin for Volumio 30.1.0-b
- Version change to mark update of yt-cast-receiver module to version 0.1.1-b0.1.0a-20210627
- Adapt to YouTube changes
- Really fix compatibility with Volumio 2.x
- Add 'Bind to Network Interface' setting0.1.0a-20210620-2
- Fix compatibility with Volumio 2.x0.1.0a-20210620
- Update yt-cast-receiver module0.1.0a-20210419
- More robust transition from another service0.1.0a-20210417
- Add livestream support0.1.0a
- Initial release