XXX4Fans
Khrull from patreon

Khrull

patreon


Khrull posts

XTP v0.47b

Khrull post XTP v0.47b from patreon

Hello long time no see :) This release cycle has been a rough one and there's still things I'd like to fix/add but I need to release something eventually.

Changes:

XTP v0.461b

This is a hotfix.

Fix issue where new media Items metadata is not processed when first seen.

See https://www.patreon.com/posts/xtp-v0-46b-107605229 for full release notes:

View Post

XTP v0.46b

Khrull post XTP v0.46b from patreon

The TLDR....

  • Adding tags support to both Web and Desktop UIs.

  • Adding smart tags. Tags in this category will search the media path and script path for the tag and automatically apply this tag. I use some directories as tags so they will show in the tag filter.

  • Adding viewed and unvie...

    View Post

XTPlayer v0.452b

Khrull post XTPlayer v0.452b from patreon

Hey, this one has been in the oven for a while. I kept taking it out and messing with it and putting it back in increasing the cook time. I also needed to get my build system setup again after moving PCs

It wont look like there's much here as allot of the stuff I started I didn't finish. Its also been along time since I...

View Post

TCode ESP32 v0.371b

This is a minor release

  • Adding the ability to disable the button tasks. (Disabled by default)

  • Adding newline D1 messages

View Post

TCode ESP32 v0.37b

  • Added button state to external commands
  • Added new commands #pause, #resume, #pause-toggle, #device-home and #device-home:<speed>
  • Added save notification to modal windows in web.
  • Fixed issue where ranges was not updated without modifying the motion profile.
  • Lots of housekeeping View Post

TCode ESP32 0.36b

Khrull post TCode ESP32 0.36b from patreon


Changes:

  • Added support for Tempests button box. IMPORTANT! The wiring diagram is different for ESP32 so see the image attached in this post to see how its wired by default.
  • Added custom button set as...

    View Post

TCode ESP32 0.35b

Khrull post TCode ESP32 0.35b from patreon

  • Added the ability to use boot button to execute tCode commands during normal runtime.
    Default is the new command to cycle motion profiles. See this video I posted in Tempests discord for exa...

    View Post

TCode ESP32 v0.34b

Khrull post TCode ESP32 v0.34b from patreon

This is mostly a BLDC(SSR1) release.

  • Add support for BLDC MT6701 SSI (Default)
  • Add BLDC SPI support
  • Add twist servo to BLDC
  • Add aux servo to BLDC
  • Changed commands to follow the input standard #<command> - for runtime commands $<command> - for commands that save to sy...

    View Post

TCode Remote v0.2b

Khrull post TCode Remote v0.2b from patreon

Ive been seeing allot of posts lately about using apps that are Serial only over wireless so I decided to update my old app I originally made just for this purpose.

It requires Windows 10 and up. (I assume it will work on 11...)

It also requires a 3rd party app to be installed called com0com for Serial app to Wire...

View Post

XTP v0.444b

Khrull post XTP v0.444b from patreon

  • Adding alt funscript search and selector
  • This will search the directory of the playing media on launch for funscripts that start with the video file name.
    So this format <videoName><alternateName>.funscript
    <alternateName> can be anything you want as long as the video file name preceeds...

    View Post

TCode ESP32 v0.3

Khrull post TCode ESP32 v0.3 from patreon

  • Added up to 5 configurable motion generator profiles
  • Added full multi axis random motion each with its own set of motion options.
  • Added range limit UI that only affects motion generator for now.
  • Redid the UI a bit
  • Updated UI for mobile displays
  • Moved wifi pass to its own sett...

    View Post

XTP v0.44b

Sorry its been so long on XTP updates. Ive been busy with the ESP32 firmware lately. I squeezed in some time for getting XTP web a bit closer to feature parity with XTP though. I'm not sure if the linux appimage will work with gstreamer yet. I'm including the binary build just incase.

Thanks for your support!

TCode ESP32 v0.283b

  • Fixed issue with period not updating in real time.

See the v0.282b post for the rest of the release notes.

View Post

TCode ESP32 v0.282

Khrull post TCode ESP32 v0.282 from patreon

  • Adding basic 1 axis motion generator
         This will override tcode input if enabled.
  • Remove restrictions on changing pins for special board builds
  • Add log Tag filtering and cmd
  • Fix channel count issue with SSR1 and maybe other devices
  • Add tags to web inter...

    View Post

TCode ESP32 0.271 (BLDC only)

