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 ... 88 89 90 91 92 [93] 94 95 96 97 98 ... 133
1841
PVD v0.9.9.21, IMDB [EN] plugin v0.9.8.5 not downloading or updating IMDB Rating anyone else have the same problem?

Yes, more described is here.

1842
Support / Re: IMDB 0.9.8.5 rating no longer imported
« on: October 14, 2012, 07:26:06 am »

ANYBODY knows how to resolve this ??

Nostra when he returns back.

1843
Support / Re: AllMovie disappeared, Allrovi.com appeared!
« on: September 24, 2012, 03:26:13 pm »
Quote
Quote
How it works AllRovi movie script given the changes that I do not know.

I was saving just the link to the tab, which is of course now useless. So I deleted the data and removed that section of the script. For those saving the detail, I'm not sure what it does, but probably nothing (i.e., I don't think it will effectively delete any existing data). So we may as well leave the script as is for a time, in case the data returns.
So we may as well leave the script as is for a time, in case the data returns

Someday they may return data, we will see, maybe we will in the future again experience what a surprise from the AllRovi.com.

Apparently, it was a temporary error with the AllRovi.com. The error is corrected, Releases page is already back and working normally.

1844
Scripts and Templates / Re: AllMovie.com - new movie script
« on: September 24, 2012, 03:07:37 pm »
According to some problems with the Releases page also AllMovie.com new web pages there were also some changes in web pages (some changes in the source code of web pages), were made small changes in AllMovie.com script, the script now works (previously worked, but there was no info transferred data).

Script AllMovie.com(1) attached.

It will also update for AllMovie.com script for other changes on the AllMovie.com web sites (will be more time for that).

[attachment deleted by admin]

1845
Support / Re: AllMovie disappeared, Allrovi.com appeared!
« on: September 24, 2012, 06:43:40 am »
So we may as well leave the script as is for a time, in case the data returns.

Someday they may return data, we will see, maybe we will in the future again experience what a surprise from the AllRovi.com.

1846
Support / Re: AllMovie disappeared, Allrovi.com appeared!
« on: September 23, 2012, 02:57:18 pm »
On AllRovi movie web sites has been a change (or cancellation) to the Releases page [no more data on the old DVD editions(releases) of the movies]. DVD Releases Url opens basic movie web page. How it works AllRovi movie script given the changes that I do not know. Currently I can not verify and test the script.

1847
Support / Re: IMDB votes in the skin: customsection disappears
« on: September 19, 2012, 09:05:55 pm »
Sorry, I'm not sure what your question is. I know you collect a lot of custom data, and therefore assume you know how to add a custom field to a skin. AFAIK, once you include a custom field in a skin, the special 'customsection' no longer works. It's purpose is to automatically display all custom fields in one section when none of them are explicitly included in the skin.

It is true, I know a lot about how to add custom fields in the skin.

For example, can it like this:

Code: [Select]
              <row>
                <column>
                  <label width="100" halign="right" valign="top">
                    <caption>IMDbID:</caption>
                    <font>
                      <name>Arial Black</name>
                      <size>10</size>
                    </font>
                  </label>
                  <spacer width="-7" />
                  <custom field="IMDbID">
                    <color>$D7FDDD</color>
                    <font>
                      <size>11</size>
                      <color>$006600</color>
                      <bold />
                    </font>
                  </custom>
                  <spacer width="10" />
                </column>
              </row>

This is just one of the ways for example, how to do it add in skin.

1848
Support / Re: IMDB votes in the skin: customsection disappears
« on: September 18, 2012, 08:13:21 pm »
For example, can it like this:

Code: [Select]
              <row>
                <column>
                  <label width="100" halign="right" valign="top">
                    <caption>IMDbID:</caption>
                    <font>
                      <name>Arial Black</name>
                      <size>10</size>
                    </font>
                  </label>
                  <spacer width="-7" />
                  <custom field="IMDbID">
                    <color>$D7FDDD</color>
                    <font>
                      <size>11</size>
                      <color>$006600</color>
                      <bold />
                    </font>
                  </custom>
                  <spacer width="10" />
                </column>
              </row>

1849
Feature Suggestions / Re: TheMovieDB.org
« on: September 01, 2012, 12:00:21 pm »
Does the API offer a way to select the default poster, or one classified by the same language as the user language?

