MultiFunPlayer icon indicating copy to clipboard operation
MultiFunPlayer copied to clipboard

flexible application to synchronize various devices with media playback

Results 46 MultiFunPlayer issues
Sort by recently updated
recently updated
newest added

**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...

issue

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

enhancement
maybe

* 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 *...

enhancement

```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...

issue

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...

enhancement

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) *...

enhancement
maybe
major-task

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?...

enhancement
maybe
major-task