MultiFunPlayer
MultiFunPlayer copied to clipboard
flexible application to synchronize various devices with media playback
**Describe the issue** When using the integrated player in Jellyfin android I can't get the playback status and no scripts are loaded. When I sent a request to the jellyfin...
Have to apply this to auto-skip and gap fill, Decouple gap logic from KeyframeCollection? Common UI or separate setting for both? Kinda related #167
* Auto-home * Speed limit, it has to either limit value range, or has to have longer move duration than from script (those options might be the same?) #179 *...
Need to add a label for each heatmap
```csharp RegisterAction("Test", () => { InvokeAction(...); }); ``` When "Test" is scheduled the calling thread is blocked until it is finished but it will never finish because "InvokeAction" will schedule...
With my usecases I have many (50+) shortcuts to make and they will all have largely the same actions associated with them, just different paramters (for example, different speed limit...
Some video players support playing in reverse. Send negative playback rate from sources if playing in reverse. Needs to be handled in: * UpdateThread * AB-Loop * Handle(MediaPositionChangedMessage message) *...
Probably have to rework properties to be get only or get+set (with the same arguments when called). Property set needs to be registered as action. Convert or remove current actions?...