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 ... 92 93 94 95 96 [97] 98 99 100 101 102 ... 133
1921
Support / Re: Could not load skin: pvd_imdb_theme_eng.xml
« on: January 27, 2012, 11:35:03 pm »
Will know the one which is already using Windows 7.

[offtopic]
Already? It's 2 1/2 year on the market and XP is now 12 years old :D
[/offtopic]

I apologize if I made a little awkwardly expressed and I might even offend someone with this, but I wanted to say in the sense that I do not have money to buy Windows 7 .

1922
Support / Re: Could not load skin: pvd_imdb_theme_eng.xml
« on: January 27, 2012, 08:39:43 pm »
Quote
There is no pvdconfig.ini in any of my profile folders (windows 7) and not in the local installation folder.
For Windows 7 I do not know how and what is there, because it does not yet I use. Will know the one which is already using Windows 7.

1923
Scripts and Templates / Re: Use BING as default search result
« on: January 26, 2012, 05:11:07 pm »
Here a script where you can search in different Site.
The constante SiteSearch is the first site where Bing search.
After you can add other site in variable TabSite (ex: TabSite:=[ 'www.a.com', 'www.b.com'])
After the first search you'll have links for other search in the result prList.

I found only this method to use many sites.
But if someone have an idea?

Now to improve this, we must find infos about a link in the Bing page to show them in the prlist.

Thank you, pra15.

1924
Scripts and Templates / Re: Use BING as default search result
« on: January 26, 2012, 06:59:01 am »
I think it's not possible directly in the site BING, but we can add a link in the first prlist result a link to search in BING with the second site.
When i'll have more time i'll see that!

Thank you.

1925
Scripts and Templates / Re: Use BING as default search result
« on: January 25, 2012, 09:30:39 am »
Question:
Would it be possible to search more than one URL, for example, at the same time as URL address  for www.egafd.com , also this URL for http://bgafd.co.uk.

1926
Scripts and Templates / Re: Use BING as default search result
« on: January 25, 2012, 08:50:36 am »
Hello,
Here is a little script to use BING for site who doesn't support a search page like egafd.com.

It's an exemple and we can improve it but if someone is interesting....

I use www.egafd.com for exemple but you can change the const SiteSearch and put what you want. (in the declaration at start)

Interestingly, very commendable, thanks pra15.
This would also occur search on web site http://bgafd.co.uk , because they are similar(in particular there English movies and actresses) information as to www.egafd.com .

1927
Support / Re: Could not load skin: pvd_imdb_theme_eng.xml
« on: January 25, 2012, 08:30:51 am »
Finally it works again :)

Unzipping over the previous folder did not work. I had to delete the whole folder and then install new. What I do not get: it found the database wihtout asking me. The database resides outside of the application folder. How is this possible? Since I use the portable version there should not be an ini file or something in the registry stored!?

If using a portable version, it does not mean that nothing is stored in the registry.
If you have PVD start with viddb.exe, these data are linked to pvdconfig.ini, which is for example in the following folder:
C: \ Documents and Settings \ Administrator \ Application Data \ Personal Video Database (Administrator - in my case is called so, this folder can also be called otherwise).
If you run the PVD as stated by rick.ca
Quote
What I do not get: it found the database wihtout asking me. The database resides outside of the application folder. How is this possible?

Did you start it with the portable.bat file provided, or by other means use the -portable command line switch? If so, it should have created a new pvdconfig.ini and empty database in the installation folder.
or this AutoIt script (alternative to portable.bat)[viddb_p.exe], these data are linked to pvdconfig.ini in the installation folder.

1928
Development / Re: SOPA block script iafd_people
« on: January 23, 2012, 02:46:05 pm »
To have photo modify this to the original iafd_people script:

Code: [Select]
//Foto
curPos :=Pos('src="/graphics/headshots',HTML);


The corrected version:
iafd_people

from v. 0..1.1 the v. 0.0.1.2

iafd_people(pra15)
from v. 0.1.1.2  the  v. 0.1.1.3

The corrected version attached.

[attachment deleted by admin]

1929
Support / Re: Could not load skin: pvd_imdb_theme_eng.xml
« on: January 23, 2012, 12:23:51 pm »
The problem is, I can not use the update anymore, it's broken too right after the last update: http://www.videodb.info/forum_en/index.php?topic=3092.new;topicseen#new

Try to download again from the download page to download Version 0.9.9.21 portable and unzip into a new folder, probably it should work.

1930
Support / Re: Could not load skin: pvd_imdb_theme_eng.xml
« on: January 22, 2012, 11:16:31 pm »
Right after my last update this error occurs every time I start (see picture)

Version 0.9.9.21 portable

Thank you for your feedback. Yes, this is error, I apologize for this error. The error was discovered and corrected properly. Corrected skin is uploaded and available via the system for automatic update.

1931
Development / Re: SOPA block script iafd_people
« on: January 22, 2012, 12:58:46 pm »
Hello,
SOPA block downloading infos with script iafd_people !
You must deactivate all part in the script related to search photo and change in parse page : result := prfinished and not prdownload
The info are good but no photo!

This does not need to change:
Quote
parse page : result := prfinished and not prdownload
This change is only here:
Instead, this piece of code

