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 ... 13 14 15 16 17 [18] 19 20 21 22 23 ... 133
341
Support / Re: IMDb [EN][HTTPS](episodes) issues and support
« on: January 14, 2021, 04:22:43 pm »
I apologize.

At the moment I can't check how the script works. I hope to know and communicate something more next week because I haven’t been able to do this yet.

Currently, however, I can't help you with the new solution for the proxomitron.exe file because I had problems with the computer where Win7 OS was loaded. However, I will arrange this in a few days and forward this solution to you.

342
Development / Re: Proxomitron - next https solution for PVD
« on: January 11, 2021, 02:23:34 pm »
Try Allow for Sessionn, not just Allow. Maybe then the popup window will disappear, at least for me it was like that some time ago, but now I haven't had these problems for a while.

Currently, however, I can't help you with the new solution for the proxomitron.exe file because I had problems with the computer where Win7 OS was loaded. However, I will arrange this in a few days and forward this solution to you.

343
Support / Re: IMDb
« on: December 19, 2020, 08:48:32 am »
IMDb is changing layout again. Smells like new troubles for us...

Very big changes are expected in the future on IMDb movies main pages. IMDb will run in mobile form in the future, which means there will be a lot of changes and updates to IMDb scripts it will not be in the near future for the time being.

Here is also a picture where the possibility of changing the versions of the IMDB web page is visible.

344
Support / Re: IMDb
« on: December 18, 2020, 07:05:03 pm »
IMDb is changing layout again. Smells like new troubles for us...

Very big changes are expected in the future on IMDb movies main pages. IMDb will run in mobile form in the future, which means there will be a lot of changes and updates to IMDb scripts it will not be in the near future for the time being.

345
Scripts and Templates / Re: AdultDVDEmpire script
« on: December 06, 2020, 12:28:20 pm »
Searching for results with ADE script works using Proxomitron. The ADE script also works in PVD 1.0.2.7 MOD version using Proxomitron. It is currently not possible to adapt or rewrite the ADE script to work in the PVD MOD version without the help of Proxomitron. I am adding default.cfg with ADE settings for Proxomitron.

346
Talk / Re: COVID-19
« on: December 02, 2020, 08:40:16 pm »
Unfortunately, only two weeks after my initial post, and a week after my previous post, my mom, out of nowhere got COVID and lost her battle. May the God rest her soul...

Please accept my condolences regarding your mother.

347
Support / Re: Need help for accented characters
« on: November 13, 2020, 06:57:47 pm »
Quote
CODE_PAGE      =0 ;  //Use 0 for Autodetect

What this also does not work. Then unfortunately I have no idea how to solve this problem.

348
Support / Re: Need help for accented characters
« on: November 12, 2020, 08:51:58 pm »
Quote
CODE_PAGE      =28591 ;

Maybe Code Page Identifiers help solve the problem.

349
Scripts and Templates / MOVED: Archive of scripts
« on: November 11, 2020, 06:25:07 pm »

350
Scripts and Templates / Re: Script : List site in Url
« on: November 11, 2020, 06:19:10 pm »
Nice. Topic is sticky.

351
Script Links / Re: IMDB HTTPS Movie Links
« on: November 09, 2020, 08:59:15 am »

352
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: November 09, 2020, 08:56:07 am »
IMDB_[EN][HTTPS]_(Connections) V 1.4.1.6 script

Quote
CHANGE LOG :
            V 1.4.1.6 (08/11/2020) Ivek23: Added some new custom fields.

The following custom fields can be added to the IMDB_ [EN] [HTTPS] script.

Origtitle, Title and Localized title custom box.

