<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=WayneD</id>
	<title>Official Kodi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=WayneD"/>
	<link rel="alternate" type="text/html" href="https://kodi.wiki/view/Special:Contributions/WayneD"/>
	<updated>2026-06-18T07:23:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:TV_Show_-_Next_Aired&amp;diff=71204</id>
		<title>Add-on:TV Show - Next Aired</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:TV_Show_-_Next_Aired&amp;diff=71204"/>
		<updated>2014-03-22T15:46:48Z</updated>

		<summary type="html">&lt;p&gt;WayneD: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Addon &lt;br /&gt;
|Name=TV Show - Next Aired&lt;br /&gt;
|provider-name=Ppic &amp;amp; Frost &amp;amp; ronie &amp;amp; `Black &amp;amp; phil65 &amp;amp; WayneD&lt;br /&gt;
|ID=script.tv.show.next.aired&lt;br /&gt;
|latest-version=6.0.5&lt;br /&gt;
|extension point=xbmc.python.script&lt;br /&gt;
|provides=executable&lt;br /&gt;
|Summary=Get info for TV Shows Next Aired.&lt;br /&gt;
|Description=Get info for TV Shows Next Aired. You&#039;ll never miss one again.&lt;br /&gt;
|Platform=all&lt;br /&gt;
|Language=&lt;br /&gt;
|License=&lt;br /&gt;
|Forum=http://forum.xbmc.org/showthread.php?tid=186090&lt;br /&gt;
|Website=&lt;br /&gt;
|Source=https://github.com/WayneD/script.tv.show.next.aired&lt;br /&gt;
|Email=&lt;br /&gt;
|broken=&lt;br /&gt;
|icon url=http://mirrors.xbmc.org/addons/frodo/script.tv.show.next.aired/icon.png}}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
The script will scan your library and tries to fetch next aired info for every show.&lt;br /&gt;
There is no need to specify an alarm -- the script will will run a background update at regular intervals.&lt;br /&gt;
&lt;br /&gt;
= Skin integration =&lt;br /&gt;
&lt;br /&gt;
== Dependency ==&lt;br /&gt;
&lt;br /&gt;
Add this to your &#039;&#039;addon.xml&#039;&#039; to make it install along with your skin.&lt;br /&gt;
 &lt;br /&gt;
  &amp;lt;requires&amp;gt;&lt;br /&gt;
    &amp;lt;import addon=&amp;quot;xbmc.gui&amp;quot; version=&amp;quot;3.00&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;import addon=&amp;quot;script.tv.show.next.aired&amp;quot; version=&amp;quot;6.0.5&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/requires&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: Please check on what minimum version you need and change it accordingly&lt;br /&gt;
&lt;br /&gt;
== Run at startup ==&lt;br /&gt;
&lt;br /&gt;
To make sure the script updates on starting XBMC add code below to &#039;&#039;Startup.xml&#039;&#039;&lt;br /&gt;
    RunScript(script.tv.show.next.aired,silent=True)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Available infolabels =&lt;br /&gt;
&lt;br /&gt;
== Airing today ==&lt;br /&gt;
&lt;br /&gt;
For shows that are airing today, the script will set the window properties listed below.&lt;br /&gt;
&lt;br /&gt;
* Window(Home).Property(*)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Available labels&#039;&#039;&#039;&lt;br /&gt;
! Property !! Description&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Label || tv show name&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Thumb || tv show icon&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.AirTime || eg. &#039;Wednesday, Thursday: 09:00 PM&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Path || tv show path&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Library || eg. videodb://2/2/1/ or videodb://tvshows/titles/1/&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Status || eg. &#039;New Series&#039;/&#039;Returning Series&#039;/&#039;Cancelled/Ended&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.StatusID || ID of the Status string&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Network || name of the tv network that&#039;s airing the show&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Started || airdate of the first episode, eg. 09/24/07, &#039;Mon, Sep 24, 2007&#039;, etc.&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Classification || type of show, eg. Reality, Mini-Series, etc. Data is also in Genre.&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Genre || genre of the show&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Premiered || year the first episode was aired, eg. &#039;1999&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Country || production country of the tv show, eg. &#039;USA&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Runtime || duration of the episode in minutes&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Fanart || tv show fanart&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Today || will return &#039;True&#039; if the show is aired today, otherwise &#039;False&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextDate || date the next episode will be aired&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextDay || &amp;quot;nice&amp;quot; localized format for NextDate, eg. &amp;quot;Wed, Jun 11&amp;quot; or &amp;quot;Mon, Jan 26, 2015&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextTitle || name of the next episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextNumber || season/episode number of the next episode, eg. &#039;04x01&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextEpisodeNumber || episode number of the next episode, eg. &#039;04&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextSeasonNumber || season number of the next episode, eg. &#039;01&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestDate || date the last episode was aired&lt;br /&gt;
|-&lt;br /&gt;
| LatestDay || &amp;quot;nice&amp;quot; localized format for LatestDate, eg. &amp;quot;Wed, Jun 11&amp;quot; or &amp;quot;Mon, Jan 26, 2015&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestTitle || name of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestNumber || season/episode number of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestEpisodeNumber  || episode number of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestSeasonNumber || season number of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.AirDay || day(s) of the week the show is aired, eg &#039;Tuesday&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.ShortTime || time the show is aired, eg. &amp;quot;20:00&amp;quot; or &amp;quot;08:00 PM&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| SecondWeek || 1 == show is in the second week of the Monday-week Guide, otherwise 0&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(poster) || tv show poster&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(banner) || tv show banner&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(fanart) || tv show fanart&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(landscape) || tv show landscape - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(clearlogo) || tv show logo - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(clearart) || tv show clearart - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(characterart) || tv show characterart - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.Total || number of running shows&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.TodayTotal || number of shows aired today&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.TodayShow || list of shows aired today&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== MyVideoNav.xml ==&lt;br /&gt;
&lt;br /&gt;
If you want to use this script you must first make sure you start it using either:&lt;br /&gt;
    RunScript(script.tv.show.next.aired,backend=True)&lt;br /&gt;
&lt;br /&gt;
or make a call for each show when the user changes shows:&lt;br /&gt;
    RunScript(script.tv.show.next.aired,tvshowtitle=The TvShowTitle Show Name)&lt;br /&gt;
&lt;br /&gt;
The script will run in the background and provide next aired info for the focussed listitem.&lt;br /&gt;
The infolabels listed above are available, using this format:&lt;br /&gt;
    Window(Home).Property(*)&lt;br /&gt;
&lt;br /&gt;
Use code below as a visible condition!&lt;br /&gt;
    !IsEmpty(Window(Home).Property(NextAired.NextDate))&lt;br /&gt;
&lt;br /&gt;
example code:&lt;br /&gt;
    &amp;lt;control type=&amp;quot;group&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;visible&amp;gt;!IsEmpty(Window(Home).Property(NextAired.NextDate))&amp;lt;/visible&amp;gt;&lt;br /&gt;
        &amp;lt;control type=&amp;quot;label&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;posx&amp;gt;0&amp;lt;/posx&amp;gt;&lt;br /&gt;
            &amp;lt;posy&amp;gt;0&amp;lt;/posy&amp;gt;&lt;br /&gt;
            &amp;lt;width&amp;gt;800&amp;lt;/width&amp;gt;&lt;br /&gt;
            &amp;lt;height&amp;gt;20&amp;lt;/height&amp;gt;&lt;br /&gt;
            &amp;lt;label&amp;gt;$INFO[Window(Home).Property(NextAired.NextTitle)]&amp;lt;/label&amp;gt;&lt;br /&gt;
        &amp;lt;/control&amp;gt;&lt;br /&gt;
        &amp;lt;control type=&amp;quot;label&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;posx&amp;gt;0&amp;lt;/posx&amp;gt;&lt;br /&gt;
            &amp;lt;posy&amp;gt;20&amp;lt;/posy&amp;gt;&lt;br /&gt;
            &amp;lt;width&amp;gt;800&amp;lt;/width&amp;gt;&lt;br /&gt;
            &amp;lt;height&amp;gt;20&amp;lt;/height&amp;gt;&lt;br /&gt;
            &amp;lt;label&amp;gt;$INFO[Window(Home).Property(NextAired.NextDate)]&amp;lt;/label&amp;gt;&lt;br /&gt;
        &amp;lt;/control&amp;gt;&lt;br /&gt;
    &amp;lt;/control&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== TV Guide ==&lt;br /&gt;
&lt;br /&gt;
If you run the script without any options (or if it&#039;s started by the user),&lt;br /&gt;
the script will provide a TV Guide window using either&lt;br /&gt;
    script-NextAired-TVGuide.xml&lt;br /&gt;
or&lt;br /&gt;
    script-NextAired-TVGuide2.xml&lt;br /&gt;
&lt;br /&gt;
The former is the Monday-week guide and the latter is the today-week guide.&lt;br /&gt;
These windows are fully skinnable.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ List of required IDs in script-NextAired-TVGuide.xml, which is used if the user has selected the traditional Monday-week guide:&lt;br /&gt;
! container !! shows airing on&lt;br /&gt;
|-&lt;br /&gt;
| 200 || Monday&lt;br /&gt;
|-&lt;br /&gt;
| 201 || Tuesday&lt;br /&gt;
|-&lt;br /&gt;
| 202 || Wednesday&lt;br /&gt;
|-&lt;br /&gt;
| 203 || Thursday&lt;br /&gt;
|-&lt;br /&gt;
| 204 || Friday&lt;br /&gt;
|-&lt;br /&gt;
| 205 || Saturday&lt;br /&gt;
|-&lt;br /&gt;
| 206 || Sunday&lt;br /&gt;
|-&lt;br /&gt;
| 8 || in case all the containers above are empty, we set focus to this ID, which is usually a settings button.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ List of required IDs in script-NextAired-TVGuide2.xml, which is used if the user has selected the new Today-week guide:&lt;br /&gt;
! container !! shows aired/airing&lt;br /&gt;
|-&lt;br /&gt;
| 200 || Yesterday&lt;br /&gt;
|-&lt;br /&gt;
| 201 || Today&lt;br /&gt;
|-&lt;br /&gt;
| 202 || Today+1 (Tomorrow)&lt;br /&gt;
|-&lt;br /&gt;
| 203 || Today+2&lt;br /&gt;
|-&lt;br /&gt;
| 204 || Today+3&lt;br /&gt;
|-&lt;br /&gt;
| 205 || Today+4&lt;br /&gt;
|-&lt;br /&gt;
| 206 || Today+5&lt;br /&gt;
|-&lt;br /&gt;
| 207 || Today+6&lt;br /&gt;
|-&lt;br /&gt;
| 208 || Today+7&lt;br /&gt;
|-&lt;br /&gt;
| 209 || Today+8&lt;br /&gt;
|-&lt;br /&gt;
| 210 || Today+9&lt;br /&gt;
|-&lt;br /&gt;
| 211 || Today+10&lt;br /&gt;
|-&lt;br /&gt;
| 212 || Today+11&lt;br /&gt;
|-&lt;br /&gt;
| 213 || Today+12&lt;br /&gt;
|-&lt;br /&gt;
| 214 || Today+13&lt;br /&gt;
|-&lt;br /&gt;
| 215 || Today+14&lt;br /&gt;
|-&lt;br /&gt;
| 8 || in case all the containers above are empty, we set focus to this ID.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ List of available infolabels:&lt;br /&gt;
! label !! description&lt;br /&gt;
|-&lt;br /&gt;
| ListItem.Label ||tv show name&lt;br /&gt;
|-&lt;br /&gt;
| ListItem.Thumb || tv show thumb&lt;br /&gt;
|-&lt;br /&gt;
| ListItem.Property(*) || see above&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Totals are available using the window properties listed above.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! label !! description&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.TodayDate) || today&#039;s date&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.Today) || localized string for &amp;quot;today&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.YesterdayDate) || yesterday&#039;s date&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.Yesterday) || localized string for &amp;quot;yesterday&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.TomorrowDate) || tomorrow&#039;s date&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.Tomorrow) || localized string for &amp;quot;tomorrow&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.%d.Date) || 1 - 7 is the date for the Monday-week guide (1 for Monday and 7 for Sunday)&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.%d.Date) || 200 - 215 is the date for either guide (numbered by container)&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.%d.Weekday) || 200 - 215 is the localized weekday name for either guide (numbered by container)&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.%d.Wday) || 200 - 215 is the localized, abbreviated weekday name for either guide (numbered by container)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A list of available infolabels, related to the available add-on settings:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! label !! description&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(TVGuide.ThumbType) || thumb type selected by the user: 0=poster, 1=banner, 2=logo&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(TVGuide.BackgroundFanart) || 1=user selected to show fanart, empty if disabled&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(TVGuide.PreviewThumbs) || 1=user selected to show 16:9 show-thumbs, empty if disabled&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All other IDs and properties in the default script window are optional and not required by the script.&lt;br /&gt;
&lt;br /&gt;
== Force update ==&lt;br /&gt;
&lt;br /&gt;
To force an update of the next-aired database ahead of its next scheduled time:&lt;br /&gt;
Forcing an update of the next-aired database will look for updates related to your shows and grab any changed info.&lt;br /&gt;
    RunScript(script.tv.show.next.aired,force=True)&lt;br /&gt;
&lt;br /&gt;
To force an update as well as reset all the existing data (forcing a fresh scan of everything) use the reset option:&lt;br /&gt;
    RunScript(script.tv.show.next.aired,reset=True)&lt;br /&gt;
&lt;br /&gt;
The force update and reset options are also available in the addon settings.&lt;br /&gt;
&lt;br /&gt;
To force an update of a single show (which always grabs the full data for that show):&lt;br /&gt;
    RunScript(script.tv.show.next.aired,updateshow=TvShowTitle Goes Here)&lt;br /&gt;
&lt;br /&gt;
The latter can be achieved with a button like this one:&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;control type=&amp;quot;button&amp;quot; id=&amp;quot;550&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;label&amp;gt;$LOCALIZE[24069] $LOCALIZE[4]&amp;lt;/label&amp;gt;&lt;br /&gt;
    &amp;lt;include&amp;gt;DialogVideoInfoButton&amp;lt;/include&amp;gt;&lt;br /&gt;
    &amp;lt;onclick&amp;gt;RunScript(script.tv.show.next.aired,updateshow=$INFO[ListItem.Label])&amp;lt;/onclick&amp;gt;&lt;br /&gt;
    &amp;lt;visible&amp;gt;Container.Content(tvshows)&amp;lt;/visible&amp;gt;&lt;br /&gt;
    &amp;lt;/control&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Frodo add-on repository]]&lt;br /&gt;
[[Category:Gotham add-on repository]]&lt;/div&gt;</summary>
		<author><name>WayneD</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Development_builds&amp;diff=70943</id>
		<title>Development builds</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Development_builds&amp;diff=70943"/>
		<updated>2014-03-18T21:34:11Z</updated>

		<summary type="html">&lt;p&gt;WayneD: Change Beta 1 to Beta 2&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{mininav|[[General topics]]{{l2|[[Development]]}}|[[Installing]]&amp;lt;br/&amp;gt;&amp;amp;nbsp;}}&lt;br /&gt;
{{see also|Development builds/Past builds|Category:Gotham feature}}&lt;br /&gt;
Gotham is the code name for the next version of XBMC, v13. These development builds, often called &amp;quot;pre-Gotham&amp;quot; or &amp;quot;pre-release&amp;quot; builds, are what will eventually lead to the final Gotham version. In contrast to the stable builds (v12 Frodo) you don&#039;t have to wait for the release in order to benefit from new features or fixes that made it into XBMC.&lt;br /&gt;
&lt;br /&gt;
{{highlight|color=#FFD900|&amp;lt;big&amp;gt;&#039;&#039;&#039;THESE BUILDS MAY BE LESS STABLE&#039;&#039;&#039; and are only for users that do not fear bugs or occasional crashes. They are mostly used for development. If you want a stable HTPC, this is not the place for you! They do help us in testing for the upcoming releases. &amp;lt;/big&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
== Nightly build ==&lt;br /&gt;
Nightly Builds are made on a daily basis and contain the most recent changes. They are also the most unstable of the development builds, until &amp;quot;feature freeze&amp;quot; where only bug fixes are made.&lt;br /&gt;
&lt;br /&gt;
{{bigger|{{Note|v13 Beta 2 is now out, but nightly builds are still being made. If you want the most recent beta-fixes for v13 Gotham then you will want to still use these nightly builds.}} }}&lt;br /&gt;
&lt;br /&gt;
{{highlight|color=#FFB5B5|&amp;lt;big&amp;gt;ALWAYS BACKUP YOUR &#039;&#039;&#039;[[userdata|USERDATA FOLDER]]&#039;&#039;&#039; WHEN USING NIGHTLY BUILDS&amp;lt;/big&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
http://mirrors.xbmc.org/nightlies/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://mirrors.xbmc.org/nightlies/android/arm/ Nightly builds for Android (ARM, most users)]&lt;br /&gt;
* [http://mirrors.xbmc.org/nightlies/android/x86/ Nightly builds for Android (x86)]&lt;br /&gt;
* [http://mirrors.xbmc.org/nightlies/win32/ Nightly builds for Windows]&lt;br /&gt;
** If you are using a Windows nightly build please also download the .pdb file with the same version from our mirrors, rename it to xbmc.pdb and place it alongside the XBMC.exe inside the installation folder. Re-download the correct file each time you are installing another nightly build. This helps us to identify possible crashes.&lt;br /&gt;
* [http://mirrors.xbmc.org/nightlies/osx/ Nightly builds for Mac OS X]&lt;br /&gt;
* [https://launchpad.net/~team-xbmc/+archive/xbmc-nightly Nightly builds for Ubuntu]&lt;br /&gt;
* [[HOW-TO:Install XBMC on iPad/iPhone/iPod touch#Nightly builds|Nightly builds for iOS]] - iPad, iPhone, iPod touch&lt;br /&gt;
* [[HOW-TO:Install XBMC on Apple TV 2#Nightly builds|Nightly builds for iOS]] - Apple TV 2 (black)&lt;br /&gt;
&lt;br /&gt;
== Monthly build ==&lt;br /&gt;
Monthly builds are semi-stable nightly snapshots of the current development version. They are a step between (often) unstable nightly builds and stable release builds, though they can sometimes still be very unstable depending on various factors.&lt;br /&gt;
&lt;br /&gt;
XBMC developers have a merge cycle every month for new features and major changes. For ten days they add new features, then for the rest of the month they fix things. The monthly is then taken from a nightly just before they start adding features again. For this reason, they are often more stable than the average nightly build.&lt;br /&gt;
&lt;br /&gt;
{{highlight|color=#FFB5B5|&amp;lt;big&amp;gt;ALWAYS BACKUP YOUR &#039;&#039;&#039;[[userdata|USERDATA FOLDER]]&#039;&#039;&#039; WHEN USING MONTHLY BUILDS&amp;lt;/big&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
http://mirrors.xbmc.org/snapshots/&lt;br /&gt;
&lt;br /&gt;
{{hidden|{{bigger|1=Monthly builds are now over. Please see &#039;&#039;&#039;[[#Betas and release candidates]]&#039;&#039;&#039;.}} Click &amp;quot;show&amp;quot; to view older monthly builds. |2=&lt;br /&gt;
{{{!}} class=&amp;quot;datatable plainlinks&amp;quot;&lt;br /&gt;
! rowspan=2 {{!}} Cycle&lt;br /&gt;
! rowspan=2 {{!}} Month&lt;br /&gt;
! colspan=2 {{!}} Notes&lt;br /&gt;
! colspan=2{{!}} [[XBMC databases/Version table{{!}}Database&amp;lt;br/&amp;gt;version]]&amp;lt;ref name=&amp;quot;Database version&amp;quot;&amp;gt;Particularly notable for [[MySQL]] compatibility, among other things. For reference, XBMC v12.2 &amp;quot;Frodo&amp;quot; is video DB version 75, music DB version 32. See &#039;&#039;&#039;[[XBMC databases/Version table{{!}}Version table]]&#039;&#039;&#039; for more details.&amp;lt;/ref&amp;gt;&lt;br /&gt;
! colspan=8 {{!}} Download links&lt;br /&gt;
{{!}}-&lt;br /&gt;
! Highlights !! Milestones !! V !! M !! colspan=&amp;quot;2&amp;quot; {{!}} Android !! colspan=&amp;quot;2&amp;quot; {{!}} iOS: [[HOW-TO:Install XBMC on iPad/iPhone/iPod touch#Monthly_builds{{!}}iDevice]]/[[HOW-TO:Install XBMC on Apple TV 2#Monthly_builds{{!}}ATV2]] !! Linux !! colspan=&amp;quot;2&amp;quot; {{!}} Mac OS X !! Windows&lt;br /&gt;
{{!}}-&lt;br /&gt;
! 13 Alpha 1&lt;br /&gt;
{{!}} February 2013 {{!!}} [http://xbmc.org/natethomas/2013/03/14/xbmc-13-gotham-february-cycle/ XBMC blog post] {{!!}} [https://github.com/xbmc/xbmc/issues?milestone=8&amp;amp;state=closed milestones] {{!!}} 75 {{!!}} 32 {{!!}} [http://mirrors.xbmc.org/snapshots/android/xbmc-13.0-Gotham_alpha1-armeabi-v7a.apk dl] {{!!}} {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/ios/org.xbmc.xbmc-ios_13.0-0~a1_iphoneos-arm.deb iDevice] {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/atv2/org.xbmc.xbmc-atv2_13.0-0~a1_iphoneos-arm.deb ATV2] {{!!}} [[HOW-TO:Install XBMC for Linux{{!}}PPA]] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/xbmc-13.0-Gotham_alpha1-i386.dmg normal] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/xbmc-13.0-Gotham_alpha1-x86_64.dmg 64 bit] {{!!}} [http://mirrors.xbmc.org/snapshots/win32/xbmc-13.0-Gotham_alpha1.exe dl]&lt;br /&gt;
{{!}}-&lt;br /&gt;
! 13 Alpha 2&lt;br /&gt;
{{!}} March 2013 {{!!}} [http://xbmc.org/natethomas/2013/04/03/xbmc-13-gotham-march-cycle/ XBMC blog post] {{!!}} [https://github.com/xbmc/xbmc/issues?milestone=17&amp;amp;state=closed milestones] {{!!}} 75 {{!!}} 32 {{!!}} [http://mirrors.xbmc.org/snapshots/android/xbmc-13.0-Gotham_alpha2-armeabi-v7a-repack.apk dl] {{!!}} {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/ios/org.xbmc.xbmc-ios_13.0-0~a2_iphoneos-arm.deb iDevice] {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/atv2/org.xbmc.xbmc-atv2_13.0-0~a2_iphoneos-arm.deb ATV2] {{!!}} [[HOW-TO:Install XBMC for Linux{{!}}PPA]] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/xbmc-13.0-Gotham_alpha2-i386.dmg normal] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/xbmc-13.0-Gotham_alpha2-x86_64.dmg 64 bit] {{!!}} [http://mirrors.xbmc.org/snapshots/win32/xbmc-13.0-Gotham_alpha2.exe dl]&lt;br /&gt;
{{!}}-&lt;br /&gt;
! 13 Alpha 3&lt;br /&gt;
{{!}} April 2013 {{!!}} rowspan=&amp;quot;2&amp;quot;{{!}} [http://xbmc.org/natethomas/2013/06/03/xbmc-13-gotham-april-and-may-cycles/ XBMC blog post] {{!!}} [https://github.com/xbmc/xbmc/issues?milestone=18&amp;amp;page=1&amp;amp;state=closed Github] • [http://forum.xbmc.org/showthread.php?tid=161565 forum] {{!!}} 75 {{!!}} &#039;&#039;&#039;33 ↑&#039;&#039;&#039; {{!!}}[http://mirrors.xbmc.org/snapshots/android/xbmc-13.0-Gotham_alpha3-armeabi-v7a.apk dl] {{!!}} {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/ios/org.xbmc.xbmc-ios_13.0-0~a3_iphoneos-arm.deb iDevice] {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/atv2/org.xbmc.xbmc-atv2_13.0-0~a3_iphoneos-arm.deb ATV2] {{!!}} [[HOW-TO:Install XBMC for Linux{{!}}PPA]] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/xbmc-13.0-Gotham_alpha3-i386.dmg normal] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/xbmc-13.0-Gotham_alpha3-x86_64.dmg 64 bit] {{!!}} [http://mirrors.xbmc.org/snapshots/win32/xbmc-13.0-Gotham_alpha3.exe dl]&lt;br /&gt;
{{!}}-&lt;br /&gt;
! 13 Alpha 4&lt;br /&gt;
{{!}} May 2013 {{!!}} [http://forum.xbmc.org/showthread.php?tid=162128 milestones] {{!!}} 75 {{!!}} &#039;&#039;&#039;36 ↑&#039;&#039;&#039; {{!!}}[http://mirrors.xbmc.org/snapshots/android/xbmc-13.0-Gotham_alpha4-armeabi-v7a.apk dl] {{!!}} {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/ios/org.xbmc.xbmc-ios_13.0-0~a4_iphoneos-arm.deb iDevice] {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/atv2/org.xbmc.xbmc-atv2_13.0-0~a4_iphoneos-arm.deb ATV2] {{!!}} [[HOW-TO:Install XBMC for Linux{{!}}PPA]] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/xbmc-13.0-Gotham_alpha4-i386.dmg normal] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/xbmc-13.0-Gotham_alpha4-x86_64.dmg 64 bit] {{!!}} [http://mirrors.xbmc.org/snapshots/win32/xbmc-13.0-Gotham_alpha4.exe dl]&lt;br /&gt;
{{!}}-&lt;br /&gt;
! 13 Alpha 5&lt;br /&gt;
{{!}} June 2013 {{!!}} rowspan=&amp;quot;2&amp;quot;{{!}} [http://xbmc.org/xbmc-13-gotham-june-and-july-cycles/ XBMC blog post] {{!!}} &amp;lt;!--[https://github.com/xbmc/xbmc/issues?milestone=20&amp;amp;page=1&amp;amp;state=closed Github]--&amp;gt; {{!!}} 75 {{!!}} &#039;&#039;&#039;37 ↑&#039;&#039;&#039; {{!!}}[http://mirrors.xbmc.org/snapshots/android/xbmc-13.0-Gotham_alpha5-armeabi-v7a.apk dl] {{!!}} {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/ios/org.xbmc.xbmc-ios_13.0-0~a5_iphoneos-arm.deb iDevice] {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/atv2/org.xbmc.xbmc-atv2_13.0-0~a5_iphoneos-arm.deb ATV2] {{!!}} [[HOW-TO:Install XBMC for Linux{{!}}PPA]] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/xbmc-13.0-Gotham_alpha5-i386.dmg normal] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/xbmc-13.0-Gotham_alpha5-x86_64.dmg 64 bit] {{!!}} [http://mirrors.xbmc.org/snapshots/win32/xbmc-13.0-Gotham_alpha5.exe dl]&lt;br /&gt;
{{!}}-&lt;br /&gt;
! 13 Alpha 6&lt;br /&gt;
{{!}} July 2013 {{!!}} [https://github.com/xbmc/xbmc/issues?milestone=21&amp;amp;state=closed milestones] {{!!}} 75 {{!!}} 37 {{!!}}[http://mirrors.xbmc.org/snapshots/android/xbmc-13.0-Gotham_alpha6-armeabi-v7a.apk dl] {{!!}} {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/ios/org.xbmc.xbmc-ios_13.0-0~a6_iphoneos-arm.deb iDevice] {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/atv2/org.xbmc.xbmc-atv2_13.0-0~a6_iphoneos-arm.deb ATV2] {{!!}} [[HOW-TO:Install XBMC for Linux{{!}}PPA]] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/xbmc-13.0-Gotham_alpha6-i386.dmg normal] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/xbmc-13.0-Gotham_alpha6-x86_64.dmg 64 bit] {{!!}} [http://mirrors.xbmc.org/snapshots/win32/xbmc-13.0-Gotham_alpha6.exe dl]&lt;br /&gt;
{{!}}-&lt;br /&gt;
! 13 Alpha 7&lt;br /&gt;
{{!}} August 2013 {{!!}} [http://xbmc.org/xbmc-13-gotham-august-cycle/ XBMC blog post] {{!!}} [https://github.com/xbmc/xbmc/issues?milestone=22&amp;amp;state=closed milestones] {{!!}} &#039;&#039;&#039;76 ↑&#039;&#039;&#039; {{!!}} 37 {{!!}}[http://mirrors.xbmc.org/snapshots/android/xbmc-13.0-Gotham_alpha7-armeabi-v7a.apk dl] {{!!}} {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/ios/org.xbmc.xbmc-ios_13.0-0~a7_iphoneos-arm.deb iDevice] {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/atv2/org.xbmc.xbmc-atv2_13.0-0~a7_iphoneos-arm.deb ATV2] {{!!}} [[HOW-TO:Install XBMC for Linux{{!}}PPA]] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/xbmc-13.0-Gotham_alpha7-i386.dmg normal] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/xbmc-13.0-Gotham_alpha7-x86_64.dmg 64 bit] {{!!}} [http://mirrors.xbmc.org/snapshots/win32/xbmc-13.0-Gotham_alpha7.exe dl]&lt;br /&gt;
{{!}}-&lt;br /&gt;
! 13 Alpha 8&lt;br /&gt;
{{!}} September 2013 {{!!}} rowspan=2 {{!}} [http://xbmc.org/xbmc-13-gotham-september-and-october/ XBMC blog post] {{!!}} [https://github.com/xbmc/xbmc/issues?milestone=23&amp;amp;state=closed milestones] {{!!}} 76 {{!!}} 37 {{!!}}[http://mirrors.xbmc.org/snapshots/android/xbmc-13.0-Gotham_alpha8-armeabi-v7a.apk dl] {{!!}} {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/ios/org.xbmc.xbmc-ios_13.0-0~a8_iphoneos-arm.deb iDevice] {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/atv2/org.xbmc.xbmc-atv2_13.0-0~a8_iphoneos-arm.deb ATV2] {{!!}} [[HOW-TO:Install XBMC for Linux{{!}}PPA]] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/xbmc-13.0-Gotham_alpha8-i386.dmg normal] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/xbmc-13.0-Gotham_alpha8-x86_64.dmg 64 bit] {{!!}} [http://mirrors.xbmc.org/snapshots/win32/xbmc-13.0-Gotham_alpha8.exe dl]&lt;br /&gt;
{{!}}-&lt;br /&gt;
! 13 Alpha 9&lt;br /&gt;
{{!}} October 2013 {{!!}} [https://github.com/xbmc/xbmc/issues?milestone=32&amp;amp;state=closed milestones] {{!!}} 76 {{!!}} 37 {{!!}}[http://mirrors.xbmc.org/snapshots/android/arm/xbmc-13.0-Gotham_alpha9-armeabi-v7a.apk ARM] {{!!}} [http://mirrors.xbmc.org/snapshots/android/x86/xbmc-13.0-Gotham_alpha9-x86.apk x86] {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/ios/org.xbmc.xbmc-ios_13.0-0~a9_iphoneos-arm.deb iDevice] {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/atv2/org.xbmc.xbmc-atv2_13.0-0~a9_iphoneos-arm.deb ATV2] {{!!}} [[HOW-TO:Install XBMC for Linux{{!}}PPA]] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/i386/xbmc-13.0-Gotham_alpha9-i386.dmg normal] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/x86_64/xbmc-13.0-Gotham_alpha9-x86_64.dmg 64 bit] {{!!}} [http://mirrors.xbmc.org/snapshots/win32/xbmc-13.0-Gotham_alpha9.exe dl]&lt;br /&gt;
{{!}}-&lt;br /&gt;
! 13 Alpha 10&lt;br /&gt;
{{!}} November 2013 {{!!}} rowspan=&amp;quot;2&amp;quot;{{!}} [http://xbmc.org/xbmc-13-gotham-november-and-december/ XBMC blog post] {{!!}} [https://github.com/xbmc/xbmc/issues?milestone=33&amp;amp;state=closed milestones] {{!!}} &#039;&#039;&#039;77 ↑&#039;&#039;&#039; {{!!}} 37 {{!!}}[http://mirrors.xbmc.org/snapshots/android/arm/xbmc-13.0-Gotham_alpha10-armeabi-v7a.apk ARM] {{!!}} [http://mirrors.xbmc.org/snapshots/android/x86/xbmc-13.0-Gotham_alpha10-x86.apk x86] {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/ios/org.xbmc.xbmc-ios_13.0-0~a10_iphoneos-arm.deb iDevice] {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/atv2/org.xbmc.xbmc-atv2_13.0-0~a10_iphoneos-arm.deb ATV2] {{!!}} [[HOW-TO:Install XBMC for Linux{{!}}PPA]] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/i386/xbmc-13.0-Gotham_alpha10-i386.dmg normal] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/x86_64/xbmc-13.0-Gotham_alpha10-x86_64.dmg 64 bit] {{!!}} [http://mirrors.xbmc.org/snapshots/win32/xbmc-13.0-Gotham_alpha10.exe dl]&lt;br /&gt;
{{!}}-&lt;br /&gt;
! 13 Alpha 11&lt;br /&gt;
{{!}} December 2013 {{!!}} [https://github.com/xbmc/xbmc/issues?milestone=35&amp;amp;state=closed milestones] {{!!}} 77 {{!!}} 37 {{!!}}[http://mirrors.xbmc.org/snapshots/android/arm/xbmc-13.0-Gotham_alpha11-armeabi-v7a.apk ARM] {{!!}} [http://mirrors.xbmc.org/snapshots/android/x86/xbmc-13.0-Gotham_alpha11-x86.apk x86] {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/ios/org.xbmc.xbmc-ios_13.0-0~a11_iphoneos-arm.deb iDevice] {{!!}} [http://mirrors.xbmc.org/snapshots/darwin/atv2/org.xbmc.xbmc-atv2_13.0-0~a11_iphoneos-arm.deb ATV2] {{!!}} [[HOW-TO:Install XBMC for Linux{{!}}PPA]] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/i386/xbmc-13.0-Gotham_alpha11-i386.dmg normal] {{!!}} [http://mirrors.xbmc.org/snapshots/osx/x86_64/xbmc-13.0-Gotham_alpha11-x86_64.dmg 64 bit] {{!!}} [http://mirrors.xbmc.org/snapshots/win32/xbmc-13.0-Gotham_alpha11.exe dl]&lt;br /&gt;
{{!}}-&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; {{!}} {{nowrap|13 Alpha 12}}&lt;br /&gt;
{{!}} January - February 2014 {{!!}} {{!!}} [https://github.com/xbmc/xbmc/issues?milestone=38&amp;amp;state=closed milestones] {{!!}} &#039;&#039;&#039;78 ↑&#039;&#039;&#039; {{!!}} &#039;&#039;&#039;45 ↑&#039;&#039;&#039; {{!!}} {{!!}} {{!!}} {{!!}} {{!!}} {{!!}} {{!!}} {{!!}}&lt;br /&gt;
{{!}}-&lt;br /&gt;
{{!}} colspan=&amp;quot;13&amp;quot; {{!}} {{big|&#039;&#039;&#039;There won&#039;t be a monthly snapshot build for Alpha 12, as only bug fixes are now being added to XBMC&#039;s code. See: [[#Betas and release candidates]]&#039;&#039;&#039; }}&lt;br /&gt;
{{!}}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Betas and release candidates ==&lt;br /&gt;
When XBMC gets close to a stable release, public betas will be released. These are similar to nightlies and monthlies in that they still contain bugs, but are more stable and are encouraged to be tried out. At the point where XBMC reaches beta, most known bugs have been fixed, and developers are now looking for bugs they might not know about.&lt;br /&gt;
&lt;br /&gt;
When XBMC beta gets to a point where it seems ready for a final release a &amp;quot;Release Candidate&amp;quot;, or &amp;quot;RC&amp;quot;, is released to flesh out any final bugs. Depending on any issues found, there may be multiple release candidates.&lt;br /&gt;
&lt;br /&gt;
After release candidates comes a final stable build that becomes XBMC v13, aka Gotham.&lt;br /&gt;
&lt;br /&gt;
{{highlight|color=#FFB5B5|&amp;lt;big&amp;gt;ALWAYS BACKUP YOUR &#039;&#039;&#039;[[userdata|USERDATA FOLDER]]&#039;&#039;&#039; WHEN USING BETAS&amp;lt;/big&amp;gt;}}&lt;br /&gt;
&lt;br /&gt;
http://mirrors.xbmc.org/releases/&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;datatable plainlinks&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
! rowspan=2 | Beta&lt;br /&gt;
! rowspan=2 | Date&lt;br /&gt;
! colspan=2 | Notes&lt;br /&gt;
! colspan=2| [[XBMC databases/Version table|Database&amp;lt;br/&amp;gt;version]]&amp;lt;ref name=&amp;quot;Database version&amp;quot; /&amp;gt;&lt;br /&gt;
! colspan=8 | Download links&lt;br /&gt;
|-&lt;br /&gt;
! Highlights !! Milestones !! V !! M !! colspan=&amp;quot;2&amp;quot; | Android !! colspan=&amp;quot;2&amp;quot; | iOS: [[HOW-TO:Install XBMC on iPad/iPhone/iPod touch#Beta_builds|iDevice]]/[[HOW-TO:Install XBMC on Apple TV 2#Beta_builds|ATV2]] !! [[HOW-TO:Install XBMC for Linux#Official Team XBMC repositories|Linux]] !! colspan=&amp;quot;2&amp;quot; | Mac OS X !! Windows&lt;br /&gt;
|-&lt;br /&gt;
! 13 Beta 1&lt;br /&gt;
| March 3rd 2014 || [http://xbmc.org/xbmc-13-0-gotham-beta1-rises/ blog post] || || 78 || 46 || [http://mirrors.xbmc.org/releases/android/arm/xbmc-13.0-Gotham_beta1-armeabi-v7a.apk ARM] || [http://mirrors.xbmc.org/releases/android/x86/xbmc-13.0-Gotham_beta1-x86.apk x86] || [http://mirrors.xbmc.org/apt/pre-release/ios/deb/org.xbmc.xbmc-ios_13.0-0~b1_iphoneos-arm.deb iDevice] || [http://mirrors.xbmc.org/apt/pre-release/atv2/deb/org.xbmc.xbmc-atv2_13.0-0~b1_iphoneos-arm.deb ATV2] || [https://launchpad.net/~team-xbmc/+archive/unstable PPA] || [http://mirrors.xbmc.org/releases/osx/i386/xbmc-13.0-Gotham_beta1-i386.dmg 32bit] || [http://mirrors.xbmc.org/releases/osx/x86_64/xbmc-13.0-Gotham_beta1-x86_64.dmg 64bit] || [http://mirrors.xbmc.org/releases/win32/xbmc-13.0-Gotham_beta1.exe DL]&lt;br /&gt;
|-&lt;br /&gt;
! 13 Beta 2&lt;br /&gt;
| March 15th 2014 || [http://xbmc.org/xbmc-13-0-gotham-the-beta-2-we-deserve/ blog post] || [https://github.com/xbmc/xbmc/issues?milestone=39&amp;amp;page=1&amp;amp;state=closed github] || 78 || 46 || [http://mirrors.xbmc.org/releases/android/arm/xbmc-13.0-Gotham_beta2-armeabi-v7a.apk ARM] || [http://mirrors.xbmc.org/releases/android/x86/xbmc-13.0-Gotham_beta2-x86.apk x86] || [http://mirrors.xbmc.org/apt/pre-release/ios/deb/org.xbmc.xbmc-ios_13.0-0~b2_iphoneos-arm.deb iDevice] || [http://mirrors.xbmc.org/apt/pre-release/atv2/deb/org.xbmc.xbmc-atv2_13.0-0~b2_iphoneos-arm.deb ATV2] || [https://launchpad.net/~team-xbmc/+archive/unstable PPA] || [http://mirrors.xbmc.org/releases/osx/i386/xbmc-13.0-Gotham_beta2-i386.dmg 32bit] || [http://mirrors.xbmc.org/releases/osx/x86_64/xbmc-13.0-Gotham_beta2-x86_64.dmg 64bit] || [http://mirrors.xbmc.org/releases/win32/xbmc-13.0-Gotham_beta2.exe DL]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Other test builds ==&lt;br /&gt;
=== OS X audio improvements ===&lt;br /&gt;
Help test new code for audio improvements in XBMC for Mac OS X&lt;br /&gt;
&lt;br /&gt;
For builds, reporting, and more info: &#039;&#039;&#039;http://forum.xbmc.org/showthread.php?tid=185454&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== iOS 7 AirPlay fix ===&lt;br /&gt;
Help us solve the AirPlay issue when using iOS7 devices. Most of iOS7 users are aware of the problem that XBMC only shows up as audio device in the iOS7 Airplay-Selection. This leads to the problem that videos and pictures can&#039;t be airplayed to XBMC anymore when using iOS7 on the source device. This thread should help us tracking down the correct (or at least best matching) fix for this problem.&lt;br /&gt;
&lt;br /&gt;
For builds, reporting, and more info: &#039;&#039;&#039;http://forum.xbmc.org/showthread.php?tid=179961&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Special notes about development builds ==&lt;br /&gt;
;Bugs&lt;br /&gt;
:As development builds are bleeding edge code you might find a bug here and there. In order to get rid of this bugs, it&#039;s important that these will be reported: &#039;&#039;&#039;[[HOW-TO:Submit a proper bug report]]&#039;&#039;&#039;.&lt;br /&gt;
;Feature requests&lt;br /&gt;
:If you have a feature that you think should be added to appear in the next stable version of XBMC, you can make a feature request: &#039;&#039;&#039;[[HOW-TO:Submit an official feature request]]&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Development builds/Past builds]]&lt;br /&gt;
* [[Jenkins]]&lt;br /&gt;
* [[:Category:Gotham feature]]&lt;br /&gt;
* [[XBMC development]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;br /&gt;
[[Category:Compiling]]&lt;br /&gt;
[[Category:Installation]]&lt;br /&gt;
[[Category:Gotham feature]]&lt;/div&gt;</summary>
		<author><name>WayneD</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:TV_Show_-_Next_Aired&amp;diff=69627</id>
		<title>Add-on:TV Show - Next Aired</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:TV_Show_-_Next_Aired&amp;diff=69627"/>
		<updated>2014-03-01T06:53:44Z</updated>

		<summary type="html">&lt;p&gt;WayneD: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Addon &lt;br /&gt;
|Name=TV Show - Next Aired&lt;br /&gt;
|provider-name=Ppic &amp;amp; Frost &amp;amp; ronie &amp;amp; `Black &amp;amp; phil65 &amp;amp; WayneD&lt;br /&gt;
|ID=script.tv.show.next.aired&lt;br /&gt;
|latest-version=6.0.2&lt;br /&gt;
|extension point=xbmc.python.script&lt;br /&gt;
|provides=executable&lt;br /&gt;
|Summary=Get info for TV Shows Next Aired.&lt;br /&gt;
|Description=Get info for TV Shows Next Aired. You&#039;ll never miss one again.&lt;br /&gt;
|Platform=all&lt;br /&gt;
|Language=&lt;br /&gt;
|License=&lt;br /&gt;
|Forum=http://forum.xbmc.org/showthread.php?tid=186090&lt;br /&gt;
|Website=&lt;br /&gt;
|Source=https://github.com/WayneD/script.tv.show.next.aired&lt;br /&gt;
|Email=&lt;br /&gt;
|broken=&lt;br /&gt;
|icon url=http://mirrors.xbmc.org/addons/frodo/script.tv.show.next.aired/icon.png}}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
The script will scan your library and tries to fetch next aired info for every show.&lt;br /&gt;
There is no need to specify an alarm -- the script will will run a background update at regular intervals.&lt;br /&gt;
&lt;br /&gt;
= Skin integration =&lt;br /&gt;
&lt;br /&gt;
== Dependency ==&lt;br /&gt;
&lt;br /&gt;
Add this to your &#039;&#039;addon.xml&#039;&#039; to make it install along with your skin.&lt;br /&gt;
 &lt;br /&gt;
  &amp;lt;requires&amp;gt;&lt;br /&gt;
    &amp;lt;import addon=&amp;quot;xbmc.gui&amp;quot; version=&amp;quot;3.00&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;import addon=&amp;quot;script.tv.show.next.aired&amp;quot; version=&amp;quot;4.1.15&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/requires&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: Please check on what minimum version you need and change it accordingly&lt;br /&gt;
