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 ... 80 81 82 83 84 [85] 86 87 88 89 90 ... 133
1681
Scripts and Templates / Re: Previewing movie URLs in skin
« on: April 28, 2013, 06:16:10 am »
So, it means it's impossible to do such thing with predefined "url" field?

Sorry, I have no answer to this because I do not know, but I think Nostra easier to answer this question.

1682
Changelogs / Re: 1.0.2.5 Release Candidate
« on: April 27, 2013, 04:28:05 pm »
The problem with keywords is fixed in IMDB Plugin version 0.9.8.18, let me know if there are other issues.

Technical Specifications (Technical Specs) not work.

1683
Scripts and Templates / Re: Previewing movie URLs in skin
« on: April 27, 2013, 03:05:12 pm »
For AllMovie_new script I found the way, defining custom field and the codes would be (for example):

Allmovie script:
Code: [Select]
//Get ~mfURL~ or ~URL~

endPos := Pos('"><span>overview</span></a>', HTML);
if endPos > 0 then begin
curPos := PrevPos('href="/movie', HTML, endPos);
AddFieldValue(mfURL, BASE_URL + Copy(HTML, curPos + 6, endPos - curPos - 6));
end else
AddFieldValue(mfURL, MovieURL);
AddCustomFieldValueByName('AllMovie.com', '<link url="' + MovieURL + '">AllMovie.com</link>');

Skin:
Code: [Select]
<row>
                <column space="0" halign="left" autosize="true" valign="top">
                  <label>
                    <font>
                      <color>$000000</color>
                      <bold/>
                    </font>
                    <caption>Other URLs: </caption>
                  </label>
                  <custom field="AllMovie.com" linkcolor1="$338900"/>
                </column>
              </row>

Still, the OP question stands if it's possible to import urls in "url" field in such way.

Yes, it is possible if you use Imdb Movie Script for rating ... and the url do the same way as is done in Allmovie_new script.

Example for Imdb:
Code: [Select]
//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>');

However, the same also in the skin:
Code: [Select]
<row>
                <column space="0" halign="left" autosize="true" valign="top">
                  <label>
                    <font>
                      <color>$000000</color>
                      <bold/>
                    </font>
                    <caption>Other URLs: </caption>
                  </label>
                  <custom field="IMDb.com" linkcolor1="$338900"/>
                </column>
              </row>

1684
The problem with keywords is fixed, let me know if there are other issues.

Technical Specifications (Technical Specs) not work.

1685
Thanks for the correction, Nostra and imdb2 plugin would need also to be repaired.

1686
Quote
Does anyone know what the problem may be?

I'm getting 404 errors and no results as well. Something probably changed at IMDb that will require the plugins be updated. :(

Yes, there are changes and several of these changes have been made at Imdb web sites in the last few weeks. As far as I was a bit more detailed look at Imdb web pages, will have Nostra make a number of changes and invest some effort in corrections for Imdb plugin.

1687
Changelogs / Re: 1.0.2.5 Release Candidate
« on: April 20, 2013, 06:40:47 am »
Hi Nostra, Is there a portable version of this release?

Thanks.

Added a zipped version in the first post.

Thanks, Nostra.

1688
Support / Re: "Original title" always empty
« on: April 18, 2013, 01:53:38 pm »

 Hi all,
 
 Since Imdb script does not seem to retrieve the original title anymore (because the imdb page does not display it), would you know how I could "tell" PVD to fill the "original title" field with the filename?

Thanks

Partly have to answer for yourself, but not completely true. IMDB plugin transferred Original Title only, when at Imdb page shows Original Title. If Imdb page no shows Original Title, it can no pass. This is also described here.

1689
Scripts and Templates / Re: AllMovie.com_new movie script
« on: April 16, 2013, 06:18:21 pm »
Thanks once again for all your contribution and work.

Thank you found the error, I did a little cosmetic correction. Try these attached AllMovie.com 0.1.1.2 script version and let us know if the script is working properly now. Is not tested on other movies, except for your movie, which is the link mentioned above.

[attachment deleted by admin]

1690
Scripts and Templates / Re: AllMovie.com_new movie script
« on: April 16, 2013, 06:35:14 am »
I just tested Review importing and it really works great! But, there is an issue. It looks like script imports only first paragraph of Review tab at Allmovie.com.

Checked with http://www.allmovie.com/movie/the-adjustment-bureau-v509764/review