Quote
Function ParsePage_IMDBMovieBASE(HTML:String):Cardinal; //BlockOpen
.
.
.
    LogMessage('Function ParsePage_IMDBMovieBASE BEGIN======================|');
    Result:=prFinished;  //It will change to prError if any big problem with exit;
    //Because the script don't retreives the data in the page order a token search for the first curPos position or block select is mandatory
    //Get ~title~, ~year~, ~origtitle~, ~poster~
    //Get all "raw" title summary (in raw because we need the hidden links, we avoid "complete" token in strings which opens/closes)
    ItemList:=TextBetWeenFirst(HTML,'<div class="title_block"','div class="plot_summary_wrapper">'); //WEB_SPECIFIC.
    If (Length(ItemList)>0) Then Begin
        //Get ~title~
        titleValue:=TextBetWeenFirst(ItemList,'<h1 class="">','<');       //Strings which opens/closes the data. WEB_SPECIFIC
        If titleValue = '0' then titleValue:='';
        If titleValue = '' then titleValue:=TextBetWeenFirst(ItemList,'<h1 class="long">','<');       //Strings which opens/closes the data. WEB_SPECIFIC
        AddFieldValueXML('title',titleValue);
      AddCustomFieldValueByName('Title',titleValue);
      AddCustomFieldValueByName('Localized title',titleValue);

        LogMessage('      Get result title:'+titleValue+'||');   
         //First normal kind get of ~year~
        ItemValue:=TextBetWeenFirst(ItemList,'<span id="titleYear">(',')</span>            </h1>');                                 //Strings which opens/closes the data. WEB_SPECIFIC     
        AddFieldValueXML('year',ItemValue);
.
.
.
        //Get ~origtitle~
        ItemValue:=TextBetWeenFirst(ItemList,'<div class="originalTitle">','<');          //Strings which opens/closes the data. WEB_SPECIFIC
        If (Length(ItemValue)=0) Then ItemValue:=titleValue;                           //Provider hides the original title if same that title. WEB_SPECIFIC
        AddFieldValueXML('origtitle',ItemValue);
      AddCustomFieldValueByName('Origtitle',ItemValue);
        LogMessage('      Get result origtitle:'+ItemValue+'||');
        ItemValue:=TextBetWeenFirst(ItemList,BASE_URL_IMAGE_PRE_TRUE,'.');

I updated the IMDB_ [EN] [HTTPS] _ (Connections) script to work again. More information is available at this link.

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

IMDB_ [EN] [HTTPS] _ (Connections) script is attached.

353
Support / Re: Skin help needed
« on: November 09, 2020, 07:46:51 am »
Thanks Ivek. I sincerely appreciate your help and your time. I'm getting "\warning.php" while trying to donload skin. Never mind. Don't bother yourself anymore. I'll adjust my ideas to my competeneces and PVD design possibilities.
Best regards

If I can help you make the poza easier to your liking, why not. What I mentioned around the blank fields of vision was just my suggestion of how I would do it. On the other hand, you are also right to do something to your taste and desires. I hope you manage to make the skin the way you want to have it, but you can also share it with others if you naturally want to and maybe give them inspiration to create their own skin.

I'm sorry, I didn't mean anything wrong with the suggestions.

354
Support / Re: Skin help needed
« on: November 08, 2020, 10:12:22 pm »
Thanks Ivek. I sincerely appreciate your help and your time. I'm getting "\warning.php" while trying to donload skin. Never mind. Don't bother yourself anymore. I'll adjust my ideas to my competeneces and PVD design possibilities.
Best regards

No problem. I have now attached each individual skin.

355
Support / Re: Skin help needed
« on: November 08, 2020, 04:53:39 pm »
It looks like fields containing URLs cannot be centered.

Thanks a llot Ivek! "Wordwrap" seems to work only for labels, not for other fields, so we are pretty limited with that... So if I have a movie with the long title, for example, "Jim & Andy: The Great Beyond - Featuring a Very Special, Contractually Obligated Mention of Tony Clifton"
theres no way it's title to be seen in the skin in whole with the font size bigger than 14 or so because of the single line field... Who would say about such a strange limitation...

