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 ... 14 15 16 17 18 [19] 20 21 22 23 24 ... 133
361
Support / Re: Skin help needed
« on: November 04, 2020, 06:42:54 pm »
Hello! Is it possible to change the color of the list font found in Preferences->Appereance as well as awards tree in the skin?

Yes, you can change the colors there. Here is one option for a change in the skin.
Quote
                    <row>
                      <column space="2" halign="center">
                        <splitter/>
                      </column>
                    </row>
                    <row>
                      <column space="0" halign="left" valign="top">
                        <awards>
                          <font>
                      <bold></bold>
                            <italic/>
                     <size>11</size>
                            <color>$1210AE</color>
                          </font>
                    <catfont>
                     <bold></bold>
                     <size>11</size>
                     <color>$AE0EAE</color>
                     </catfont>
                        </awards>

                      </column>
                      <column halign="center" valign="top">>Connections<custom field="Connections">
                          <font>
                            <color>$003399</color>
                          </font>
                        </custom></column>
                      <column space="0" halign="right" width="48" valign="top">
                        <fieldlabel field="mpaa" width="46">
                          <font>
                            <italic/>
                            <bold/>
                          </font>
                        </fieldlabel>
                      </column>
                      <column space="10" halign="left" width="268" valign="top">
                        <mpaa autosize="true"/>
                      </column>
                    </row>
                    <row>

If it is possible, I guess it has to be done via pvconfig.ini, but I don't know how.

Quote
TreeFont=Verdana|10|100

Unfortunately I don't have the right answer to this, but I don't think a change is possible in pvconfig.ini .

362
Support / Re: IMDb
« on: November 04, 2020, 10:16:49 am »
I've been trying different approaches with that script, it doesn't download Director, Producer, Writer and Composer.
Maybe I don't have the latest version

http://www.videodb.info/forum_en/index.php/topic,4134.msg21152.html#msg21152

http://www.videodb.info/forum_en/index.php/topic,4135.msg21199.html#msg21199

Thank you for referring him with links to where to look for what he needs.

363
Script Links / Re: IMDB HTTPS Movie Links
« on: November 02, 2020, 05:23:05 pm »

364
Support / Re: Skin help needed
« on: November 02, 2020, 08:32:03 am »
Quote
                   <row height="30">
                      <column space="110">Splitter<splitter/></column>
                    </row>
               <row>
                      <column space="0" halign="center" autosize="true" valign="top">IMDB Series Year &amp; Number of Episodes/Seasons:
                 <label>
                          <font>
                            <italic/>
                            <bold/>
                          </font>
                          <caption>                        *** </caption>
                        </label>
                  <spacer width="2"/><label>
                          <font>
                            <italic/>
                            <bold/>
                          </font>
                            <color>$003399</color>
                          </label><custom halign="left" width="202" field="IMDB_Series-year" />
                  <spacer width="2"/><label>
                          <font>
                            <italic/>
                            <bold/>
                          </font>
                            <color>$003399</color>
                          </label>
                  </column>
                    </row>
               <row>
                      <column space="0" halign="center" autosize="true" valign="top">IMDB Series Year &amp; Number of Episodes/Seasons:
                 <label>
                          <font>
                            <italic/>
                            <bold/>
                          </font>
                          <caption>                        *** </caption>
                        </label>
                  <spacer width="2"/><label>
                          <font>
                            <italic/>
                            <bold/>
                          </font>
                            <color>$003399</color>
                          </label>
                 <label>
                          <font>
                            <italic/>
                            <bold/>
                          </font>
                          <caption>Number of Episodes/Seasons:</caption>
                        </label>
                  <spacer width="0"/><label>
                          <font>
                            <italic/>
                            <bold/>
                          </font>
                            <color>$003399</color>
                          </label><label>
                          <font>
                            <italic/>
                            <bold/>
                          </font>
                            <color>$003399</color>
                          </label><custom halign="left" field="Seasons-Episodes" /></column>
                    </row>

In my opinion, this is the best solution for you.

At "IMDB_Series-year", I corrected so that the full record of when an episode was scheduled is now visible.

365
Support / Re: Skin help needed
« on: November 01, 2020, 09:51:40 pm »
How about this.

Quote
<column space="0" halign="left" autosize="true" valign="top">IMDB Series Year &amp; Number of Episodes/Seasons:
                 <label>
                          <font>
                            <italic/>
                            <bold/>
                          </font>
                          <caption>                      ***</caption>
                        </label>
                  <spacer width="2"/><label>
                          <font>
                            <italic/>
                            <bold/>
                          </font>
                            <color>$003399</color>
                          </label><custom halign="right" field="IMDB_Series-year" />

