Author |
Topic |
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
renofilo
Starting Member
Portugal
5 Posts |
Posted - 15 Jun 2009 : 18:16:20
|
How do you create the scripts, do you use any program in particular? Thanks for the reply
Marcos |
|
|
EvEs0r
Starting Member
10 Posts |
Posted - 15 Jun 2009 : 18:53:52
|
There is a Magic Script editor in XMM ;-)
I tried making the www.moviemeter.nl script, but I can't find the right webquery, because MovieMeter uses a redirection..If someone could give me a proper query, then I can make the rest of the script :) |
|
|
renofilo
Starting Member
Portugal
5 Posts |
Posted - 15 Jun 2009 : 19:01:30
|
Ah thanks, never noticed it :P Ill see if i can work with it.
Marcos |
|
|
JDommi
Administrator
Germany
4650 Posts |
|
EvEs0r
Starting Member
10 Posts |
Posted - 16 Jun 2009 : 08:43:25
|
Well I tried that last one myself, but it doesn't work, because moviemeter redirects it to "http://www.moviemeter.nl/film/searchresults#results" So when I use that webquery, it won't show any results, because they're on a different page... |
Edited by - EvEs0r on 16 Jun 2009 08:44:23 |
|
|
JDommi
Administrator
Germany
4650 Posts |
Posted - 17 Jun 2009 : 22:03:15
|
Sorry, hadn't enough time to test the correct webquery earler. I think I have to less experience for that question. I suppose that XMM can't do a redirect so far and I haven't find another (the right) address :(
|
In order to achieve what is possible, you have to try the impossible over and over again. Hermann Hesse |
|
|
renofilo
Starting Member
Portugal
5 Posts |
Posted - 24 Jun 2009 : 17:25:01
|
No cant work with it it connects to the website but it doesnt show any result... oh well when someone who knows how to build scripts have a little time id be very thankfull if someone created a gamespot script. Thanks anyway
Marcos |
|
|
midazolam
Starting Member
USA
5 Posts |
Posted - 04 Jul 2009 : 15:05:24
|
Appreciate your time Alessio. If **anyone** could restore the functionality of the ALLMOVIE.COM script for Plot, Reviews, or Comments (which actually took the website's "review" text previously), it would be **much** appreciated. Prior to several months ago, it worked like a charm.
Thanks |
|
|
EvEs0r
Starting Member
10 Posts |
Posted - 03 Aug 2009 : 11:15:02
|
Hmm All My Movies DOES support MovieMeter, so why shouldn't it be possible for XMM to support it? |
|
|
doumm
Starting Member
4 Posts |
Posted - 17 Aug 2009 : 15:56:00
|
Hey Alessio, First of all, i love your program. And i'm really liking the functionality of it. I used to have Allmymovies for my movie collection but switched to XMM not to long ago. It's way better if u ask me. The only thing i'm missing in XMM is a script for the plot + cover of http://www.moviemeter.nl . I'd really like to see this feature sometime. I'd even like to work on this myself, even though i have no idea how to build a script, or adjust for example the IMDB (fastest) script, where the plot and cover are taken from moviemeter instead of IMDB.
Thanks. |
|
|
weedhopper
Starting Member
41 Posts |
Posted - 25 Aug 2009 : 16:25:23
|
Hello
www.cinemotions.com has the best Covers Database.
Is it possible to create Scrip to get only Covers from it ?
Thanks in advance & Congratulation for your great Software !!!!
Regards
Jean-Pierre |
|
|
antwalsh
Starting Member
24 Posts |
Posted - 26 Aug 2009 : 13:48:00
|
quote: Originally posted by midazolam
Appreciate your time Alessio. If **anyone** could restore the functionality of the ALLMOVIE.COM script for Plot, Reviews, or Comments (which actually took the website's "review" text previously), it would be **much** appreciated. Prior to several months ago, it worked like a charm.
Thanks
I want to second this request. It's been a lot more than a few months for me since this last worked correctly.
It rarely finds the movie that it searches for. Then, as there are weblinks embedded in their reviews, underlying an actor's name, the website is imported instead of the actor's name.
Also, I seem to remember asking for this to be fixed a few times a couple of years ago and it never has been. |
|
|
BigBlack
Starting Member
43 Posts |
Posted - 01 Sep 2009 : 03:49:59
|
hey guys, can someone make a little modify to the mymovies.it script? It retrieve the trailer info but only the link to page where is the flash player. Instead i need that it retrieve the link directly to flv file.. Do you think it's possible... i tried to modify it but i'm not practice with scripting... I don't think it's difficult for an expert make this.. I need it to use .nfo file that XMM generate in XBMC and i need directly this link to flv.. However to make it possible to see trailer not only in XBMC but also in XMM, i think we need to place the link to .flv in the first trailer field (XBMC read that i think) and then the link to page with player in the second trailer field because i don't think that XMM has a flv player inside.. Help me pls... thank you! Bye bye |
Edited by - BigBlack on 01 Sep 2009 03:51:12 |
|
|
BigBlack
Starting Member
43 Posts |
Posted - 01 Sep 2009 : 15:06:56
|
i've modified the mymovies.it import script of Extreme movie manager and now it go... :) I publish the trailer's lines to substitute to mymovies.txt
#TRAILER# #IF# #85#==#00# //Non importare TRAILER #GOTO#=NONPRENDITRAILER #ENDIF#
#STARTREADWEB# #FINDLINE#=file=http://www.mymovies.it/filmclub/#12# #ONERROR#=*STOP* #FIND#=filmclub/#12# #ONERROR#=*STOP* #FIND#=/#01# #ONERROR#=*STOP* #FIND#=#02# #ONERROR#=*STOP* #TAKEWORD#=#03#,#01#,#02# #STRING#=#33#=http://www.mymovies.it/filmclub/#03# #TAKETRAILER1#=#33#
#STARTREADWEB# #FINDLINE#=http://www.mymovies.it/trailer/?id=#12# #ONERROR#=*STOP* #FIND#=id=#12# #ONERROR#=*STOP* #FIND#==#01# #ONERROR#=*STOP* #FIND#="#02# #ONERROR#=*STOP* #TAKEWORD#=#03#,#01#,#02# #STRING#=#33#=http://www.mymovies.it/trailer/?id=#03# #TAKETRAILER2#=#33#
#RESTOREWEB#
:NONPRENDITRAILER #ENDTRAILER#
To continue seeing the trailer also in extreme movie manager you have to select the second trailer link. Bye bye and thankx to all |
|
|
BigBlack
Starting Member
43 Posts |
Posted - 07 Sep 2009 : 20:07:34
|
mmmm era questa la sezione + indicata... sorry.. dicevo per ivid http://www.ivid.it/community/index.php stai pensando di fare qualcosa? ha i trailer in HD italiani... almeno cosė sembra.. |
|
|
natta
Starting Member
5 Posts |
Posted - 22 Sep 2009 : 14:11:51
|
Current MYMOVIES.IT script is not working anymore since the site changed the portal layout on the 20th of September. Any plan for adapting to the new site ? Thanks a lot. Regards Steve |
Edited by - natta on 22 Sep 2009 14:13:29 |
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
ReaperX
Starting Member
1 Posts |
Posted - 17 Oct 2009 : 23:34:26
|
Could we have a script for http://www.radvideo.com/ please? Radvideo has one of the most complete databases for gay movies (adult and otherwise), including original reviews. To be honest, if you added radvideo, no one would need gaydvdempire.com.
Thank you :) |
|
|
skaman
Starting Member
Switzerland
8 Posts |
Posted - 25 Oct 2009 : 18:47:11
|
hi, i wanted to ask if its possible to include the http://www.1advd.ch script? thanks |
Edited by - skaman on 25 Oct 2009 19:09:47 |
|
|
Topic |
|
|