BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 eXtreme Movie Manager 8, 9, 10 Forum
 Scripts
 Adult Title Script Updates? (Closed)
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 3 Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

JDommi
Administrator

Germany
4638 Posts

Posted - 12 Nov 2015 :  22:38:42  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Where is the problem on updating the actors out of the movie script? Have a look at the IMDB(complete) script.
I think you "only" have to play around with LOADWEBSLOT and/or OPENNEWWEB. If you need help I can try to give you. Although I'm not the experienced one in scripting...

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Madmat
Starting Member

23 Posts

Posted - 13 Nov 2015 :  01:27:01  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
When I manually delete the filmography of an actor and then use the imdb(complete) script to add a film with the actor then no films are added in the filmography. So for me its seems there is no update.
I have to use the imdb(Actors) script to get the filmography.
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 13 Nov 2015 :  09:47:57  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Do you already have set the script option for importing the filmography?
#SETOPTION#=#66#0[Filmography]0=Don't import Filmography|1=Import Filmography
Keep in mind that #SETOPTION#=#84# has to be set Import ALL Information, too. Otherwise the filmography isn't taken anyway.
If these settings are correctly then there must be a bug (changed website structure) on that script part.
For me personally I always have disabled the filmography as it "wastes" too much memory on the whole database.

*SPOILER WARNING* or advertising for myself
On scripting I only can advice my own Debugger. It's - sorry Ale! - as the internal editor/debugger should work. Only difference is that my plugin needs the correct case-sensitive spelling on all #FIND...# commands.
The latest release you can download here: http://www.mediafire.com/download/x0wcpm5ly25xzif/Debugger.rar

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Madmat
Starting Member

23 Posts

Posted - 13 Nov 2015 :  20:34:54  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
When I delete the actor completely and apply the imdb movie script the actor with his filmography is added. But when I delete filmography or the actor's picture manually, they are not updated when I apply the movie script again. Have you tried this already?

I also made the experience with my adultempire script that I cannot add all actors information e.g. website link with the movie script, but only with an actors script. However, I have to study this more in detail to give a final statement.

Most time I used another editor so far and the internal debugger for debugging what works for me quite well. But I will try your debugger for sure! Thanks.

Edited by - Madmat on 13 Nov 2015 20:37:51
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 14 Nov 2015 :  00:43:47  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Well, as said I don't download the filmography.
But it seems as if there is the comparison if the actor is already in database is active. Please search in the script for #CHECKACTOREXIST#. Maybe the complete Actor routine is left if the actor already exists.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Madmat
Starting Member

23 Posts

Posted - 17 Nov 2015 :  01:02:28  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Now here my IAFD movie script: http://www.mediafire.com/view/a12d835d1g61exx/IAFD.txt

As I announced it do not update actor data but you can take actors data by the iafd actor script, particularly by the tool 'Update All Actors of this Movie'. Maybe I will include this function in a later version providing that I will get it work.

Again let me know if you have any problem.
Go to Top of Page

Madmat
Starting Member

23 Posts

Posted - 19 Nov 2015 :  21:44:27  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
I would like not to replace the content of a field but to add something to it, e.g. add information from another site to the biography.
For this it would be necessary to read the current content of a field and then to add the new information. Is there a way to do this?
I thought on something like #GETACTORVAR#=#xx#=%BIO% or %BIOGRAPHY% but this did not work.
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 19 Nov 2015 :  22:09:09  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
No, that's not possible.
There is no way to pass existing data to the script (except the search terms) nor to append data to already existing info.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Madmat
Starting Member

23 Posts

Posted - 20 Nov 2015 :  00:09:25  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Then %WEBID% may be the only exception: By #GETACTORVAR#=#xx#=%WEBID% the webid of an actor can be passed to the script.
Ok, then have to look for another way..

By the way I tried your debugger, which looks good but it runs some slower then the internal debugger. Do you know the reason for this?
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 20 Nov 2015 :  00:51:46  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
These are all variables you can use:
#GETACTORVAR#=#xx#=%ACTORID% or %NAME% or %WEBID%
#GETMOVIEVAR#=#xx#=%MOVIEID% or %TITLE% or %ORIGINALTITLE% or %DIRECTOR% or %YEAR% or %COUNTRY% or %SERIE%"

Further there are these variables to use with #GETMOVIEVAR#:
#MOVIE#, #SERIE#

The next vars should work but I never have tested it
#CUSTOM1VALUE#, #CUSTOM2VALUE#, #CUSTOM3VALUE#, #CUSTOM4VALUE#, #CUSTOM5VALUE#, #CUSTOM6VALUE#, #CUSTOM7VALUE#, #CUSTOM8VALUE#, #IMDBLINK#, #DIRECTLINK#, #YEARVALUE#" #UPCVALUE#.


In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

KirkTiberius
Starting Member

15 Posts

Posted - 29 Nov 2015 :  18:14:56  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hello Madmat (& of course JDommi),

Thanks again for your continued work on the scripts, it is very appreciated!

I am having some issues with the AdultEmpire script. It is not picking up movies that I know exist on the website. For example, let's use the title "Naughty Rich Girls Vol 13". Here is the link to the page on the website (of course, NSFW):

