fusiontermite wrote: Thu Jan 02, 2020 5:16 pm
What I would like to do now is to start the video somewhere in the middle. I tried using @JumpVideo after @PlayVideo[ft/femsub/*.*,30 seconds), i.e.
@NullResponse @PlayVideo[ft/femsub/*.*,30 seconds] @JumpVideo, but the video plays from the beginning an stops after 30 seconds (i.e. the JumpVideo command is not processed by Tease AI).
Is there a way to do that?
We must be careful now, we have 3 TAI version now, ... not counted my new patch 55.7 (which is not released yet, I am still working on it).
You have stated that you use 55.5, which is what my patch will be based on, so we have the same 'base'.
In the version 55.5 which you use, there the @JumpVideo - command will not be reconized when you use @PlayVideo[X], pay attention to the parentheses, there are the round ones () and the square ones [].
Today I have worked a little bit on it, and now these things already work:
@NullResponse @PlayVideo[ft/femsub/*.*,10] @JumpVideo(50)
@NullResponse @PlayVideo(hardcore,10) @JumpVideo(50)
hardcore @PlayVideo(hardcore,10) @JumpVideo
But I will have to go through some more testing and maybe even more implementation of that @JumpVideo command, might take some days, if you want to, I could send you a beta-patch to test with when it's done.
There would be also the sweet-patch, that has implemented a @JumpVideo(X) command as well, but I absolutly don't know how that was done since I didn't saw the source-code of it.
Maybe someone with sweet-patch installed could test this:
@PlayVideo[ft/femsub/*.*,10] @JumpVideo(50)
YamiLoli wrote: Fri Jan 03, 2020 4:11 pm
P.S. just checked and I actually do have sweet patch so perhaps that's one if its features
I have just tested it with 55.7 (base is 55.3), and your solution works also just fine with it.
Best greetings,
markus