1
3rd Party Plugins - (fb2k) / Re: Eole, a SMP/ColumnUI theme
Last post by MachineHead -If a file is currently playing, instead of doing a play/pause command, it refresh the stats of the played track, using the code below:Code: [Select]let handle = fb.GetNowPlaying();This code trigger a reevalutation of the "PerTrack" script in PSS. And if no track is played, then it use fb.Play();fb.Stop();
handle.RefreshStats();
Thanks for the explanation. This makes me want to reconsider my current method.