WIP Using AlarmClock function to play video
#1
Hi, I am planing to use the build-in function AlarmClock to play video in a specified time.
I am a novice of programming.
Could anybody help me please? Smile
Reply
#2
You can start by stating which programming language(s) you know so that the right people can offer you some suggestions based on what you know, rather than getting suggestions for languages totally foreign to you.
Reply
#3
first, why at a specified time?

if not, it's trivial.. xbmc.AlarmClock(time, PlayMedia(videofile))

if, you have to extend the PlayMedia to allow setting the start point. this is defined in xbmc/interfaces/Builtins.cpp
Reply

Logout Mark Read Team Forum Stats Members Help
Using AlarmClock function to play video0