&lt;br /&gt;
== Run at startup ==&lt;br /&gt;
&lt;br /&gt;
To make sure the script updates on starting XBMC add code below to &#039;&#039;Startup.xml&#039;&#039;&lt;br /&gt;
    RunScript(script.tv.show.next.aired,silent=True)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Available infolabels =&lt;br /&gt;
&lt;br /&gt;
== Airing today ==&lt;br /&gt;
&lt;br /&gt;
For shows that are airing today, the script will set the window properties listed below.&lt;br /&gt;
&lt;br /&gt;
* Window(Home).Property(*)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Available labels&#039;&#039;&#039;&lt;br /&gt;
! Property !! Description&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Label || tv show name&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Thumb || tv show icon&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.AirTime || eg. &#039;Wednesday, Thursday: 09:00 PM&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Path || tv show path&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Library || eg. videodb://2/2/1/ or videodb://tvshows/titles/1/&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Status || eg. &#039;Returning Series&#039;/&#039;Final Season&#039;/&#039;New Series&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Network || name of the tv network that&#039;s airing the show&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Started || airdate of the first episode, eg. &#039;Mon, Sep 24, 2007&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Classification || type of show; N.B. not currently supported&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Genre || genre of the show&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Premiered || year the first episode was aired, eg. &#039;1999&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Country || production country of the tv show, eg. &#039;USA&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Runtime || duration of the episode in minutes&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Fanart || tv show fanart&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Today || will return &#039;True&#039; if the show is aired today, otherwise &#039;False&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextDate || date the next episode will be aired&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextTitle || name of the next episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextNumber || season/episode number of the next episode, eg. &#039;04x01&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextEpisodeNumber || episode number of the next episode, eg. &#039;04&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextSeasonNumber || season number of the next episode, eg. &#039;01&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestDate || date the last episode was aired&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestTitle || name of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestNumber || season/episode number of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestEpisodeNumber  || episode number of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestSeasonNumber || season number of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.AirDay || day(s) of the week the show is aired, eg &#039;Tuesday&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.ShortTime || time the show is aired, eg. &#039;08:00 PM&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(poster) || tv show poster&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(banner) || tv show banner&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(fanart) || tv show fanart&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(landscape) || tv show landscape - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(clearlogo) || tv show logo - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(clearart) || tv show clearart - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(characterart) || tv show characterart - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.Total || number of running shows&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.TodayTotal || number of shows aired today&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.TodayShow || list of shows aired today&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== MyVideoNav.xml ==&lt;br /&gt;
&lt;br /&gt;
If you want to use this script you must first make sure you start it using:&lt;br /&gt;
    RunScript(script.tv.show.next.aired,backend=True)&lt;br /&gt;
