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
Wed Aug 24, 2011 9:52 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478670

You need to add the +tvannounce flag to the channel.
by GaveUp
Fri Aug 19, 2011 8:30 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478670

Use the tvrage(filteredNetworks) and tvrage(includeOnlyFiltered) settings.
by GaveUp
Mon Aug 15, 2011 3:36 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478670

Awesome. People have mentioned this issue a few times, but without the settings from theme I couldn't reproduce it because it was only a problem on the announce piece. Grab the latest from git and it should work. One note. Be careful of trailing spaces on these lines. If there's a trailing space, fo...
by GaveUp
Sun Aug 14, 2011 9:56 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478670

Neither are required.
by GaveUp
Sun Aug 14, 2011 5:41 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478670

A new version has been pushed to the repository. It should fix the above issue.

Side note: I HATE screen-scraping.
by GaveUp
Sun Aug 14, 2011 1:40 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478670

Grab the latest version from the git repository and let me know if it works or not. TVRage Script Repo
by GaveUp
Sun Jul 31, 2011 2:17 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478670

I just tested this out. I noticed there was nothing cached on my bots but as you said the URLs still work. A simple !updatecache recached the schedules and things began functioning again as they should.
by GaveUp
Mon Apr 25, 2011 10:50 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478670

A quick test of my bots as well as a quick look at the data returned by the calls the script makes doesn't show any problems. The triggers look to still be working and pulling back data they should be. If you're not getting schedule info do an update on the cache and it should work again. If it does...
by GaveUp
Tue Sep 28, 2010 8:27 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478670

For newlines you actually add a newline, not the \n. set tvrage(announceShowSeparator) " " WRT why the script doesn't sort ... it's because I didn't add in a sorting option. Maybe at some point in the future when I take a look at the script again I'll add it, but if you really need it feel...
by GaveUp
Tue Sep 28, 2010 9:21 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478670

Is it possible to easily use to sort the channels alphabetically when they are being listed in !schedule <day> !today !tomorrow !yesterday .. please help :) This isn't possible. Also is there anyway to get this: [10:50:07pm] <tvrage> Airing in 10 minutes at : [10:50:07pm] <tvrage> Comedy Central: T...
by GaveUp
Thu May 13, 2010 6:59 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478670

Do a rehash or an !updateCache.
by GaveUp
Wed May 12, 2010 10:54 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478670

It looks like the URLs were changed back to the services.tvrage.com ones so your configs will need to be updated. That should resolve the problems you guys are seeing. The http timeout may need to be increased a bit too.
by GaveUp
Sat Apr 17, 2010 7:07 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478670

The URLs for retrieving show information changed. Update the settings to http://www.tvrage.com/quickinfo.php and http://www.tvrage.com/quickschedule.php.
by GaveUp
Sun Apr 11, 2010 2:23 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478670

I think its a shame that u have changed this script taking out what rosc had done with it. You said you had not changed anything when you released 1.0 but you did as you took out all rosc edits that made the script even better giving users the options to pm the bots to get info or in channel now I ...
by GaveUp
Mon Mar 29, 2010 9:21 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 478670

I considered running this script on one of my bots, and in the process I fixed some issues with it that made me nervous, here's a patch . I hope you find it useful. Thanks for the patch. Looking through it, unless I'm missing something most of the changes fix some inconsistencies in the syntax, unl...