21
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: October 29, 2018, 07:49:50 pm »
And get only Movies not TV Episodes? Is it possible?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
working with Firebird databaseI think that in the MOD version there are only two modification that may to influence this functionality: it runs in portable mode and there is a dll update.
It is necessary to check " // Get Cast." GET_FULL_CREDIT = False only the info of the main movie page. " code in Function ParsePage_IMDBMovieBASE sectionI agree but there is enougth info of the directors, authors, composers, etc in the principal page for the normal user (for instance for me
Regardless of Ivek's and mine issue regarding "www", it is obviously solvable, one way or another.I strongly recommend you use the standar url formats because there is other script (TheMovieDB) that use the IMDB link and is the normal way of PVD to detect the provider url (remember when PVD directly download the page when it detects the BASE_URL in the URL field, this is the reason that in the HTTPS scripts the function GetBaseURL returns BASE_URL_ROUNDABOUT in order to cheat GET PVdB funtion and rondabout the "https" fail).
The interesting thing is that I did not have any problems in updating the information.Is sure that the script don't find the IMDB url. Maybe that the script are always searching the movie URL's in IMDB page but it find at first and don't ask nothing. You can see that with the Log tool. In this movies, after pass the script, don't you have two IMDB url's stored?
To add to this, I hve experienced one more IMDb script issue:This is not easy to solve with a SQL script so I code a not critical MOD patch for you. In the next post.
- If URL doesn't have slash - "/" at the and, we get "404" error message, like URL doesn't exist on imdb.com, while actually url is valid. Please see first screenshot attached.
- After pressing OK (1-5 times, depending on how many pages are imported), script adds ghost link: - "http:/"? Please check second screenshot.
Is it possible then, considering your statement:
... to standardize urls in form:
[*.]imdb.com/title/ttxxxxxxx/
[*.]imdb.com/name/nmxxxxxxx/
Do you by any chance know what exactly optimizing will do to my database?It will do as you select: delete duplicates entries, delete orphan persons (persons not related with your movies). You can select if it will do with all movies/people or only qith the visible (so you can protect movies with a filter and hidde it's)
I just wanted to ask if it's possible FA to have it's own rating custom field?In the next MOD version I will include the solution that Ivek was advancing
Have you more Customs Fields that the MOD estandar? ... A lot more.The PVD is very stable but it have some inner problems: Be careful with spaces in the Custom Fields.
The error cames in the same movies? ... YES!If you tell us the movie title perhaps Ivek32 or myself can reproduce the problem.
The error cames with other scripts/provider? ... No. Checked with FA and TMDb.So the problem is with the IMDB scritp. This is a very complicated script. In the default version it dowloads 6 web pages, everyone with his own routine. So is very important to know what page 'fails'. BTW, if you are updating only some fields you are downloading a lot of not needed pages.
I must admit I don't know how to use ***Script M. Configuration***.I must rebuke you
My custom fields were "Top 250:" and "IMDB Votes:", so now because you gave them different names, I have to update 7000 movies,You don't need create a new fields, you can rename its. See this post
I disabled updating fields in IMDb script and I discovered that if I disable updating some or all fields, everything works, for now!? Not all of these fields cause problems for movies. For some movie only one field causes problem, for other movie other two fields, and for some movies all these fields.Please, tell us those fields and movies! As I wrote in the forum, there is some uses of the database for the script not very safe (use Description and Comments, fields that are used for movie information and user file information, etc). The PVD database standar is not completely finished.
If I delete it, when I press to exit edit mode, deleted Title comes back? Also the same for Description for some some movies - I delete it and it comes back when I exit edit mode?!Perhaps you have people information (awards, featured, etc) with the same movie that you have.
and started to copy/paste my files and then the problems started with duplicates in the portable mod versionSo I think that you have choose the way 'Copy & Paste' movies in PVD, isn't it?
hello, have been a long time user of this wonderful program , but i am completely lost as to how to use this mod. is there a clear , step by step explanation of how to install this mod over the old one. i have tried to do it with the instructions in the early part of this discussion but it did not work. i am not a programmer so a lot of what you say is very easily misunderstood . i really hope some one can help.I have rewritten the post 'Passing from original PVD version' in order to help to this situation.
would love to get this program working the way it used to.
many thanks
~ length ~ works but this part of the code AddFieldValueXML ('length', ItemValue); it prints Lenght number 00:01:37, which is wrong.
This part of the AddFieldValue code (14, ItemValue); // Filed number 14 = Duration. it prints Lenght number 01:37:00, which is absolutely correct.
I noticed a difference with my olf file made with the old PVD
I'd like to request that the AdultDVDEmpire script be adapted for this mod. I've been sort of maintaining the ADE script in the past, but I can lo longer get PVD and Proxomitron to play nice together. From what I can glean from looking at the mod's scripting, the mod uses an external program to download all https:// web pages, then parses them locally. This is beyond my capabilities to adapt.The script development has changed a little but is not far from the traditional aproach and all funtional code can be re-used ... and I can help you.