Show Posts

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.


Topics - afrocuban

Pages: 1 [2] 3
21
Support / Features
« on: October 25, 2020, 10:44:08 pm »
What script imports References, Version of, Remake of, etc... and doest it work for you?

It worked for me until this June, but now cannot import it...




22
Talk / COVID-19
« on: October 25, 2020, 11:00:02 am »
Hello Dear friends.

I'm wondering if any of you got coronavirus, and if so what was your experience with it.

Me and my family were lucky so far so we didn't get it, and I wish you the same!

23
Support / IMDb
« on: October 18, 2020, 11:50:38 pm »
Hello Ivek.

I hope I find you well. I wanted to ask you if you could tell  what IMDB scripts I should use in order to get the largest possible set of data from IMDb for one movie, and which set of scripts for series?

Thank you in advance.

24
Support / Comparison table of IMDB (and other) scripts
« on: May 02, 2020, 10:24:53 pm »
Please, can some who is familiar with all the scripts make a comparison table and post it here. One source - one table, menaning one table for all working IMDb scripts, second table for FilmAffinity scripts, etc.

Something like THIS, only columns and rows here would be script names (episodelist, cast, main, etc...) and PVD fields (cast, director, studio, custom fields etc...)

I think that would be the biggest achivement to help users to choose proper scripts for their needs to work with.

Thanks in advance.

25
Yes, I admit I'm confused. For example, there are at least 8 scripts fro IMDb and I am not sure at all which does what.

Wouldn't be great to make table comparison tables for all the scripts for each source that has multiple scripts?

Meaning, row titles would be all PVD fields (regular and hidden custom ones), and the name of the columns would be (IMDb, for example) script names (awards, episodes, 0000, 0000-a, Cast_awards, etc to name a few).

In the cells there would be "+" or "" (blank cell), or "Px" (works with Proxomitron) depending of script capabilities.

I have tons of current and legacy scripts and this could help us all to neatly clean PVD and its interface.

Thanks in advance


There are too many versions and types of PVD and its scripts and I am definitely lost, so I will try to revive this topic. Please help us Ivek to summarize all the things at one place, to make some kind of "How To" manual, with no replies, or at least "manuals" to be in in the first message of a topic.

Let's start with series for example.

For those who use PVD 1.0.2.7 MOD and want to import the largest possible set of data for SERIES, they should use these scripts and take these steps:

I Apply IMDB Movie (episodelist) script v 0.1.1.6 + Proxomitron to get at most 10 seasons episode list. If there are more than 10 seasons, the only solution is to apply workaround as follows:
Quote
1. Edit Series URL field and substitute series link with season link, for example http://www.imdb.com/title/tt1442437/episodes?season=1.
2. Set PVD -> Preferences -> Internet connection -> Use proxy server to 127.0.0.1 at port 80, meaning through Proxo.
3. Set overwrite options for the selected plugin - IMDb Movi Script (episodelist): Click ALL then manually uncheck all fields, except field Episodes which has to remain checked with check mark.
4. Import data - episode list for season 1 will be imported.
5. Edit Series URL field, delete season URL and bring back series IMDb URL, for example http://www.imdb.com/title/tt1442437/
6. Uncheck proxy in Internet connection
You will find the latest version of this script HERE

II Select Series entry and apply IMDB_ [EN] [HTTPS] V 1.4.1.3 script, without Proxo, in order to get whole series data.

III Now you can select all episodes in a season and with a single click to import data for all episodes by applying IMDB_ [EN] [HTTPS] V 1.4.1.3 script script, without Proxo. You can find latest version of this script on THIS topic, as well as the latest version of PVD.

That's all. You don't need any other script in order to get the largest possible set of data for Series and episodes.


N O W    Ivek,
1. Is this correct if one uses PVD MOD and wants to import series?
2. If not, what I need to add/change in this message so it could be absolutely correct? What other scripts would give us more data and/or more accurate data?
3. What are the differeneces between these and the ones you'd arguably propose?

After we set this message, we can do the same for the PVD MOD + Movies, than the same for older versions of PVD, if you agree.

My proposal is whenever some script is updated, to edit links and text in this message.

Best regards

26
Support / IMDb People Filmography Problem
« on: January 12, 2020, 05:55:47 pm »
Now,

I am 100% positive that at the beginning when importing people's filmography I'd get whole filmography. For the movies I had in my collection links were red colored, and the movies I didn't have were blue colored. But all were there.

I can't tell you since when, but now when I import peoples data, I get only red colored movies, meaning, only movies that I have in my collection (please check screenshot attached).

Please also note that filters are off, if that matters. Both visible and invisible records are actually displayed, so I have no idea what is going on - where the "blue colored" movies are...

