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.
Support & discussion of released scripts, and announcements of new releases.
Arkadietz
Halfop
Posts: 67 Joined: Fri Jul 14, 2006 11:43 am
Location: cat /dev/zero > /dev/null;
Post
by Arkadietz » Wed Nov 30, 2011 5:25 am
Okay
Last edited by
Arkadietz on Thu Jan 24, 2013 7:12 am, edited 1 time in total.
On a unix system everything is a file ; if something is not a file , it is a proccess.
GaveUp
Op
Posts: 139 Joined: Thu Jan 19, 2006 3:56 am
Post
by GaveUp » Wed Nov 30, 2011 12:55 pm
That error tells you exactly what's missing and the top hit on a google search tell you exactly what provides that package.
stefftastiq
Voice
Posts: 6 Joined: Fri May 07, 2010 1:31 pm
Post
by stefftastiq » Mon Dec 05, 2011 7:18 am
[12:29] Loading TVRage.com Primetime Schedule Script v2.0
[12:29] tvrage.tcl error: struct::queue required.
i get this error - and i see you reply to the guy above - cant say google helped med with it
maybe too noob to run this script anymore? since it used to work before
Arkadietz
Halfop
Posts: 67 Joined: Fri Jul 14, 2006 11:43 am
Location: cat /dev/zero > /dev/null;
Post
by Arkadietz » Mon Dec 05, 2011 9:13 pm
lol
Last edited by
Arkadietz on Thu Jan 24, 2013 7:14 am, edited 1 time in total.
On a unix system everything is a file ; if something is not a file , it is a proccess.
GaveUp
Op
Posts: 139 Joined: Thu Jan 19, 2006 3:56 am
Post
by GaveUp » Tue Dec 06, 2011 12:23 pm
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.
lxz
Voice
Posts: 2 Joined: Wed Dec 21, 2011 10:42 pm
Post
by lxz » Wed Dec 21, 2011 10:52 pm
Is it possible for the script to view !today times in CET, or for that to work,
tvrage must start providing one?
GaveUp
Op
Posts: 139 Joined: Thu Jan 19, 2006 3:56 am
Post
by GaveUp » Thu Dec 22, 2011 1:39 am
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 variable with the adjusted time just prior to when the scheduleTimeFormat variable is parsed in printSchedule.
lxz
Voice
Posts: 2 Joined: Wed Dec 21, 2011 10:42 pm
Post
by lxz » Thu Dec 22, 2011 3:39 am
Aha, okay. Na, I'm not
that good in programming.
Guess I have to wait and see what happends.
flikker
Voice
Posts: 3 Joined: Fri Jan 13, 2012 9:31 pm
Post
by flikker » Tue Feb 28, 2012 10:14 am
Code: Select all
[15:03:28] Loading TVRage.com Primetime Schedule Script v2.0
[15:03:28] tvrage.tcl error: struct::queue required.
Having the same problem as the other guys above. Google didn't really help me either. Could someone please tell me how to fix this?
Edit: After some learning by failing I figured it out. You need to install tcllib
Edit 2: Thanks for the script, works great.
Arkadietz
Halfop
Posts: 67 Joined: Fri Jul 14, 2006 11:43 am
Location: cat /dev/zero > /dev/null;
Post
by Arkadietz » Tue Mar 06, 2012 6:32 pm
yep
Last edited by
Arkadietz on Thu Jan 24, 2013 7:13 am, edited 1 time in total.
On a unix system everything is a file ; if something is not a file , it is a proccess.
x0x
Op
Posts: 140 Joined: Tue Feb 10, 2009 6:42 am
Post
by x0x » Thu Jan 24, 2013 4:30 am
I have set the script to only use filtered networks. But the tv announce shows other networks as well. Anyone an idea?
GaveUp
Op
Posts: 139 Joined: Thu Jan 19, 2006 3:56 am
Post
by GaveUp » Fri Jan 25, 2013 10:37 am
What network(s) are not filtering? Post your filtered networks setting and I will take a look.
x0x
Op
Posts: 140 Joined: Tue Feb 10, 2009 6:42 am
Post
by x0x » Fri Jan 25, 2013 10:44 am
This is included in my config file.
Code: Select all
# Set to 1 to only include networks listed in filteredNetworks
# setting and exclude all other networks. When set to 0
# filteredNetworks becomes a list of networks to exclude.
set tvrage(includeOnlyFiltered) 1
# TCL List of networks to exclude from schedules. If a network
# has a space in it enclose it in {}'s. The list is space
# separated.
set tvrage(filteredNetworks) "USA ABC NBC FOX HBO CBS Starz A&E AMC Showtime FX CW {Comedy Central} TNT TBS"
GaveUp
Op
Posts: 139 Joined: Thu Jan 19, 2006 3:56 am
Post
by GaveUp » Fri Jan 25, 2013 10:59 am
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.