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 ... 107 108 109 110 111 [112] 113 114 115 116 117 ... 133
2221
Scripts and Templates / Re: OMDb.SI Script
« on: July 03, 2011, 09:57:26 am »
Here is an updated Omdb.SI script version 0.1.1.1

Changes:
  • added a function
    • Posters
    • URL
Update:
  • changed function for better search results
    • Procedure ParseSearchResults

[attachment deleted by admin]

2222
Scripts and Templates / OMDb.SI Script
« on: July 01, 2011, 02:14:40 pm »
OMDb.SI Script

It worked: here, for now made simple OMDb.SI Script.

[attachment deleted by admin]

2223
Feature Suggestions / Re: omdb.si (and omdb.org)
« on: June 30, 2011, 09:01:05 pm »
I'll just ask here for rating:

example:
At this address  http://www.omdb.si/index.php/ofilm/?i=699&eps=1 the movie 100 Girls (2000) looks like the rating (5.2/ 10) (5 votes), but I wonder how would this code
Code: [Select]
//Rating
 AddCustomFieldValueByName('OMDb.SI',  FloatToStr((StrToFloat(HTMLValues(HTML,
                            '<td height="25" nowrap="nowrap">', 'Rating:',
                '<img src=', '.gif"',
                ', ', EndPos)) + 1)/2));
can turn into a star rating, but now I get a 0.5 star rating,how do you get to 5.2 stars rating.

2224
Feature Suggestions / Re: omdb.si (and omdb.org)
« on: June 29, 2011, 07:42:51 pm »
However, I tried a little experiment with omdbsi script and I had a little success that I have come to so far it works Searchresults, but not for each movie title, but only for a certain movie title further, it is not, (a problem already arises in the URL Title, which do not manage to solve the problem), but I think it would probably be a good review the whole scenario script, as well as probably be correct procedure ParseSearchResults, therefore, add (appendix) also OMDbSI script to test if someone might have something there to help with this.

Thank you for your help.


Add correction:
There is still a topical issue in Searchresults but with the copied Url Title work for those info data what I need. I'm not able to find solutions how to add URL
Posters and rating, therefore add yet OMDbSI mod script.

This script is for test.

Correction:
I forgot to mention that all information transferred to a custom field.


[attachment deleted by admin]

2225
Maybe I'm wrong, probably nothing of this, which is listed, but Leave a surprise, perhaps will be some surprises by Nostra.

2226
Feature Suggestions / Re: omdb.si (and omdb.org)
« on: June 28, 2011, 07:54:28 pm »
However, I tried a little experiment with omdbsi script and I had a little success that I have come to so far it works Searchresults, but not for each movie title, but only for a certain movie title further, it is not, (a problem already arises in the URL Title, which do not manage to solve the problem), but I think it would probably be a good review the whole scenario script, as well as probably be correct procedure ParseSearchResults, therefore, add (appendix) also OMDbSI script to test if someone might have something there to help with this.

Thank you for your help.



[attachment deleted by admin]

2227
Support / Re: sedicifilm script does not transfer data info
« on: June 28, 2011, 05:21:48 am »
Because the word 'LOCANDINA:' in your code

Code: [Select]

//Poster
 curPos := Pos('LOCANDINA:',HTML);
 curPos := PosFrom('src="', HTML, curPos)+5;
 EndPos := PosFrom('"', HTML, curPos);
 LogMessage('poster0: curpos='+ IntToStr(curPos)+' endpos='+IntToStr(EndPos));
 if curPos > 0 then begin
    ExtraLinks[smPoster] := Trim(Copy(HTML, curPos, EndPos - curPos));
    LogMessage('Poster:' + ExtraLinks[smPoster] );
 end;


sedicifilm script did not work, but when I replaced with this word '<div id="gallery_">' in your code

Code: [Select]

//Poster
 curPos := Pos('<div id="gallery_">', HTML);
 curPos := PosFrom('src="', HTML, curPos)+5;
 EndPos := PosFrom('"', HTML, curPos);
 LogMessage('poster0: curpos='+ IntToStr(curPos)+' endpos='+IntToStr(EndPos));
 if curPos > 0 then begin
    ExtraLinks[smPoster] := Trim(Copy(HTML, curPos, EndPos - curPos));
    LogMessage('Poster:' + ExtraLinks[smPoster] );
 end;


However sedicifilm script works again.




2228
Support / Re: IMDb Movie Plugin - missing for more information
« on: June 27, 2011, 01:20:37 pm »
In order to be properly understood:

IMDb Movie Plugin- missing for more information

IMDb Movie Plugin Version 0.9.6.4 - missing information for the following:
- Technical Specs,
- User Reviews,

which are in the earlier version were transferred.

For custom field.

These data info is not transferred to the new entries for Movies, old data remain
in updating info data the movie database.


2229
Support / Re: IMDb People Plugin - missing for more information
« on: June 27, 2011, 01:18:33 pm »
In order to be properly understood:

IMDb People Plugin - missing for more information

IMDb People Plugin Version 0.3.0.8 - missing information for the following:
- Birthday,
- Age,
- Genre,

which are in the earlier version were transferred.

These data info is not transferred to the new entries for Peoples, old data remain in updating info data the people database.

