This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

TV script status

Support & discussion of released scripts, and announcements of new releases.
r
ryal
Voice
Posts: 35
Joined: Thu May 12, 2005 6:10 pm

Post by ryal »

smash: thank you :)

romeo5k: did you put the dlls into /lib/mysqltcl ?
this is what i have:
set dir "/lib/mysqltcl/" (dont forget the last / )
and the dlls there
And its working lovely.
Hope it helps
r
raktivist
Voice
Posts: 15
Joined: Tue Nov 22, 2005 9:08 am

Post by raktivist »

awwwww! i think epw changed itz layout. :(

scripter mind checking and updating this neat script?
as of today, 3/07/2007 it seems to be not outputting the shows. and i dont see any error msgs.

Code: Select all

AI · **************************************
AI · Airing Date - Show Name - Episode Name
AI · **************2007-03-06**************
AI · **************************************
AI · **************************************
AI · Airing Date - Show Name - Episode Name
AI · **************2007-03-07**************
AI · **************************************
AI · No shows from your selection will be aired today.
AI · No shows from your selection were aired yesterday.

Code: Select all

raktivist · !epinfo jericho
AI · Unknown Show, check the spelling
pls.... TIA! :D
o
outthere
Voice
Posts: 33
Joined: Sat Nov 26, 2005 7:25 pm

....

Post by outthere »

Yes it seems to have stopped working. I would guess it is due to the revamping of the website it parses from.
Hopefully he will update it soon cause I am gonna miss my tv shows :(
o
outthere
Voice
Posts: 33
Joined: Sat Nov 26, 2005 7:25 pm

working now

Post by outthere »

hmmm all of sudden it is working

strange.. oh well :)
o
outthere
Voice
Posts: 33
Joined: Sat Nov 26, 2005 7:25 pm

Post by outthere »

Did something change on the website again to make the script stop working correctly? It seems !epinfo is the only command that works now.
m
misterex
Voice
Posts: 1
Joined: Sun May 18, 2008 9:29 pm

Post by misterex »

outthere wrote:Did something change on the website again to make the script stop working correctly? It seems !epinfo is the only command that works now.
The problem is... The website had been fixed to proper standards. To fix the script you'll have to do a little bit of playing... Heres what I've done:

In egghttp.tcl:
Line 314+. Comment out the content-type check

Code: Select all

#    if {[string match "*content-type*" [string tolower $input]] && ![string match "*text*" [string tolower $input]]} {
#      set egghttp($sock,error) "Non-Text file content type."
#      catch {killdcc $sock}
#      catch {eval $egghttp($sock,command) $sock}
#      return 1
#    }
Theres a better way to do this but I couldn't be bothered... I'm not much of a TCL programmer (infact I've never done any tcl programming!)

Then change some of the regexpressions in episodeworld.tcl:
Line 364+

Code: Select all

       foreach line [split $data \n] {
                if  {[regexp {<description><!.CDATA.(.*) - } $line . showtemp]} {
                        if  {[regexp {Broadcast: (.*)<BR..><BR..><BR..>} $line . datetemp]} {
Line 374.

Code: Select all

                                if  {[regexp { - (.*)<BR..><BR..>} $line . nametemp]} {
The line numbers probably aren't perfect because I've done various other things with the script and such... but they should be about right.
Last edited by misterex on Sun May 18, 2008 9:59 pm, edited 1 time in total.
o
outthere
Voice
Posts: 33
Joined: Sat Nov 26, 2005 7:25 pm

Post by outthere »

Awesome!! Thanks so much. Its working fine again :D
n
ne0
Voice
Posts: 1
Joined: Wed Jan 09, 2008 6:38 pm

Post by ne0 »

everything is ok, but i have one error:
invalid command name "timerexists"
while executing
"timerexists whatson"
(file "scripts/episodeworld.com.v2.0.tcl" line 1)
(file "egg.txt" line 1)
anyone knows what to do? script no loaded:/
b
bootdisk
Voice
Posts: 12
Joined: Mon Jun 11, 2007 10:22 am

Post by bootdisk »

First off all i want to thanks for a great script that you have made.

I have 2 questions.

When i do !today or !yesterday the bot spams out all the series, is there anyway to changed that so it only shows like 5 or 6 shows?

When i do !epinfo Heroes, it shows the next ep and the last ep, but is there any chance to a time to the next ep?

I'll show you an example:

Code: Select all

(Show: Heroes)-(Next: 3x05-Angels and Monsters - airs 07/10/08 @ 03:00 CET (1hr 25mins 13secs)
Or maybe it's to hard to do that because the shows isnt aired at the same time.

Best Regards
Bootdisk
g
guest
Halfop
Posts: 52
Joined: Mon Jan 19, 2004 4:15 pm

Post by guest »

does !epinfo work anymore I can't seem to get it to work
just shows this on partyline

<<me>> !me! !epinfo smallville

but the !today commands work
d
dmssf
Voice
Posts: 5
Joined: Sun Aug 13, 2006 6:21 pm

epw 1.0 is there anyway renew this without mysql

Post by dmssf »

Does anyone know of a new version or another script like the original that stil works so u do somthing like !epw and it pulls the shows for the day thats on tv epw always has better listings then rage and others but i dont want to use mysql it can be mrc or tcl doesnt matter
Post Reply