&lt;br /&gt;
The script will run in the background and provide next aired info for the focussed listitem.&lt;br /&gt;
The infolabels listed above are available, using this format:&lt;br /&gt;
    Window(Home).Property(*)&lt;br /&gt;
&lt;br /&gt;
Use code below as a visible condition!&lt;br /&gt;
    !IsEmpty(Window(Home).Property(NextAired.NextDate))&lt;br /&gt;
&lt;br /&gt;
example code:&lt;br /&gt;
    &amp;lt;control type=&amp;quot;group&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;visible&amp;gt;!IsEmpty(Window(Home).Property(NextAired.NextDate))&amp;lt;/visible&amp;gt;&lt;br /&gt;
        &amp;lt;control type=&amp;quot;label&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;posx&amp;gt;0&amp;lt;/posx&amp;gt;&lt;br /&gt;
            &amp;lt;posy&amp;gt;0&amp;lt;/posy&amp;gt;&lt;br /&gt;
            &amp;lt;width&amp;gt;800&amp;lt;/width&amp;gt;&lt;br /&gt;
            &amp;lt;height&amp;gt;20&amp;lt;/height&amp;gt;&lt;br /&gt;
            &amp;lt;label&amp;gt;$INFO[Window(Home).Property(NextAired.NextTitle)]&amp;lt;/label&amp;gt;&lt;br /&gt;
        &amp;lt;/control&amp;gt;&lt;br /&gt;
        &amp;lt;control type=&amp;quot;label&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;posx&amp;gt;0&amp;lt;/posx&amp;gt;&lt;br /&gt;
            &amp;lt;posy&amp;gt;20&amp;lt;/posy&amp;gt;&lt;br /&gt;
            &amp;lt;width&amp;gt;800&amp;lt;/width&amp;gt;&lt;br /&gt;
            &amp;lt;height&amp;gt;20&amp;lt;/height&amp;gt;&lt;br /&gt;
            &amp;lt;label&amp;gt;$INFO[Window(Home).Property(NextAired.NextDate)]&amp;lt;/label&amp;gt;&lt;br /&gt;
        &amp;lt;/control&amp;gt;&lt;br /&gt;
    &amp;lt;/control&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== TV Guide ==&lt;br /&gt;
