<div dir="ltr">here is a short part of my lua script<div><br></div><div><br></div><div> vlc.playlist.goto(someID) --someID is valid</div><div> input = vlc.object.input()</div><div> vlc.var.set(input,"position",0.5)</div>
<div><br></div><div>this code works fine when i remove playlist's goto function..please can anyone explain why is this happening?or is there any alternative to going to some track n starting it from some position?</div>
</div>