https://github.com/patrickkfkan/volumio-now-playing-common
https://github.com/patrickkfkan/volumio-now-playing-common
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrickkfkan/volumio-now-playing-common
- Owner: patrickkfkan
- Created: 2023-07-27T08:39:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T19:36:39.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T08:58:27.580Z (over 1 year ago)
- Language: TypeScript
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Common resources shared between [Volumio Now Playing plugin](https://github.com/patrickkfkan/volumio-now-playing) and [client](https://github.com/patrickkfkan/volumio-now-playing-reactjs-client).
## Changelog
0.3.4
- Add `showClock` to idle screen settings ([@phts](https://github.com/phts) - [#3](https://github.com/patrickkfkan/volumio-now-playing-common/pull/3))
0.3.3
- `NowPlayingMetadataProvider` v1.1.0: add `duration` arg to `getSongInfo()`
0.3.2
- Add Info view tab to `StartupOptions`
0.3.1
- Add Info View layout settings
0.3.0
- Add `NowPlayingPluginSupport` interface
0.2.7
- Add synced lyrics to song metadata and related settings
- Add `NowPlayingMetadataProvider` interface
0.2.6
- `ContentRegionSettings`: add portrait orientation options
0.2.5
- Add `NowPlayingScreenSettings.fontStyles` settings
0.2.4
- Add `NowPlayingScreenSettings.albumartMargin`
- Add `ContentRegionSettings`
0.2.3
- `NowPlayingScreenSettings`
- Add seek bar styling options
- Add `dockedMediaFormat`options
- Add more props to `dockedMenu`
0.2.2
- Add `StartupOptions`
0.2.1
- `BackgroundSettings`
- Add `myBackground` props
0.2.0
- `NowPlayingScreenSettings`
- Add `dockedVolumeIndicator.fontSizePercentSymbol`
- Add `trackInfoVisibility` and related props
- `IdleScreenSettings`
- Add `myBackgroundImage` and related props
- Add `weatherAreaHeight` and related props
0.1.0
- Initial commit