done,

thanks!
Zeljko

On Mon, Oct 18, 2010 at 6:15 PM, Kevin Goffe <[email protected]> wrote:

> Hi,
>
> Sorry that was me trying to use the diff for the randomitems script because
> I have no idea how to make one from your git repo.
>
> It just adds these two lines -
>
>             self.WINDOW.setProperty( "LatestEpisode.%d.EpisodeSeason" % (
> count + 1, ), fields[ 14 ] )
>             self.WINDOW.setProperty( "LatestEpisode.%d.EpisodeNumber" % (
> count + 1, ), fields[ 15 ] )
>
> between - self.WINDOW.setProperty( "LatestEpisode.%d.EpisodeSeason" % (
> count + 1, ), fields[ 14 ] )
> and - self.WINDOW.setProperty( "LatestEpisode.%d.Plot" % ( count + 1, ),
> fields[ 3 ] )
>
> If you need a proper diff could you point me in the right direction for
> making one?
>
> Thanks,
>
> Kev.
>
>
> ------------------------------
> *From:* Zeljko Ametovic <[email protected]>
> *To:* Kevin Goffe <[email protected]>
> *Sent:* Mon, 18 October, 2010 11:50:21
> *Subject:* Re: [Xbmc-addons] [UPDATE SCRIPT REQUEST] recentlyadded
>
> 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