If you want even more right in the skin, then add even more space between the <caption> and the ***</caption> .

366
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: November 01, 2020, 08:06:49 pm »
So, basically, at the moment the largest possible set of IMDb data for movies would be regular IMDb + Cast&Crew + Connection (when fixed) with all custom fields defined in PVD preferences, right?

Yes, it's right.

367
Support / Re: Skin help needed
« on: November 01, 2020, 07:53:14 pm »
Here is my skin. Thank you very much in advance

Thanks for the skin, it is very useful. This also made it easier for me to find a solution.

You are replacing this piece of code

Quote
                      <column space="0" halign="center" valign="top">IMDB Series Year &amp; Number of Episodes/Seasons:
                 <label>
with that piece of code
Quote
                      <column space="0" halign="right" valign="top">IMDB Series Year &amp; Number of Episodes/Seasons:
                 <label>
and it should be the way you want it.

368
Support / Re: Skin help needed
« on: November 01, 2020, 04:37:30 pm »
For easier help, attach your skin. This title " IMDB Series Year & amp; Number of Episodes / Seasons: " should be visible or invisible. Then I may be able to solve the problem.

369
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: November 01, 2020, 03:42:05 pm »
Quote
  //GET_CREW_CREDIT  = False ;  //Download Cast and Credit provider page for retreive the some credits (crew) info. Otherwise set to False to only the Directors, Writers, Composers, Producers, Cinematography and Thanks info of the Cast and Credit provider page. 
  GET_CREW_CREDIT  = True ;  //Download Cast and Credit provider page for retreive the some credits (crew) info. Otherwise set to False to only the Directors, Writers, Composers, Producers, Cinematography and Thanks info of the Cast and Credit provider page.
  GET_FULL_CREW_CREDIT  = True ;  //Download Cast and Credit provider page for retreive the more  some credits (crew) info. Otherwise set to False to only the Directors, Writers, Composers, Producers and Cinematography + (GET_CREW_CREDIT = True) info of the Cast and Credit provider page.

Leave it as it is here. Twice you have the GET_CREW_CREDIT option to make it easier to select the option you just need or want to use (once False, which is blocked, and True, which is not already blocked).

Now I get it that actually this field isn't for full credits as seen on original IMDb page. Names are imported in Cinema field, and Cinema1 shows all possible fields which can be imported to Cinema, as I understand.

Hold this and you are also thinking in the right direction.

Quote
Camera and Electrical Department
Philippe Brun   ...   cameraman: second unit
René Chabal   ...   assistant cameraman (as Rene Chabal)
Gilbert Chain   ...   cameraman
Roger Corbeau   ...   stillsman
Max Lechevallier   ...   assistant cameraman
Raymond Picon-Borel   ...   cameraman: second unit

Costume and Wardrobe Department
Theoni V. Aldredge   ...   costumes (as Denny Vachlioti)

Editorial Department
Patrick Clement-Bayard   ...   editor assistant
Johnny Dwyre   ...   editor assistant
Daniele Grimberg   ...   editor assistant (as Danielle Grimberg)

Additional Crew
Jean Fouchet   ...   main title
Lucie Lichtig   ...   script

There really isn't that, because there is no code in the script at all. It kind of made sense to me to just add this below.
Quote
  5. Cast & Crew field info names:   
   •   Directed by
   •   Writing Credits  // NO (WGA)
   •   Cast (in credits order)  // Only data info in normal Actors field
   •   Produced by
   •   Music by
   •   Cinematography by
   •   Film Editing by
   •   Casting By
   •   Production Design by
   •   Art Direction by
   •   Set Decoration by
   •   Costume Design by
   •   Production Management
   •   Second Unit Director or Assistant Director 
   •   Special Effects by
   •   Visual Effects by
   •   Casting Department
   •   Location Management
   •   Music Department
   •   Thanks

There really isn't that, because there is no code in the script at all. It kind of made sense to me to just add this below. The rest of what is seen in the Cinema1 custom field would put too much strain on the IMDB_ [EN] [HTTPS] _ (Cast & Crew) script when transferring information, as well as the entire PVD database.


370
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: November 01, 2020, 01:04:14 pm »
IMDB_[EN][HTTPS]_(Cast&Crew) V 1.4.1.5 script

I fixed some bugs in the code section for ParsePage_IMDBMovieCREDIT (Full cast and crew section except Cast section).


