https://github.com/patrickkfkan/volumio-now-playing-reactjs-client
https://github.com/patrickkfkan/volumio-now-playing-reactjs-client
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrickkfkan/volumio-now-playing-reactjs-client
- Owner: patrickkfkan
- Created: 2022-01-29T15:28:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T19:48:07.000Z (10 months ago)
- Last Synced: 2024-10-12T20:08:11.333Z (7 months ago)
- Language: TypeScript
- Size: 3.18 MB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Web client served by [Volumio Now Playing plugin](https://github.com/patrickkfkan/volumio-now-playing) (version: > 0.1.4), implemented in ReactJS.
## Changelog
0.7.3
- Add `duration` to metadata requests0.7.2
- Add support for info view tab in startup options0.7.1
- Provide additional Info View layouts0.7.0
- Add synced lyrics support
- Improve seek timer accuracy0.6.3
- Fix marquee title clipped with negative margin
- Add support for portrait-related ContentRegionSettings0.6.2
- Add support for font style settings0.6.1:
- Add support for 'Content Region' settings
- Add support for 'Album Art -> Margin' setting0.6.0:
- Add support for seekbar styling options
- Add support for 'Dock Component - Media Format'
- Add support for new 'Dock Component - Menu' options0.5.2:
- Add support for 'Startup Options'
- Fix My Background URLs in Background component
- Revert change in v0.5.1 where Volumio logo bg is always displayed when player statua is 'stop'0.5.1:
-Add support for 'Background -> My Background' settings
- Minor bug fixes0.5.0:
- Fix regression: MetaDataPanel not showing description correctly
- Add support for 'Docked Volume Indicator -> % Symbol Size' setting
- Add support for Track Info Visibility settings
- Add support for 'IdleScreen -> My Background' settings
- Add support for 'IdleScreen -> Weather Area Height' setting0.4.0:
- Migrate to TypeScript
- Change settings handling0.3.0:
- Fix seekbar not working when moving to shorter song
- Add support for track info marquee title setting
- Add support for IdleScreen main alignment 'cycle' setting0.2.5:
- Idle screen Unsplash background: fetch image URL from API endpoint instead of constructing directly in the client.
- Add shutdown button to Action Panel
- Add support for 'Dock Component - Menu' setting0.2.4
- Add hourly weather to idle screen (tap / click "Current" weather to toggle between daily and hourly).
- Idle screen now shows all available forecast periods - scroll horizontally to view.
- Add workaround to seekbar for music services that don't push 'stop' state when playback finishes, causing displayed seek time to overflow duration.
- Add support for metadata font settings
- Improve responsive display of grid columns on browse screen.
- Add "Maximize" button to browse screen and queue for displays with horizontal resolutions higher than 1024px, so that contents won't be fixed at 80% width.
- Misc UI fixes and improvements0.2.3
- Fix volume bar of docked volume indicator closing on click0.2.2
- Improve seekbar accuracy when screen is inactive
- Add support for option to show volume bar when docked volume indicator is clicked
- Add translation support
- Misc UI fixes0.2.1
- Minor bug fix0.2.0
- Add Idle Screen
- Add support for Dock Components:
- Action Panel trigger
- Volume Indicator (replaces Volume Indicator Tweaks)
- Clock
- Weather
- Add support for seek time font size and color
- Fix state not updating on socket reconnect
- Fix seekbar's unreasonably high memory consumption (caused by `react-range` component; switched to `rc-slider` instead)
- Various other bug fixes0.1.2
- Add support for the following style settings:
- Track info display order
- Album art border
- Background overlay gradients
- Additional Volume Indicator Tweaks
- Some minor bug fixes0.1.1
- Add menus
- Add metadata service support
- Add Info View to Now Playing Screen
- Add performance settings support
- Misc UI fixes and improvements0.1.0
- Initial release## License
MIT