How to get whole filmography (both movies I have and I don't have in my collection)?

Thank you in advance

27
Support / IMDb hidden custom field (kind) request
« on: January 09, 2020, 12:58:08 am »
Hello dear Ivek and Easy.

This (probably, hahaha) would be my final humble request to include "IMDb.com" and "IMDbID" hidden custom fields into IMDb script for future releases, so I could get this into my custom skin:

Quote
//Get ~mfURL~ or ~IMDb Url~
endPos := Pos('/ "><meta property="og:url"', HTML);
if endPos > 0 then begin
   curPos := PrevPos('"canonical" href="', HTML, endPos);
   AddFieldValue(mfURL, Copy(HTML, curPos + 18, endPos - curPos - 18));   
end else
AddFieldValue(mfURL, MovieURL);
AddCustomFieldValueByName('IMDb.com', '<link url="' + MovieURL + '">IMDb.com</link>');
   TmpStr := StringReplace(MovieURL, 'http://www.imdb.com/title/', '', false, false, false );
   TmpStr := StringReplace(TmpStr, '?ref_=fn_tt_tt_', '', true, false, true);
   TmpStr := StringReplace(TmpStr, '/', '', true, false, true);
AddCustomFieldValueByName('IMDbID:', TmpStr);

end;

To get those, so far I use some ancient Ivek's script from 2013, which you can find enclosed but it works only with Proxomitron, and after IMDb url is provided by IMDB_[EN][HTTPS].psf

While waiting for rottentomatoes renewed script too,

Thank you in advance!

P.S. At the screenshot you can check how it looks in my custom skin

28
Support / AllMovie Https?
« on: March 07, 2019, 10:05:05 pm »
Hello guys and please receive our bow to your great work!

I wanted to ask you if there is possibility to use AllMovie.com HTTPS.psf script without Proxomitron in PVD MOD? If there is possibility, but it is too much work for you, how we, without programming knowledge, could achieve it?

Any feedback is greatly appreciated.

Thank you in advance.

29
Support / .BATCH files
« on: March 07, 2019, 09:59:36 pm »
Hello and thank you for you your tremendous contribution to keeping PVD alive, guys!

I wanted to ask you why there is no possibility anymore to use .batch files? Is it possible anyhow? Will you include this option in next version of a MOD, or at least tell us how we can make it ourselves? I know it's only some original .dll is to be copied to Plugins folder (and maybe some other file) but not sure which one, and trying one by one .dll would last too long.

Thank you in advance!

30
Feature Suggestions / FilmAffinity English
« on: May 09, 2018, 12:26:55 am »
Is there any chance to make FilmAffinity script in English language, I wonder? Imdb and Rottentomatoes were bought by Amazon and became totally uncredible sources for movie ratings and reviews. The only alternative I have found that corresponds with my taste is FilmAffinity and it would be great to have English version of the script.

Kind regards,

31
Support / Rottentomatoes.com [HTTPS] issue with downpage.htm
« on: May 08, 2018, 11:44:06 pm »
Very often Rottentomatoes.com [HTTPS] script has issue with downpage.htm. The message is something like "cannot open downpage.htm. The process cannot acces downpage.htm because it is useed by another process."

The page is downloaded from the rottentomatoes.com, but cannot be imported to PVD.

Any idea would be appreciated. Thanks in advance.

32
Support / Allmovie.com https
« on: October 10, 2017, 11:09:08 pm »
One more https transition. Allmovie.com script isn't possible to use anymore in PVD?

Kind regards.

33
Support / IMDb Awards not working
« on: November 27, 2016, 08:15:55 pm »
Now when I reconstruct it, it looks like IMDb Awards and References don't work starting this April. Am I right, or I have messed my configuration?

Thank you in advance.

34
Talk / Donations to Ivek
« on: October 17, 2015, 09:13:42 am »
Hello everybody,

I haven't been around for two years, but have been active recent couple of days, and carefully read what was happening meanwhile.

In absence of nostra, it became pretty obvious to me that PVD would be dead without Ivek.

So, regarding his tremendous contribution to keeping us alive, especially considering his health condition, the least I could do is to appeal to as many of you to redirect donations to Ivek.

Ivek, please let me know how can I send you my humble donation.

Wish you all the best, mate.

35
Talk / Greetings
« on: January 08, 2014, 01:06:08 am »
Христос воскресе.

36
Support / IMDb people plugin or PVD problem
« on: November 02, 2013, 05:14:26 am »
Movie: Rabbit Hole
Acctress: Nicole Kidman

Movie View-click on a Nicole's name-switching to People view-updating her record with IMDB people plugin-switch to movies (back to Rabbit Hole).

No more Nicole credited there. Movie record update needed to credit her again.

Why is that?

37
Talk / rick.ca
« on: September 27, 2013, 07:59:03 pm »
Is everything OK with him?

38
Support / Speed up database
« on: September 11, 2013, 02:21:02 pm »
I have ~6,5k entries in my database. When I search it, it takes time to get results. So, very often, it's much faster to open Firefox, to enter search criteria at google, to open correspondent  IMDb page to get the results, then to get the very same result in already opened PVD.

So, is there any hint to make PVD database faster, or is it by design? If it's by design, what are the chances for nostra to make it faster?

Thanks in advance

39
... posters/covers/screenshots?  ???

Why this filter isn't analog to Viewed/Visible/Owned, etc filters?

40
Support / How to import online screenshots
« on: May 21, 2013, 10:20:56 pm »
Is there a way? No plugin works for me.

Pages: 1 [2] 3