Thanks Ivek! My Cinema field looks the same, as well. Still, I don't get it what's the purpose of Cinema1 field? Can you please explain it, or put a link where it is explained? Thanks in advance!

More info at the link below.

http://www.videodb.info/forum_en/index.php/topic,4134.msg20890.html#msg20890

In the Cinema1 custom box, there are only a list of records of the areas, what all was involved in the exact specific movie, series and so on. Here, this list is just for the purpose of what the areas are, but there are no names or links here like in the Custom Cinema box.

IMDB_[EN][HTTPS]_(Cast&Crew) script is attached.

371
Support / Re: IMDb
« on: November 01, 2020, 10:15:40 am »
I seem to have wondered why two identical posters appear. If the "REWRIT" checkbox is selected in the script settings, the program compresses two posters. If "IF EMPTY" is checked - only one poster. It should not be.  :'( :'( :'( ???

Interesting that this is happening to you, because in the transfer i have never had these problems with posters in any PVD v1.0.2.7 version. It is not possible to download more than one poster in any PVD v1.0.2.7 version, because there is an error in the program that does not allow it. However, you can manually add more posters to the poster box.

372
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: November 01, 2020, 08:37:19 am »
Thanks Ivek! My Cinema field looks the same, as well. Still, I don't get it what's the purpose of Cinema1 field? Can you please explain it, or put a link where it is explained? Thanks in advance!

More info at the link below.

http://www.videodb.info/forum_en/index.php/topic,4134.msg20890.html#msg20890

373
Talk / Re: COVID-19
« on: October 30, 2020, 06:46:03 pm »
So far, my mom and I have not had a COVID-19 infection. I hope it stays that way for as long as possible.

374
Support / Re: IMDb
« on: October 30, 2020, 06:39:19 pm »
How can I make sure that the IMDB scripts do not span two posters? Moreover, they are absolutely the same !!! What settings should the scripts have? Script versions have been updated to the latest. Thanks.

Namely, what you have in the poster box is a bit unusual for the PVD v1.0.2.7 version.
If you are using any PVD v1.0.2.7 version, you may have a maximum of only one poster per movie in the poster field.

You can mark a poster field in PVD settings so that the poster has a dark field (then downloaded the posters if the poster field is empty in the database) or mark the field with a tick (it will overwrite the poster) or without it (there will be no poster transfer).

Do a test to see what will happen, otherwise I will need more information about the Imdb script and the PVD version you are using.
Excuse me, but what in the settings of the PVD program itself is responsible for importing the poster? I only see the settings for where the posters should be stored. I previously dealt only with the KINOPOISK script, and there it was changed by the TRUE or FALSE parameter in the script itself.
I am using version PVD_1.0.2.7_MOD-V20191020 and IMDB_ [EN] [HTTPS] V 1.4.1.5 script without any changes.

IMDB_ [EN] [HTTPS] scripts do not yet have such an option in poster settings in scripts as in the KINOPOISK script. This option may be added for future IMDB_ [EN] [HTTPS] script updates. These are the settings for posters in PVD settings (see image) if you do not want to have posters from IMDB web pages.

375
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: October 30, 2020, 06:27:04 pm »
Thanks Ivek.

So is this how it is supposed Cinema1 to contain only occupations, and not names? What would be the purpose of this field then, except for the link to full credits? Can you please upload a screenshot of this field from your database? I'd just like to compare yours and mine...


The Cinema1 custom box now has the correct information and is exactly the same as my Cinema1 custom box, so there's no reason to take a screenshot of my Cinema1 custom box. in the attachment, there is a Cinema custom field, which contains information for the credits listed below, which have names and a url link to the website.

    • Directed by
    • Writing Credits
    • Produced by
    • Music by
    • Cinematography by
    • Thanks

   • Cast (in credits order) is in the normal field for players.

A screenshot has been added for 10 Things I Hate About You movie.

376
Support / Re: IMDb
« on: October 29, 2020, 08:33:13 am »
How can I make sure that the IMDB scripts do not span two posters? Moreover, they are absolutely the same !!! What settings should the scripts have? Script versions have been updated to the latest. Thanks.

Namely, what you have in the poster box is a bit unusual for the PVD v1.0.2.7 version.
If you are using any PVD v1.0.2.7 version, you may have a maximum of only one poster per movie in the poster field.

You can mark a poster field in PVD settings so that the poster has a dark field (then downloaded the posters if the poster field is empty in the database) or mark the field with a tick (it will overwrite the poster) or without it (there will be no poster transfer).

Do a test to see what will happen, otherwise I will need more information about the Imdb script and the PVD version you are using.

377
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: October 27, 2020, 01:29:07 pm »
IMDB_[EN][HTTPS]V 1.4.1.5 script

I fixed some bugs in the code section for ParsePage_IMDBMovieCREDIT (Full cast and crew section except Cast section).


Quote
CHANGE LOG :
            V 1.4.1.5 (27/10/2020) Ivek23: ParsePage_IMDBMovieCREDIT (Full Cast and Crew section) = Corrected parts of the code. See the forum post: http://www.videodb.info/forum_en/index.php/topic,4134.msg21196.html#msg21196

IMDB_ [EN] [HTTPS] V 1.4.1.5 script is attached.



IMDB_[EN][HTTPS](series) V 1.4.1.5 script

Same problem with series as it was with movies. I fixed some bugs in the code section for ParsePage_IMDBMovieCREDIT (Full cast and crew section except Cast section).

IMDB_[EN][HTTPS](series) V 1.4.1.5 script is attached.




IMDB_[EN][HTTPS](episodes) V 1.4.1.5 script

Same problem with series as it was with movies. I fixed some bugs in the code section for ParsePage_IMDBMovieCREDIT (Full cast and crew section except Cast section).

IMDB_[EN][HTTPS](episodes) V 1.4.1.5 script is attached.

378
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: October 26, 2020, 09:20:54 pm »
This is what I get in Cinema1:

<link url="http://www.allmovie.com/movie/the-devil-all-the-time-v724198 http://www.filmaffinity.com/en/film267933.html http://www.imdb.com/title/tt7395114/fullcredits">Full Cast&Crew info names</link>

Thanks for reporting error. No, this is my mistake because I only tested with Imdb url addresses.
This error is present in all IMDB_ [EN] [HTTPS] scripts for movies, series and episodes. The errors will be corrected tomorrow

This is what I get in Cinema1:
.
.
.
   •   Directed by
   •   Writing Credits
   •   Cast          (in credits order)
   •   Produced by
   •   Music by
   •   Cinematography by
   •   Film Editing by
   •   Casting By
   •   Production Design by
   •   Art Direction by
   •   Set Decoration by
   •   Costume Design by
   •   Makeup Department
   •   Production Management
   •   Second Unit Director or Assistant Director
   •   Art Department
   •   Sound Department
   •   Special Effects by
   •   Visual Effects by
   •   Stunts
   •   Camera and Electrical Department
   •   Casting Department
   •   Costume and Wardrobe Department
   •   Editorial Department
   •   Location Management
   •   Music Department
   •   Script and Continuity Department
   •   Transportation Department
   •   Additional Crew
   •   Thanks

Is this working correctly?

The rest is fine.

379
Support / Re: IMDb
« on: October 26, 2020, 06:48:04 pm »
Thank you!

I thought something like this:

NAME=IMDB(episodelist) (a)+(episodelist)+IMDB_[EN][HTTPS](series)+IMDB_[EN][HTTPS](episodes)
DESC= IMDB(episodelist)(a)+(episodelist)+IMDB_[EN][HTTPS](series)+IMDB_[EN][HTTPS](episodes)
TYPE=2

netsh winhttp set proxy 127.0.0.1:80

EXECUTE=Imdb Movie(episodelist) (a).psf|Imdb Movie(episodelist).psf

netsh winhttp reset proxy

EXECUTE=IMDB_[EN][HTTPS](series).psf|IMDB_[EN][HTTPS](episodes).psf

I wish you that this will work for you. Best regards.

380
Support / Re: IMDb
« on: October 26, 2020, 06:31:10 pm »
Thank you, Ivek. Finally everything is clear to me! Maybe you should consider to stick this topic for other users (I am comforting myself that I am not the dummiest of them all, hahahah).

Arranged.


1. For series, in what order the chain has to be applied: (series)->(episodeslist)(a)->(episodeslist)->(episodes), or what?

In that order as below.
(episodeslist) (a)->(episodeslist)->(series)->(episodes)

Great. This will make it possible with 2 batch files: first 2 scripts via Proxo, and the latter 2 without Proxo.

Yes.

I'm wondering is it possible with batch file to route to 127.0.0.1:80. That would make it possible all 4 scripts with one batch file...

Sorry, as far as I know, this will not work, because IMDB_ [EN] [HTTPS] scripts do not transfer information when you have proxy settings turned on in PVD.

Pages: 1 ... 14 15 16 17 18 [19] 20 21 22 23 24 ... 133