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 17 matches

by sAnexeh
Sun Dec 04, 2016 5:27 am
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381224

bosse2 wrote:Thank you, it is now working with non exact matches as well.
Glad to hear! :oops: :lol:
by sAnexeh
Sat Dec 03, 2016 6:16 pm
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381224

Thanks for pointing this out! I uploaded a new version in which this issue should be fixed.
by sAnexeh
Tue Sep 06, 2016 1:05 pm
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381224

I got the latest code, but when using imdb command on channel still shows 2011 version. why? Are you sure you loaded the correct script? Is it correctly configured in eggdrop.conf? When you telnet to the eggdrop and type .rehash after logging in you should see a message like "[19:03] IMDB Info...
by sAnexeh
Sat Aug 13, 2016 3:08 pm
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381224

Now... two little format fix for $mcolor : Color|BlackandWhite to Color | Black and White I've updated the script. %mcolor should be fixed now. If it isn't, could you give me the name of the movie you're experiencing trouble with? And $plot (with more than 700 chars) which cuts lines without \n rea...
by sAnexeh
Thu Aug 11, 2016 4:38 pm
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381224

Hello, Is it possible to fix awards? It shows "N/A" (and only in log debug) for films that have them. Thanks! I hope so! All I could find for awards without doing an additional lookup is something like "Nominated for 2 Oscars. Another 1 win & 4 nominations". I hope that's wh...
by sAnexeh
Sun Jun 19, 2016 2:05 pm
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381224

[12:28:34] IMDB_DEBUG title == Le serment du chevalier noir (1954) [12:28:34] IMDB_DEBUG release date == 1 July 1955 (France) I think IMDB uses geolocation; I think you are right. No idea why akas.imdb.com does this as they clearly state it should output in English only. I guess they changed their ...
by sAnexeh
Fri Apr 08, 2016 10:25 am
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381224

I'm using that tcl on an eggdrop which is installed on a OVH server, the titles are in French. How do i get it in English please? According to IMDb this should work: Please also remember that if you access the site through the following URL, you will always see films listed under their original tit...
by sAnexeh
Mon Apr 04, 2016 4:01 pm
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381224

I just noticed the site hosted by spithash doesn't work. I didn't realize this, sorry! The domain bsdunix.info isn't registered anymore, so I doubt it will come back online anytime soon :roll:.

I've updated the script and put it online here: https://tcl.sanexeh.nl/imdb.tcl
by sAnexeh
Thu Mar 31, 2016 4:31 pm
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381224

creasy wrote:Thank you, that fixed it! For some reason I still had this code..
That's old code! ;). Maybe spithash can add some fixes in the imdb.tcl he is hosting, otherwise I'll update it and put it somewhere.
by sAnexeh
Thu Mar 31, 2016 7:42 am
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381224

Thanks again for the fixes sAnexeh. Could you please post your code for release date? I'll compare it with mine. Sure, this is the one I use: if {[regexp {<h4 class="inline">Release Date:</h4>(.*?)<} $html dummy reldate]} { set reldate [string trim $reldate] set reldate [htmlcodes $reldat...
by sAnexeh
Fri Mar 25, 2016 11:34 am
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381224

Screens still can't easily be fixed afaik. The release date does seem to work in my scenario ([16:30] IMDB_DEBUG release date == 21 March 2012 (Netherlands)), so that might be a location issue.
by sAnexeh
Fri Mar 25, 2016 11:31 am
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381224

To fix ratings change: if [regexp {<strong><span itemprop="ratingValue">(.*?)</span></strong>} $html rating] { to: if [regexp {<span itemprop="ratingValue">(.*?)</span></strong>} $html rating] { To fix votes change: if [regexp {<span itemprop="ratingCount">(.*?)</span>}...
by sAnexeh
Thu Mar 24, 2016 4:04 pm
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381224

Anyone has a fix .. the extra info showing up in %budget? change: set budget [string map {&#136; &#136; ? ?} $budget] to: set budget [string range $budget 0 [expr [string first "<span" $budget] -1]] set budget [string trim $budget] (or simply add the lines right after set budget) ...
by sAnexeh
Thu Sep 11, 2014 9:41 am
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381224

Hey @all , have anybody a fix for %screens ? THX :-D No, because IMDb removed "screens" from its output. Technically it can be done by doing a second lookup to the box office part (/business), but that would mean doubling the amounth of lookups to IMDb and would mean a significant increas...
by sAnexeh
Wed Apr 23, 2014 2:24 am
Forum: Script Support & Releases
Topic: imdb-1.1.0.tcl help please
Replies: 303
Views: 381224

janari wrote:Yes, it really does help me, thank you.
name wrote:Thanks bro, it worked like a charm 8)
you're welcome! :)