Unfortunately all you get is a list of images grouped into posters and backdrops. Each image is available in 6 sizes and just has an id, width and height.
It is possible to search by language but most often there are more than 20 posters just in english (the plugin actually only downloads the english ones i think).

I think not only in English, but if it is there on the web pages displayed 10 posters by plugin transferred all 10 - verified.

1850
Feature Suggestions / Re: TheMovieDB.org
« on: September 01, 2012, 11:51:48 am »
A small correction in the original language: 
for this display of  'en' is now in the 'English'.

They are also examples of how to add info in the custom field.

Original script is here.

[attachment deleted by admin]

1851
Feature Suggestions / Re: TheMovieDB.org
« on: September 01, 2012, 07:43:57 am »
In Cast data not transmit data only for players, but also as Crew information for art, camera, etc.
This is a bit difficult. PVD supports the following person types: actor, director, writer, composer, producer
TMDb groups the crew into departments and jobs.
Departments are (the ones i found): Actors, Directing, Writing, Sound, Production, Art, Camera, Editing, Costume+Make-Up, Crew
The list of jobs is pretty large - i don't really want to deal with them :P
What the script does atm is putting the department actors into actor, directing into director, writing into writer, sound into composer (this is already an ugly match) and production into producer (not perfect because production contains stuff like casting etc).
The other departments aren't handled at all - i could add them to a custom field if you like.

