BuzzyBody v0.2 Funscript Media Player for LoveSpouse Toys - Now connects to buttplug.io

It’s to powerful. Could be a little bit more adjustable.

The video in the app is cropped and not the original size. Any way to change from landscape to portrait mode ?
The app starts with landscape format.
For mobile devices is portrait mode better imho

Gotcha. So, currently what I’m doing is taking the max and min power of the script and scaling it to the 10 levels of power that the lovespouse toys provide, but I can add an option to scale the range of 100-0 more directly to the lovespouse power. Stretch it out a bit if the script doesn’t ever hit the higher numbers. I might be able to give an option to scale it down further, but there’s only so much you can work with if you wanna keep any resemblance to the funscript.

Alternatively, if you find the power is too high, too often, you can try hitting that invert button and see if maybe that helps. It’s possible the 0 is being mapped to 10 and vice versa.

I’ll have to think on that. The design is landscape because it’s all originally developed for a VR app… I can probably add a button on the play controls to cycle between video viewing modes at least. Eventually maybe a video settings that lets you select the default mode…

Funnily enough, all the videos I use it for (mostly pmvs) are landscape. :rofl:

https://discuss.eroscripts.com/t/madiiitay-blowjob-of/190241?u=woodman1965

I use this Video. But i see only the half picture. The best part ist outside the screen. :stuck_out_tongue_winking_eye:

lmao, yeah I see how that could be an issue.

I’ll see what I can come up with.

Hey, i found the next issue.
Is it possible to change the Videoplayer?
On my A12 tablet the Stock player is trash. Mp4 Files were stutter while playing.

Great! Thanks for this, I tried several of those cheapo aliexpress toys, but non of them worked through buttplug.io.
Any plans to release this for win/linux? To manage my collection through Android device is… troublesome.

Unfortunately, Windows isn’t capable of doing the broadcast advertisements that the toys require. That’s why buttplug.io doesn’t support them.

I am currently working on adding the ability for the android app to connect to buttplug’s intiface software as an emulated device, if that helps.

1 Like

When I start making some real money off the lewd stuff I do plan on circling back and buying a video player asset. Fingers crossed!

Hey Folks, I’ve released v0.2 of Buzzybody for Android Mobile Devices

You can read the Devlog here

TL;DR The Major Points:

  • Buzzybody can now emulate a Lovense toy in Buttplug.io, so you can use your Love Spouse toys with way more software. Instructions coming soon.
  • Support added for Vertical/Portrait videos.
  • I’m showing increased file/folder options for Android 10 in hopes that I’ll be able to support it. Kind of a last ditch effort.
  • Funscript Playback settings now allows you to control your minimum and maximum toy strength.

I’m not gonna change much more with this mobile phone version for a bit, while I work on the VR version. But there will be more to come eventually.

If you like what I’m doing and want to contribute to my experiments in the VR space, consider joining me over on Patreon. I’ve got a “themed” VR Milker prototype for The Handy that I’m going to start teasing soon. Jordan Peterson is gonna love it! :wink: :joy:

https://patreon.com/ComradeOohAah

Thanks for reading, and your feedback!

-comradeoohaah

3 Likes

Thank you for this app, as normal use, the apps works fine. emulating buttplug.io gives me this error at intiface and doesn’t detect any new device

oh, welcome awesome.

I still gotta do docs for the buttplug.io integration and the intiface is kinda janky but long story short:

  • Open Intiface
  • Click on Devices on the left side
  • Under Add Websocket Device
  • Protocol : Lovense
  • Name Buzzybody
  • click on Add Websocket Device
  • Click on Start engine
  • connect from BuzzyBody app

In theory that should work, it works for me with Intiface Central 2.6.4+30, it shows up for me as a Lovense Hush. BUT like I said, that portion of Intiface is kind of janky. Sometimes I have to restart Intiface. I’ve had to delete the buttplug-user-device-config.json file under C:\Users[UserName]\AppData\Roaming\com.nonpolynomial\intiface_central\config\ and re-add the device and then restart. I’ve had to delete all the websocket devices, restart, delete the file, restart, etc.

If you’re tech savvy enough, here’s the documentation for the intiface feature, but it’s also kind of outdated.

Good luck, let me know how you make out!

Have you had a chance to try the new version yet with Android 10? Wondering if any of the additional options work for you. :crossed_fingers:

Unfortunately the device get damaged, but i can test the App on my A10 device.
Is it possible, to send me the APK again ? I lost it.

Oh, shoot, sorry to hear that!

v0.2 has my hopeful Android 10 workarounds.

Unfortunately, I have to disappoint you. It is still not possible to access the memory card. Access denied. This may be a problem with Knox

Hmm, that’s a shame. Were you able to try the fallback option?

I got it all connected up to intiface but i cant quite figure out what command to send to it because

{“vibrate”: 5}

doesnt work so idk what to do

So just to confirm, it shows up on your device page and you can do the battery check (which will always show 69%) and make it vibrate from there, right?

I’m not super familiar with Buttplug outside of the Emulation stuff but according to this page:

The command you want is going to be VibrateCmd and your range is going to be 0.0 to 1.0.

Some background on how I did things; We’re emulating a Lovense Hush which has a power range of 0-20 and I’m scaling that down to the LoveSpouse toy’s 0-9. So in Buttplug you power will probably be 0.0, 0.05, 0.1, etc, but the Lovespouse toys will only respond to about half of them.

Good luck! Please let me know how you get along with it!