Hi everybody,
So far I was using GVMS with the following functions to get WinAMP song titles, but since I switched for the 3.2.5 version, they don't work anymore.
Could anybody kindly help me by translating them in the new language since I am a really bad programmer and didn't figure out how to do it![]()
Those functions are:
Track=cut(Track, substr(Track,". ",0)+2, substr(Track," - Winamp",0)-3);
and
TrackPos = format("%d",TrackPosM)+":"+format("%.2d",TrackPosS );
Sorry, I don't even understand what those funtions stand for...
Lastly how can I delete a variable, it was pretty easy using GVMS since it was simply delete variable, but in Lua I don't know how to do it.
Thanks.


Reply With Quote
