I cannot reproduce your problem.kantjer hat geschrieben:With option 12 set to Filer (show only)"
Is there any difference between using the Ok and the Play button to start a recording?
The reason I ask is that when starting an as unseen marked recording with the Ok button often the TV screen just turns black without the recording starting. The only way to get the screen back is to change the channel.
Code: Alles auswählen
if (param1 == RKEY_Ok) {
if (!playing) {
TAP_Hdd_PlayTs(ItemList[*pSelected - 1].File.name);
if ( options.ResumeMode == 0 ) {
arOnResumePlayback();
}
}
} else {
TAP_Hdd_PlayTs(ItemList[*pSelected - 1].File.name);
}
"OK" checks if the file is allready playing and so it will not be startet again.
And if Filer is set to resume the files, the position will be set...
So I have some ??? there...
Can you reproduce the problem?


Project Euler


