[RELEASE] - The Scheduler
#1
I know I've been teasing a few people with the release of this addon - The Scheduler...

Where to get it....

Test version - Version 1.0.1 -> https://www.dropbox.com/s/19jarh5fnkg29o...-1.0.1.zip

What it does.....

This service add-on will allow you to trigger built in XBMC functions on a schedule. This can be extremely useful. The script offers three built-in function schedules and 10 customizable schedules. The three built-in function are Video Library update, Music Library update and cdART Manager functions. The 10 customizable can be any XBMC Built-in function

How to use it.....

The key to The Scheduler is its settings. The settings are accessible from the Settings > Addons > Enabled Add-ons(if enabled), or Disabled Add-ons(if disabled) > Services > The Scheduler > Configure. You will need to disable the add-on first before entering the settings. After the settings have been changed and saved. you then would Enable the addon.

The First setting screen you are presented with is the XBMC Library scheduling. From here you are able to have XBMC to automatically update your Video and Music libraries.
Image
You have two options here - Enable Video Library Scheduling and Enable Music Library Scheduling. These are both basic Library updates, nothing special, if something special is needed, then you will need to use the custom schedules.
Enabling the schedule opens the settings for that schedule:
Image
The settings shown are 'Type of schedule' and the timing factor of the schedule.

The available Types of schedules:

Daily - Happens once a day at a specified time(at 2am)
Weekly - Happens once a week on a specified day and at a specified time(ie Sunday at 2am)
Hourly - Happens at the specified hour interval(the selection is 1, 2, 4, 8, 12hrs)

The script uses a 24hr clock for simplicity, ie 1pm = 13:00, 2pm = 14:00, 12am = 00:00 )

Since this is an addon I created, of course I also built-in cdART Manager background functions. Smile

cdART Manager schedule settings:
The schedule is broken up into two sections, downloading and updating. Downloading is for scheduling the artwork to be downloaded in background. Updating is for scheduling the update of the add-ons database(also done in the background)

Downloading:
Image
The first two settings allow you to disable the function if one of the Libraries are in the process of being updated.
The next group of options sets the type of schedule.
The final option is the artwork download mode. The available modes are: All Artwork, cdARTs, Cover Arts, Fanarts, clearLOGOs, Artist Thumbnails, Artist Music Banners.

The final type of schedule is the custom type. There are 10 of these spaces available. They follow the same flow as the other schedules. The only difference is that you can set the built-in function.
Image
The Built-in script setting is where you would put the built-in function

An example of this is the RunScript function:
Code:
RunScript(script.cdartmanager,update)

This would call the cdART Manager in the update function. There are many add-ons that can be started with specific option. These are often posted on the add-on thread page.

The final part of the settings are some options(Extra Settings)
Image

The first option is to enable the default interval(15 minutes) that the add-on will look to see if another schedule is needing to be triggered. Disabling will bring an option to set the desired time(with a range of 1 to 60 minutes).
The last option is to enable File logging for the trigger points of the add-on it will log whenever the schedules are triggered, with a time and the actual built-in function.
Reply


