UPDATED: 7/12/15 (minor XBMC/KODI notification fix)
NOTE:Python plugin is Required for this command THIS REQUIRES VC VERSION 2.1.3.8 OR HIGHER TO WORK this group will use a log file to keep track of set timers so if you Restart VC it will reset the timers, and can tell you how much time is remaining for your timers
"Remind me in XX Minutes(hours) to walk the dog" when minutes or hours is used it will calculate the end time of the timer
and set the event to go off at that time, it will write the reminder to a log file (Reminders Log2.txt) in your VC folder
if you restart VC during that time, when it starts again it will read that log file and set the timers again "Remind me at 12:10 PM(AM) to check the food" this will set the event to the specified time and write to the log as well so it can be reset
the reminder can be set for on the hour or 5min intervalswhen the reminders go off they will say
"excuse me you wanted me to remind you to walk the dog"(XBMC/KODI OSD)
OSD: Reminder: - Walk the Dogand also deletes the log entry for that timer
"What Reminders do I have"VC:
"You have XX Reminders"VC:
"Reminder number 1 to walk the dog has 0 hours and 17 minutes remaining"to cancel an individual timer you will first have to ask
"What Reminders do I Have" then use the Reminder number to cancel that reminder so if you wanted to cancel reminder number 3 you would say
"cancel reminder number 3" and it will cancel that reminder and delete it from the log file so it wont be reset the next time VC Restarts
"cancel all reminders":
will delete "Reminders log2.txt and recreate it, and stop all timers.
once you have copied the command to VC say
"cancel all reminders" it will create the file "Reminders log2.txt"
I also added
Discrete Pause / Play for XBMC along with osd in XBMC if you want to use these you will need to enable them (change the "0" to a "1" at the end of each disabled command)
with XBMC actions enabled, when the reminders go off it will pause what your watching and say "excuse me....." it will not un-pause, (kind of like acknowledging the timer went off)
NOTE: if you are using voxcommandoSP.exe you will need to change the payloaddictation in the "Remind me" command to a payload list and add a list of reminders you would set like "walk the dog, take out the trash, check the food"
http://voxcommando.com/mediawiki/index.php?title=Version_2#Choice_of_speech_enginesCommand was to big to post in a code box so I attached it as an xml,
How to add an XML group to VC