]> git.basschouten.com Git - openhab-addons.git/commit
[plex] add ratingKey channels (#16343)
authorCody Cutrer <cody@cutrer.us>
Sun, 4 Feb 2024 10:48:20 +0000 (03:48 -0700)
committerGitHub <noreply@github.com>
Sun, 4 Feb 2024 10:48:20 +0000 (11:48 +0100)
commit8d8e1693f55fd3223dd526f1d1f7820aec0ec22a
tree71fe409af6d4712312836caf42555e28fe78116a
parent179e9a997a778dbf79aa3d73da46f90361a549db
[plex] add ratingKey channels (#16343)

* [plex] add ratingKey channels

useful for automations related to exactly what's playing, to avoid
having to lookup based on title (which may not be unique)

---------

Signed-off-by: Cody Cutrer <cody@cutrer.us>
Co-authored-by: mlobstein <github@lobstein.org>
bundles/org.openhab.binding.plex/README.md
bundles/org.openhab.binding.plex/src/main/java/org/openhab/binding/plex/internal/PlexBindingConstants.java
bundles/org.openhab.binding.plex/src/main/java/org/openhab/binding/plex/internal/dto/MediaContainer.java
bundles/org.openhab.binding.plex/src/main/java/org/openhab/binding/plex/internal/dto/PlexSession.java
bundles/org.openhab.binding.plex/src/main/java/org/openhab/binding/plex/internal/handler/PlexPlayerHandler.java
bundles/org.openhab.binding.plex/src/main/resources/OH-INF/i18n/plex.properties
bundles/org.openhab.binding.plex/src/main/resources/OH-INF/thing/thing-types.xml
bundles/org.openhab.binding.plex/src/main/resources/OH-INF/update/instructions.xml [new file with mode: 0644]