This is a small bldc (SSR1) only change 

Added in motor output in verbose mode only.

Voltage is now a decimal 

Voltage and current round to 2 places.

View Post

TCode ESP32 v0.27b

Khrull post TCode ESP32 v0.27b from patreon

  • Adding BLDC (SSR1) support
  • Adding command line configuration over serial
             Type $help in serial monitor for a list of commands.
  • Fix issue with VIB 3 and 4 not working
  • Change how some default values are set.
  • Move Some controls aro...

    View Post

XTP v0.43b

Khrull post XTP v0.43b from patreon

  • Add command line arguments for configuring select settings. Use -h to see options.
  • App can be ran in a headless environment but there are some limitations.
    - I couldn't get thumbnails to generate. (This may need to wait until I can upgrade to Qt6)
    - Allot of settings are not available in the web UI.
    - ...

    View Post

XTP v0.423b

Khrull post XTP v0.423b from patreon

  • Added a heatmap for the currently playing funscript. (You can disable it if you want in the system settings)
    The heat map comes with a new custom timeline widget pictured above.
  • If there is none specified, skip to MS will now attempt to find the last most intensive portion of the script and skip the video to...

    View Post

ESP32 v0.258b

Khrull post ESP32 v0.258b from patreon

Display temp build changes

  • Adding fan pwm based on current temp
  • Adding 128x32px display support with different layouts
  • Adding internal temp control with PWM fan
  • A good amount of changes to sleeve temp and the display functions
  • Remove buggy runaway sleeve temp logic
  • Upda...

    View Post

TCode ESP32 v0.253b

  • Fix issue with static IP
  • Adding ms per rad configuration option.
  • Adding some html validations

This was also scheduled for Nov. 1st...

View Post

XTPlayer v0.42b

Khrull post XTPlayer v0.42b from patreon

I scheduled this to release on Nov 1st. I don't know what happened....

This release will migrate your channel settings to the new structure . I have taken care to minimize issues with these changes but if you have spent allot of time on channel settings you may want to back up your current settings before launching thi...

View Post

TCode ESP32 v0.251b

This is basically v0.25 with some minor code optimizations

This is mainly to try out a new easier flashing process.

The flashing guide has been updated to reflect these changes

Any issues let me know here or on discord.

Thanks!

View Post

TCode ESP32

IMPORTANT: Removing 0.25 binaries. Grab 0.251b instead. It has come to my attention there may be an issue with the following binaries and the download tool. I am looking into it but if you want to install it you can ...

View Post

XTPlayer v0.412b

Just a few bug fixes this time around:

  • Add option to disable timeline video preview. If you experience crashes when hovering over the timeline try checking this.
  • Adding verbose logging that enables Qt logging
  • Adding Verbose launch bat
  • Fix crash on gamepad input without web server running...

    View Post

TCodeConfig 0.5a

Khrull post TCodeConfig 0.5a from patreon

This is a config app for the esp32. (Android only for now)

This update adds a configure over Wifi as well as BLE.
Note: BLE only works if you've never connected the esp32 to a router.

I also added allot more options. Most options are in the app now except a few live features like servo testing and temp updates....

View Post

XTP v0.41b

Khrull post XTP v0.41b from patreon

Allot of work has gone into this release. I just dont know what came over me this month.

This release will create a new thumb directory and generate new thumbs on first start in:
Windows:
C:\Users\<userName>\AppData\Local\cUrbSide prOd\XTEngine\thumbs
Linux: ~/.local/share/cUrbSide prOd/XTEngine/thumbs View Post

XTP v0.33a

Khrull post XTP v0.33a from patreon

IMPORTANT UPDATE: Looks like I broke channels for new installs in this release. So if you've never used the app before do the following.
Navigate to File > Settings
Click Channel Default and you may need to restart the app.

Releasing early this month because: 

1. I broke ser...

View Post

XTP v0.32a

Khrull post XTP v0.32a from patreon

Another experimental release.

IMPORTANT: This will start a new set of settings under the XTEngine registry path. You can export your settings from an older version and import into this one if you like. See image above on where to do this.

  • Completely rewrote the connection manager. hopefully less buggy. It wa...

    View Post

XTP v0.3a

This is an experimental ALPHA release.

This version removes the dependency so many of you have had trouble with. The video decoder/renderer backend.

It has been replaced by your system decoder/renderer. So windows = DirectShow, Linux can be GStreamer (maybe others, I'm not sure). 

I did...

View Post