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 - afrocuban

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 ... 23
101
Support / Re: Allmovie.com https
« on: November 26, 2021, 09:56:29 pm »
Is it only me, or Allmovie.com doesn't work anymore?

102
Support / Re: New changes on ImdB made PVD 1.0.2.7 Unusable
« on: November 25, 2021, 10:22:47 pm »
These are great news. Thanks!

103
Support / Re: New changes on ImdB made PVD 1.0.2.7 Unusable
« on: November 21, 2021, 09:55:07 pm »
Hello Ivek (and gear)
Are these scripts fixed only for gear, or they will be available for all of us?

104
Script Links / Re: IMDB HTTPS Movie Links
« on: November 21, 2021, 09:45:42 pm »
Thanks Ivek a lot!

105
Support / Re: Episodes TV Series Problem
« on: October 06, 2021, 07:02:43 pm »
Maybe this piece of code from series script explains a bit more?

Quote
   if (Pos('404 Not Found',Result)>0) then begin  //Banned IP. WEB_SPECIFIC.
        If BYPASS_SILENT Then ShowMessage('The URL is not in use (404 Not Found).'+Chr(13)+'Go to the provider web in order to in order to'+Chr(13)+'find the good page',SCRIPT_NAME);
        LogMessage(Chr(9)+Chr(9)+'      404 Not Found|');
        Result:=''; //Fatal error
    End;
   if (Pos('404 Error - IMDb',Result)>0) then begin  //Banned IP. WEB_SPECIFIC.
        If BYPASS_SILENT Then ShowMessage('The URL is not in use (404 Error - IMDb).'+Chr(13)+'Go to the provider web in order to in order to'+Chr(13)+'find the good page',SCRIPT_NAME);
        LogMessage(Chr(9)+Chr(9)+'      404 Error - IMDb|');
        Result:=''; //Fatal error

106
Support / Re: IMDB_[EN][HTTPS] new site layout script
« on: October 02, 2021, 02:04:36 am »
IMDB_ [EN] [HTTPS](series) _RC and IMDB_ [EN] [HTTPS](episodes) _RC scripts are now available.

The innovations around the custom fields are described above, and the other custom fields were from previous IMDB_ [EN][HTTPS] versions.


It's really not easy to keep track of all these custom fields and possibilities, so I can't remember if IMDB_Series-year custom field and the code in IMDB_[EN][HTTPS](series).psf was my "invention" or it is definitely missing in IMDB_ [EN] [HTTPS](series) _RC .psf

This was in earlier (series) script:
Quote
LogMessage('      Get series result for series year:'+ItemValue1+'||');
        //ItemValue1:=StringReplace(ItemValue1,'/a> ','',True,False,True);
        if ItemValue1 <> '' then AddFieldValueXML('year',ItemValue1);
        if ItemValue1 <> '' then LogMessage('      Get series result for series year2:'+ItemValue1+'||');
        AddCustomFieldValueByName('IMDB_Series-year',TextBetWeenFirst(ItemList,'title="See more release dates" >','</a>            </div>'));   
      LogMessage('      Get series result for series-year2:'+TextBetWeenFirst(ItemList,'title="See more release dates" >','</a>            </div>')+'||');

Any help on this?

107
Support / Re: IMDB_[EN][HTTPS] new site layout script
« on: September 27, 2021, 07:51:05 pm »
Wow!!! These additions and upgrades will need so much time to enjoy them all. As much as I am grateful to you, I am also extremely desparate: my PVD is 32GB big and I really don't know what I will do once you get tired of supporting PVD and us... There is simply no alternative out there worthy enough to PVD, paid or free...


108
Support / Re: IMDB_[EN][HTTPS].psf
« on: September 27, 2021, 07:14:29 pm »
Wow!!! These additions and upgrades will need so much time to enjoy them all. As much as I am grateful to you, I am also extremely desparate: my PVD is 32GB big and I really don't know what I will do once you get tired of supporting PVD and us... There is simply no alternative out there worthy enough to PVD, paid or free...

109
Support / IMDB_[EN][HTTPS].psf
« on: September 24, 2021, 10:46:01 am »
Hello Ivek.

Thank you so much for tremendous efforts to keep PVD live, especially with the recent IMDb and AllMovie script updates, which needed a lot of work and rewritings.

I have a question - do you, or anyone else know why "Title" isn't equal anymore with "Localized Title" when importing data? It should be the same since IMDb reads my IP and if there is localized title, it imports it in "Title" as such, making it equal with "Localized Title", right?

Or, am I missing something? I know this because of my skin. I had original "Title" field and until the end of July it always imported in that field localized title if there was one, but not anymore.

Thanks in advance for any thoughts or ideas on this.

110
Support / Re: IMDB_[EN][HTTPS] new site layout script
« on: July 31, 2021, 08:20:52 pm »
Thank you Ivek

