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
Tue Aug 13, 2013 9:55 pm
Forum: Script Support & Releases
Topic: Eggdrop Management Script
Replies: 0
Views: 4535

Eggdrop Management Script

Technically this isn't a TCL script so the powers that be are free to banish the thread to /dev/null if they deem appropriate. This is a shell script that I wrote a while back for managing multiple eggdrops. Some of the features are shared configurations, shared scripts, easy changing of eggdrop ver...
by GaveUp
Fri Jan 25, 2013 5:34 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 477806

After going through that part of code things look to be behaving as they should, even with your settings. If you pull the latest commit from git and set tvrage(debug) to DEBUG it may reveal what the problem is. It'll be quite verbose, though, so best to not leave it enabled constantly.
by GaveUp
Fri Jan 25, 2013 11:25 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 477806

Ack! Forgot about that setting. Clearly it's been a while since I've looked in to this code. I'll do some investigating and see what I come up with.
by GaveUp
Fri Jan 25, 2013 10:59 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 477806

Being these are the big networks I am guessing you may have the setting backwards. Add networks that you don't want to announce to this setting.
by GaveUp
Fri Jan 25, 2013 10:37 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 477806

What network(s) are not filtering? Post your filtered networks setting and I will take a look.
by GaveUp
Thu Dec 22, 2011 1:39 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 477806

There isn't a way in the current version of the script. It's possible to implement, similar to how the fudgeMinutes behaves, though. I may implement this in the future, but feel free to give it your own go if you'd like (post a patch/diff if you do). You're best approach would probably be adding a v...
by GaveUp
Fri Dec 16, 2011 2:31 pm
Forum: Script Support & Releases
Topic: TVInfo Light v001 / Lightweight tvrage.com lookup
Replies: 22
Views: 31176

As for the features you requested, the API doesn't seem to provide that info (though there are 2 feeds for schedules, quickschedule and fullschedule ) for a !today command, so I guess it would have to be grabbed from an HTML page or feed with some regex magic or something which is not really in my ...
by GaveUp
Tue Dec 06, 2011 12:23 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 477806

Splitting it across multiple lines has been covered a couple of times in the thread. A newline for the separators should do the trick.

To have two separate triggers with their own display format just create a custom trigger.
by GaveUp
Wed Nov 30, 2011 12:55 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 477806

That error tells you exactly what's missing and the top hit on a google search tell you exactly what provides that package.
by GaveUp
Wed Oct 12, 2011 9:17 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 477806

Never heard of a negative number, huh?
by GaveUp
Mon Oct 10, 2011 9:02 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 477806

Play with the offsetHours and fudgeMinutes settings. Using those it will announce correctly. You are capable of displaying the announcement how you described by adding a bit of tcl to the theme setting to get the current date offset by the minutesBefore setting.
by GaveUp
Mon Oct 10, 2011 4:45 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 477806

A couple of issues with it, though. One is, I assume, $http should be $token on the if. The other is that the displayInfo line will always fail in this scenario since show(chan) and show(nick) are set afterwards. That was/is one of the problems I'm trying to find a proper solution for. Occasionally ...
by GaveUp
Fri Sep 30, 2011 8:18 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 477806

The party line spam was due to debug code that I forgot to remove. It has been removed from the latest version.
by GaveUp
Thu Sep 08, 2011 8:09 am
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 477806

McGuyver wrote:Is there anyway to filter by showname instead of network?
No there isn't right now.
by GaveUp
Tue Sep 06, 2011 12:03 pm
Forum: Script Support & Releases
Topic: TVRage.com Schedule Script (Latest: 2.0)
Replies: 506
Views: 477806

Re: anyone got a complete copy of this script thats working?

dmssf wrote:anyone got a complete copy of this script thats working?
Perhaps you should try reading the FIRST sentence of the FIRST post in this thread?