http://www.adultdvdempire.com/1756724/naughty-rich-girls-vol-13-porn-movies.html

... but the script doesn't offer anything close to it and no matter how I try to adjust the title, it just won't find it.

I realize that troubleshooting these scripts is no fun, but if you have some time to check it out, I would be grateful.

Thanks for your help.

Edited by - KirkTiberius on 29 Nov 2015 18:15:42
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 29 Nov 2015 :  20:56:06  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
AdultEmpire or AdultDVDEmpire???

For the DVD one you have to change a line in #CREATEMOVIELIST#
From: ##FIND#=<a href="#02# #ONERROR#=*STOP*
To: #FINDLINE#=<a href=#02#
#FIND#=a href="#02# #ONERROR#=*STOP*

For the other there are wrong #GOTO#'s in the same block. You don't have to go to REPEATMOVIELIST but to a new label before the #STRING# command. The current way there is nothing written to the titlelist.
#FIND#=DVD-Video#03# #ONERROR#=*OK*
#IF# #03#<>#00#
#PUT#=DVD#10#
#GOTO#=REPEATMOVIELIST
#ENDIF#
#FIND#=Blu-ray#03# #ONERROR#=*OK*
#IF# #03#<>#00#
#PUT#=Blu-ray#10#
#GOTO#=REPEATMOVIELIST
#ENDIF#
#READNEXTLINE#
#FIND#=Video on Demand#03# #ONERROR#=*OK*
#IF# #03#<>#00#
#PUT#=VOD#10#
#ENDIF#
#STRING#=#11#=#06# (#08#, #09#)
#WRITETITLELIST#=http://adult.dvdempire.com/general/#07# ---> #11#


*EDIT*
Once again I recommend by debugger (see a few posts above). There are a few typos in the script!

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

KirkTiberius
Starting Member

15 Posts

Posted - 29 Nov 2015 :  22:33:01  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi JDommi,

Sorry for the confusion.

For some reason, AdultDVDEmpire changed their name to AdultEmpire but not their URL, which is www.adultdvdempire.com .

The script is Madmat's version posted on the 4th of November called AdultEmpire.txt .

Thanks for looking at the script. I will try running it through the debugger and see what it might suggest but it will probably make more sense (hopefully) to Madmat.

It is weird that it will work for some movies and not others. Hopefully it isn't too much work to fix.

Thanks for your script suggestions.

Edited by - KirkTiberius on 29 Nov 2015 22:35:11
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 29 Nov 2015 :  23:02:59  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Unfortunately I don't have enough time to check the script(s) myself but I will try to help (as good as I'm able to) if there are any problems.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Madmat
Starting Member

23 Posts

Posted - 30 Nov 2015 :  21:00:56  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi KirkTiberius,
the reason that the script does not offer the mentioned title is that I decided only to show VOD-titles (i.e. the 'wrong' #GOTO#-commands were intended) for the following reasons:
1. there are differences between VOD, BluRay and DVD sites which makes some difficulties in collecting the data with the same code.
2. I did not want to see the same title several times.
3. The very most titles are offered as VOD (unfortunaley not all as you have already found )

But, it should be no big deal to integrate also DVD titles and I will have a look soon.

EDIT: I made a quick fix with only short testing. Please try this: http://www.mediafire.com/view/s9m1z8rkf6gg6g4/ADULTEMPIRE_V1.1.txt

Edited by - Madmat on 30 Nov 2015 22:01:24
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 30 Nov 2015 :  22:46:52  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Why not add an option to decide between VOD, BluRay and DVD?
Depending on that you can use different #GOTO# labels inside the script code - if really needed.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Madmat
Starting Member

23 Posts

Posted - 30 Nov 2015 :  23:27:07  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Yes, including an option is possible, but the script shows now in the movielist whether its VOD or DVD thus you can choose in the list.

Edited by - Madmat on 30 Nov 2015 23:27:56
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 30 Nov 2015 :  23:55:53  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Okay. I haven't tested the script so I do not know how it looks like.
My intention was to show a way of how to preselect a special kind of media AND to have a selector of how to execute code blocks depending on this type regarding to your reasons no. 1 and 2
Another advantage could be to automatically choose the "next best" option. If as example VOD is preselected but no results are avalable then search for DVD... or search for all available media types.

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page

Madmat
Starting Member

23 Posts

Posted - 01 Dec 2015 :  00:13:15  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
The "next best" option is a good point. I would prefer VOD but if not available look for DVD, BluRay..

Strange thing with adultvdempire is that you get search results whose matching remain obscure.
If you search e.g. for "Naughty Rich Girls Vol. 13" you also get as an result "Sisters United & Other Stories" for whatever reason. This means you get almost always ANY result if matching or not.
Go to Top of Page

JDommi
Administrator

Germany
4638 Posts

Posted - 01 Dec 2015 :  00:27:14  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Do you have already played with the search options if such are available on the site?
Maybe they add other titles to fill the list up to a certain amount?

In order to achieve what is possible, you have to try the impossible over and over again.
Hermann Hesse
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic   Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.22 sec. Powered By: Snitz Forums 2000 Version 3.4.07