[WIP-Release] Skinners: Featured Content Script

Discussion and development of skins for XBMC4XBOX
Post Reply
User avatar
Dom DXecutioner
Posts: 585
Joined: Thu Jul 05, 2012 11:59 pm
Location: California
Has thanked: 249 times
Been thanked: 219 times
Contact:

[WIP-Release] Skinners: Featured Content Script

Post by Dom DXecutioner »

This is a work-in-progress script that will fetch "featured" (it's really more like random but i prefer the term featured :D ) content to be used, primary in the home screen, but really, it can be used anywhere... it is similar to the recently added; whilst is does not replace it, it is an alternative nonetheless.

I for one don't add new content everyday, thus I don't really enjoy seeing the same thing on my home screen all the time... below you'll find the INFO Labels that are exposed to be used as you see fit...

Just a small word of warning, this will (for now) spam the hell out of you debug log 8-)

Unfinished Movies

This section will retrieve any movies that have not been completely watched...

INFO Labels:

Code: Select all

UnfinishedMovie.[1-10].Title
UnfinishedMovie.[1-10].Year
UnfinishedMovie.[1-10].RunningTime
UnfinishedMovie.[1-10].TimeLeft
UnfinishedMovie.[1-10].PercentWatched
UnfinishedMovie.[1-10].MPAA
UnfinishedMovie.[1-10].Genre
UnfinishedMovie.[1-10].Path
UnfinishedMovie.[1-10].Thumb
UnfinishedMovie.[1-10].Fanart
Recently Watched Movies

This section will retrieve the most recently watched movies in your library...

INFO Labels:

Code: Select all

RecentlyWatchedMovie.[1-10].Title
RecentlyWatchedMovie.[1-10].Year
RecentlyWatchedMovie.[1-10].RunningTime
RecentlyWatchedMovie.[1-10].LastPlayed
RecentlyWatchedMovie.[1-10].MPAA
RecentlyWatchedMovie.[1-10].Genre
RecentlyWatchedMovie.[1-10].Path
RecentlyWatchedMovie.[1-10].Thumb
RecentlyWatchedMovie.[1-10].Fanart
Featured Movies

This section will retrieve random, unwatched, movies from your library; although this can be simply called random movies, i prefer the term featured...

INFO Labels:

Code: Select all

FeaturedMovie.[1-10].Title
FeaturedMovie.[1-10].Year
FeaturedMovie.[1-10].RunningTime
FeaturedMovie.[1-10].MPAA
FeaturedMovie.[1-10].Genre
FeaturedMovie.[1-10].Path
FeaturedMovie.[1-10].Thumb
FeaturedMovie.[1-10].Fanart
Featured Actors

This section will retrieve random movie actors from your library; whilst the actors are random, the actor must have 3 or more movies in the library...

INFO Labels:

Code: Select all

FeaturedMovieActor.[1-10].ID
FeaturedMovieActor.[1-10].Name
FeaturedMovieActor.[1-10].MovieCount
FeaturedMovieActor.[1-10].Path
FeaturedMovieActor.[1-10].Thumb
Featured TV Show Episodes

This section will retrieve unwatched tv show episodes; however, unlike the random movies, this will retrieve the next, unwatched, episode in any given tv show at random...

INFO Labels:

Code: Select all

FeaturedEpisode.[1-10].ShowTitle
FeaturedEpisode.[1-10].EpisodeTitle
FeaturedEpisode.[1-10].EpisodeNo
FeaturedEpisode.[1-10].Rating
FeaturedEpisode.[1-10].Path
FeaturedEpisode.[1-10].Thumb
FeaturedEpisode.[1-10].Fanart (not implemented)
Featured Albums

This section will retrieve random music albums from your library...

INFO Labels:

Code: Select all

FeaturedAlbum.[1-10].ID
FeaturedAlbum.[1-10].Title
FeaturedAlbum.[1-10].Year
FeaturedAlbum.[1-10].Artist
FeaturedAlbum.[1-10].Thumb
Featured Songs

This section will retrieve random songs from your library...

INFO Labels:

Code: Select all

FeaturedSong.[1-10].Title
FeaturedSong.[1-10].Album
FeaturedSong.[1-10].Artist
FeaturedSong.[1-10].Year
FeaturedSong.[1-10].Path
FeaturedSong.[1-10].Thumb
Featured Games

This section will retrieve random games from your library; the games must be installed in the "F/Games" directory...

INFO Labels:

Code: Select all

FeaturedGame.[1-10].ID
FeaturedGame.[1-10].Title
FeaturedGame.[1-10].Path
FeaturedGame.[1-10].FolderName
FeaturedGame.[1-10].Thumb
Download:
https://www.mediafire.com/?1gluz7im8sgr3cg
Image
Post Reply