News
:
READ THE
RULES
Home
Forum
Help
Search
Calendar
Login
Register
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
September 07, 2010, 10:10:58 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Light Blue
Light Navy
Light Silver
Light Turquoise
Light Green
Light Olive
Light Golden
Light Brown
Light Red
Light Rose
Light Lilac
Light Violet
The PtokaX Portal
>
Forum
>
Lua 5.1.x Scripts (for PtokaX 0.4.0.0 and newer)
>
Finished Scripts
>
iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
Pages: [
1
]
Go Down
« previous
next »
Print
Author
Topic: iMDB Search 2.0a LUA 5.1x [API2] [PtokaX] (Read 626 times)
0 Members and 1 Guest are viewing this topic.
lUk3f1l3w4lK3R
Junior Member
Karma: +3/-0
Offline
Posts: 22
iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
«
on:
July 06, 2010, 07:41:20 PM »
Code:
--[[
___________________________________________________________________
--|
iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
|--
--|
|--
--|
Internet Movie DataBase script for Eximius Hubsoft
|--
--|
by Dumbdozygit Dumbdozygit@hotmail.com
|--
--|
|--
--|
Searches www.imdb.com for film title and
|--
--|
returns details of first result to main chat.
|--
--|
|--
--|
Command:
|--
--|
!imdb <film name>
|--
--|
|--
--|
Result in format:
|--
--|
|--
--|
Film Title:
|--
--|
Directed By:
|--
--|
Genre:
|--
--|
Runtime:
|--
--|
Aspect Ratio:
|--
--|
Rating:
|--
--|
Plot:
|--
--|
Comment:
|--
--|
Release Date:
|--
--|
|--
--|
Modded by lUk3f1l3w4lK3R 15.05.2010
|--
--|
+Added script specs
|--
--|
+Added a SubMenu
|--
--|
+Added Send Bot RCMenu to specified profiles
|--
--|
+Added help command
to RC-Menu
|--
--|
+Changed the RCMenu style
|--
--|
+Version change to 2.0
|--
--|
|--
--|
PtokaX version by lUk3f1l3w4lK3R 17.05.2010
|--
--|
+Converted to PtokaX API
|--
--|
+Tested with PtokaX 0.4.1.2
|--
--|
+Named: iMDB Search 2.0 LUA 5.1x [API2] [PtokaX]
|--
--|
|--
--|
Changelog 2.0a by lUk3f1l3w4lK3R 03.07.2010
|--
--|
+Added some ASCii character codes
|--
--|
+Changed Comment:</h5> to User Reviews:</h5> for parsing|--
--|
the comments
|--
--|
+Added parsing of "Release Date:"
|--
--|
+Added parsing of "Aspect Ratio:"
|--
--|
+Fixed parsing of "Runtime:"
|--
--|
|--
--|
Note:
|--
--|
This script require the PXLuaSocket-2.0.2 library
|--
--|
Download it from:
|--
--|
http://www.czdc.org/PtokaX/Libs-0.4.0.0RC6/PXLuaSocket-2.0.2.7z
|--
--|
|--
--| lUk3f1l3w4lK3R gives Special Thankz to:
|--
--| Mutor (your scripts helps me alot to understand this LUA stuff)
|--
--|_________________________________________________________________|--
]]
Have fun with this script.
iMDB Search 2.0e LUA 5.1x [API2] [PtokaX].7z
(19.49 KB - downloaded 27 times.)
«
Last Edit: August 04, 2010, 07:02:03 PM by lUk3f1l3w4lK3R
»
Logged
Jimbob
Junior Member
Karma: +1/-2
Offline
Posts: 10
Re: iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
«
Reply #1 on:
July 07, 2010, 01:54:28 AM »
Sweet original script by DDG and nice additions by yourself.
1 very small thing I've found
====================iMDB====================
Film Title: Manhunt (2008)
Directed By: No Information Found
Genre: Horror / Thriller
Runtime: Argentina:78 min
[00:46:39] Norway:78 min
Aspect Ratio: 2.35 : 1
Release Date: 4 January 2008 (Norway)
Rating: * * * * * 5.0/10
Plot: The summer of 1974. Four young friends have planned a relaxing weekend out in the woods. At a remote truck stop they pick up a hitchhiker...
Comment: Great Norwegian survival-horror
====================iMDB====================
As you can see, in the Runtime field it has come across character 125 ($7C) and outputted a new line with time stamp
Logged
lUk3f1l3w4lK3R
Junior Member
Karma: +3/-0
Offline
Posts: 22
Re: iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
«
Reply #2 on:
July 08, 2010, 04:53:52 PM »
Code:
--[[
___________________________________________________________________
--|
iMDB Search 2.0b LUA 5.1x [API2] [PtokaX]
|--
--|
|--
--|
Internet Movie DataBase script for Eximius Hubsoft
|--
--|
by Dumbdozygit Dumbdozygit@hotmail.com
|--
--|
|--
--|
Searches www.imdb.com for film title and
|--
--|
returns details of first result to main chat.
|--
--|
|--
--|
Command:
|--
--|
!imdb <film name>
|--
--|
|--
--|
Result in format:
|--
--|
|--
--|
Film Title:
|--
--|
Directed By:
|--
--|
Company:
|--
--|
Genre:
|--
--|
Country:
|--
--|
Language:
|--
--|
Runtime:
|--
--|
Aspect Ratio:
|--
--|
Rating:
|--
--|
Plot:
|--
--|
Comment:
|--
--|
Release Date:
|--
--|
|--
--|
Modded by lUk3f1l3w4lK3R 15.05.2010
|--
--|
+Added script specs
|--
--|
+Added a SubMenu
|--
--|
+Added Send Bot RCMenu to specified profiles
|--
--|
+Added help command
to RC-Menu
|--
--|
+Changed the RCMenu style
|--
--|
+Version change to 2.0
|--
--|
|--
--|
PtokaX version by lUk3f1l3w4lK3R 17.05.2010
|--
--|
+Converted to PtokaX API
|--
--|
+Tested with PtokaX 0.4.1.2
|--
--|
+Named: iMDB Search 2.0 LUA 5.1x [API2] [PtokaX]
|--
--|
|--
--|
Changelog 2.0a by lUk3f1l3w4lK3R 03.07.2010
|--
--|
+Added some ASCii character codes
|--
--|
+Changed Comment:</h5> to User Reviews:</h5> for parsing|--
--|
the comments
|--
--|
+Added parsing of "Release Date:"
|--
--|
+Added parsing of "Aspect Ratio:"
|--
--|
+Fixed parsing of "Runtime:"
|--
--|
|--
--|
Changelog 2.0b by lUk3f1l3w4lK3R 07.07.2010
|--
--|
+Added more ASCii character codes to table
|--
--|
+Added parsing of "Language:"
|--
--|
+Added parsing of "Country:"
|--
--|
+Added parsing of "Company:"
|--
--|
+Fixed parsing of multiple Runtime's
|--
--|
|--
--|
Note:
|--
--|
This script require the PXLuaSocket-2.0.2 library
|--
--|
Download it from:
|--
--|
http://www.czdc.org/PtokaX/Libs-0.4.0.0RC6/PXLuaSocket-2.0.2.7z
|--
--|
|--
--| lUk3f1l3w4lK3R gives Special Thankz to:
|--
--| Mutor (your scripts helps me alot to understand this LUA stuff)
|--
--|_________________________________________________________________|--
]]
Thx for the report Jimbob. This is fixed in version 2.0b.
Looks now like this:
====================iMDB====================
Film Title: Manhunt (2008)
Directed By: No Information Found
Company: Euforia Film
Genre: Horror / Thriller
Country: Norway
Language: Norwegian
Runtime: Argentina:78 min | Norway:78 min
Aspect Ratio: 2.35 : 1
Release Date: 4 January 2008 (Norway)
Rating: * * * * * 5.0/10
Plot: The summer of 1974. Four young friends have planned a relaxing weekend out in the woods. At a remote truck stop they pick up a hitchhiker...
Comment: Loads of stunning makeup and effects, thus thereby utterly disgusting
====================iMDB====================
Attachment in first post updated.
Logged
Mr.T
Fulll Member
Karma: +7/-2
Offline
Posts: 61
Re: iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
«
Reply #3 on:
July 09, 2010, 01:58:34 PM »
Can you make the scrit send it to pm to user and not i main
Logged
lUk3f1l3w4lK3R
Junior Member
Karma: +3/-0
Offline
Posts: 22
Re: iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
«
Reply #4 on:
July 09, 2010, 07:30:03 PM »
Code:
--[[
___________________________________________________________________
--|
iMDB Search 2.0c LUA 5.1x [API2] [PtokaX]
|--
--|
|--
--|
Internet Movie DataBase script for Eximius Hubsoft
|--
--|
by Dumbdozygit Dumbdozygit@hotmail.com
|--
--|
|--
--|
Searches www.imdb.com for film title and
|--
--|
returns details of first result to main chat.
|--
--|
|--
--|
Command:
|--
--|
!imdb <film name>
|--
--|
|--
--|
Result in format:
|--
--|
|--
--|
Film Title:
|--
--|
Directed By:
|--
--|
Company:
|--
--|
Genre:
|--
--|
Country:
|--
--|
Language:
|--
--|
Runtime:
|--
--|
Aspect Ratio:
|--
--|
Sound Mix:
|--
--|
Rating:
|--
--|
Plot:
|--
--|
Comment:
|--
--|
Release Date:
|--
--|
|--
--|
Modded by lUk3f1l3w4lK3R 15.05.2010
|--
--|
+Added script specs
|--
--|
+Added a SubMenu
|--
--|
+Added Send Bot RCMenu to specified profiles
|--
--|
+Added help command
to RC-Menu
|--
--|
+Changed the RCMenu style
|--
--|
+Version change to 2.0
|--
--|
|--
--|
PtokaX version by lUk3f1l3w4lK3R 17.05.2010
|--
--|
+Converted to PtokaX API
|--
--|
+Tested with PtokaX 0.4.1.2
|--
--|
+Named: iMDB Search 2.0 LUA 5.1x [API2] [PtokaX]
|--
--|
|--
--|
Changelog 2.0a by lUk3f1l3w4lK3R 03.07.2010
|--
--|
+Added some ASCii character codes
|--
--|
+Changed Comment:</h5> to User Reviews:</h5> for parsing|--
--|
the comments
|--
--|
+Added parsing of "Release Date:"
|--
--|
+Added parsing of "Aspect Ratio:"
|--
--|
+Fixed parsing of "Runtime:"
|--
--|
|--
--|
Changelog 2.0b by lUk3f1l3w4lK3R 07.07.2010
|--
--|
+Added more ASCii character codes to table
|--
--|
+Added parsing of "Language:"
|--
--|
+Added parsing of "Country:"
|--
--|
+Added parsing of "Company:"
|--
--|
+Fixed parsing of multiple Runtime's
|--
--|
|--
--|
Changelog 2.0c by lUk3f1l3w4lK3R 09.07.2010
|--
--|
+Added parsing of "Sound Mix"
|--
--|
+Fixed a little bug
|--
--|
+Changed search result in pm to user instead of main
|--
--|
to all users <- Requested by Mr.T
|--
--|
|--
--|
Note:
|--
--|
This script require the PXLuaSocket-2.0.2 library
|--
--|
Download it from:
|--
--|
http://www.czdc.org/PtokaX/Libs-0.4.0.0RC6/PXLuaSocket-2.0.2.7z
|--
--|
|--
--| lUk3f1l3w4lK3R gives Special Thankz to:
|--
--| Mutor (your scripts helps me alot to understand this LUA stuff)
|--
--|_________________________________________________________________|--
]]
@Mr.T
This is changed in 2.0c
Attachment in first post updated.
«
Last Edit: July 09, 2010, 07:32:13 PM by lUk3f1l3w4lK3R
»
Logged
somewherenotthere
Junior Member
Karma: +0/-0
Offline
Posts: 12
Re: iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
«
Reply #5 on:
July 19, 2010, 11:17:11 AM »
Is it possible to have a similar script that fetches any content, like google search results with description, epguides info, etc?
Sorry i am very new to scripting. The reason is that, in my country, our ISPs split local and international and cap our international data amounts. Once capped you cannot browse sites outside of the country.
Therefore we want to provide users with the ability to use the hub's bandwidth to search and return results
Logged
speedX
Lord
Karma: +57/-19
Offline
Posts: 457
Re: iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
«
Reply #6 on:
July 20, 2010, 03:40:39 PM »
Nice script lUk3f1l3w4lK3R...
Quote
lUk3f1l3w4lK3R gives Special Thankz to:
Mutor (your scripts helps me alot to understand this LUA stuff)
Same here. Mutor's scripts have also helped me to learn new stuff in LUA
Thanks Mutor
Logged
Thanking You,
speedX
Dreams
Double Ace
Karma: +1/-12
Offline
Posts: 111
Re: iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
«
Reply #7 on:
July 20, 2010, 07:20:00 PM »
This is a nice script, very handy!
But like this movie " Dawn of the dead " there are both a original and a remake, and when searching on this movie, i only get the remakes info.
Is it possible to add this so that both movies is shown?
Logged
lUk3f1l3w4lK3R
Junior Member
Karma: +3/-0
Offline
Posts: 22
Re: iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
«
Reply #8 on:
July 21, 2010, 01:43:25 PM »
Quote from: Dreams on July 20, 2010, 07:20:00 PM
This is a nice script, very handy!
But like this movie " Dawn of the dead " there are both a original and a remake, and when searching on this movie, i only get the remakes info.
Is it possible to add this so that both movies is shown?
If i use the search string that you used then i also get only the remake from 2004
but with a redefined search string it is possible to get the remake as well.
"Dawn of the dead" shows remake
"George A. Romero's Dawn of the Dead" shows the original from 1978
Code:
[13:31] <•iMDB•> Below will be displayed your search request for "George A. Romero's Dawn of the Dead"
[13:31] <•iMDB•> If it doesnt show what you are searching for then try another search term.
[13:31] <•iMDB•> ...
====================iMDB====================
Film Title: Dawn of the Dead (1978)
Directed By: Donna Savini
Company: Laurel Group
Genre: Action / Horror / Thriller
Country: Italy
Language: English
Runtime: 126 min | Germany:156 min (extended version) | Italy:117 min (Dario Argento's European/Italian Cut) | Spain:115 min | USA:128 min (DVD version) | USA:139 min (director's cut)
Aspect Ratio: 1.85 : 1
Sound Mix: 4-Track Stereo (German prints) | monoMono
Release Date: 2 August 1979 (West Germany)
Rating: 8.0/10
Plot: Following an ever-growing epidemic of zombies that have risen from the dead, two Philadelphia SWAT team members, a traffic reporter, and his television-executive girlfriend seek refuge in a secluded shopping mall.
Comment: One of the Greatest Sequels AND One of the Best Horror Films Ever
====================iMDB====================
also this search string shows the original from 1978
"Zombie: Dawn of the Dead"
Code:
[13:31] <•iMDB•> Below will be displayed your search request for "Zombie: Dawn of the Dead"
[13:31] <•iMDB•> If it doesnt show what you are searching for then try another search term.
[13:31] <•iMDB•> ...
====================iMDB====================
Film Title: Dawn of the Dead (1978)
Directed By: Donna Savini
Company: Laurel Group
Genre: Action / Horror / Thriller
Country: Italy
Language: English
Runtime: 126 min | Germany:156 min (extended version) | Italy:117 min (Dario Argento's European/Italian Cut) | Spain:115 min | USA:128 min (DVD version) | USA:139 min (director's cut)
Aspect Ratio: 1.85 : 1
Sound Mix: 4-Track Stereo (German prints) | monoMono
Release Date: 2 August 1979 (West Germany)
Rating: 8.0/10
Plot: Following an ever-growing epidemic of zombies that have risen from the dead, two Philadelphia SWAT team members, a traffic reporter, and his television-executive girlfriend seek refuge in a secluded shopping mall.
Comment: One of the Greatest Sequels AND One of the Best Horror Films Ever
====================iMDB====================
In my opinion there is no need to change the script that it shows more then one search result
cause like you can see it is possible to get the original instead of the remake
and the only thing that is needed for this is a redefined search string.
cheers
Logged
lUk3f1l3w4lK3R
Junior Member
Karma: +3/-0
Offline
Posts: 22
Re: iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
«
Reply #9 on:
July 23, 2010, 01:31:56 PM »
Code:
--[[
___________________________________________________________________
--|
iMDB Search 2.0d LUA 5.1x [API2] [PtokaX]
|--
--|
|--
--|
Internet Movie DataBase script for Eximius Hubsoft
|--
--|
by Dumbdozygit Dumbdozygit@hotmail.com
|--
--|
|--
--|
Searches www.imdb.com for film title and
|--
--|
returns details of first result to main chat.
|--
--|
|--
--|
Command:
|--
--|
!imdb <film name>
|--
--|
|--
--|
Result in format:
|--
--|
|--
--|
Film Title:
|--
--|
AlsoKnownAs:
|--
--|
Directed By:
|--
--|
Company:
|--
--|
Genre:
|--
--|
Country:
|--
--|
Language:
|--
--|
Runtime:
|--
--|
Aspect Ratio:
|--
--|
Sound Mix:
|--
--|
Rating:
|--
--|
Plot:
|--
--|
Comment:
|--
--|
Release Date:
|--
--|
|--
--|
Modded by lUk3f1l3w4lK3R 15.05.2010
|--
--|
+Added script specs
|--
--|
+Added a SubMenu
|--
--|
+Added Send Bot RCMenu to specified profiles
|--
--|
+Added help command
to RC-Menu
|--
--|
+Changed the RCMenu style
|--
--|
+Version change to 2.0
|--
--|
|--
--|
PtokaX version by lUk3f1l3w4lK3R 17.05.2010
|--
--|
+Converted to PtokaX API
|--
--|
+Tested with PtokaX 0.4.1.2
|--
--|
+Named: iMDB Search 2.0 LUA 5.1x [API2] [PtokaX]
|--
--|
|--
--|
Changelog 2.0a by lUk3f1l3w4lK3R 03.07.2010
|--
--|
+Added some ASCii character codes
|--
--|
+Changed Comment:</h5> to User Reviews:</h5> for parsing|--
--|
the comments
|--
--|
+Added parsing of "Release Date:"
|--
--|
+Added parsing of "Aspect Ratio:"
|--
--|
+Fixed parsing of "Runtime:"
|--
--|
|--
--|
Changelog 2.0b by lUk3f1l3w4lK3R 07.07.2010
|--
--|
+Added more ASCii character codes to table
|--
--|
+Added parsing of "Language:"
|--
--|
+Added parsing of "Country:"
|--
--|
+Added parsing of "Company:"
|--
--|
+Fixed parsing of multiple Runtime's
|--
--|
|--
--|
Changelog 2.0c by lUk3f1l3w4lK3R 09.07.2010
|--
--|
+Added parsing of "Sound Mix"
|--
--|
+Fixed a little bug
|--
--|
+Changed search result in pm to user instead of main
|--
--|
to all users <- Requested by Mr.T
|--
--|
|--
--|
Changelog 2.0d by lUk3f1l3w4lK3R 23.07.2010
|--
--|
+Added parsing of "Also Known As"
|--
--|
+Changed parsing of "Director". Result shows now a link |--
--|
to the director profile page on imdb.com
|--
--|
|--
--|
Note:
|--
--|
This script require the PXLuaSocket-2.0.2 library
|--
--|
Download it from:
|--
--|
http://www.czdc.org/PtokaX/Libs-0.4.0.0RC6/PXLuaSocket-2.0.2.7z
|--
--|
|--
--| lUk3f1l3w4lK3R gives Special Thankz to:
|--
--| Mutor (your scripts helps me alot to understand this LUA stuff)
|--
--|_________________________________________________________________|--
]]
Changed and added something to the script.
Search result now looks like this:
<•iMDB•> ...
====================iMDB====================
Film Title: Dawn of the Dead (1978)
AlsoKnownAs: George A. Romero's Dawn of the Dead - UK (closing credits title), USA (complete title)The Zombies - Philippines (English title)
Directed By:
http://www.imdb.com/name/nm0001681/
Company: Laurel Group
Genre: Action / Horror / Thriller
Country: Italy
Language: English
Runtime: 126 min | Germany:156 min (extended version) | Italy:117 min (Dario Argento's European/Italian Cut) | Spain:115 min | USA:128 min (DVD version) | USA:139 min (director's cut)
Aspect Ratio: 1.85 : 1
Sound Mix: 4-Track Stereo (German prints) | Mono
Release Date: 2 August 1979 (West Germany)
Rating: * * * * * * * * 8.0/10
Plot: Following an ever-growing epidemic of zombies that have risen from the dead, two Philadelphia SWAT team members, a traffic reporter, and his television-executive girlfriend seek refuge in a secluded shopping mall.
Comment: One of the Greatest Sequels AND One of the Best Horror Films Ever
====================iMDB====================
Attachment in first post updated
cheers
«
Last Edit: July 23, 2010, 01:35:33 PM by lUk3f1l3w4lK3R
»
Logged
Dreams
Double Ace
Karma: +1/-12
Offline
Posts: 111
Re: iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
«
Reply #10 on:
July 23, 2010, 05:16:41 PM »
Is it possible to add so that i can search for ex. "Dawn of the dead 1900, or 1985" and the search will show me the original instead of the remake?
I dont mean that im only gona search for dawn of the dead, but as an example.
Would be nice if one could search with the year in the search string, would be easier for the users.
Instead of my previous request.
Logged
lUk3f1l3w4lK3R
Junior Member
Karma: +3/-0
Offline
Posts: 22
Re: iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
«
Reply #11 on:
July 24, 2010, 09:08:21 AM »
Quote from: Dreams on July 23, 2010, 05:16:41 PM
Is it possible to add so that i can search for ex. "Dawn of the dead 1900, or 1985" and the search will show me the original instead of the remake?
I dont mean that im only gona search for dawn of the dead, but as an example.
Would be nice if one could search with the year in the search string, would be easier for the users.
Instead of my previous request.
i dont get it working to search with the year included. This doesnt work on imdb too. If you search on imdb with the year included then you get also the remake as first search result. The best thing to get the original instead of the remake is to include the director name (if you know it) in the search string.
Remake search strings:
Dawn of the dead
Zack Snyder + Dawn Of the dead
Original search strings:
Zombie: Dawn of the dead
Georg A. Romero + Dawn of the dead
Dawn of the Living Dead
In de greep van de zombies
If i ever get it to work to search including the year, then i will fill your request
but for now, i must say that the script like it is now, is everything i can do for you.
Logged
Jimbob
Junior Member
Karma: +1/-2
Offline
Posts: 10
Re: iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
«
Reply #12 on:
August 04, 2010, 02:54:13 PM »
I was searching for the movie '4,3,2,1' (in google not your script) and got this
http://www.imdb.com/video/imdb/vi2444363545/
Would it be possible to include the link for the trailer in the output from IMDB script?
Logged
lUk3f1l3w4lK3R
Junior Member
Karma: +3/-0
Offline
Posts: 22
Re: iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
«
Reply #13 on:
August 04, 2010, 07:01:10 PM »
Code:
--[[
___________________________________________________________________
--|
iMDB Search 2.0e LUA 5.1x [API2] [PtokaX]
|--
--|
|--
--|
Internet Movie DataBase script for Eximius Hubsoft
|--
--|
by Dumbdozygit Dumbdozygit@hotmail.com
|--
--|
|--
--|
Searches www.imdb.com for film title and
|--
--|
returns details of first result to main chat.
|--
--|
|--
--|
Command:
|--
--|
!imdb <film name>
|--
--|
|--
--|
Result in format:
|--
--|
|--
--|
Film Title:
|--
--|
AlsoKnownAs:
|--
--|
Directed By:
|--
--|
Company:
|--
--|
Genre:
|--
--|
Country:
|--
--|
Language:
|--
--|
Runtime:
|--
--|
Aspect Ratio:
|--
--|
Sound Mix:
|--
--|
Release Date:
|--
--|
Rating:
|--
--|
Plot:
|--
--|
Comment:
|--
--|
Media:
|--
--|
|--
--|
Modded by lUk3f1l3w4lK3R 15.05.2010
|--
--|
+Added script specs
|--
--|
+Added a SubMenu
|--
--|
+Added Send Bot RCMenu to specified profiles
|--
--|
+Added help command
to RC-Menu
|--
--|
+Changed the RCMenu style
|--
--|
+Version change to 2.0
|--
--|
|--
--|
PtokaX version by lUk3f1l3w4lK3R 17.05.2010
|--
--|
+Converted to PtokaX API
|--
--|
+Tested with PtokaX 0.4.1.2
|--
--|
+Named: iMDB Search 2.0 LUA 5.1x [API2] [PtokaX]
|--
--|
|--
--|
Changelog 2.0a by lUk3f1l3w4lK3R 03.07.2010
|--
--|
+Added some ASCii character codes
|--
--|
+Changed Comment:</h5> to User Reviews:</h5> for parsing|--
--|
the comments
|--
--|
+Added parsing of "Release Date:"
|--
--|
+Added parsing of "Aspect Ratio:"
|--
--|
+Fixed parsing of "Runtime:"
|--
--|
|--
--|
Changelog 2.0b by lUk3f1l3w4lK3R 07.07.2010
|--
--|
+Added more ASCii character codes to table
|--
--|
+Added parsing of "Language:"
|--
--|
+Added parsing of "Country:"
|--
--|
+Added parsing of "Company:"
|--
--|
+Fixed parsing of multiple Runtime's
|--
--|
|--
--|
Changelog 2.0c by lUk3f1l3w4lK3R 09.07.2010
|--
--|
+Added parsing of "Sound Mix"
|--
--|
+Fixed a little bug
|--
--|
+Changed search result in pm to user instead of main
|--
--|
to all users <- Requested by Mr.T
|--
--|
|--
--|
Changelog 2.0d by lUk3f1l3w4lK3R 23.07.2010
|--
--|
+Added parsing of "Also Known As"
|--
--|
+Changed parsing of "Director". Result shows now a link |--
--|
to the director profile page on imdb.com
|--
--|
|--
--|
Changelog 2.0e by lUk3f1l3w4lK3R 04.08.2010
|--
--|
+Added parsing of "Media". Result shows a link to the
|--
--|
media files page (trailer's, teaser, clips....) on
|--
--|
imdb.com <- Requested by Jimbob
|--
--|
|--
--|
Note:
|--
--|
This script require the PXLuaSocket-2.0.2 library
|--
--|
Download it from:
|--
--|
http://www.czdc.org/PtokaX/Libs-0.4.0.0RC6/PXLuaSocket-2.0.2.7z
|--
--|
|--
--| lUk3f1l3w4lK3R gives Special Thankz to:
|--
--| Mutor (your scripts helps me alot to understand this LUA stuff)
|--
--|_________________________________________________________________|--
]]
Jimbob your request is filled in 2.0e.
Search result looks now like this:
Code:
<•iMDB•> ...
====================iMDB====================
Film Title:
Avatar (2009)
AlsoKnownAs:
Avatar: An IMAX 3D Experience - USA (IMAX version)Avatar: Special Edition - USA (longer version)James Cameron's Avatar - USA (promotional title)
Directed By:
http://www.imdb.com/name/nm0000116/
Company:
Twentieth Century Fox Film Corporation
Genre:
Action / Adventure / Fantasy / Sci-Fi
Country:
USA
Language:
English
Runtime:
162 min
Aspect Ratio:
1.78 : 1
Sound Mix:
Dolby Digital | DTS | SDDS | Sonics-DDP (IMAX version)
Release Date:
17 December 2009 (Germany)
Rating:
* * * * * * * * 8.3/10
Plot:
A paraplegic marine dispatched to the moon Pandora on a unique mission becomes torn between following his orders and protecting the world he feels is his home.
Comment:
Avatar is a masterpiece & a breakthrough in cinema
Media:
http://www.imdb.com/video/imdb/vi531039513/
====================iMDB====================
Attachment in first post updated
«
Last Edit: August 04, 2010, 07:03:38 PM by lUk3f1l3w4lK3R
»
Logged
Jimbob
Junior Member
Karma: +1/-2
Offline
Posts: 10
Re: iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
«
Reply #14 on:
August 04, 2010, 09:22:05 PM »
Cheers mate
Logged
Xkimo
Newbie
Karma: +0/-0
Offline
Posts: 2
Re: iMDB Search 2.0a LUA 5.1x [API2] [PtokaX]
«
Reply #15 on:
August 11, 2010, 05:46:55 PM »
Gr8 script thx
Logged
Pages: [
1
]
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Forum
-----------------------------
=> News
-----------------------------
PtokaX
-----------------------------
=> FAQ section
=> Support
=> Bugs
=> Feature Proposals
-----------------------------
Lua 5.1.x Scripts (for PtokaX 0.4.0.0 and newer)
-----------------------------
=> Request for scripts
=> Conversion Requests
=> Finished Scripts
=> Help with scripts
=> HOW-TO's
=> AllInOne Scripts
===> DiXBoT
=====> DiXBoT - Support
=====> DiXBoT - Bug Reports
=====> DiXBoT - Feature Requests
=====> DiXBoT - Custom modules
=====> DiXBoT - General
=====> DiXBoT Manager
===> Grimoire
=====> Grimoire - Bugs
=====> Grimoire - Requests
=====> Grimoire - Support
===> PtokaX Remote Admin
=====> Support
=====> Bug reports
=====> Feature requests
===> PGE
===> Terminator 2nd Generatation
=====> Bug reports
=====> Feature requests
=====> Support
=====> GUI
-----------------------------
Development Section
-----------------------------
=> PtokaX Development Versions
=> HOW-TO's
===> HOW-TO requests
=> LUA & PtokaX-Scripting-Interface
=> Extensions for PXLUA
=> Lua tools
=> Your Developing Problems
-----------------------------
Client-based LUA scripting
-----------------------------
=> HOWTOs
===> Request for HOWTOs
=> Your Developing Problems
=> Finished Scripts
=> Request for scripts
=> General discussion
-----------------------------
Stuff
-----------------------------
=> The PtokaX Admins' Hub
=> Guest Area
=> Offtopic
=> Your opinions about the forum
=> Links
=> Oldies but Goldies
-----------------------------
Archive
-----------------------------
=> Archived News
=> Archived 5.1 boards
===> AllInOne Scripts
=====> DiXBoT
=======> DiXBoT - Support
=======> DiXBoT - Bug Reports
=======> DiXBoT - Feature Requests
=======> DiXBoT - Custom modules
=======> DiXBoT - General
=====> Grimoire
=======> Grimoire - Bugs
=======> Grimoire - Requests
=======> Grimoire - Support
=====> Terminator
=====> RoboCop
=======> RoboCop - Support
=======> RoboCop - Requests
=======> RoboCop - Bugs
=====> Leviathan
=======> Leviathan - Support
=======> Leviathan - Requests
=======> Leviathan - Bugs
=====> Guardian 5
=====> P§ÿGúârÐ Edition
=====> LawMaker
=====> DESTiNATiON
=======> DESTiNATiON Bugs
=======> DESTiNATiON Support
=======> DESTiNATiON Feature Requests
===> HOW-TO's
=====> Old HOW-TO's
===> Help with scripts
===> Finished Scripts
===> Conversion Requests
===> Request for scripts
=> Archived 5.0 boards
===> Finished Scripts
===> Request for scripts
===> Help with scripts
===> AllInOne Scripts
=====> Guardian 5
=====> Terminator
=====> RoboCop
=======> Requests
=======> Bug reports
=======> Support
=====> Grimoire
=======> Grimoire - Bugs
=======> Grimoire - Requests
=======> Grimoire - Support
=> Archived 4.0 boards
===> Request for Lua 4 scripts
===> Finished Lua 4 scripts
===> Help with Lua 4 scripts
===> ChannelBot
Loading...