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 ... 133
1741
Support / Re: sedicifilm script does not transfer data info
« on: January 14, 2013, 11:02:36 am »
He made a small cosmetic correction (better appearance for the download section).

Script is attached, is also available  via the program's auto-update system.

[attachment deleted by admin]

1742
Scripts and Templates / Re: Movieplayer Script Update
« on: January 14, 2013, 10:59:43 am »
I'm a little repair code for the search results and made a small cosmetic correction (better appearance for the download section).

Script is attached, is also available  via the program's auto-update system.

[attachment deleted by admin]

1743
Support / Re: Film.tv.it script does not work
« on: January 14, 2013, 10:58:38 am »
He made a small cosmetic correction (better appearance for the download section).

Script is attached, is also available  via the program's auto-update system.

[attachment deleted by admin]

1744
Scripts and Templates / Re: Movieplayer Script Update
« on: January 13, 2013, 08:25:53 pm »
Ciao, oggi ti mando lo script aggiornato di sedicifilm così - se sei d'accordo - puoi sostituire quello vecchio nella pagina download.

Hello, today I send you the updated script of sedicifilm so - if you agree - you can replace the old one in the download page.

Absolutely, I agree.

1745
Scripts and Templates / Re: AllMovie.com_new movie script
« on: January 13, 2013, 03:39:54 pm »
Anyone who wants to change the current date and time updates, here is a solution, example is for AllMovie.com_new movie script:

I did not like the last part of the code for 
Code: [Select]
//Date ~Updated~ (choose simple or verbose version)

//AddCustomFieldValueByName('Updated', DateToStr(CurrentDateTime)); // Simple
//AddCustomFieldValueByName('Updated', DateToStr(CurrentDateTime) + ' at ' + TimeToStr(CurrentDateTime)); // Verbose
AddCustomFieldValueByName('Updated', DateToStr(CurrentDateTime) + ' at ' + TimeToStr(CurrentDateTime) + ' • ' + SCRIPT_NAME + ' ' + SCRIPT_VERSION); // Annoying


//Get ~mfURL~ or ~URL~

Date was previously seen such:
Code: [Select]
2013-01-13 at 14:17:50
So I switched over to that part of the code
Code: [Select]
procedure ParseMovie(MovieURL : String; HTML : String);
var
curPos, endPos, topPos, L, H, R : Integer;
Date, Name, URL, 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);
//AddCustomFieldValueByName('Updated', Date + ' at ' + TimeToStr(CurrentDateTime)); // Verbose
AddCustomFieldValueByName('Updated', Date + ' at ' + TimeToStr(CurrentDateTime) + ' • ' + SCRIPT_NAME + ' ' + SCRIPT_VERSION); // Annoying
  end else
    LogMessage('date not found');

//AddCustomFieldValueByName('Updated', DateToStr(CurrentDateTime)); // Simple
//AddCustomFieldValueByName('Updated', DateToStr(CurrentDateTime) + ' at ' + TimeToStr(CurrentDateTime)); // Verbose
//AddCustomFieldValueByName('Updated', DateToStr(CurrentDateTime) + ' at ' + TimeToStr(CurrentDateTime) + ' • ' + SCRIPT_NAME + ' ' + SCRIPT_VERSION); // Annoying


//Get ~mfURL~ or ~URL~

Date now looks like this:
Code: [Select]
13.01.2013 at 14:17:50

1746
Scripts and Templates / Re: AllMovie.com_new movie script
« on: January 13, 2013, 02:53:02 pm »
Quote
Quote
This script has now been released and is available via the program's auto-update system. Run Help > Check for updates and choose AllMovie.com_new from the list.

Quote
Post any comments or questions to AllMovie.com_new Script is can here.

1747
Scripts and Templates / Re: AllMovie.com_new movie script
« on: January 13, 2013, 02:52:06 pm »
Here is the final AllMovie.com_new script.

Script  AllMovie.com_final  is attached.

[attachment deleted by admin]

1748
Support / Re: Data Missing?
« on: January 13, 2013, 09:48:44 am »
According database will be this may help:

1.)  Before you save it, rename it, it may be less of a problem that you lose.
2.)  Save it to another location.
3.)  Then it would be a really good thing you do at this location also has a copy of this database, for example, if there is something wrong, you can still restore at least partial information or almost all the information that you have stored.

Last verified true because I have some experience with similar problems as described above. I have several times in the same way lost my movies database (example: ALL MYMOVIES), with a copy of such a database is able to return back already existing database (example: ALL MYMOVIES 1).

