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.


Messages - Ivek23

Pages: 1 ... 83 84 85 86 87 [88] 89 90 91 92 93 ... 143
1741
Support / Re: Best way to distinguish TV (& series) and Films?
« on: December 18, 2013, 10:07:37 am »
As I am using the "PVD Classic Tabs" (v.1.0.0.3) skin,

In the "Classic PVD Tabs' skin, the custom fields can be added easily, anytime and how many (a lot or a little custom fields) you want to have.

I am trying to add to this Custom Tab (or to a new one if that is possible), the technical data of the films/TV series, i.e. Color, Aspect ratio, Sound mix, and whatever else is available on the IMDB site (Top 250, etc. but not the user review).

For technical data I recommend  "Technical Specs:" memo custom field and Technical Specifications IMDB page individual script, which is here and there is also more explanations.

Apart from the above I would like to add -somewhere- if the video is a TV Film, TV Mini-Serie, TV Series, to be able to sort them with the "sort by" button of the software.

Here I recommend Tv Short text or Select list custom field, and then be easy to use
Quote
to be able to sort them with the "sort by" button of the software.
BTW:
The  "TV Series & etc ..."  information shall be transmitted only when they are also added to the movie web sites.


Short text or Select list custom field also applies to other custom fields where you want to use
Quote
to be able to sort them with the "sort by" button of the software.

1742
Support / Re: Best way to distinguish TV (& series) and Films?
« on: December 17, 2013, 04:25:45 pm »
Hi Ivek,

I do manually put these information to a "Category" field, cause it sounds logical to me: "Which category is this PVD entry?" "It's documentary, TV movie, movie, For video only, etc..."

How should I modify your script to automatically fill "Category" field with these data using your script?

Thanks in advance.

Here we go as here:

Code: [Select]
//~TV Series & etc ... ~
.
.
.
TmpStr2 := StringReplace(TmpStr2, 'Video Game        ', 'Video Game', True, True, False);
if TmpStr2 <> '' then AddFieldValueXML('category', TmpStr2);
if TmpStr2 <> '' then AddCustomFieldValueByName('Tv', TmpStr2);
//if TmpStr2 <> '' then AddCustomFieldValueByName('Tv2', '<link url="' + MovieURL + '">' + TmpStr2 + '</link>');
end;

//~TV Series & etc ... ~
TmpStr3 := '';
.
.
.
// TmpStr3 := StringReplace(TmpStr3, ' -', '', True, True, False);
if TmpStr3 <> '' then  AddFieldValueXML('category', TmpStr3);
if TmpStr3 <> '' then AddCustomFieldValueByName('Tv', TmpStr3);
// if TmpStr3 <> '' then AddCustomFieldValueByName('Tv2', '<link url="' + MovieURL + '">' + TmpStr3 + '</link>');
end;
end;

1743
Support / Re: Best way to distinguish TV (& series) and Films?
« on: December 17, 2013, 04:14:49 pm »
Your name for the custom fields do not match with the name of the custom field in the script.
I assume you are using pvd_classic_movie or pvd_classic_movie_tabs skin.
In this case, will rename your custom fields very simple.

In the Tools / Preferences / Movies / Custom items , you will, for example, "Aspect Ratio" custom field only "Rename", so you will all the information remains in your database (see sshot-2).

Notice:
But certainly not to use the "Delete" because you're so then delete the custom field as well as all data in this custom field.


In the IMDB plugin should be used names of custom fields, such as the default settings for IMDB plugin.
The default settings the names of the custom fields in the IMDB plugin:
IMDB Votes
Top 250:
Technical Specs:

User Review:

In the absence of the same names of custom fields you IMDB plugin did not pass the information to Technical Specs. IMDB plugin or script to pass the information on the Top 250 only in the case of a movie ranked on a scale of Top 250.

The same names are custom fields in the script:
IMDB Votes
Top 250:


Imdb script also has the following custom fields:
Imdb Title   for  "Complete title"
Tv2 and Tv   for  "TV Series & etc ..."
Imdb Aspect Ratio   for  "Aspect Ratio:"
Updated   for  "Date ~Updated~ (choose simple or verbose version)"

