Search found 3 matches

by pkscout
Thu May 16, 2013 1:39 am
Forum: XMLTV GUI V3
Topic: NA_SD Download Doesn't Contain AirDate
Replies: 0
Views: 118044

NA_SD Download Doesn't Contain AirDate

I noticed earlier this week that the NA_SD grabber doesn't output the AirDate. I figured out in the LUA code how to insert the OriginalAirDate into the Date field to get it to output, but I didn't see an obviously way to format the date properly. So I had to convert the date to string and then manip...
by pkscout
Sat Mar 02, 2013 3:00 am
Forum: XMLTV GUI V3
Topic: All Shows from Schedules Direct Marked as Previously Shown
Replies: 2
Views: 62165

Re: All Shows from Schedules Direct Marked as Previously Sho

Sounds good. And no worries about the wait. That's given me plenty of time to make sure my updates didn't break anything else. :D I'm attaching two files. One is the complete na_sd.lua file. The other is a patch file in case you want to see exactly what I changed. The update does two things: 1- Upda...
by pkscout
Sat Jan 26, 2013 9:23 pm
Forum: XMLTV GUI V3
Topic: All Shows from Schedules Direct Marked as Previously Shown
Replies: 2
Views: 62165

All Shows from Schedules Direct Marked as Previously Shown

I'm using XMLTV GUI to download guide data from Schedules Direct and import into ArgusTV. I noticed that the only way I could get ArgusTV to record things is if I unchecked SKIP REPEATS. In looking at the XML, every show was marked as previously shown. I've never worked with the lua language before,...