1749
Support / Re: Data Missing?
« on: January 13, 2013, 08:27:49 am »
If the program is unable to find or use the last used database, it will create another at the default location—which is what the error message is referring to. It obviously shouldn't overwrite an existing database of the same name. Are you sure your original database does not have a different name or exist in some other location? Try the installation folder. If not there, search the computer for '*.pvd'.

Or find pvdconf.ini (one pvdconf.ini is in the installation folder and another somewhere else). In other pvdconf.ini (by open), you might find information to locate the database with movies, data looks something like this:
Quote
[DataBase]
Network=0
FileName=..\..\Documents and Settings\Administrator\My Documents\Personal Video Database\movies.pvd
Mode=0
RecentFiles=D:\MyWorks\Personal Video Database\Personal Video Database\Personal Video Database 11M\0\Nova mapa (2)\Nova mapa (6)\MOVIES PEOPLE EXTRA TEST3.PVD|D:\MyWorks\Personal Video Database\Personal Video Database\Personal Video Database 11M\0\Nova mapa (2)\Nova mapa (5)\MOVIES PEOPLE EXTRA TEST2.PVD|D:\MyWorks\Personal Video Database\Personal Video Database\Personal Video Database 11M\0\Nova mapa (2)\Nova mapa (6)\Nova mapa\MOVIES PEOPLE EXTRA TEST3.PVD
RecentTypes=0;0;0;

More about pvdconf.ini and what else you can do with it, find described here.


1750
Scripts and Templates / Re: Movieplayer Script Update
« on: January 10, 2013, 11:27:44 am »
Ciao a tutti. Ho visto che alcuni script italiani non funzionano più.
Per ora ti allego la versione aggiornata di Filmtv e il nuovo script per scaricare foto da filmtv.

Hello to all. I have seen some scripts that Italians do not work anymore.
For now I am attaching the updated Filmtv and the new script to download photos from filmtv.

Thank you, naruto1001.

I hope that they will be remaining Italian scripts also receive new updates.

1751
Scripts and Templates / Re: OMDb.SI Script
« on: December 30, 2012, 01:22:09 pm »
I gave up for further updates for OMDb.SI Script, so I closed the topic.

Topic is locked !

1752
Support / Re: AllRovi movie script
« on: December 28, 2012, 09:28:22 am »
Correction relates to this post:
http://www.videodb.info/forum_en/index.php/topic,2496.msg16185.html#msg16185


I made a slight adjustment in ParsePage function (ParseSearchResults section).

I have this piece of code:
Code: [Select]
if Pos('Search Results for', HTML) > 0 then begin
ParseSearchResults(HTML);
Result := prList;
Exit;
end else

if (Mode = 0) AND (Pos('<h2>cast</h2>', HTML) > 0) then begin
ParseMovie(URL, HTML);
LogMessage('Getting main details from Cast & Crew page...');
end else
if (Mode = 0) AND (Pos('<strong>review</strong>', HTML) > 0) then begin
ParseMovie(URL, HTML);
LogMessage('Getting main details from Review page...');
end else
if (Mode = 0) AND (Pos('<h2>releases</h2>', HTML) > 0) then
ParseMovie(URL, HTML)
else
if Pos('- Cast, Reviews, Summary, and Awards - AllRovi</title>', HTML) > 0 then
ParseMovie(URL, HTML)
else
if Pos('- Review - AllRovi</title>', HTML) > 0 then
ParseReview(HTML)
else
if Pos('- Cast and Crew - AllRovi</title>', HTML) > 0 then
ParseCast(HTML)
else
if Pos('- Releases - AllRovi</title>', HTML) > 0 then
ParseDVDReleases(HTML);

Mode := NextMode(Mode);

No, not with this part of code:
replace this part of code:
Code: [Select]
if Pos('Search Results for', HTML) > 0 then begin
ParseSearchResults(HTML);
Result := prList;
Exit;
end else

if (Mode = 0) AND (Pos('<span>cast & crew</span></a>', HTML) > 0) then begin
ParseMovie(URL, HTML);
LogMessage('Getting main details from Cast & Crew page...');
end else
if (Mode = 0) AND (Pos('<span>review</span></a>', HTML) > 0) then begin
ParseMovie(URL, HTML);
LogMessage('Getting main details from Review page...');
end else
if (Mode = 0) AND (Pos('<span>releases</span></a>', HTML) > 0) then begin
ParseMovie(URL, HTML);
LogMessage('Getting main details from Releases page...');
end else
if (Mode = 0) AND (Pos('<h2>cast</h2>', HTML) > 0) then begin
ParseMovie(URL, HTML);
LogMessage('Getting main details from Cast & Crew page...');
end else
if (Mode = 0) AND (Pos('<strong>review</strong>', HTML) > 0) then begin
ParseMovie(URL, HTML);
LogMessage('Getting main details from Review page...');
end else
if (Mode = 0) AND (Pos('<h2>releases</h2>', HTML) > 0) then
ParseMovie(URL, HTML)
else
if Pos('- Cast, Reviews, Summary, and Awards - AllRovi</title>', HTML) > 0 then
ParseMovie(URL, HTML)
else
if Pos('- Review - AllRovi</title>', HTML) > 0 then
ParseReview(HTML)
else
if Pos('- Cast and Crew - AllRovi</title>', HTML) > 0 then
ParseCast(HTML)
else
if Pos('- Releases - AllRovi</title>', HTML) > 0 then
ParseDVDReleases(HTML);

