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.

Announce: TV Shows On Dvd script

Support & discussion of released scripts, and announcements of new releases.
Post Reply
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Announce: TV Shows On Dvd script

Post by rosc2112 »

As promised:

http://members.dandy.net/~fbn/tvdvd.tcl.txt

Ugly, but functional :^)

No, it doesn't incorporate a search function, the regexp for getting the current/default month was ugly enough as it is =p

Maybe I'll do some improvements sometime, like adding a cache, since the data doesn't change daily. It's pretty slow on my old P2 box, a cache would speed things up (would only need to grab data once a day.) And maybe add a config option to only show 1 week, or xx number of lines or something, since 47 lines (for this month) is a bit much to output, at least in my opinion. I assumed the requestor for this script wanted the entire month's data, so that's what ya get.
r
raktivist
Voice
Posts: 15
Joined: Tue Nov 22, 2005 9:08 am

Post by raktivist »

ahhh im sure ull make it pretty!
TIA! working btw. :)

keep them movie (or tv) script info tcls coming. :D

i still want a thorough tutorial on how to install and run 'tvrage.com tcl' on a windrop :( i cant run it as im a noob too!
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Post your specific probs about the tvrage script in it's thread and we'll try to help you. http://forum.egghelp.org/viewtopic.php?t=11208

Installing tvrage.tcl under windrop should not be particularly difficult, unless the problem is with compiling/installing dict, and to that question I don't have any answer, except perhaps to install cygwin and a real eggdrop/tcl environment. I would assume the windows version of tcl is capable of compiling the dict lib, but I dont know if the windows environment provides the necessary features for GNU auto-conf and make. Cygwin would provide them and would give you a unix-like environment under Windows.
d
darkwolf
Voice
Posts: 9
Joined: Mon Feb 26, 2007 1:13 pm

Post by darkwolf »

do you think it will be possible to add the option to only show 1 week .. and/or add a option to show them by date(TV-DVDR always get released the tuesday of each weeks)..

Something like: !tvdvd

March 13

Baby Looney Tunes Volume 3: Puddle Olympics buy
Bosom Buddies The 1st Season buy
Cool McCool The Complete Series buy
Loonatics: Unleashed Season 1 buy
Lucy-Desi Comedy Hour, The The Final Seasons 7, 8 & 9 buy
Match Game 73 Dumb Dora Edition buy
Mile High Season 1 buy
Pretender, The TV Movies buy
Robin of Sherwood Set 1 (Seasons 1 & 2) buy
Teenage Mutant Ninja Turtles Season 4 buy
Without a Trace The Complete 2nd Season

(without the buy everywhere ;) )

Sometime there could be over 20 release by weeks... So showing them by week would be the best options and even better with the date that the user request. If you wanna see the actual release of the week then you just trigger !tvdvd and if you wanna see the next week !tvdvd 13 (Dont need to include the month and year..)

Good job ;)
Thanks alots
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

I'll add a per-week option, but it'll be 1, 2, 3, 4, for week 1, week2, etc. Easier than tracking actual dates.
d
darkwolf
Voice
Posts: 9
Joined: Mon Feb 26, 2007 1:13 pm

Post by darkwolf »

Any news/update ???

:?
a
ascension
Voice
Posts: 8
Joined: Mon Mar 26, 2007 8:26 am

Post by ascension »

Weekly limitation. I just cut off the output to 15 lines. =p
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

v0.02 update/new features

Post by rosc2112 »

Hopefully worth the wait.

# Changes Apr.03.2007

- Added caching of data to speed up data retrieval/presentation.

- Added per-week option (eg, .tvdvd 1 will show the 1st week of the current month. Valid numbers are 1 through 5, although I haven't tested whether the tvshowsondvd.com site actually uses 5 weeks; some months do have 5 weeks, let me know if the script works for July 2007 =)

- Added some colors to the output to make it easier to see.

Same url as above. Uploaded to archive as well.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Another (minor) update, changed how the array is initialized so it's only done when necessary, rather than every rehash.
h
hyuma
Voice
Posts: 4
Joined: Sat Feb 23, 2008 6:17 pm

Post by hyuma »

got error:

[16:49] Tcl error [tvdvd]: can't read "perweek(1)": no such variable
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Debug it.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

v0.02e fix uploaded.
Post Reply