111
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: July 30, 2021, 08:23:58 pm »
Thanks jondak. I can confirm it works with 1.0.0.27 mod as well. Only origtitle can be added (http://www.videodb.info/forum_en/index.php/topic,2116.html) and not custom title, but that is better than with title only, in my case and for my needs.
Cheers

112
Support / Re: What happened with my topic?
« on: July 18, 2021, 12:50:47 am »
Do you by any chance know when testing period will be over, so I could put that piece of code in the script, Ivek? Test script works flawlessly as I can tell.

113
Support / Re: What happened with my topic?
« on: July 06, 2021, 06:05:02 pm »
Thanks. It also looks whole http://mailmirdoch.net/index.php forum is gone... No subforums, no topics, at least on my side...

114
Support / IMDB_[EN][HTTPS] new site layout script
« on: July 05, 2021, 09:12:43 pm »
Why is it deleted. I was lucky to download new IMDB test script and to test it. It looks like it works. Thankyou so much Ivek, that was blazingly fast. Those aka and connections links looked like they worked.

Can you please let me know where should I implement that custom Title field pice of code from previous script:


       
Code: [Select]
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+'||');

Thank you in advance

115
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: March 27, 2021, 09:57:07 pm »
I agree it would be extremely helpful, but PVD is abandoned software and no one has access to its code, so it's impossible to add/change options...

116
Support / Re: Allmovie.com https
« on: February 05, 2021, 01:39:30 am »
Thanks Ivek. Does this mean, old proxo-script is abandoned?

117
Support / Re: Allmovie.com https
« on: January 27, 2021, 09:40:26 pm »
Thanks for the feedback around the new version of the url record.

The new version of url addresses will not be added to the next update of the AllMovie.com HTTPS script version, which means that in the future there will probably not be an AllMovie.com HTTPS script version for the Pvd MOD version of the program. Apparently, only the AllMovie.com HTTPS script version using the Proxomitron program will remain.

Once again, I am sorry for being quick in my first reaction on your script, but I wanted to give you as much support as possible for your hard work. Maybe it would be overkill for you to maintain both proxo and non-proxo versions of a script, but if it's not overkill, maybe it's good idea to offer both versions so people could choose at least until some point of time!

It is also easier not to switch on/off proxy in PVD for this script, which would make possible to create larger chains of scripts (batch files), and then only (episodelist) and (episodelist)(a) would need proxo.

Again, that would maybe make you one day to transit those two scripts to non-proxo mod too, and that would be perfect, and I am sure we all hope and wait for that day - all the scripts to work without proxo - (almost) ONE GREAT BATCH FILE finally, hahaha.

Mass imports are rare I guess, so maybe transition to non-proxo scripts is a-must, so please keep this in mind and not only my previous opinion.


Thanks again and again!

118
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: January 27, 2021, 09:22:15 pm »
Thanks, I was suspected that it is impossible. It is not important for me to sort movies, it's just that I'd like to have in tree view English titles (that is Title1 in my case), when there is one, and in movie pane to have original and localized as surplus.

Except ex-yu movies, all other movies I know mostly by their English title, not their Serbian translation, or by original title. So when listing/scrolling, it's not quite helpful to read Titles, because they are localized, so I have to click every movie whose Title I don't recognize.

That's the reason I was asking the question. Thanks for your response!

119
Support / Re: Personal Video Database 1.0.2.7 MOD
« on: January 27, 2021, 03:33:45 am »
I would like, for example, Title1 to be shown in the left pane/tree view. Is that possible?



120
Support / Re: Allmovie.com https
« on: January 27, 2021, 01:20:05 am »
Thanks Ivek.

For example, instead http://www.allmovie.com/movie/fruitvale-station-v575941 I now got http://www.allmovie.com/movie/v575941

.. but both url''s will be kept in the URL field. Is there a way to automatically clean all "old" url's? Also, now I think of a scenario I had. I had mass import of episodes from AllMovie.com, for example "Modern Family". For some episodes that has common titles, like "Halloween" I wasn't offered to pick the title, but the script automatically imported movie "Halloween" by John Carpenter (https://www.allmovie.com/movie/halloween-v21317) and not the episode of the same title - (https://www.allmovie.com/movie/modern-family--halloween-v544859).

But, I wasn't worried, because after each season mass import, I went to manually check URL field of each episode, and if url didn't contain "modern family" in allmovie url (please compare 2 url's above), I knew it was wrong url, so I went to site and manually found proper url for the episode.

This will definitely not be possible with new url's, and I don't see any benefits of using new url's and also we would have to most likely manually clean "old" url's which for me is impossible for 7k movies.

So, I would definitely like to keep old url's and sorry for I wasn't thinking thoroughly in my previous post about this.

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 ... 23
anything