Mode := NextMode(Mode);
but

replace this part of code:

Code: [Select]
if Pos('Search Results for', HTML) > 0 then begin
ParseSearchResults(HTML);
Result := prList;
Exit;
end else

if (Mode = 0) AND (Pos('<h2>cast</h2>', HTML) > 0) then begin
ParseMovie(URL, HTML);
LogMessage('Getting main details from Cast & Crew page...');
end else
if (Mode = 0) AND (Pos('<h2>crew</h2>', HTML) > 0) then begin
ParseMovie(URL, HTML);
LogMessage('Getting main details from Cast & Crew page...');
end else
if (Mode = 0) AND (Pos('<strong>review</strong>', HTML) > 0) then begin
ParseMovie(URL, HTML);
LogMessage('Getting main details from Review page...');
end else
if (Mode = 0) AND (Pos('<h2>releases</h2>', HTML) > 0) then
ParseMovie(URL, HTML)
else
if Pos('- Cast, Reviews, Summary, and Awards - AllRovi</title>', HTML) > 0 then
ParseMovie(URL, HTML)
else
if Pos('- Review - AllRovi</title>', HTML) > 0 then
ParseReview(HTML)
else
if Pos('- Cast and Crew - AllRovi</title>', HTML) > 0 then
ParseCast(HTML)
else
if Pos('- Releases - AllRovi</title>', HTML) > 0 then
ParseDVDReleases(HTML);

Mode := NextMode(Mode);

Now in the movie, with only definite information is now enabled data transfer. Previous version of the script, these data did not downloaded.

1753
Support / Re: Posters (No Movie Found)
« on: December 22, 2012, 11:23:02 am »
IMPawards is also dead and has been for such a long time I can't even remember how long it's been.

Will already about a year and a half since then, when IMPawards plugin does not work anymore.

1754
Support / Re: IMDb plugin maintenance issues
« on: December 18, 2012, 07:16:01 am »
Sorry, I probably forgot to compile it... Should be OK now.

Yes it is, now everything is OK.

1755
Support / Re: IMDB Tags not loaded
« on: December 17, 2012, 01:18:10 pm »
Thank you Ivek!! I had no idea. Now I understand everything

Welcome.

1756
Support / Re: IMDb plugin maintenance issues
« on: December 17, 2012, 07:47:13 am »
Quote
Nostra, here is a small problem.

No wonder it doesn't work. ::)

Thanks, Ivek.

I know where and what to fix, but I do not know, which tool or program is to be used and then to fix it in the plugin.


1757
Scripts and Templates / Re: AllMovie.com_new movie script
« on: December 17, 2012, 07:14:36 am »
Both this and the updated AllRovi script work great. Thanks very much for the work you do on these and other scripts, Ivek.

Thank you, Rick.
I will do more tests to see if it will be something in need of repair,  then also available via the auto-update system.

1758
Support / Re: IMDB Tags not loaded
« on: December 15, 2012, 07:19:42 pm »
Since the last update I noticed that when getting the movie info from IMDB the tags loaded are just the first 4-5, not even the more relevant ones, leaving out a lot more. Anybody else have this issue??

In the settings, select download all tags (see  to the added picture), it should work.

[attachment deleted by admin]

1759
Support / Re: IMDb plugin maintenance issues
« on: December 15, 2012, 06:26:14 am »
Imdb2 attached

Nostra, here is a small problem.
Imdb2 plugin is in the settings as normal Imdb plugin (see attached picture - sshot-1 and sshot-2) and not as Imdb2 plugin (see attached picture - sshot-3).
Settings are not used for imdbconf2.cfg file, but from the imdbconf.cfg file. Please correction for Imdb2 plugin.


[attachment deleted by admin]

1760
Scripts and Templates / Re: AllMovie.com - new movie script
« on: December 14, 2012, 02:45:13 pm »
Post any comments or questions to AllMovie.com_new Script is can here.

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