P.S. Your custom field names for these data are "TV" and "TV2"? Why two fields?

TV custom field displays the usual information.
TV2 is memo custom field, which is the url link, more about it here and here.

Attached also IMDb MovieInfo TV (2) script with more information.

1744
Support / Re: Best way to distinguish TV (& series) and Films?
« on: December 16, 2013, 05:15:47 pm »
Attached script to pass the information only for
Maybe you can help IMDb MovieInfo TV script and Tv custom field. Then you can sort by "group by" list

Your name for the custom fields do not match with the name of the custom field in the script.
Tell me the name of the skin to better answer.

1745
Scripts and Templates / Re: Announcing: Boxcutter 0.9 for PVD & Roksbox
« on: December 13, 2013, 06:22:23 am »
Sorry. Unfortunately, I'm not the developer of Roksbox, and have no control over their web site.  :-\

It's all right, it is not your fault.

I just happened to run across this thread.  The Roksbox website was recently the victim of a spam attack.  So to try to restore the integrity of the website, for precautionary reasons, I blocked all countries except the ones that I knew for sure used Roksbox.  The countries that were blocked were not necessarily causing problems, but they were blocked just because they were not known to be using Roksbox.  SI was one of the countries that was blocked for precautionary reasons.  Therefore, I have now unblocked SI, so you should be able to use the Roksbox website now.  Sorry for the inconvenience.

Thank you, now it works.

1746
Support / Re: Best way to distinguish TV (& series) and Films?
« on: December 12, 2013, 04:49:58 pm »
OK. I've read many threads about it but which one is the easiest to mark a film as a "Film" and a TV film or TV series as TV?  ???

I would like to find an easy way so I can sort them with one click in the PVDB "sort by" list.

Any advice would be welcomed... :-\

Gear

Maybe you can help IMDb MovieInfo TV script and Tv custom field. Then you can sort by "group by" list (see image).

IMDb MovieInfo TV script is attached.


1747
Support / Re: Movie/People Pictures
« on: December 12, 2013, 09:48:56 am »
Quote
I'm still using 0.9.9.21, as of today I found out images stopped being imported from the IMDB (using 0.9.8.22)?

Any idea to solve this problem?


I'd wish, but I'm just an ignorant user....

The IMDB plugin stopped importing Posters/Pictures as of 5/12/2013.

Any fix?

Gear

Nostra
Hello
The IMDB plugin stopped importing Posters/Pictures as of 5/12/2013.
Any fix?

You will need to have a little patience, it will be necessary to wait a bit, Nostra will repairs this problem, when it will have more time.

..., but you would need to wait until next year (I am currently pretty busy).

1748
Development / Re: TITLE UPDATE
« on: December 10, 2013, 02:02:31 pm »
ONLY TITLE is my problem. My scripts run well.

ONLY TITLE

For TITLE I can not help it.

1749
Development / Re: TITLE UPDATE
« on: December 09, 2013, 07:24:05 pm »
For Year I need only 4 digits from end and unformated date i save to Custom Field.

For Year maybe this help:

Code: [Select]
//~mfYear~ or ~Year~

endPos := PosFrom('</span></h1>', HTML, curPos);
curPos := endPos - 5;
TmpStr2 := IntToStr(StrToInt(Copy(HTML, curPos, 4)));

if TmpStr2 = '0' then
TmpStr2 := '';

AddFieldValue(mfYear, TmpStr2);
AddCustomFieldValueByName('Year', TmpStr2);

if TmpStr2 = '' then
TmpStr2 := 'year unknown';

LogMessage(' Parsing: ' + TmpStr1 + '(' + TmpStr2 + ')');

For Date maybe this help:

Code: [Select]
procedure ParseMovie(MovieURL : String; HTML : String);
var
curPos, endPos : Integer;
Date, TmpStr, TmpStr1, TmpStr2, TmpStr3, TmpStr4, TmpStr5 : String;
DateParts: TWideArray;
begin

