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.

TVRage.com Schedule Script (Latest: 2.0)

Support & discussion of released scripts, and announcements of new releases.
Post Reply
User avatar
Arkadietz
Halfop
Posts: 67
Joined: Fri Jul 14, 2006 11:43 am
Location: cat /dev/zero > /dev/null;

Post by Arkadietz »

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.
G
GaveUp
Op
Posts: 139
Joined: Thu Jan 19, 2006 3:56 am

Post by GaveUp »

That error tells you exactly what's missing and the top hit on a google search tell you exactly what provides that package.
F
FightingNavyman
Voice
Posts: 35
Joined: Tue Jan 18, 2011 12:39 pm

tvrage 2.0

Post by FightingNavyman »

@GaveUp

Sir your script is just awesome i give you a 10/10 :mrgreen:
s
stefftastiq
Voice
Posts: 6
Joined: Fri May 07, 2010 1:31 pm

Post by stefftastiq »

[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 :|
User avatar
Arkadietz
Halfop
Posts: 67
Joined: Fri Jul 14, 2006 11:43 am
Location: cat /dev/zero > /dev/null;

Post by Arkadietz »

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.
G
GaveUp
Op
Posts: 139
Joined: Thu Jan 19, 2006 3:56 am

Post by GaveUp »

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.
l
lxz
Voice
Posts: 2
Joined: Wed Dec 21, 2011 10:42 pm

Post by lxz »

Is it possible for the script to view !today times in CET, or for that to work,
tvrage must start providing one?
G
GaveUp
Op
Posts: 139
Joined: Thu Jan 19, 2006 3:56 am

Post by GaveUp »

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.
l
lxz
Voice
Posts: 2
Joined: Wed Dec 21, 2011 10:42 pm

Post by lxz »

Aha, okay. Na, I'm not that good in programming. 8)

Guess I have to wait and see what happends.
f
flikker
Voice
Posts: 3
Joined: Fri Jan 13, 2012 9:31 pm

Post by flikker »

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.
User avatar
Arkadietz
Halfop
Posts: 67
Joined: Fri Jul 14, 2006 11:43 am
Location: cat /dev/zero > /dev/null;

Post by Arkadietz »

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.
x
x0x
Op
Posts: 140
Joined: Tue Feb 10, 2009 6:42 am

Post by x0x »

I have set the script to only use filtered networks. But the tv announce shows other networks as well. Anyone an idea?
G
GaveUp
Op
Posts: 139
Joined: Thu Jan 19, 2006 3:56 am

Post by GaveUp »

What network(s) are not filtering? Post your filtered networks setting and I will take a look.
x
x0x
Op
Posts: 140
Joined: Tue Feb 10, 2009 6:42 am

Post by x0x »

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"
G
GaveUp
Op
Posts: 139
Joined: Thu Jan 19, 2006 3:56 am

Post by GaveUp »

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.
Post Reply