Code: [Select]
PhotoURL := BASE_URL + Copy(HTML,curPos + 6, EndPos - curPos - 7);replaced with this piece of code
Code: [Select]
PhotoURL := BASE_URL + Copy(HTML,curPos + 6, EndPos - curPos - 28);The amendment shall also do so in
Quote
Preferences > Plugins > IAFD,COM > Overwrite fields to control how these items are to be updated.
where Photo field is not confirmed, as shown in the attached pictures and script is working properly.

They also corrected script attached.

[attachment deleted by admin]

1932
Scripts and Templates / Re: Egafd movie+ script
« on: January 21, 2012, 11:47:49 am »

1933
Scripts and Templates / Re: MyMovies.it script for movies and people
« on: January 21, 2012, 08:07:04 am »
Done. Try this update.

Now is better, but I have a suggestion:
this
Code: [Select]
AddSearchResult(Title+' ['+Director+']', '', Year, URL, '');maybe the replaced by this
Code: [Select]
AddSearchResult(Title+' ('+Year+') '+'   '+Director, '', '', URL, '');  is more evident in the search results.

1934
Scripts and Templates / Re: MyMovies.it script for movies and people
« on: January 20, 2012, 07:38:08 pm »
Quote
Example: 8-Mile has only a thumbinail, not a real poster. The transporter has only the english poster.

A little look at this two mymovies_mod and mymovies_NotFound_mod script because these scripts is download a poster for this movie.

1935
Scripts and Templates / Re: MyMovies.it script for movies and people
« on: January 20, 2012, 03:58:18 pm »
Quote
search results part, what do you mean?

Here I thought, images attached.



[attachment deleted by admin]

1936
Scripts and Templates / Re: MyMovies.it script for movies and people
« on: January 20, 2012, 03:55:58 pm »
Quote
I never had problems with posters O.o Could you please tell me a couple of movies with this issue?
8 Mile
Ab-normal Beauty
L'Atalante
The Transporter
Star Trek: Enterprise - Stagione 1

Quote
Sorry but I don't get the tagline and search results part, what do you mean?

8 Mile  --  > qualcosa di più di un'icona musicale prestata al cinema

Here I thought, images attached.




[attachment deleted by admin]

1937
Scripts and Templates / Re: MyMovies.it script for movies and people
« on: January 20, 2012, 07:04:07 am »
I tested a bit, but I found some weaknesses:
Posters do not always pass (tested at about 50 movies, at least half of these movies there was no transfer poster on the web page poster it was).
According to the latest version of your or the latest version of the script to auto-update system now missing tagline (I think on this red description of poster on the web page), awards.
Search Results for missing such a director.

1938
Scripts and Templates / Re: Movieplayer Script Update
« on: January 17, 2012, 10:45:51 pm »
Hi,
you gave me a long to do list :)
I'll do my best to update the scripts although maybe I need a bit time so please don't expect me to have them ready in the next days. As soon I've some result I will post it.

Thanks

Thank you, I look forward to the results, the script by about eight to ten or even what's more, these are links to download sites and the topics.

1939
Scripts and Templates / Re: Egafd movie+ script
« on: January 17, 2012, 12:03:46 pm »
More details in the description:
  • Primary
    • Details
      • Year
Years Movie
  • Primary
    • Details
      • Director
        • Custom field for
          • Director Full record
Just download the first director of information for the list.
Full transfer of information is evident in the Comment field, or the Director Custom field.
  • Primary
    • Details
      • Notes
        • Advanced
          • Countries
          • Studio
All Notes information can be seen in the field Tagline.
Country info data transferred in Country field (in most cases, involving all relevant countries).
Studio info data transferred in Studio field (they are generally included all relevant studies or distibuterji films).
  • Primary
    • AKA(Alternate titles)
      • Countries
      • Studio
        • Custom field for
          • Alternate titles Full record
Alternate titles only.
Country and Studio info data are both united in one whole and transferred in Tags field.
Full Alternate Titles transfer of information is evident in the Comment field, or the FullAkas Custom field.
  • Primary
    • Actresses
The titles of actress movies.
  • Primary
    • Notes
Description of the movies and actors in the movies.
  • Advanced
    • DVD
    • MPAA Rating
Information on the category (dvd or cd ...) and MPAA rating.
  • Advanced
    • Suppliers
Some information about DVD.
  • Custom field for
    • EGAFD Version
    • EGAFD ID
Data display is visible in the Comment field, or the  EGAFD Version and EGAFD ID Custom field, where they also show the name and version of the Egafd movie script.

1940
Scripts and Templates / Egafd movie+ script
« on: January 17, 2012, 11:56:35 am »
After about two months of effort is the author with my help (co-author are: pra15 and Ivek23) has done the script to download movies information from site: http://www.egafd.com
Script is called Egafd_movie script.

Here are additional information that is not in the original script.

Egafd_movie script including:
  • Primary
    • Title
    • OrigTitle
    • Details
      • Year
      • Director
      • Notes
    • AKA(Alternate titles)
    • Actresses
    • Notes
  • Advanced
    • DVD
    • MPAA Rating
    • Countries
    • Studio
    • Suppliers
  • Custom field for
    • EGAFD Version
    • EGAFD ID
    • Director Full record
    • Alternate titles Full record
Post any comments or questions to the here.

[attachment deleted by admin]

Pages: 1 ... 92 93 94 95 96 [97] 98 99 100 101 102 ... 133