From 9d0bc7583204d04ef2d1378123f1231f282b4764 Mon Sep 17 00:00:00 2001 From: Jordy3D Date: Fri, 5 Jan 2024 21:43:39 +1100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd079df..f21d43d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ It is currently targeting .NET Framework 2.0 so it should be compatible with mos The program currently always starts with the Play/Pause icon on the "Click to Play" state. If your media is already playing when you run the program, it may not function as you expect. ### >>> I will not fix this. <<< I don't know how to hook into the Windows playing state information. -Even if I did, if you have two media sources open at once, one paused and one not, and you hit the Play/Pause icon, it will toggle between the two (as will all media control things, to my knowledge) +Even if I did, if you have two media sources open at once, one paused and one not, and you hit the Play/Pause icon, it will toggle between the two (as will all media control things, to my knowledge) +If you have 1 media source open and it's mismatched, pause it from the source and then use Taskplay to control it once it matches. ## Nice-to-haves - Scroll over buttons to change volume (currently on Middle-Click actions)