Some things cannot be done to our liking.



I am attaching a PVD IMDb Conservative AllPhoto Full HD v2 - Dark_MOD zip file with two mod fixes to your Dark Theme skin and two skin test with colors and certain blank skin codes for any skin editing help.

By the way, another piece of advice that you might add somewhere from the tests of the skin so that certain fields will not be visible if they are empty.

356
Support / Re: Skin help needed
« on: November 08, 2020, 04:26:30 pm »
The following custom fields can be added to the IMDB_ [EN] [HTTPS] script.

Origtitle, Title and Localized title custom box.

Quote
Function ParsePage_IMDBMovieBASE(HTML:String):Cardinal; //BlockOpen
.
.
.
    LogMessage('Function ParsePage_IMDBMovieBASE BEGIN======================|');
    Result:=prFinished;  //It will change to prError if any big problem with exit;
    //Because the script don't retreives the data in the page order a token search for the first curPos position or block select is mandatory
    //Get ~title~, ~year~, ~origtitle~, ~poster~
    //Get all "raw" title summary (in raw because we need the hidden links, we avoid "complete" token in strings which opens/closes)
    ItemList:=TextBetWeenFirst(HTML,'<div class="title_block"','div class="plot_summary_wrapper">'); //WEB_SPECIFIC.
    If (Length(ItemList)>0) Then Begin
        //Get ~title~
        titleValue:=TextBetWeenFirst(ItemList,'<h1 class="">','<');       //Strings which opens/closes the data. WEB_SPECIFIC
        If titleValue = '0' then titleValue:='';
        If titleValue = '' then titleValue:=TextBetWeenFirst(ItemList,'<h1 class="long">','<');       //Strings which opens/closes the data. WEB_SPECIFIC
        AddFieldValueXML('title',titleValue);
      AddCustomFieldValueByName('Title',titleValue);
      AddCustomFieldValueByName('Localized title',titleValue);

        LogMessage('      Get result title:'+titleValue+'||');   
         //First normal kind get of ~year~
        ItemValue:=TextBetWeenFirst(ItemList,'<span id="titleYear">(',')</span>            </h1>');                                 //Strings which opens/closes the data. WEB_SPECIFIC     
        AddFieldValueXML('year',ItemValue);
.
.
.
        //Get ~origtitle~
        ItemValue:=TextBetWeenFirst(ItemList,'<div class="originalTitle">','<');          //Strings which opens/closes the data. WEB_SPECIFIC
        If (Length(ItemValue)=0) Then ItemValue:=titleValue;                           //Provider hides the original title if same that title. WEB_SPECIFIC
        AddFieldValueXML('origtitle',ItemValue);
      AddCustomFieldValueByName('Origtitle',ItemValue);
        LogMessage('      Get result origtitle:'+ItemValue+'||');
        ItemValue:=TextBetWeenFirst(ItemList,BASE_URL_IMAGE_PRE_TRUE,'.');

