English > Support
Personal Video Database 1.0.2.7 MOD
VVV_Easy_Programing:
--- Quote from: jondak on July 17, 2018, 05:40:13 pm ---Thank you Ivek23. Modified and works well.
Found a minor bug:
Movie: Ratatouille (2007) https://www.imdb.com/title/tt0382932/
MPAA retrieved: Rated PG for mild action Edit
It adds the "Edit" at the end of the MPAA rating retrived. Other movies works well. Will continue testing.
Cheers.
--- End quote ---
When you post this bug I read the IMDB page and I saw that there was a commentary in the Parents Guide that said "Proposed MPAA: Rated PG for mild action". I think that this caused the confusion of the script. Today this comment has disappeared and I am not able to reproduce the error for correct it.
Thank you very much for your alert.
VVV_Easy_Programing:
--- Quote from: jondak on July 17, 2018, 01:30:35 pm ---PVD_0.9.9.21_MOD-V.2018.06.16
When opening the database i had used till the mod in 0.9.9.21 it gave the error that is found in atachement..
I just replaced fbembed.dll with the one from the default install that is version 2.51.26351 and it open the database without problems.
I don't remember if I updated the file manually or was updated when i installed firebird server or when i tested 1.0.27 version.
So in case someone has a similar problem this can help.
Question:
its there a way to rename the IMDB_Votes custom field to IMDB Votes that i had from the original script?
--- End quote ---
You give me a idea: In the next MOD version I'll tried to update all possible dll. Please alert me if with this change appears news bugs.
BTW, I advise you to keep the names of the fields instead of changing the scripts: It’s to work once but it remains forever.
If you want to preserve your DB, you can do it without data loose in Preferences / Movies / Custom Items, select the field, push the “Rename” button and write the new standard MOD name.
The use of spaces in the name of fields is not a very good idea. I changed it many years ago, I think because it gave me problems with the Export Templates.
VVV_Easy_Programing:
Changelog:
* MOD V.2018.08.01; VVV: DLL renovation (Firebird and SQLite).
Change values of CHEAT-PREFIX-URL (better server the ancient sometimes fails in Win10) and DUMMY-HTML-FILE (always Portable.bat).
IMDB_People_[EN][HTTPS] Awards retrieve developed.
Other little improvements.
Last version always in the first post
Ivek23:
--- Quote from: VVV_Easy_Programing on August 01, 2018, 01:41:27 pm ---Changelog:
* MOD V.2018.08.01; VVV: DLL renovation (Firebird and SQLite).
Change values of CHEAT-PREFIX-URL (better server the ancient sometimes fails in Win10) and DUMMY-HTML-FILE (always Portable.bat).
IMDB_People_[EN][HTTPS] Awards retrieve developed.
Other little improvements.
Last version always in the first post
--- End quote ---
An error in IMDB_ [EN] [HTTPS] for the transfer of awards where the year of the prize is missing.
Before
--- Quote ---AddAward(EventName, AwardName, AwardCategory, AwardRecipient, EventYear, AwardWon);
--- End quote ---
Now
--- Quote ---AddAward(EventName, AwardName, AwardCategory, AwardRecipient, '', AwardWon);
--- End quote ---
VVV_Easy_Programing:
Really this is a correction of a first version error. The Script Manual says:
procedure AddAward(Event, Award, Category, Recipient, Year : String; const Won : Boolean);
Adds an award to a record. Parameters:
Event = name of the event
Award = award name
Category = award category
Recipient = for movie records this variable should contain the name of a specific person who won the award and
for people records the variable should contain the title of a movie for which the person won the award
Year = release year of a movie (only applicable when adding award to a person record)
Won = set to true if the recipient won the award and to false otherwise
In the first version the movie script added the "EventYear" (normally is the next year of the movie). But now we can add awards with the people script and then the year must be the movie year so we could have the same award with different years. So, in order to respect the Script Manual, the movie scripts doesn't write the year and is the people scripts who writes the year.
BTW, I have hesitated to write the year of the movie instead of leaving it blank but I do not know the consistency of the data. What do you think?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version