&lt;br /&gt;
If you run the script without any options (or if it&#039;s started by the user),&lt;br /&gt;
the script will provide a TV Guide window using&lt;br /&gt;
    script-NextAired-TVGuide.xml&lt;br /&gt;
&lt;br /&gt;
This window is fully skinnable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ List of required id&#039;s:&lt;br /&gt;
! container !! shows airing on&lt;br /&gt;
|-&lt;br /&gt;
| 200 || monday&lt;br /&gt;
|-&lt;br /&gt;
| 201 || tuesday&lt;br /&gt;
|-&lt;br /&gt;
| 202 || wednesday&lt;br /&gt;
|-&lt;br /&gt;
| 203 || thursday&lt;br /&gt;
|-&lt;br /&gt;
| 204 || friday&lt;br /&gt;
|-&lt;br /&gt;
| 205 || saturday&lt;br /&gt;
|-&lt;br /&gt;
| 206 || sunday&lt;br /&gt;
|-&lt;br /&gt;
| 8 || in case all the containers above are empty, we set focus to this id&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ List of available infolabels:&lt;br /&gt;
! label !! description&lt;br /&gt;
|-&lt;br /&gt;
| ListItem.Label ||tv show name&lt;br /&gt;
|-&lt;br /&gt;
| ListItem.Thumb || tv show thumb&lt;br /&gt;
|-&lt;br /&gt;
| ListItem.Property(*) || see above&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Totals are available using the window properties listed above.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! label !! description&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.TodayDate) || todays date&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.%d.Date) || date for the lists, eg NextAired.1.Date will show the date for monday&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of available infolabels, related to the available add-on settings:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! label !! description&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(TVGuide.ThumbType) || thumb type selected by the user: 0=poster, 1=banner, 2=logo&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(TVGuide.BackgroundFanart) || 1=user selected to show fanart, empty if disabled&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(TVGuide.PreviewThumbs) || 1=user selected to show 16:9 showthumbs, empty if disabled&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All other id&#039;s and properties in the default script window are optional and not required by the script.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Force update ==&lt;br /&gt;
&lt;br /&gt;
To force an update of the nextaired database ahead of its next scheduled time:&lt;br /&gt;
Forcing an update of the nextaired database will rescan your tv shows and re-scrape all nextaired info&lt;br /&gt;
    RunScript(script.tv.show.next.aired,force=True)&lt;br /&gt;
