Personal Video Database

English => Support => Topic started by: Imhotep on October 03, 2010, 06:10:26 pm

Title: Zelluloid plugin not getting description
Post by: Imhotep on October 03, 2010, 06:10:26 pm
Hi!

I don't know if somebody already started a post about that, but I couldn't find an entry yet.

I have a problem with the Zelluloid-Plugin.
It doesn't load the film-description anymore  :'(

It would be great if somebody knows a solution to solve this problem.
I tried different skins and settings but nothing worked until now.


Edit: @rick.ca
Thx for changing the "Poll".
I didn't know what to write there --> I've now read the German-Translation   ;D

Title: Re: Zelluloid plugin not getting description
Post by: Obelix on October 11, 2010, 09:33:06 am
Hi!

I already asked that some months ago and Rick had the solution. Unfortunately the correction of the script is not done in the delivered scripts so be aware to make the changes after each update of PVD:
in zelluloid.psf there is a line looking like:
 mX[ 47 ] := '<DIV CLASS=bigtext>';
this line should look like:
 mX[ 47 ] := '<DIV CLASS="bigtext">';

hth, regards,
Obelix
Title: Re: Zelluloid plugin not getting description
Post by: Ivek23 on October 11, 2010, 10:01:22 am
My suggestion:
Make a copy and update it after each copy, instead of earlier in the event that the script will not work properly (the least problems), of course, if the same version, but otherwise this
Quote
Code: [Select]
mX[ 47 ] := '<DIV CLASS=bigtext>';
this line should look like:
 mX[ 47 ] := '<DIV CLASS="bigtext">';
Title: Re: Zelluloid plugin not getting description
Post by: rick.ca on October 11, 2010, 10:59:03 am
Quote
I already asked that some months ago and Rick had the solution.

Thanks for reminding me. I changed my vote accordingly. ::)
Title: Re: Zelluloid plugin not getting description
Post by: Imhotep on October 11, 2010, 05:37:15 pm
Great,
that works   :)
thx
Title: Re: Zelluloid plugin not getting description
Post by: rick.ca on October 11, 2010, 07:47:09 pm
Unfortunately the correction of the script is not done in the delivered scripts...

Maybe nostra will notice this and make the change. ;)