//Date ~Updated~ (choose simple or verbose version)
Date := DateToStr(CurrentDateTime);
if Date <> '' then
  begin
    ExplodeString(Date, DateParts, '-');
Date := DateParts[2] +'.'+ DateParts[1] +'.'+ DateParts[0];
AddCustomFieldValueByName('Updated', Date);  // Simple
  end else
    LogMessage('date not found');

For the rest a little harder to help.

1750
Development / Re: TITLE UPDATE
« on: December 09, 2013, 05:55:09 pm »
Try if this will work.

Code: [Select]
AddFieldValueXML('title', New Name);
or
AddFieldValue(mfTitle, New Name);

Change 'title' to 'origtitle' :

Code: [Select]
AddFieldValueXML('origtitle', New Name);
or
AddFieldValue(mfOrigTitle, New Name);

If it does not work, ask for Nostra, if you can help.

1751
Development / Re: TITLE UPDATE
« on: December 09, 2013, 03:39:49 pm »
Try this, maybe help.

Code: [Select]
procedure ParseMovie(MovieURL : String; HTML : String);
var
curPos, endPos : Integer;
New Name : String;
begin

.
.
.

AddFieldValueXML('title', New Name);
or
AddFieldValue(mfTitle, New Name);

1752
Scripts and Templates / Re: People imdb script: additional information
« on: December 07, 2013, 08:02:58 pm »
Have been made many corrections.

It is also added a few url links to some sites where information and photo galleries of people, if those links exist on Imdb External pages.

10/11/2013
People imdb script v0.1.1.5

Scripts is attached in the first post.

People imdb script v0.1.1.5 still works. The script does not transfer more correct information for people, there are more changes on the IMDB web pages.

1753
Support / Re: Movie/People Pictures
« on: December 06, 2013, 06:32:59 pm »
Quote
I'm still using 0.9.9.21, as of today I found out images stopped being imported from the IMDB (using 0.9.8.22)?

Any idea to solve this problem?


I'd wish, but I'm just an ignorant user....

The IMDB plugin stopped importing Posters/Pictures as of 5/12/2013.

Any fix?

Gear

Nostra

1754
Support / Re: Missing awards from IMDB movie import plugin
« on: December 04, 2013, 09:50:15 am »
Maybe it's because the IMDB page of the modified awards ...

Yes, it true. Have been modified Awards on IMDB Awards sides.

1755
Development / Re: Chinese translation for Custom update
« on: November 27, 2013, 06:05:17 pm »
Thanks Ivek23 for your information! :)

OK, thank you.

1756
Development / Re: Chinese translation for Custom update
« on: November 27, 2013, 07:09:46 am »
Welcome, nekwa- .

Translation of the files may also add here.

1757
Support / Re: Missing awards from IMDB movie import plugin
« on: November 13, 2013, 07:56:04 am »
Only Nostra.

1758
Scripts and Templates / Re: People imdb script: additional information
« on: November 10, 2013, 01:27:16 pm »
Have been made many corrections.

It is also added a few url links to some sites where information and photo galleries of people, if those links exist on Imdb External pages.

10/11/2013
People imdb script v0.1.1.5

Scripts is attached in the first post.


1759
Scripts and Templates / Re: Announcing: Boxcutter 0.9 for PVD & Roksbox
« on: November 08, 2013, 04:36:45 pm »
Sorry. Unfortunately, I'm not the developer of Roksbox, and have no control over their web site.  :-\

It's all right, it is not your fault.

1760
Scripts and Templates / Re: Announcing: Boxcutter 0.9 for PVD & Roksbox
« on: November 08, 2013, 04:31:53 pm »
Quote
   http://roksbox.com/home/index.php?option=com_content&view=article&id=123&Itemid=97

This link don't work for me, because
Quote
403: Access Forbidden

Your country (SI) has been blacklisted.

Pages: 1 ... 83 84 85 86 87 [88] 89 90 91 92 93 ... 143
anything