&lt;br /&gt;
To force an update as well as reset all the existing data (forcing a fresh scan of everything) use the reset option:&lt;br /&gt;
    RunScript(script.tv.show.next.aired,reset=True)&lt;br /&gt;
&lt;br /&gt;
The force update and reset options are also available in the addon settings.&lt;br /&gt;
&lt;br /&gt;
[[Category:Frodo add-on repository]]&lt;br /&gt;
[[Category:Gotham add-on repository]]&lt;/div&gt;</summary>
		<author><name>WayneD</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:TV_Show_-_Next_Aired&amp;diff=69626</id>
		<title>Add-on:TV Show - Next Aired</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:TV_Show_-_Next_Aired&amp;diff=69626"/>
		<updated>2014-03-01T06:18:21Z</updated>

		<summary type="html">&lt;p&gt;WayneD: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Addon &lt;br /&gt;
|Name=TV Show - Next Aired&lt;br /&gt;
|provider-name=Ppic &amp;amp; Frost &amp;amp; ronie &amp;amp; `Black &amp;amp; phil65 &amp;amp; WayneD&lt;br /&gt;
|ID=script.tv.show.next.aired&lt;br /&gt;
|latest-version=6.0.2&lt;br /&gt;
|extension point=xbmc.python.script&lt;br /&gt;
|provides=executable&lt;br /&gt;
|Summary=Get info for TV Shows Next Aired.&lt;br /&gt;
|Description=Get info for TV Shows Next Aired. You&#039;ll never miss one again.&lt;br /&gt;
|Platform=all&lt;br /&gt;
|Language=&lt;br /&gt;
|License=&lt;br /&gt;
|Forum=http://forum.xbmc.org/showthread.php?tid=186090&lt;br /&gt;
|Website=&lt;br /&gt;
|Source=https://github.com/WayneD/script.tv.show.next.aired&lt;br /&gt;
|Email=&lt;br /&gt;
|broken=&lt;br /&gt;
|icon url=http://mirrors.xbmc.org/addons/frodo/script.tv.show.next.aired/icon.png}}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
The script will scan your library and tries to fetch next aired info for every show.&lt;br /&gt;
There is no need to specify an alarm -- the script will will run a background update at regular intervals.&lt;br /&gt;
&lt;br /&gt;
= Skin integration =&lt;br /&gt;
&lt;br /&gt;
== Dependency ==&lt;br /&gt;
&lt;br /&gt;
Add this to your &#039;&#039;addon.xml&#039;&#039; to make it install along with your skin.&lt;br /&gt;
 &lt;br /&gt;
  &amp;lt;requires&amp;gt;&lt;br /&gt;
    &amp;lt;import addon=&amp;quot;xbmc.gui&amp;quot; version=&amp;quot;3.00&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;import addon=&amp;quot;script.tv.show.next.aired&amp;quot; version=&amp;quot;4.1.15&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/requires&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: Please check on what minimum version you need and change it accordingly&lt;br /&gt;
&lt;br /&gt;
== Run at startup ==&lt;br /&gt;
&lt;br /&gt;
To make sure the script updates on starting XBMC add code below to &#039;&#039;Startup.xml&#039;&#039;&lt;br /&gt;
    RunScript(script.tv.show.next.aired,silent=True)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Available infolabels =&lt;br /&gt;
&lt;br /&gt;
== Airing today ==&lt;br /&gt;
&lt;br /&gt;
For shows that are airing today, the script will set the window properties listed below.&lt;br /&gt;
&lt;br /&gt;
* Window(Home).Property(*)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Available labels&#039;&#039;&#039;&lt;br /&gt;
! Property !! Description&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Label || tv show name&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Thumb || tv show icon&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.AirTime || eg. &#039;Wednesday, Thursday: 09:00 PM&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Path || tv show path&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Library || eg. videodb://2/2/1/ or videodb://tvshows/titles/1/&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Status || eg. &#039;Returning Series&#039;/&#039;Final Season&#039;/&#039;New Series&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Network || name of the tv network that&#039;s airing the show&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Started || airdate of the first episode, eg. &#039;Mon, Sep 24, 2007&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Classification || type of show; N.B. not currently supported&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Genre || genre of the show&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Premiered || year the first episode was aired, eg. &#039;1999&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Country || production country of the tv show, eg. &#039;USA&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Runtime || duration of the episode in minutes&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Fanart || tv show fanart&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Today || will return &#039;True&#039; if the show is aired today, otherwise &#039;False&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextDate || date the next episode will be aired&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextTitle || name of the next episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextNumber || season/episode number of the next episode, eg. &#039;04x01&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextEpisodeNumber || episode number of the next episode, eg. &#039;04&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextSeasonNumber || season number of the next episode, eg. &#039;01&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestDate || date the last episode was aired&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestTitle || name of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestNumber || season/episode number of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestEpisodeNumber  || episode number of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestSeasonNumber || season number of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.AirDay || day(s) of the week the show is aired, eg &#039;Tuesday&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.ShortTime || time the show is aired, eg. &#039;08:00 PM&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(poster) || tv show poster&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(banner) || tv show banner&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(fanart) || tv show fanart&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(landscape) || tv show landscape - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(clearlogo) || tv show logo - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(clearart) || tv show clearart - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(characterart) || tv show characterart - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.Total || number of running shows&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.TodayTotal || number of shows aired today&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.TodayShow || list of shows aired today&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== MyVideoNav.xml ==&lt;br /&gt;
&lt;br /&gt;
If you want to use this script you must first make sure you start it using:&lt;br /&gt;
    RunScript(script.tv.show.next.aired,backend=True)&lt;br /&gt;
&lt;br /&gt;
The script will run in the background and provide next aired info for the focussed listitem.&lt;br /&gt;
The infolabels listed above are available, using this format:&lt;br /&gt;
    Window(Home).Property(*)&lt;br /&gt;
&lt;br /&gt;
Use code below as a visible condition!&lt;br /&gt;
    !IsEmpty(Window(Home).Property(NextAired.NextDate))&lt;br /&gt;
&lt;br /&gt;
example code:&lt;br /&gt;
    &amp;lt;control type=&amp;quot;group&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;visible&amp;gt;!IsEmpty(Window(Home).Property(NextAired.NextDate))&amp;lt;/visible&amp;gt;&lt;br /&gt;
        &amp;lt;control type=&amp;quot;label&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;posx&amp;gt;0&amp;lt;/posx&amp;gt;&lt;br /&gt;
            &amp;lt;posy&amp;gt;0&amp;lt;/posy&amp;gt;&lt;br /&gt;
            &amp;lt;width&amp;gt;800&amp;lt;/width&amp;gt;&lt;br /&gt;
            &amp;lt;height&amp;gt;20&amp;lt;/height&amp;gt;&lt;br /&gt;
            &amp;lt;label&amp;gt;$INFO[Window(Home).Property(NextAired.NextTitle)]&amp;lt;/label&amp;gt;&lt;br /&gt;
        &amp;lt;/control&amp;gt;&lt;br /&gt;
        &amp;lt;control type=&amp;quot;label&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;posx&amp;gt;0&amp;lt;/posx&amp;gt;&lt;br /&gt;
            &amp;lt;posy&amp;gt;20&amp;lt;/posy&amp;gt;&lt;br /&gt;
            &amp;lt;width&amp;gt;800&amp;lt;/width&amp;gt;&lt;br /&gt;
            &amp;lt;height&amp;gt;20&amp;lt;/height&amp;gt;&lt;br /&gt;
            &amp;lt;label&amp;gt;$INFO[Window(Home).Property(NextAired.NextDate)]&amp;lt;/label&amp;gt;&lt;br /&gt;
        &amp;lt;/control&amp;gt;&lt;br /&gt;
    &amp;lt;/control&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== TV Guide ==&lt;br /&gt;
&lt;br /&gt;
If you run the script without any options (or if it&#039;s started by the user),&lt;br /&gt;
the script will provide a TV Guide window using&lt;br /&gt;
    script-NextAired-TVGuide.xml&lt;br /&gt;
&lt;br /&gt;
This window is fully skinnable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ List of required id&#039;s:&lt;br /&gt;
! container !! shows airing on&lt;br /&gt;
|-&lt;br /&gt;
| 200 || monday&lt;br /&gt;
|-&lt;br /&gt;
| 201 || tuesday&lt;br /&gt;
|-&lt;br /&gt;
| 202 || wednesday&lt;br /&gt;
|-&lt;br /&gt;
| 203 || thursday&lt;br /&gt;
|-&lt;br /&gt;
| 204 || friday&lt;br /&gt;
|-&lt;br /&gt;
| 205 || saturday&lt;br /&gt;
|-&lt;br /&gt;
| 206 || sunday&lt;br /&gt;
|-&lt;br /&gt;
| 8 || in case all the containers above are empty, we set focus to this id&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ List of available infolabels:&lt;br /&gt;
! label !! description&lt;br /&gt;
|-&lt;br /&gt;
| ListItem.Label ||tv show name&lt;br /&gt;
|-&lt;br /&gt;
| ListItem.Thumb || tv show thumb&lt;br /&gt;
|-&lt;br /&gt;
| ListItem.Property(*) || see above&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Totals are available using the window properties listed above.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! label !! description&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.TodayDate) || todays date&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.%d.Date) || date for the lists, eg NextAired.1.Date will show the date for monday&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of available infolabels, related to the available add-on settings:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! label !! description&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(TVGuide.ThumbType) || thumb type selected by the user: 0=poster, 1=banner, 2=logo&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(TVGuide.BackgroundFanart) || 1=user selected to show fanart, empty if disabled&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(TVGuide.PreviewThumbs) || 1=user selected to show 16:9 showthumbs, empty if disabled&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All other id&#039;s and properties in the default script window are optional and not required by the script.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Force update ==&lt;br /&gt;
&lt;br /&gt;
Forcing an update of the nextaired database will rescan your tv shows and re-scrape all nextaired info&lt;br /&gt;
    RunScript(script.tv.show.next.aired,force=True)&lt;br /&gt;
&lt;br /&gt;
The force update option is also available in the addon settings.&lt;br /&gt;
&lt;br /&gt;
[[Category:Frodo add-on repository]]&lt;br /&gt;
[[Category:Gotham add-on repository]]&lt;/div&gt;</summary>
		<author><name>WayneD</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:TV_Show_-_Next_Aired&amp;diff=69624</id>
		<title>Add-on:TV Show - Next Aired</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:TV_Show_-_Next_Aired&amp;diff=69624"/>
		<updated>2014-03-01T06:17:34Z</updated>

		<summary type="html">&lt;p&gt;WayneD: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Addon &lt;br /&gt;
|Name=TV Show - Next Aired&lt;br /&gt;
|provider-name=Ppic &amp;amp; Frost &amp;amp; ronie &amp;amp; `Black &amp;amp; phil65 &amp;amp; WayneD&lt;br /&gt;
|ID=script.tv.show.next.aired&lt;br /&gt;
|latest-version=6.0.2&lt;br /&gt;
|extension point=xbmc.python.script&lt;br /&gt;
|provides=executable&lt;br /&gt;
|Summary=Get info for TV Shows Next Aired.&lt;br /&gt;
|Description=Get info for TV Shows Next Aired. You&#039;ll never miss one again.&lt;br /&gt;
|Platform=all&lt;br /&gt;
|Language=&lt;br /&gt;
|License=&lt;br /&gt;
|Forum=http://forum.xbmc.org/showthread.php?tid=186090&lt;br /&gt;
|Website=&lt;br /&gt;
|Source=https://github.com/WayneD/script.tv.show.next.aired&lt;br /&gt;
|Email=&lt;br /&gt;
|broken=&lt;br /&gt;
|icon url=http://mirrors.xbmc.org/addons/frodo/script.tv.show.next.aired/icon.png}}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
The script will scan your library and tries to fetch next aired info for every show.&lt;br /&gt;
There is no need to specify an alarm -- the script will will run a background update at regular intervals.&lt;br /&gt;
&lt;br /&gt;
= Skin integration =&lt;br /&gt;
&lt;br /&gt;
== Dependency ==&lt;br /&gt;
&lt;br /&gt;
Add this to your &#039;&#039;addon.xml&#039;&#039; to make it install along with your skin.&lt;br /&gt;
 &lt;br /&gt;
  &amp;lt;requires&amp;gt;&lt;br /&gt;
    &amp;lt;import addon=&amp;quot;xbmc.gui&amp;quot; version=&amp;quot;3.00&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;import addon=&amp;quot;script.tv.show.next.aired&amp;quot; version=&amp;quot;4.1.15&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/requires&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: Please check on what minimum version you need and change it accordingly&lt;br /&gt;
