tv show next aired script - new features for skinners

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
humferier Offline
Member
Posts: 87
Joined: Oct 2009
Reputation: 3
Location: Belgium
Post: #21
eddiem Wrote:These days and dates come from TVRage.
New Girl: normal air day is Tuesday.
http://www.tvrage.com/The_New_Girl

i deleted the next_aired.db and that correct the error with "new girl", the second one ( "The Penguins of Madagascar" ) the error is on tvrage.com

My name is Erier, Humf Erier
[Image: double0smile.gif]
find quote
`Black Offline
Skilled Skinner
Posts: 2,024
Joined: Apr 2009
Reputation: 50
Location: Germany
Post: #22
ronie Wrote:hmm...will have a look-see at that.

I've found the problem for that, will commit it to svn.

[Image: xp1080-21.png]
find quote
ronie Offline
Team-XBMC Member
Posts: 8,263
Joined: Jan 2009
Reputation: 108
Post: #23
Big_Noid Wrote:here you go. I was indeed using that. It literally returned a 0.

cheers for debug log, the error in there can be ignored.

^ 'Black has a fix pending for the incorrect TodayTotal

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
defluo Offline
Senior Member
Posts: 105
Joined: Aug 2010
Reputation: 2
Post: #24
Sharpe Wrote:I have a widget on the home screen that used to display the first 4 items in the next aired script that were airing on that particular day.

eg,

Code:
<texture background="true">$INFO[Window(Home).Property(NextAired.1.Showpath)]logo.png</texture>

Code:
<texture background="true">$INFO[Window(Home).Property(NextAired.2.Showpath)]logo.png</texture>

And so on for the first 4 items.

I used various visibility conditions to make sure the correct items were visible even if the scripts first few items were for previous days (ie if the script hadn't been run for a while).

Is there any way to keep this working?

Cheers

Yes I also had something like this on my home screen. If there was a way to get it back that would be awesome. But the changes you've made are all great

TV LG 32LK330U 32 inch HDTV
Receiver Sony STRDH520 7.1
HTPC 1 eMachines ER1401 2GB RAM 250GB HDD Win 7 x64, VRC 1100 remote, AMBX lighting HTPC 2 Dell Optiplex SX270 2GB RAM 80GB HDD Win7 x86
Server HP Proliant Microserver 3GB RAM, 7.5TB total storage, Sickbeard, SABnzbd+, CouchPotato, Headphones
XBMC Frodo Alpha 5, Aeon Nox 4
find quote
Hitcher Online
Skilled Skinner
Posts: 9,942
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #25
`Black Wrote:@Hitcher
I'll fix that, never tested with mouse. Smile
I just used the mouse to highlight what had focus.
ronie Wrote:you've got some pretty weird results Smile

what skin are you running this on?

mind posting your nextaired db so i can try to reproduce?
(..\userdata\addon_data\script.tv.show.next.aired\next_aired.db)
Originally Precession but I just deleted the databases and ran it again on Confluence - same results.

canceled.db

next_aired.db

Also, they can't be opened with SQLiteSpy.

[Image: sig_zps3af3b48e.jpg]
find quote
`Black Offline
Skilled Skinner
Posts: 2,024
Joined: Apr 2009
Reputation: 50
Location: Germany
Post: #26
The .db files are just plain text. Smile

[Image: xp1080-21.png]
find quote
ronie Offline
Team-XBMC Member
Posts: 8,263
Joined: Jan 2009
Reputation: 108
Post: #27
Hitcher Wrote:canceled.db

next_aired.db

Also, they can't be opened with SQLiteSpy.

they're just plain text files ;-)

thanx, let's see what i get with those.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Hitcher Online
Skilled Skinner
Posts: 9,942
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #28
ronie Wrote:they're just plain text files ;-)

Doh.

Cheers.

[Image: sig_zps3af3b48e.jpg]
find quote
Big_Noid Offline
Skilled Skinner
Posts: 2,627
Joined: Jul 2010
Reputation: 68
Location: Below sea level
Post: #29
@ ronie and `Black: any chance of making the canceled/ended shows available to backend mode of the script?
find quote
ronie Offline
Team-XBMC Member
Posts: 8,263
Joined: Jan 2009
Reputation: 108
Post: #30
Hitcher Wrote:Doh.

Cheers.

can reproduce.

looks like the script is chocking on shows that are aired several times a week.

Quote:'Airtime': 'Thursday, Friday at 04:35 pm'

i thought we had that one fixed, but apparently not.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Post Reply