2230
Feature Suggestions / Re: omdb.si
« on: June 27, 2011, 06:21:24 am »
Quote

Who could possibly have done the script for this page:  http://www.omdb.si/

Search link:http://www.omdb.si/index.php/odefault/search?sT=-1&sK=%s

Quote

I tried myself, but does not manage to find the initial basic solution to the script can operate at all.


I want to have this script, because I can not find solutions and not ideas for the script, so I giving up on attempts that could be created.


Apparently I was the only which is of interest to this script, so I information, which interested me in this hand-copied pages, which I will be in about 600 films somewhere took two weeks or more, but I'll do this anyway, Since the level is updated with fresh info data which Two movie database at a time with other scripts and plugins.

2231
Support / Re: IMDb Movie Plugin - missing for more information
« on: June 27, 2011, 06:02:08 am »
IMDb Movie Plugin- missing for more information

IMDb Movie Plugin Version 0.9.6.4 - missing information for the following:
- Technical Specs,
- User Reviews,

which are in the earlier version were transferred.

For custom field.

2232
Support / Re: IMDb People Plugin - missing for more information
« on: June 26, 2011, 02:16:52 pm »
Quote
Anyone else the same problem, or is this just a problem for me.

Or there might be another indirect, that the plugin works, but does not transfer all the data as it should.

2233
Support / Re: IMDb Movie Plugin - missing for more information
« on: June 26, 2011, 02:16:24 pm »
Anyone else the same problem, or is this just a problem for me.

Or there might be another indirect, plugin that works - even tehnical, user reviews are not, but does not transfer all the data as it should.

2234
Feature Suggestions / Re: omdb.si
« on: June 26, 2011, 01:49:57 pm »
Quote

Who could possibly have done the script for this page:  http://www.omdb.si/

Search link:http://www.omdb.si/index.php/odefault/search?sT=-1&sK=%s

Quote

I tried myself, but does not manage to find the initial basic solution to the script can operate at all.


I want to have this script, because I can not find solutions and not ideas for the script, so I giving up on attempts that could be created.

2235
Feature Suggestions / Re: omdb.si
« on: June 26, 2011, 09:14:53 am »
I'll explain what I had in mind with this what is written in the quote:

Quote

Who could possibly have done the script for this page:

http://www.omdb.si/


I tried myself, but does not manage to find the initial basic solution to the script can operate at all. Help me to be in so much if it were made ​​a simple script to download information for the following:
movie title, movie year, movie length in minutes, movie rating, movie director, movie poster and actors in the movie.
Here listed should be enough information about movies.

Search link:http://www.omdb.si/index.php/odefault/search?sT=-1&sK=%s

Thanks.

The problem for me is that I am self-taught computer and I have no knowledge in computer science, as well as writing new script or plugin, but when it made ​​a new import script, and then repeatedly review the script and the source code of a web page from which the transmit information data and after some time can make a small change or even what the new small add for the transfer of information.

And also what a lot has been written in English and Slovenian translation or it is not even, I do not understand it all.

2236
Support / Re: IMDb People Plugin - missing for more information
« on: June 26, 2011, 06:47:49 am »
Anyone else the same problem, or is this just a problem for me.

Photo works, but I do not have settings for download image, so the attached picture People no image.

[attachment deleted by admin]

2237
Support / IMDb People Plugin - missing for more information
« on: June 25, 2011, 01:10:49 pm »
IMDb People Plugin - missing for more information

IMDb People Plugin Version 0.3.0.8 - missing information for the following:
- Birthday,
- Age,
- Genre,

which are in the earlier version were transferred.

2238
Support / IMDb Movie Plugin - missing for more information
« on: June 25, 2011, 01:10:01 pm »
IMDb Movie Plugin- missing for more information

IMDb Movie Plugin Version 0.9.6.4 - missing information for the following:
- Technical Specs,
- User Reviews,

which are in the earlier version were transferred.

2239
Support / Re: mymovies(NotFound)
« on: June 25, 2011, 11:17:05 am »
In the download section mymovies (NotFound) zip file does not open, because it is invalid zip file (there is no existing file).

This notice:

Quote

Warning: filesize() [function.filesize]: stat failed for bin/scripts/mymovies&#40;NotFound&#41;.zip in /hp/as/ad/zm/www/download.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at /hp/as/ad/zm/www/download.php:42) in /hp/as/ad/zm/www/download.php on line 43

Warning: Cannot modify header information - headers already sent by (output started at /hp/as/ad/zm/www/download.php:42) in /hp/as/ad/zm/www/download.php on line 44

Warning: Cannot modify header information - headers already sent by (output started at /hp/as/ad/zm/www/download.php:42) in /hp/as/ad/zm/www/download.php on line 45

Warning: readfile(bin/scripts/mymovies&#40;NotFound&#41;.zip) [function.readfile]: failed to open stream: No such file or directory in /hp/as/ad/zm/www/download.php on line 46


Nostra, could from download page and the Web Import Scripts section removed mymovies(NotFound) zip file - By date 17.05.2011, an explanation is already mentioned above.

2240
Support / Re: IMDb Plugin problems
« on: June 25, 2011, 10:55:40 am »
The new version of the plugin is available.

Pages: 1 ... 107 108 109 110 111 [112] 113 114 115 116 117 ... 133