&lt;br /&gt;
== Run at startup ==&lt;br /&gt;
&lt;br /&gt;
To make sure the script updates on starting XBMC add code below to &#039;&#039;Startup.xml&#039;&#039;&lt;br /&gt;
    RunScript(script.tv.show.next.aired,silent=True)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Available infolabels =&lt;br /&gt;
&lt;br /&gt;
== Airing today ==&lt;br /&gt;
&lt;br /&gt;
For shows that are airing today, the script will set the window properties listed below.&lt;br /&gt;
&lt;br /&gt;
* Window(Home).Property(*)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Available labels&#039;&#039;&#039;&lt;br /&gt;
! Property !! Description&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Label || tv show name&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Thumb || tv show icon&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.AirTime || eg. &#039;Wednesday, Thursday: 09:00 PM&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Path || tv show path&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Library || eg. videodb://2/2/1/ or videodb://tvshows/titles/1/&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Status || eg. &#039;Returning Series&#039;/&#039;Final Season&#039;/&#039;New Series&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Network || name of the tv network that&#039;s airing the show&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Started || airdate of the first episode, eg. &#039;Mon, Sep 24, 2007&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Classification || type of show; N.B. not currently supported&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Genre || genre of the show&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Premiered || year the first episode was aired, eg. &#039;1999&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Country || production country of the tv show, eg. &#039;USA&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Runtime || duration of the episode in minutes&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Fanart || tv show fanart&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Today || will return &#039;True&#039; if the show is aired today, otherwise &#039;False&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextDate || date the next episode will be aired&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextTitle || name of the next episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextNumber || season/episode number of the next episode, eg. &#039;04x01&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextEpisodeNumber || episode number of the next episode, eg. &#039;04&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextSeasonNumber || season number of the next episode, eg. &#039;01&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestDate || date the last episode was aired&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestTitle || name of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestNumber || season/episode number of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestEpisodeNumber  || episode number of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestSeasonNumber || season number of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.AirDay || day of the week the show is aired, eg &#039;Tuesday&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.ShortTime || time the show is aired, eg. &#039;08:00 PM&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(poster) || tv show poster&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(banner) || tv show banner&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(fanart) || tv show fanart&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(landscape) || tv show landscape - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(clearlogo) || tv show logo - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(clearart) || tv show clearart - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(characterart) || tv show characterart - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.Total || number of running shows&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.TodayTotal || number of shows aired today&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.TodayShow || list of shows aired today&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== MyVideoNav.xml ==&lt;br /&gt;
&lt;br /&gt;
If you want to use this script you must first make sure you start it using:&lt;br /&gt;
    RunScript(script.tv.show.next.aired,backend=True)&lt;br /&gt;