Any help with this, please?

I apologize, be patient. It will be a short wait, it requires more testing. At the moment I do not have time, maybe in a few weeks.

1691
Scripts and Templates / Re: AllMovie.com_new movie script
« on: April 13, 2013, 06:17:32 pm »
Thanks a lot Ivek.

Pozdrav iz Beograda

Welcome.

Enako iz Slovenije.

1692
Scripts and Templates / Re: AllMovie.com_new movie script
« on: April 13, 2013, 07:28:34 am »
Does this mean reviews can be imported from allmovie.com?

Yes, it's true, now you can also Reviews information imported from allmovie.com new page.

If it does mean, I guess custom "Review" field is needed for it?

No, this is not at all a mistake, you guessed correctly in this case. Yes, you really need a custom "Review" field on imports Review information.


1693
Feature Suggestions / Re: Suggestion for Ivek23
« on: March 29, 2013, 12:53:34 pm »
Quote
P.S.:
Please add Director of Photography for imdb-plugin! ;)

Not yet, because PVD does not support this field. The only option is a custom field and Imdb plugin to add the option to download the data in the custom field.
Another option would be to IMDB script and data in a custom field. Easy IMDB script is here (Imdb Movie Script for rating ...).

Another option would be to IMDB script and data in a custom field. Easy IMDB script is here (Imdb Movie Script for rating ...).

This option has not yet been added to Imdb script. Can I do a little more thorough look at Imdb source code page and see what I can do. Then I can also tell you at what time then it would be also feasible.

It can also write in this thread:  Suggestion for Ivek23

I hope that by the middle of October will also be done.

1694
Support / Re: IMDB Watchlist
« on: March 29, 2013, 12:51:34 pm »
This option has not yet been added to Imdb script. Can I do a little more thorough look at Imdb source code page and see what I can do. Then I can also tell you at what time then it would be also feasible.

I looked, probably not be a problem to this is added to the script. Big problem is, because now I do not have time for it. Currently somewhere until the beginning of September I do not have time for that.  I'm too busy with other work. I hope to be somewhere in the middle of October just find the time and that I will do.

1695
Scripts and Templates / Re: Jav Search scripts (Japanese Adult Videos)
« on: March 29, 2013, 08:24:48 am »
Nice work, thanks for your efforts. Otherwise I do not understand Japanese, but the script will help me (how certain parts of the code written in the script) to other script that I'm writing. I help other writers script that they themselves can then easily eliminate possible errors in them. Of course, that will be properly understood, if you can find errors and also can fix.

1696
Scripts and Templates / Re: Freeones script, need some help.
« on: March 28, 2013, 05:54:15 pm »
Thanks for the reply Ivek23!

Welcome.

Here is the url address:

http://www.freeones.com/

1697
Scripts and Templates / Re: Freeones script, need some help.
« on: March 28, 2013, 12:56:12 pm »
I looked a little script and your web page, but I can not figure out what could be wrong. Strangely it already is, it does not even pass the url address. You will need to wait for someone who mastered the ADE style script writing.

1698
Support / Re: IMDB Watchlist
« on: March 27, 2013, 05:04:05 pm »
Another option would be to IMDB script and data in a custom field. Easy IMDB script is here (Imdb Movie Script for rating ...).

This option has not yet been added to Imdb script. Can I do a little more thorough look at Imdb source code page and see what I can do. Then I can also tell you at what time then it would be also feasible.

It can also write in this thread:  Suggestion for Ivek23

1699
Support / Re: IMDB Watchlist
« on: March 27, 2013, 07:13:16 am »
P.S.:
Please add Director of Photography for imdb-plugin! ;)

Not yet, because PVD does not support this field. The only option is a custom field and Imdb plugin to add the option to download the data in the custom field.
Another option would be to IMDB script and data in a custom field. Easy IMDB script is here (Imdb Movie Script for rating ...).

1700
Support / Re: IMDB (Movies) vs IMDB (People) plugin
« on: March 22, 2013, 11:54:15 am »
...but if it really a problem I can easily separate them.

That might still be a good idea, but maybe it's time to formalize the 'IMDb2.dll hack' so everyone knows it's available as an alternate configuration for whatever reason they may need one. I suspect a number of others are using it, so there's at least a few of us who appreciate it being automatically updated along with the original.
+1

Pages: 1 ... 80 81 82 83 84 [85] 86 87 88 89 90 ... 133