Quote
Function ParsePage_IMDBMovieAKA(HTML:String):Cardinal; //BlockOpen
    //Returns:
    //     Result:=prFinished; Script has finished gathering data
    //     Result:=prError; If żany big problem? with exit;
    //Retrieve: ~aka~ "Also Known As"
  Var
    curPos,endPos,index:Integer;
    ItemValue,ItemList:String;
    ItemArray: TWideArray;
  Begin
    LogMessage('Function ParsePage_IMDBMovieAKA BEGIN=====================||');
    Result:=prFinished;  //It will change to prError if any big problem with exit;
    //Get ~aka~ (several values in a line break separated list) Be careful don't repeat
    if (Pos('It looks like we don'+Chr(39)+'t have any AKAs for this title yet.',HTML)>0) then Exit;
    //Go to "Also Known As"
    curPos:=Pos('class="ipl-list-title">Also Known As (AKA)',HTML);                      //Strings start which opens the block content data. WEB_SPECIFIC
    curPos:=PosFrom('</h4>',HTML,curPos);                                              //Strings end which opens the block content data.  WEB_SPECIFIC
    curPos:=curPos+Length('</h4>');                                                    //Strings end which opens the block content data.  WEB_SPECIFIC
    //Get all "raw" list aka for create good values separators
    endPos:=PosFrom('</table>',HTML,curPos);                                            //Strings which opens/closes the data. WEB_SPECIFIC
    ItemList:=Copy(HTML,curPos,endPos-curPos);
    ItemList:=StringReplace(ItemList,'<td class="aka-item__name--empty"></td>','(Empty)|',True,True,False);   //Fill the empty values (in countries) con in order to asure that ExplodeString get a value. WEB_SPECIFIC
    ItemList:=StringReplace(ItemList,'<td></td>','(Empty)|',True,True,False);             //Fill the empty values (in countries) con in order to asure that ExplodeString get a value. WEB_SPECIFIC
    ItemList:=StringReplace(ItemList,'</td>','|',True,True,False);                      //WEB_SPECIFIC
    //Get all aka list (NOT necesary in raw because: Several couple of valors (Country/title) but the first is the original title
    ItemList:=RemoveTags(ItemList, False);
    LogMessage('           Parse results ('+IntToStr(curPos)+','+IntToStr(endPos)+') complex ItemList:'+ItemList+'||');
    ExplodeString(ItemList,ItemArray,'|');
    ItemValue:='';
    For index:=Low(ItemArray) To High(ItemArray) Do Begin        //Remember index begin in 0
        If (Pos('original title',ItemArray[index])>0) then begin
            AddFieldValueXML('origtitle',ItemArray[index+1]);       //WEB_SPECIFIC
         AddCustomFieldValueByName('Origtitle',ItemArray[index+1]);       //WEB_SPECIFIC
            LogMessage('      Get result origtitle:'+ItemArray[index+1]+'||');
        end else begin
            //Verify if we get before the same title
            If (Pos(ItemArray[index+1],ItemValue)=0) Then ItemValue:=ItemValue+'<br>'+ItemArray[index+1];
        end;
        index:=index+1;  //In order to make a for loop with +2 increment (one here and one by the for).
    End;
    AddFieldValueXML('aka',ItemValue);
    LogMessage('      Get results aka:'+ItemValue+'||');
    LogMessage('Function ParsePage_IMDBMovieAKA END=====================||');
  End; //BlockClose

These custom fields will be added in the next script update.

IMDB_ [EN] [HTTPS] _ (afrocuban) script is attached.

357
Support / Re: Skin help needed
« on: November 07, 2020, 05:00:25 pm »
Thanks for the skin. I will look at it and test it, then help and answers will be easier. Maybe I'll know more tomorrow and maybe there will be some solution in sight, we'll see.

358
Support / Re: Skin help needed
« on: November 07, 2020, 10:58:50 am »
Thanks for clarification!

Still, I need help. When <title> is equal to <origtitle>, origtitle becomes invisible in the skin. Is there a way to force origtitle to be visible in the skin anyway?

If <title> and <origtitle> have the same movie title, then the origtitle normal field is by no means visible. It is only possible in a custom box where it is always visible.

In the following example, I applied exactly the same formatting as in the code above, but in this case one field is linkified - "Director" field. Both codes, the code above and the following code, are presented in the screenshots of the skin (Original title and Title in one row, and Director in the row below it)

Attach the skin you are editing now for easier help so I can see and then respond more easily.

By the way, at this link you have more information for skins.

http://www.videodb.info/help/hlp_skins.html

359
Thanks, pra15.

360
Support / Re: Skin help needed
« on: November 05, 2020, 08:36:36 am »
Thanks Ivek! It work flawlessly!

I am pleased.

Regarding movie list in the tree on the left, you think the font can only be black when not selected, or white when selected?

Exactly as already said.

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