&lt;br /&gt;
The script will run in the background and provide next aired info for the focussed listitem.&lt;br /&gt;
The infolabels listed above are available, using this format:&lt;br /&gt;
    Window(Home).Property(*)&lt;br /&gt;
&lt;br /&gt;
Use code below as a visible condition!&lt;br /&gt;
    !IsEmpty(Window(Home).Property(NextAired.NextDate))&lt;br /&gt;
&lt;br /&gt;
example code:&lt;br /&gt;
    &amp;lt;control type=&amp;quot;group&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;visible&amp;gt;!IsEmpty(Window(Home).Property(NextAired.NextDate))&amp;lt;/visible&amp;gt;&lt;br /&gt;
        &amp;lt;control type=&amp;quot;label&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;posx&amp;gt;0&amp;lt;/posx&amp;gt;&lt;br /&gt;
            &amp;lt;posy&amp;gt;0&amp;lt;/posy&amp;gt;&lt;br /&gt;
            &amp;lt;width&amp;gt;800&amp;lt;/width&amp;gt;&lt;br /&gt;
            &amp;lt;height&amp;gt;20&amp;lt;/height&amp;gt;&lt;br /&gt;
            &amp;lt;label&amp;gt;$INFO[Window(Home).Property(NextAired.NextTitle)]&amp;lt;/label&amp;gt;&lt;br /&gt;
        &amp;lt;/control&amp;gt;&lt;br /&gt;
        &amp;lt;control type=&amp;quot;label&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;posx&amp;gt;0&amp;lt;/posx&amp;gt;&lt;br /&gt;
            &amp;lt;posy&amp;gt;20&amp;lt;/posy&amp;gt;&lt;br /&gt;
            &amp;lt;width&amp;gt;800&amp;lt;/width&amp;gt;&lt;br /&gt;
            &amp;lt;height&amp;gt;20&amp;lt;/height&amp;gt;&lt;br /&gt;
            &amp;lt;label&amp;gt;$INFO[Window(Home).Property(NextAired.NextDate)]&amp;lt;/label&amp;gt;&lt;br /&gt;
        &amp;lt;/control&amp;gt;&lt;br /&gt;
    &amp;lt;/control&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== TV Guide ==&lt;br /&gt;
&lt;br /&gt;
If you run the script without any options (or if it&#039;s started by the user),&lt;br /&gt;
the script will provide a TV Guide window using&lt;br /&gt;
    script-NextAired-TVGuide.xml&lt;br /&gt;
&lt;br /&gt;
This window is fully skinnable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ List of required id&#039;s:&lt;br /&gt;
! container !! shows airing on&lt;br /&gt;
|-&lt;br /&gt;
| 200 || monday&lt;br /&gt;
|-&lt;br /&gt;
| 201 || tuesday&lt;br /&gt;
|-&lt;br /&gt;
| 202 || wednesday&lt;br /&gt;
|-&lt;br /&gt;
| 203 || thursday&lt;br /&gt;
|-&lt;br /&gt;
| 204 || friday&lt;br /&gt;
|-&lt;br /&gt;
| 205 || saturday&lt;br /&gt;
|-&lt;br /&gt;
| 206 || sunday&lt;br /&gt;
|-&lt;br /&gt;
| 8 || in case all the containers above are empty, we set focus to this id&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ List of available infolabels:&lt;br /&gt;
! label !! description&lt;br /&gt;
|-&lt;br /&gt;
| ListItem.Label ||tv show name&lt;br /&gt;
|-&lt;br /&gt;
| ListItem.Thumb || tv show thumb&lt;br /&gt;
|-&lt;br /&gt;
| ListItem.Property(*) || see above&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Totals are available using the window properties listed above.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! label !! description&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.TodayDate) || todays date&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.%d.Date) || date for the lists, eg NextAired.1.Date will show the date for monday&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of available infolabels, related to the available add-on settings:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! label !! description&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(TVGuide.ThumbType) || thumb type selected by the user: 0=poster, 1=banner, 2=logo&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(TVGuide.BackgroundFanart) || 1=user selected to show fanart, empty if disabled&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(TVGuide.PreviewThumbs) || 1=user selected to show 16:9 showthumbs, empty if disabled&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All other id&#039;s and properties in the default script window are optional and not required by the script.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Force update ==&lt;br /&gt;
&lt;br /&gt;
Forcing an update of the nextaired database will rescan your tv shows and re-scrape all nextaired info&lt;br /&gt;
    RunScript(script.tv.show.next.aired,force=True)&lt;br /&gt;
