hi,

recently added doesnt have "RandomEpisode*" please create diff against our
git repo.

Cheers,
Zeljko

On Mon, Oct 18, 2010 at 12:50 AM, Kevin Goffe <[email protected]>wrote:

> Hi,
>
> Can we get the the following added to the recentlyadded script to add
> separate
> Season and Episode numbers pulled please?
>
>             self.WINDOW.setProperty( "RandomEpisode.%d.ShowTitle" % ( count
> +
> 1, ), fields[ 28 ] )
>             self.WINDOW.setProperty( "RandomEpisode.%d.EpisodeTitle" % (
> count
> + 1, ), fields[ 2 ] )
>             self.WINDOW.setProperty( "RandomEpisode.%d.EpisodeNo" % ( count
> +
> 1, ), "s%02de%02d" % ( int( fields[ 14 ] ), int( fields[ 15 ] ), ) )
> +            self.WINDOW.setProperty( "RandomEpisode.%d.EpisodeSeason" % (
> count
> + 1, ), fields[ 14 ] )
> +            self.WINDOW.setProperty( "RandomEpisode.%d.EpisodeNumber" % (
> count
> + 1, ), fields[ 15 ] )
>             self.WINDOW.setProperty( "RandomEpisode.%d.Rating" % ( count +
> 1,
> ), fields[ 5 ] )
>             self.WINDOW.setProperty( "RandomEpisode.%d.Plot" % ( count + 1,
> ),
> fields[ 3 ] )
>             # get cache names of path to use for thumbnail/fanart and play
> path
>
> Thanks,
>
> Kev.
>
>
>
>
>
> ------------------------------------------------------------------------------
> Download new Adobe(R) Flash(R) Builder(TM) 4
> The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
> Flex(R) Builder(TM)) enable the development of rich applications that run
> across multiple browsers and platforms. Download your free trials today!
> http://p.sf.net/sfu/adobe-dev2dev
> _______________________________________________
> Xbmc-addons mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/xbmc-addons
>
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to