Yes, please other info in a custom field,but for this type of script I can not write new pieces of code or  I do not know how writing a new script (I'm not a computer programmer, just an amateur self-taught, so I asked for help).

Thanks for the comprehensive explanation.

1852
Feature Suggestions / Re: TheMovieDB.org
« on: August 31, 2012, 10:49:34 am »
I wonder how the MPAA, orating, rdate and Status
added in the custom field.
I don't quite understand what you mean.
I use the AddFieldValueXML function and the fields according to this: http://www.videodb.info/help/hlp_scripting.html#fields
So no custom fields - just the standard ones.

Yeah, I know that there is no custom fields. Would be nice to have them, since certain info data different than IMDB info data.

Examples for the MPAA or rdata, how can to is data info added in the custom field:
Code: [Select]
procedure ParseMovie(HTML: string);
var
  Released, MPAA, Mstatus: string;
  Runtime: Integer;
  DateParts: TWideArray;
begin
  .
  .
  .
Released := HTMLValue(HTML, 0, 0, '<released>', '</released>');
  if Released <> '' then
  begin
    ExplodeString(Released, DateParts, '-');
    Released := DateParts[2] +'.'+ DateParts[1] +'.'+ DateParts[0];
    LogMessage('rdate: '+ Released);
    AddFieldValueXML('rdate', Released);
AddCustomFieldValueByName('Release Info', Released);
  end else
    LogMessage('rdate not found');


  MPAA := HTMLValue(HTML, 0, 0, '<certification>', '</certification>');
  if MPAA <> '' then
  begin
    MPAA := MPAA;
    LogMessage('mpaa: '+ MPAA);
    AddCustomFieldValueByName('MovieDB rate', MPAA);
  end else
    LogMessage('mpaa not found');

I can not find any solution for it Status, I tried with this part code,
Code: [Select]
  Mstatus := HTMLValue(HTML, 0, 0, '<status>', '</status>');
  if Mstatus <> '' then
  begin
    Mstatus := Mstatus;
    LogMessage('status: '+ Mstatus);
    AddCustomFieldValueByName('Status', Mstatus);
  end else
    LogMessage('status not found');
but it does not work. Is there a solution to this problem.

BTW:
Other corrections are in order, properly transmit the data. However, in
aka data only one alternative address out there on the web site is usually a number of alternative titles. In Cast data not transmit data only for players, but also as Crew information for art, camera, etc.

1853
Scripts and Templates / Re: AdultDVDEmpire script
« on: August 28, 2012, 07:30:23 pm »
btw what do you guys think about moving this and other scripts/plugins to a project hosting site (e.g. google code, github, sourceforge)?
not having the code under version control makes me nervous.

There are therefore versions and updates. You can then also final or updated version added to for the auto-update system.

We'll see, what he says to this Nostra or Moderator.

1854
Development / Re: Other Adult plugins
« on: August 16, 2012, 03:21:20 pm »
I need only help or introduction for create this script.

Help or introduction for create script:
http://www.videodb.info/help/hlp_scripting.html

1855
Scripts and Templates / Re: CDUniverse script
« on: August 14, 2012, 02:37:15 pm »
Thank you for your review Ivek !

Welcome and thank you to modify the script.

The comment field could be put together the following information:
- DVD Encoding
- Discs
- Movie Details


Code: [Select]
AddFieldValueXML('comment', fullinfo);
How to combine multiple information in one field, it is a nice illustrated in the following scripts:

IAFD people or
Egafd people+ script or
Egafd movie+ script


1856
Scripts and Templates / Re: CDUniverse script
« on: August 03, 2012, 12:31:05 pm »
Duration also does not work.

It is necessary to add this one piece of code,
Code: [Select]
//K_MOVIE_RUNNING_TIME_TRT = '">Running Time</td>';
//K_MOVIE_RUNNING_TIME_BGN = '<td>';
//K_MOVIE_RUNNING_TIME_END = ' Minutes</td></tr>';
        .
        .
        .
        .
        .
{ Movie running time }
lText := FloatToStr(StrToFloat(HTMLValues2(HTML, '">Running Time</td>', '</tr>', '<td>', ' Minutes</td></tr>', ', ', lPosEnd)) * 60); 
AddFieldValueXML('length', lText);
LogMessage('Running time : ' + lText);
and will it work this time.

1857
Scripts and Templates / Re: CDUniverse script
« on: August 01, 2012, 04:45:04 pm »
Rating does not work.

It is necessary to add this one piece of code,
Code: [Select]
//AddFieldValue(K_MOVIE_MPAA, lText);
AddFieldValueXML('mpaa', lText);
or example, this
Code: [Select]
{ Movie mpaa }
lPosition := Pos(K_MOVIE_MPAA_TRT, HTML);
lText := TextBetween(HTML, K_MOVIE_MPAA_BGN, K_MOVIE_MPAA_END, False, lPosition);
//AddFieldValue(K_MOVIE_MPAA, lText);
AddFieldValueXML('mpaa', lText);
LogMessage('lMoviempaa : ' + lText);
and will it work this time.

You can add this -  DVD Features:
Code: [Select]
K_MOVIE_DVD_TRT = ' DVD Features</span></span></h2>';
K_MOVIE_DVD_BGN = '<p>';
K_MOVIE_DVD_END = '</p></div>';
        .
        .
        .
        .
        .
{ Movie dvd }
lPosition := Pos(K_MOVIE_DVD_TRT, HTML);
lPosBgn := PosFrom(K_MOVIE_DVD_BGN, HTML, lPosition);
lPosEnd := PosFrom(K_MOVIE_DVD_END, HTML, lPosBgn);
lText := Trim(Copy(HTML, lPosBgn+3, lPosEnd - lPosBgn-3));
AddFieldValue(K_MOVIE_FEATURES, lText);
LogMessage('lMovieDvd : ' + lText);

1858
Scripts and Templates / Re: CDUniverse script
« on: August 01, 2012, 03:25:27 pm »
Thank you, Isolki.
You can add anything else, for example Rating, Running Time or the Release Date.

For Release Date  use this one piece of code:
Code: [Select]
AddFieldValueXML('release', lText);
To help the attached list.

PVD XML List attached.

[attachment deleted by admin]

1859
Scripts and Templates / Re: AdultDVDEmpire script
« on: July 14, 2012, 06:16:24 am »

1860
Scripts and Templates / Re: Use BING as default search result
« on: July 03, 2012, 10:42:41 am »
None of these scripts does not work anymore. There have been major changes in the search results (major changes in source code page). I tried to fix it, but without success.
Maybe someone can help solve the problem.

I fixed search results in attached Scripts:

Bing_SearchMulti version 0.0.0.2
Bing_SearchMulti(people)(Imdb)  version 0.0.0.4

and new Bing_SearchMulti_All   version 0.0.0.2




[attachment deleted by admin]

Pages: 1 ... 88 89 90 91 92 [93] 94 95 96 97 98 ... 133