&lt;br /&gt;
The force update option is also available in the addon settings.&lt;br /&gt;
&lt;br /&gt;
[[Category:Frodo add-on repository]]&lt;br /&gt;
[[Category:Gotham add-on repository]]&lt;/div&gt;</summary>
		<author><name>WayneD</name></author>
	</entry>
	<entry>
		<id>https://kodi.wiki/index.php?title=Add-on:TV_Show_-_Next_Aired&amp;diff=69622</id>
		<title>Add-on:TV Show - Next Aired</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Add-on:TV_Show_-_Next_Aired&amp;diff=69622"/>
		<updated>2014-03-01T06:11:09Z</updated>

		<summary type="html">&lt;p&gt;WayneD: Some early tweaking of the addon info just to hurry it along to the new version&amp;#039;s info.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Addon &lt;br /&gt;
|Name=TV Show - Next Aired&lt;br /&gt;
|provider-name=Ppic &amp;amp; Frost &amp;amp; ronie &amp;amp; `Black &amp;amp; phil65 &amp;amp; WayneD&lt;br /&gt;
|ID=script.tv.show.next.aired&lt;br /&gt;
|latest-version=6.0.2&lt;br /&gt;
|extension point=xbmc.python.script&lt;br /&gt;
|provides=executable&lt;br /&gt;
|Summary=Get info for TV Shows Next Aired.&lt;br /&gt;
|Description=Get info for TV Shows Next Aired. You&#039;ll never miss one again.&lt;br /&gt;
|Platform=all&lt;br /&gt;
|Language=&lt;br /&gt;
|License=&lt;br /&gt;
|Forum=http://forum.xbmc.org/showthread.php?tid=186090&lt;br /&gt;
|Website=&lt;br /&gt;
|Source=https://github.com/WayneD/script.tv.show.next.aired&lt;br /&gt;
|Email=&lt;br /&gt;
|broken=&lt;br /&gt;
|icon url=http://mirrors.xbmc.org/addons/frodo/script.tv.show.next.aired/icon.png}}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
The script will scan your library and tries to fetch next aired info for every show.&lt;br /&gt;
there&#039;s no need to specify an alarm, the script will set one internally, it runs every day at midnight.&lt;br /&gt;
&lt;br /&gt;
= Skin integration =&lt;br /&gt;
&lt;br /&gt;
== Dependency ==&lt;br /&gt;
&lt;br /&gt;
Add this to your &#039;&#039;addon.xml&#039;&#039; to make it install along with your skin.&lt;br /&gt;
 &lt;br /&gt;
  &amp;lt;requires&amp;gt;&lt;br /&gt;
    &amp;lt;import addon=&amp;quot;xbmc.gui&amp;quot; version=&amp;quot;3.00&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;import addon=&amp;quot;script.tv.show.next.aired&amp;quot; version=&amp;quot;4.1.15&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/requires&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: Please check on what minimum version you need and change it accordingly&lt;br /&gt;
&lt;br /&gt;
== Run at startup ==&lt;br /&gt;
&lt;br /&gt;
To make sure the script updates on starting XBMC add code below to &#039;&#039;Startup.xml&#039;&#039;&lt;br /&gt;
    RunScript(script.tv.show.next.aired,silent=True)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Available infolabels =&lt;br /&gt;
&lt;br /&gt;
== Airing today ==&lt;br /&gt;
&lt;br /&gt;
For shows that are airing today, the script will set the window properties listed below.&lt;br /&gt;
&lt;br /&gt;
* Window(Home).Property(*)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Available labels&#039;&#039;&#039;&lt;br /&gt;
! Property !! Description&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Label || tv show name&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Thumb || tv show icon&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.AirTime || eg. &#039;Wednesday, Thursday: 09:00 PM&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Path || tv show path&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Library || eg. videodb://2/2/1/ or videodb://tvshows/titles/1/&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Status || eg. &#039;Returning Series&#039;/&#039;Final Season&#039;/&#039;New Series&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Network || name of the tv network that&#039;s airing the show&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Started || airdate of the first episode, eg. &#039;Mon, Sep 24, 2007&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Classification || type of show; N.B. not currently supported&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Genre || genre of the show&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Premiered || year the first episode was aired, eg. &#039;1999&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Country || production country of the tv show, eg. &#039;USA&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Runtime || duration of the episode in minutes&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Fanart || tv show fanart&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Today || will return &#039;True&#039; if the show is aired today, otherwise &#039;False&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextDate || date the next episode will be aired&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextTitle || name of the next episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextNumber || season/episode number of the next episode, eg. &#039;04x01&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextEpisodeNumber || episode number of the next episode, eg. &#039;04&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.NextSeasonNumber || season number of the next episode, eg. &#039;01&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestDate || date the last episode was aired&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestTitle || name of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestNumber || season/episode number of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestEpisodeNumber  || episode number of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.LatestSeasonNumber || season number of the last episode&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.AirDay || day of the week the show is aired, eg &#039;Tuesday&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.ShortTime || time the show is aired, eg. &#039;08:00 PM&#039;&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(poster) || tv show poster&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(banner) || tv show banner&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(fanart) || tv show fanart&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(landscape) || tv show landscape - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(clearlogo) || tv show logo - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(clearart) || tv show clearart - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.%d.Art(characterart) || tv show characterart - artwork downloader required&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.Total || number of running shows&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.TodayTotal || number of shows aired today&lt;br /&gt;
|-&lt;br /&gt;
| NextAired.TodayShow || list of shows aired today&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== MyVideoNav.xml ==&lt;br /&gt;
&lt;br /&gt;
If you want to use this script you must first make sure you start it using:&lt;br /&gt;
    RunScript(script.tv.show.next.aired,backend=True)&lt;br /&gt;
&lt;br /&gt;
The script will run in the background and provide next aired info for the focussed listitem.&lt;br /&gt;
The infolabels listed above are available, using this format:&lt;br /&gt;
    Window(Home).Property(*)&lt;br /&gt;
&lt;br /&gt;
Use code below as a visible condition!&lt;br /&gt;
    !IsEmpty(Window(Home).Property(NextAired.NextDate))&lt;br /&gt;
&lt;br /&gt;
example code:&lt;br /&gt;
    &amp;lt;control type=&amp;quot;group&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;visible&amp;gt;!IsEmpty(Window(Home).Property(NextAired.NextDate))&amp;lt;/visible&amp;gt;&lt;br /&gt;
        &amp;lt;control type=&amp;quot;label&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;posx&amp;gt;0&amp;lt;/posx&amp;gt;&lt;br /&gt;
            &amp;lt;posy&amp;gt;0&amp;lt;/posy&amp;gt;&lt;br /&gt;
            &amp;lt;width&amp;gt;800&amp;lt;/width&amp;gt;&lt;br /&gt;
            &amp;lt;height&amp;gt;20&amp;lt;/height&amp;gt;&lt;br /&gt;
            &amp;lt;label&amp;gt;$INFO[Window(Home).Property(NextAired.NextTitle)]&amp;lt;/label&amp;gt;&lt;br /&gt;
        &amp;lt;/control&amp;gt;&lt;br /&gt;
        &amp;lt;control type=&amp;quot;label&amp;quot;&amp;gt;&lt;br /&gt;
            &amp;lt;posx&amp;gt;0&amp;lt;/posx&amp;gt;&lt;br /&gt;
            &amp;lt;posy&amp;gt;20&amp;lt;/posy&amp;gt;&lt;br /&gt;
            &amp;lt;width&amp;gt;800&amp;lt;/width&amp;gt;&lt;br /&gt;
            &amp;lt;height&amp;gt;20&amp;lt;/height&amp;gt;&lt;br /&gt;
            &amp;lt;label&amp;gt;$INFO[Window(Home).Property(NextAired.NextDate)]&amp;lt;/label&amp;gt;&lt;br /&gt;
        &amp;lt;/control&amp;gt;&lt;br /&gt;
    &amp;lt;/control&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== TV Guide ==&lt;br /&gt;
&lt;br /&gt;
If you run the script without any options (or if it&#039;s started by the user),&lt;br /&gt;
the script will provide a TV Guide window using&lt;br /&gt;
    script-NextAired-TVGuide.xml&lt;br /&gt;
&lt;br /&gt;
This window is fully skinnable.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ List of required id&#039;s:&lt;br /&gt;
! container !! shows airing on&lt;br /&gt;
|-&lt;br /&gt;
| 200 || monday&lt;br /&gt;
|-&lt;br /&gt;
| 201 || tuesday&lt;br /&gt;
|-&lt;br /&gt;
| 202 || wednesday&lt;br /&gt;
|-&lt;br /&gt;
| 203 || thursday&lt;br /&gt;
|-&lt;br /&gt;
| 204 || friday&lt;br /&gt;
|-&lt;br /&gt;
| 205 || saturday&lt;br /&gt;
|-&lt;br /&gt;
| 206 || sunday&lt;br /&gt;
|-&lt;br /&gt;
| 8 || in case all the containers above are empty, we set focus to this id&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|+ List of available infolabels:&lt;br /&gt;
! label !! description&lt;br /&gt;
|-&lt;br /&gt;
| ListItem.Label ||tv show name&lt;br /&gt;
|-&lt;br /&gt;
| ListItem.Thumb || tv show thumb&lt;br /&gt;
|-&lt;br /&gt;
| ListItem.Property(*) || see above&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Totals are available using the window properties listed above.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! label !! description&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.TodayDate) || todays date&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(NextAired.%d.Date) || date for the lists, eg NextAired.1.Date will show the date for monday&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A list of available infolabels, related to the available add-on settings:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
! label !! description&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(TVGuide.ThumbType) || thumb type selected by the user: 0=poster, 1=banner, 2=logo&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(TVGuide.BackgroundFanart) || 1=user selected to show fanart, empty if disabled&lt;br /&gt;
|-&lt;br /&gt;
| Window(home).Property(TVGuide.PreviewThumbs) || 1=user selected to show 16:9 showthumbs, empty if disabled&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
All other id&#039;s and properties in the default script window are optional and not required by the script.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Force update ==&lt;br /&gt;
&lt;br /&gt;
Forcing an update of the nextaired database will rescan your tv shows and re-scrape all nextaired info&lt;br /&gt;
    RunScript(script.tv.show.next.aired,force=True)&lt;br /&gt;
&lt;br /&gt;
The force update option is also available in the addon settings.&lt;br /&gt;
&lt;br /&gt;
[[Category:Frodo add-on repository]]&lt;br /&gt;
[[Category:Eden add-on repository]]&lt;/div&gt;</summary>
		<author><name>WayneD</name></author>
	</entry>
</feed>