#ifndef _MSC_VER
strftime(buffer,TIMEBUFLEN, "%0g/%0m/%0d %0H:%0M ", btime);
#else
- strftime(buffer,TIMEBUFLEN, "%0G/%0m/%0d %0H:%0M ", btime);
+ strftime(buffer,TIMEBUFLEN, "%Y/%m/%d %H:%M ", btime);
+
#endif
}
else {
+
}
playingAll=false;
//init additional providers
+#ifndef WIN32
LocalMediaFile::init();
+#endif
}
playAudio(command==Remote::PLAY,true,true);
break;
case MEDIA_TYPE_VIDEO: {
+#ifndef WIN32 //Only DVB style MPEG is supported by the Windows Part!
Log::getInstance()->log("VMediaList", Log::DEBUG, "play video file %s",
media->getFileName());
//OK - simply today
BoxStack::getInstance()->update(v);
v->go(false);
//play video
+#endif
}break;
case MEDIA_TYPE_PICTURE:
Log::getInstance()->log("VMediaList", Log::DEBUG, "show picture file %s",
sl.draw();
doShowingBar();
boxstack->update(this);
+ updateSelection();
}
}
else if (m->message == Message::MOUSE_LBDOWN)
{
if (sl.mouseLBDOWN((m->parameter>>16)-getScreenX(),(m->parameter&0xFFFF)-getScreenY()))
{
+ updateSelection();
boxstack->handleCommand(Remote::OK); //simulate OK press
}
else
}
}
+