| View previous topic :: View next topic |
| Author |
Message |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Sat Oct 21, 2006 6:40 pm Post subject: |
|
|
I fixed the code. See first post.
It now detects the summertime period in europe.
I do not know what happens if you use the script for a period that spans over the two change days (last sunday in march and october). It might be that the TV program after the change day is not correct. Since I can't test it now, I leave this open. I do not know if I can test it end of october (change day is 29th). Maybe someone else can do some tests. Thanks. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
MisterX
Joined: 15 Oct 2006 Posts: 3
|
Posted: Mon Oct 23, 2006 7:20 pm Post subject: |
|
|
Thanks  |
|
| Back to top |
|
 |
Jero3n
Joined: 19 Jan 2007 Posts: 151
|
Posted: Fri Feb 02, 2007 7:15 pm Post subject: |
|
|
toralf can you make it so that it support dutch programs too?? if you make it, i'm so happy  |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Sat Feb 03, 2007 7:16 am Post subject: |
|
|
If you could provide a yahoo link that lists the program, I'll look into it.
See code for a hint where to start. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
Jero3n
Joined: 19 Jan 2007 Posts: 151
|
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Sat Feb 03, 2007 7:20 pm Post subject: |
|
|
The EPG was designed to work with yahoo pages. I have no intention to do it for other pages. But of cause you could try to alter the code, to digest the pages you posted. You'll have to understand how you can call the correct pages via the URL. E.g for yahoo it is:
- To get a list of shows per time
http://de.tv.yahoo.com/grid?lineup=de&.intl=de&startdate=0&starthour=72000
- to get a list of shows per station
http://de.tv.yahoo.com/tvpdb?d=tvs&id=166009878&channels=europe_ard&lineup=de&.intl=de
The EPG code needs:
- a pipe separated list of stations names.
- a pipe separated list of available dates (as numbers to call the pages).
- a pipe separated list of available dates (human readable).
- a pipe separated list of shows per date with start time, name, and link
I hope I didn't forget anything. Have fun _________________ Ciao
toralf  |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Mar 07, 2007 12:02 am Post subject: |
|
|
| Looks great - but US regions don't seem to do anything. Is it just me...?! |
|
| Back to top |
|
 |
Keffi
Joined: 13 Feb 2007 Posts: 2 Location: Germany
|
Posted: Sat Mar 17, 2007 12:31 pm Post subject: |
|
|
Hi, it seems that yahoo changed their format. The current day is no longer shown and the detailed program info is no longer shown.
I speak about the german epg infos.
Cheers,
Ralf _________________ Blindness is the opportunity to see more |
|
| Back to top |
|
 |
LarryC Guest
|
Posted: Tue Mar 20, 2007 7:45 pm Post subject: No US channels |
|
|
| Any idea why i can not get any US channels but do get the others? |
|
| Back to top |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Tue Mar 20, 2007 9:46 pm Post subject: |
|
|
because yahoo requires to sign in. This has only been recently.
Please do not ask for an update of the code, I will not add a sign-in feature. Sorry.
If you want to have it, try to mod my code. Maybe you can then also use RegEx to get the info from the pages. The parsing I did in the code was before RegEx was available in AHK. _________________ Ciao
toralf  |
|
| Back to top |
|
 |
Prince Guest
|
Posted: Sat Oct 13, 2007 6:37 am Post subject: EPG for Indian Programs |
|
|
www.zipazap.com is an Indian TV Program EPG site
I found it today with hundreds of Indian channels and all their programs
Prince |
|
| Back to top |
|
 |
rmccue
Joined: 18 Dec 2007 Posts: 4
|
|
| Back to top |
|
 |
|