Hey, no this is not possible with XTP. It has no special 3d playback functions. It also will not work with the handy. Its tcode devices only. sorry.
I have been using this player for such a long time now with my SR1 and 6, absolutely love this player
Though recently I got the solace pro, and was just curious if it was actually possible to connect that thing to this player. Is it possible to connect lovense toys to XTPlayer?
Unless it uses TCode it cannot be connected to XTP. Iām going to assume the solace pro does not but this is the first time Iāve heard of it myself.
Lovense devices do not from what I know.
@Khrull does XTPlayer support SLR flavoiur of single-file multiaxis script?
{
actions: { at: number, pos: number}[]
axes: {
id: "L1" | ... | "R2"
actions: { at: number, pos: number} []
}[]
}
Iām suggesting authors to use them (as they worked in MFP since 2022) and wonder if they are compatible with XTP
If not could you add their support?
No, Ive never actually seen one and didnāt see much of a reason to put in the work to add it.
hello @Khrull thanks for you work <3
question: can I connect xtplayer to media player classic? (so xtplayer for funscript and watch video on MPC)
Not as far as I know. Unless it follows Deo/Heresphere or Whirligig communication. I doubt it though.
hey, is anyone able to give me a step-by-step guide on how to install the requirements for this please? noted that there are various prerequisites listed for extra software (QT, QTcompress, httpserver) which iām not familiar with and the instructions on those githubs are difficult to understand
You want to build it or just use it?
Those dependencies are only for building from source.
I assume you want a release zip from the releases or patreon.
thanks, yes iād just be using rather than developing - in that case can you let me know if when adding media thereās a way to assign a dedicated folder for scripts which are loaded when you choose a video from another folder? so e.g. thereās a folder with all funscripts at C:\funscripts, then videos saved in two different directories C:\videos and C:\videos2, and loading a video from one of those folders automatically loads a funscript from the separate funscripts folder
I believe itll work if you just add all three folders to the library. Actually, I think it only searches when using XTP web. I dont remember now.
Theres no special funscript folder at this time. There was going to be but I never implemented it.
im not sure if this is something available already but is there a way to play back videos and scripts in slow motion?
Not yet, there may be if it works ok when I find the time to enable and test it.
Have been enjoying XTPlayer a bit more than MFS as I feel that it makes the OSR much quiter and smoother.
Iām still quite new and was wondering if there was a way to create hot keys to play different scripts?
With other units it is easy to just click a button and have say 3 different motions and speed etc while watching a video.
Hard to edge on a pre plan script where I want a bit more flexibility and control on what it does. Hopefully that makes sense!
As far as playing different specific scripts I donāt think so. You can set up motion generator profiles (up to 5 currently) in my firmware and change the profile with xtp via tcode commands or using hardware buttons hooked up directly to the OSR main board. This way theres no external app needed. Motion is generated on the device its self.
Other than that theres stand alone funscripts in XTP and playlists. Not ideal. Ive not thought about hotkeys to play specific media though.
Could you explain a little bit more in depths on this? My OSR board is connected via USB and so Iām not sure what else I could hook up and where haha.
It is complex as I am some what knew and just recently started working into the roll and pitch of the range limiters.
āIām unsure of stuff like random motion on channels without scriptsā
I was able to mess with the money shot as well and was curious on how that worked but couldnāt quite work it out.
The guides I have read have been a great start in getting it working and stuff but there are quite more advanced stuff for sure that I think would help. Iām just clueless.
āCould you explain a little bit more in depths on this? My OSR board is connected via USB and so Iām not sure what else I could hook up and where haha.ā
My firmware is flashed to the OSR and replaces what you have on it currently. If you bought your device from a 3rd party seller there may be some issues like pin changes but should be nothing that cant be solved with some configuration changes. If Tempests sketch is flashed on it, it should go on there with no issue.
āIt is complex as I am some what knew and just recently started working into the roll and pitch of the range limiters.ā
These just limit the max range of the axis. Basically the device wont roll as far when limited.
āIām unsure of stuff like random motion on channels without scriptsā
Random motion on channels without scripts will just take a funscript action from the main stroke funscript, apply some randomness and send it to the device to say the roll channel. So the roll axis seems to have a script associated with it even though it doesnāt. Think of it as a sort of script simulator. You can also link it to an axis so it follows the same funscript as the linked channel.
If there IS a roll.funscript in the same directory as the video with the same name as the video, then it will use the commands in the file instead of the randomness mentioned above.
āI was able to mess with the money shot as well and was curious on how that worked but couldnāt quite work it out.ā
Money shot is a bit complicated but basically the application will search the loaded funscript the first time its loaded for the most intense section. (Basically, fastest and longest strokes). When you hit the āSkip to moneyshotā button on the main controls, the player will skip the media to this intense section.
You can also manually set the time stamp for the media if you want. You do this by pausing and seeking for the position you want manually then right click the media thumbnail and selecting set moneyshot from current.
āThe guides I have read have been a great start in getting it working and stuff but there are quite more advanced stuff for sure that I think would help. Iām just clueless.ā
Yes thereās is some complex stuff. Iāll just take some time. Youāre on the right track. Range limiters are probably the most important first step for personal saftey.
Thanks for that amazing informative response! I did in fact purchased my product from a 3rd party as I am not really tech savvy in this type of dept. With that in mind I looked into more of the GitHub page but alas I succumb to the difficulties on setting it up and all ha-ha.
If we add a site-wide feature to download single-file multi-axis with single click, would you add it?