MultiFunPlayer v1.31.0 - Multi axis funscript player - Now with SLR script streaming

Select the shortcut and switch from “Actions” tab to “Settings” tab and check “Handle repeating”.

1 Like

Thanks that works perfectly! I feel like I’ve just unlocked a whole new level of this player!

MultiFunPlayer v1.31.0:

Download: timed patreon only exclusive
Patreon build: https://www.patreon.com/posts/111620548

Additional patreon only changelog:

  • Add HereSphere script repository - allows loading scripts from sites that support heresphere api (library view)

Changelog:

  • Add support for updated HereSpere api - this fixes Stash/XBVR script repository not working with HereSphere
  • Add support for VLC 4 (#183)
  • Add back MatchAllUseFirst option to XBVR repository to allow matching scripts with mismatched video and script file name
    CdiSL2FiTD
  • Allow invoking button hold shortcut while holding instead only on release
    TwwTauTzdY
  • Fix slider interval when using arrow keys
  • Fix inverted Y axis in preview controls
  • Fix axis value getting set to 0 under some conditions
  • Fix keyframes heatmap range and heat not aligning to actual control width
  • Fix keyframes heatmap heat calculation ignoring steep actions
  • Differentiate between left and right shift/control/alt keyboard buttons
  • Don’t set timeout when manually connecting sources or targets
  • Encrypt api key properties when saving settings
  • Simplify plugin #r assembly reference format
  • Set custom default auto-home settings for V0-V9 vibe axes
  • Show remaining capture time when adding shortcuts
  • Disable elapsed time offload in outputs by default due to increasing number of custom TCode devices/firmwares
2 Likes

Hello everyone,

Does MFP still support oscillating devices?

Weird issue here, Intiface connects to Hismith tabletop 2.0 well, (then multifunplayers connects to Intiface without any problem, at this point intifaces says MFP is connected, and in connected device tab I see the Hismith and can control is with the oscillating parameter, but in MFP, in buttplug tab, it doesn’t find the HISMITH (scanning and scanning again).

I’ve tried also with intiface mobile app, and MFP, same problem.

Maybe device recognition problem in MFP? Just bought the machine never tried with older versions.

Edit: it was indeed seeing the machine, the app works perfectly, I had to expand the buttplug window using the arrow … thank to Yoooi and BlackSphereFollower for troubleshooting my kinda dumb user error, I leave the post if someone has the same problem.

1 Like

Hey everyone,

I don’t know if this is an issue with VLC 3.0.20 or with MFP v1.30.2.

Currently I am using an SR6 with MFP and VLC for my funscript enjoyment. Connection works fine generally speaking, except:

Every video I have to adjust the Offset for the scripts over time. Meaning: at 00:00 it is enough to have 0.2s delay or 0.1s delay depending on the script. But after 30 seconds or so I have to increase the delay by atleast 0.2s to 0.4s so it matches the movement or the audio. Doesn’t actually matter if the script is actionbased or audiobased.

Settingswise for the SR6 I have these settings for the connection in MFP:
image

I tried to play around with those settings and thought maybe the switch for “Offload elapsed time” was the issue, but it still keeps happening, regardless of the settings I use for the connection. Seems to me it is an issue with MFP as VLC should probably not be the issue here, I think?

If someone could explain this issue or have a solution it would be greatly appreciated. I didn’t test other players for now, so if it is an issue with VLC I would switch, but generally I like VLC.

This was just discussed a few posts above, for some reason VLC3 api time is drifting over time. You can even see it when you look at the current video position in VLC interface that its not updating evenly. Its not MFP issue but I might try some tricks to make the time more consistent.

v1.31.0 added support for VLC4 which is perfectly synced.

2 Likes

Sry that I didnt read above. Thank you Yoooi.

1 Like

Hi !

Has anyone managed to get MFP working with Bottles?
I am getting this message: The application to execute does not exist: ‘Z:\run\user\1000\doc\9cb4145b\MultiFunPlayer.dll’

Thanks for your help :wink:

The problem is that VLC reports the media length rounded to the nearest second, and the progress in the file as a float between 0-1. Therefore, the best possible error when using the VLC API is 0.5 seconds and this error is most noticeable towards the end of the file.

In Restim, I fixed this by querying the local filesystem for the actual length of the file.