From 3f1a8ded7bab761a5e0b727567b0ddeb7c44166f Mon Sep 17 00:00:00 2001 From: Devin Collins <3997333+ImDevinC@users.noreply.github.com> Date: Wed, 7 Jan 2026 22:18:57 -0800 Subject: [PATCH] Add README with plugin action summaries --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a157f7a --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# MediaPlugin + +A StreamController plugin for controlling media playback via MPRIS. + +## Actions + +- **Play** - Starts media playback if the player is not currently playing. +- **Pause** - Pauses media playback if the player is currently playing. +- **PlayPause** - Toggles between play and pause states based on the current playback status. +- **Next** - Skips to the next track in the media queue. +- **Previous** - Returns to the previous track in the media queue. +- **Info** - Displays the current media title and artist information with an optional separator. +- **ThumbnailBackground** - Sets the current media thumbnail as the deck background image.