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.

Search found 139 matches

by GaveUp
Fri Mar 26, 2010 9:22 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478669

There's one show by the way that does not work at all, Breaking Bad. All other shows I've tried work. EDIT: I have the same problem with Entourage. <BOT> {%%show_name%%} ({%%premiered%%}) - {%%show_url%%} <BOT> Last: {%%status%%} <BOT> Next: {%%status%%} This is due to how slow tvrage has been resp...
by GaveUp
Sat Mar 20, 2010 1:35 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478669

This is usually caused when there's a trailing space some where. Either in scheduleShowSeparator or scheduleEpisodeFormat. That's the only way I can recreate this issue. Make sure you have no trailing erroneous spaces in either of those settings. If that doesn't fix it please PM me your theme file s...
by GaveUp
Sat Mar 20, 2010 12:03 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478669

x0x wrote:I get error Tcl error [::tvrage::today]: can't read "prefix": no such variable
2.0b5 fixes this as well as a bug caused from the changes made to resolve the newline issue.
by GaveUp
Fri Mar 19, 2010 10:18 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478669

There was a bug in the script that prevented doing what you wanted properly. This is fixed in 2.0b4. The way to do what you're looking for is to set scheduleShowSeparator to a literal newline.

set tvrage(scheduleShowSeparator) "
"
by GaveUp
Fri Mar 19, 2010 5:27 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478669

Well it was actually a fairly simple matter so grab the latest version and it will have it. Check the changelog for details as a variable name changed so it could require updates to your custom config file.
by GaveUp
Fri Mar 19, 2010 5:07 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478669

Right now there isn't a way. I look in to adding that functionality, though.
by GaveUp
Fri Mar 19, 2010 8:38 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478669

Try out the the latest version. I've posted several updates to the custom trigger logic that should resolve the issues you were seeing.
by GaveUp
Fri Mar 19, 2010 12:35 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478669

This can already be accomplished using the existing commands by modifying the theme file. But is there a way to add !last and !next commands to the script? I mean, for what i read you say that we can edit the default theme to make !showinfo work as a !next, !last or whatever trigger, right? Or is i...
by GaveUp
Mon Mar 08, 2010 6:41 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478669

edit : +tvquiet is not working, because of me or because the new version? I had earlier an older version, 1.0 RC2 and now it's now working... +tvquiet? I have no idea where you got this flag from but it's not one of the flags in my script. Is it perhaps something from rosc's updates? edit2 : change...
by GaveUp
Mon Mar 08, 2010 9:25 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478669

Re: not working

hello, I have a problem since today: 11:27 <@k3ksz> !tv Lost 11:27 <@Anno> { %%show_name%% } - URL: { %%show_url%% } 11:27 <@Anno> Last Episode: N/A 11:27 <@Anno> Next Episode: N/A It looks as if tvrage has changed the URL's need to pull the data. I've put out a new version with the corrected URL's...
by GaveUp
Thu Feb 25, 2010 9:06 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478669

This can already be accomplished using the existing commands by modifying the theme file.
by GaveUp
Wed Feb 17, 2010 6:11 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478669

New version. Grab it from the normal place.

1.3
---
*Fixed long standing memory leak. (hopefully)
-Removed old debug statement that slipped through the
cracks.
*Fix bug in convertToSxEp method causing season to
be used for episode number.
*Fixed showinfo failing when airtime was unknown.
by GaveUp
Thu Jan 28, 2010 10:06 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478669

I can't speak for rosc's script directly, but in my script you can get that result by setting the scheduleShowSeperator to \n. I think this should work in rosc's version as well, but I can't make any guarantees.
by GaveUp
Mon Dec 21, 2009 11:26 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478669

Hey! How can i put a countdown in the script like: Next Episode: 07x12 • Fart Jokes, Pie and Celeste • Jan/11/2010 • 3wks 1day 4hrs 55mins 13secs You can't. Oh wait, here's a nifty new version. Next time to air/Last time since are configured via the theme. Right now the format of the "until&qu...
by GaveUp
Wed Dec 09, 2009 3:41 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478669

I do have a fix, but it's really not a clean or good fix. Test it out and see if there are summaries that are still broken. Basically it strips out the specific tags found in the summaries I could find with html in them. A full html stripper would be a better fix but the case of how to handle some t...