@ [Yincognito], [balala], or [RicardoTM]
I have a question about my if condition. Does it make sense? I'm having the problem that if the M3UIndex and MaxTrack are the same, that the track won't play. The same thing happens with the repeat function; if the last track in the playlist is played, the playlist stops. You can also find the first if condition in the last skin package. In numbers, if [#M3UIndex=28] & [#MaxTrack=28] are equal, track 28 will not be played
If you want check this closer..
Thank you for your help, advice and support
![Give Love :givelove:]()
I have a question about my if condition. Does it make sense? I'm having the problem that if the M3UIndex and MaxTrack are the same, that the track won't play. The same thing happens with the repeat function; if the last track in the playlist is played, the playlist stops. You can also find the first if condition in the last skin package. In numbers, if [#M3UIndex=28] & [#MaxTrack=28] are equal, track 28 will not be played
If you want check this closer..
Code:
;#--For M3U8-Playlist[AutoPlay]Measure=CalcIfConditionMode=1........;m3u-AutoplayIfCondition=([#M3UIndex] <> [#MaxTrack]) && ([#SkinMouseOver] = 0) && ([#XShuffle] = 0);----------;m3u-Autoplay + ShuffleIfCondition4=([#M3UIndex] <> [#MaxTrack]) && ([#SkinMouseOver] = 0) && ([#XShuffle] = 1)


Statistics: Posted by Rooky_89 — Yesterday, 8:40 pm