Messages In This Thread
[RELEASE] - The Scheduler - by giftie - 2012-11-03, 23:03
RE: [RELEASE] - The Scheduler - by giftie - 2012-11-03, 23:13
RE: [RELEASE] - The Scheduler - by giftie - 2012-11-03, 23:29
RE: [RELEASE] - The Scheduler - by brabax22 - 2012-11-04, 08:56
Re: [RELEASE] - The Scheduler - by giftie - 2012-11-04, 09:25
RE: [RELEASE] - The Scheduler - by giftie - 2012-11-05, 02:07
RE: [RELEASE] - The Scheduler - by brabax22 - 2012-11-05, 07:46
RE: [RELEASE] - The Scheduler - by giftie - 2012-11-05, 16:10
RE: [RELEASE] - The Scheduler - by brabax22 - 2012-11-09, 17:50
RE: [RELEASE] - The Scheduler - by giftie - 2012-11-11, 02:54
RE: [RELEASE] - The Scheduler - by simonk83 - 2012-11-27, 13:23
RE: [RELEASE] - The Scheduler - by Lunatixz - 2012-11-28, 05:25
RE: [RELEASE] - The Scheduler - by geek-baba - 2013-11-23, 13:37
RE: [RELEASE] - The Scheduler - by simonk83 - 2012-11-28, 05:29
RE: [RELEASE] - The Scheduler - by Ferrari - 2012-11-29, 00:19
Re: [RELEASE] - The Scheduler - by giftie - 2012-11-29, 00:39
RE: [RELEASE] - The Scheduler - by Ferrari - 2012-11-29, 01:01
RE: [RELEASE] - The Scheduler - by Ferrari - 2012-11-29, 01:19
RE: [RELEASE] - The Scheduler - by giftie - 2012-11-30, 02:19
RE: [RELEASE] - The Scheduler - by Ectholian - 2012-12-10, 11:12
RE: [RELEASE] - The Scheduler - by matt77303 - 2012-12-31, 17:59
RE: [RELEASE] - The Scheduler - by matt77303 - 2013-01-01, 19:27
RE: [RELEASE] - The Scheduler - by jmh2002 - 2013-01-05, 19:10
RE: [RELEASE] - The Scheduler - by jmh2002 - 2013-01-28, 14:18
RE: [RELEASE] - The Scheduler - by Slipass - 2013-01-07, 01:37
RE: [RELEASE] - The Scheduler - by slandells - 2013-01-12, 03:31
RE: [RELEASE] - The Scheduler - by matt77303 - 2013-01-08, 12:38
RE: [RELEASE] - The Scheduler - by Slipass - 2013-01-08, 18:48
RE: [RELEASE] - The Scheduler - by matt77303 - 2013-01-09, 18:22
RE: [RELEASE] - The Scheduler - by Slipass - 2013-01-09, 21:42
RE: [RELEASE] - The Scheduler - by Slipass - 2013-01-09, 23:31
RE: [RELEASE] - The Scheduler - by Slipass - 2013-01-10, 10:04
RE: [RELEASE] - The Scheduler - by shivanair - 2013-01-20, 08:47
RE: [RELEASE] - The Scheduler - by giftie - 2013-01-21, 07:49
RE: [RELEASE] - The Scheduler - by RavenNL - 2013-01-23, 21:28
RE: [RELEASE] - The Scheduler - by RavenNL - 2013-01-28, 14:23
RE: [RELEASE] - The Scheduler - by giftie - 2013-01-28, 15:59
RE: [RELEASE] - The Scheduler - by RavenNL - 2013-01-28, 16:29
RE: [RELEASE] - The Scheduler - by shivanair - 2013-01-27, 17:25
Re: RE: [RELEASE] - The Scheduler - by giftie - 2013-01-28, 02:49
RE: [RELEASE] - The Scheduler - by Slipass - 2013-03-05, 15:08
RE: [RELEASE] - The Scheduler - by Slipass - 2013-03-05, 15:30
RE: [RELEASE] - The Scheduler - by giftie - 2013-03-29, 19:27
Re: [RELEASE] - The Scheduler - by giftie - 2013-04-02, 14:58
RE: [RELEASE] - The Scheduler - by RavenNL - 2013-04-12, 20:27
RE: [RELEASE] - The Scheduler - by gatehead - 2013-04-23, 03:31
RE: [RELEASE] - The Scheduler - by giftie - 2013-04-23, 08:04
RE: [RELEASE] - The Scheduler - by brotbuexe - 2013-05-22, 05:44
RE: [RELEASE] - The Scheduler - by brotbuexe - 2013-06-05, 20:18
RE: [RELEASE] - The Scheduler - by brotbuexe - 2013-07-25, 17:46
RE: [RELEASE] - The Scheduler - by brotbuexe - 2013-07-26, 05:46
RE: [RELEASE] - The Scheduler - by giftie - 2014-01-16, 08:42
RE: [RELEASE] - The Scheduler - by giftie - 2014-01-22, 16:33
Re: [RELEASE] - The Scheduler - by giftie - 2014-01-26, 07:41
RE: [RELEASE] - The Scheduler - by trancen - 2014-02-07, 22:18
RE: [RELEASE] - The Scheduler - by Lunatixz - 2014-02-15, 11:14
RE: [RELEASE] - The Scheduler - by giftie - 2014-02-16, 08:48
RE: [RELEASE] - The Scheduler - by Lunatixz - 2014-02-16, 09:40
RE: [RELEASE] - The Scheduler - by thos - 2014-04-16, 20:25
RE: [RELEASE] - The Scheduler - by BootsC5 - 2014-06-01, 17:14
RE: [RELEASE] - The Scheduler - by Frozin - 2014-07-06, 22:55
RE: [RELEASE] - The Scheduler - by ponch0 - 2015-01-07, 19:56
RE: [RELEASE] - The Scheduler - by Frozin - 2015-02-10, 07:15
RE: [RELEASE] - The Scheduler - by lysin - 2015-02-11, 03:16
RE: [RELEASE] - The Scheduler - by dafy1974 - 2014-07-16, 09:35
RE: [RELEASE] - The Scheduler - by shaktoo - 2014-10-14, 21:34
RE: [RELEASE] - The Scheduler - by lrgreen - 2014-10-20, 22:43
RE: [RELEASE] - The Scheduler - by pieman - 2015-02-23, 15:07
RE: [RELEASE] - The Scheduler - by pieman - 2015-02-23, 20:51
RE: [RELEASE] - The Scheduler - by pablogott - 2015-05-18, 04:23
[RELEASE] - The Scheduler - by Clark44 - 2015-07-09, 16:44
RE: [RELEASE] - The Scheduler - by meowmoo - 2015-07-11, 15:09
RE: [RELEASE] - The Scheduler - by shaktoo - 2015-09-22, 13:48
RE: [RELEASE] - The Scheduler - by forstera - 2015-10-16, 13:19
RE: [RELEASE] - The Scheduler - by NeoDuck - 2018-05-26, 19:30
RE: [RELEASE] - The Scheduler - by RKCRLR - 2018-06-15, 20:38
RE: [RELEASE] - The Scheduler - by RKCRLR - 2018-06-15, 23:23
RE: [RELEASE] - The Scheduler - by mwake - 2019-08-27, 13:51
Logout Mark Read Team Forum Stats Members Help
[RELEASE] - The Scheduler2