Commit graph

8 commits

Author SHA1 Message Date
c506486a32
Add optional dependencies for playback control, volume control, and notification support; update README with project description 2025-03-10 09:33:21 +01:00
bb397847ce
Add icon support for notifications and clean up installation script 2025-03-09 23:53:42 +01:00
e697a34fca
Clean up PKGBUILD by removing unnecessary comments and improving readability 2025-03-09 20:30:09 +01:00
e54223e361
feat: Add cover art support for user client
This commit adds support for displaying cover art from the currently playing media in the Home Assistant user client.

- The `HassUserClient` now publishes cover art to the `user/image/cover` MQTT topic.
- The `publish_cover` method uses `playerctl` to retrieve the art URL and `pillow` to convert the image to WebP format before publishing.
- The `components` property now includes an `image` component for cover art.
- The `cover` attribute on `HassUserClient` is used to avoid resending the same cover multiple times.
- The `publish_state` method has been extended to spawn a thread for updating the cover.
2025-03-09 18:51:38 +01:00
2042c413c7
Fix config file installation path in PKGBUILD and update main application to load config from new path 2025-03-09 11:27:57 +01:00
0d23d6ef56
Add systemd service file installation to PKGBUILD 2025-03-09 11:25:48 +01:00
e8558af260
Update package version and fix backup path in PKGBUILD 2025-03-09 11:17:46 +01:00
b46e0dbad1
Refactor main application structure; move main logic to __main__.py and add example configuration file 2025-03-09 10:29:23 +01:00