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

Pages: [1] 2 3 4
1
Scripts and Templates / Re: Skin questions again
« on: February 20, 2012, 02:28:15 am »
Quote
3. How can I prevent an unfilled field from collapsing? If the field “origtitle” is not populated (because it is the same as the title) it ‘collapses’ and the column from the right takes its place… Or how can I switch “origtitle” to ‘permanent display mode’?

You can use
Code: [Select]
permanent="true".

Quote
2. Are there known issues with custom fields spread all over the skin?

My  skin includes 15 custom fields spread all over the skin and I didn't discover any problems.

2
Support / Re: Download of IMDB rating is broken
« on: August 27, 2011, 10:28:09 pm »
Short update on this:
- Yesterday 5pm: old style
- Yesterday 7pm: new style
- today 5pm: old style

I think that they are heavly testing the new  style and have choosen me as their beta-tester.

Maybe I should post a twitter account to keep you up-to-date in realtime  ;D

3
Support / Re: Download of IMDB rating is broken
« on: August 25, 2011, 07:23:08 pm »
It's unbelievable but true: IMDB switched again the design. Now the rating with the one big star is back.  ???

4
Support / Re: Download of IMDB rating is broken
« on: August 21, 2011, 08:32:11 pm »
Sometimes the best solution is to sit a problem out. IMDB has gone back to the "old" style and the rating with the ten stars instead of only one big star is back! Therefore, downloading the imdb rating works again.  :)

5
Support / Re: Download of IMDB rating is broken
« on: August 14, 2011, 08:17:33 pm »
Obviously you haven't noticed anything else broken. Do you see any other changes in the web pages?

The new designed star rating is the only change I have noticed and consequently everything else works fine.

Quote
We might also wonder if this is a one-off, or a sign of more such changes to come.

I hope not that they have decided to develop different webpage versions with localised content and/or layout. Allready now, I don't like it that it is not possible to set the shown released date to original released date . IMDB replaces this date by the local released date as soon as the movie/Tv show is shown is the relevant country. This behaviour causes a big mess-up in the year field for my TV shows.  >:(

So, I hope that everybody will soon be able to adore the new big rating star when visiting the imdb site  ;D

6
Support / Re: Download of IMDB rating is broken
« on: August 14, 2011, 02:04:28 am »
Quote
It might help, minolotus, if you could post before and after snips of the page source for a few examples. From that, we could at least confirm whether or not we're seeing the same changes you are.

Please find attached two screenshots with the old and the new layout.

Code: I have searched for the numbers and have found for each movie I checked three sources for the rating in the new page source.

Casablanca (Rating 8.8 ):
Code: [Select]
<div class="star-box giga-star" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<div class="star-box-giga-star">
8.8
</div>
<div class="star-box-rating-widget">
<span class="star-box-rating-label">Your rating:</span>

Code: [Select]
<div class="star-box-details">
Ratings: <strong><span itemprop="ratingValue">8.8</span></strong><span class="mellow">/<span itemprop="bestRating">10</span></span> from
<a    onclick="(new Image()).src='/rg/title-starbar/votes/images/b.gif?link=ratings';"     href="ratings"   title="191,245 IMDb users have given an average vote of 8.8/10"
    ><span itemprop="ratingCount">191,245</span> users</a>
</a>&nbsp;
Reviews: <a    onclick="(new Image()).src='/rg/title-starbar/user-reviews/images/b.gif?link=reviews';"     href="reviews"   title="811 IMDb user reviews"
    ><span itemprop="reviewCount">811</span> user</a> <span class="ghost">|</span>
<a    onclick="(new Image()).src='/rg/title-starbar/external-reviews/images/b.gif?link=externalreviews';"     href="externalreviews"   title="147 external critic reviews"
    ><span itemprop="reviewCount">147</span> critic</a></div>
<div class="clear"></div>
</div>

12 angry men (Rating 8.9):
Code: [Select]
<div class="star-box giga-star" itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
<div class="star-box-giga-star">
8.9
</div>
<div class="star-box-rating-widget">
<span class="star-box-rating-label">Your rating:</span>

Code: [Select]
</div>
<div class="star-box-details">
Ratings: <strong><span itemprop="ratingValue">8.9</span></strong><span class="mellow">/<span itemprop="bestRating">10</span></span> from <a    onclick="(new Image()).src='/rg/title-starbar/votes/images/b.gif?link=ratings';"     href="ratings"   title="150,256 IMDb users have given an average vote of 8.9/10"
    ><span itemprop="ratingCount">150,256</span> users</a>

</a>&nbsp;
Reviews: <a    onclick="(new Image()).src='/rg/title-starbar/user-reviews/images/b.gif?link=reviews';"     href="reviews"   title="570 IMDb user reviews"
    ><span itemprop="reviewCount">570</span> user</a> <span class="ghost">|</span>
<a    onclick="(new Image()).src='/rg/title-starbar/external-reviews/images/b.gif?link=externalreviews';"     href="externalreviews"   title="88 external critic reviews"
    ><span itemprop="reviewCount">88</span> critic</a></div>
<div class="clear"></div>
</div>




[attachment deleted by admin]

7
Support / Re: Download of IMDB rating is broken
« on: August 13, 2011, 09:39:31 am »
Quote
EDIT:
I found a solution, perhaps the only current, but it works. I removed the imdbconf in folder
C: \ Program Files \ Personal Video Database \ Plugins
and re-edited for Imdb plugin settings in
Tools > Settings > Plugins > Imdb > Configure
and running again Imdb Rating and Imdb Votes.

Sadly, no help for me. I am wondering why this works for you? If you take a look at the actual source code of a movie page at imdb and compare it with the former code (use google cache for example), you will see that the code related to the rating has totally changed. I understand only a little bit how these scripts work. My understanding was that the script searches for keywords in the source code. If they changed the code, the script should not be capable to find the relevant information?

8
Support / Download of IMDB rating is broken
« on: August 12, 2011, 10:28:20 pm »
The guys from imdb have changed the layout of their website again. This results in the inability of the imdb script to download the rating. Other fields seem not to be affected.




9
Development / Re: Skin engine: links without underline
« on: August 07, 2011, 10:20:39 am »
That's great. Thank you!

10
Support / Re: AllRovi movie script
« on: August 06, 2011, 09:30:24 pm »
Have you included the custom [Updated] field in your database?
Yes, I have. And this field never causes any problems. It is always updated when running the allrovi script.

Quote
Are there any fields not updated from external sources that do not cause [moddate] to be updated when changed?
I am sorry. Could you please restate your question for me? I have a problem to understand what you mean.

Quote
The issue I'm seeing, BTW, seems to be sort of the opposite problem. My [moddate] seems to be updated just by putting a record into edit mode—without changing anything.
Yes, I discovered this, too, but only for some movies and not for all. At the "Living Daylights, The" for example, the [moddate] field is not updated when entering the edit mode.  

I am stumped  ???

Update: Now, I am getting officially crazy. This morning, when removing the entries from the sub-genre field for “licence to kill” in the edit mode, the [moddate] field was properly updated. But after rerunning the allrovi script, the [moddate] was not updated. I repeated these steps several times and checked carefully the [moddate] field.  So, I am sure that this wasn’t an error in observation.
 
Now, I did this test again and now it is working properly. The [moddate] field is updated in both cases: after removing the content from the field in the edit mode and after running the script.

After this I created a new database and added as custom fields [updated] and [sub-genre]. I added the “licence to kill” movie and ran the imdb and allrovi script. Then, I removed the entries from the sub-genre field and closed the edit mode… The [moddate] field hasn’t been updated  ??? The update with the allrovi script worked fine including an update of the [moddate]  field. I repeated the three times and results were always the same.

I don’t see any pattern in this. I think I will throw my computer away and move into the forests.

11
Support / Re: AllRovi movie script
« on: August 06, 2011, 06:52:33 pm »
-   The problem is not related to a specific script or to the import by scripts in general. The problem could occur with the imdb script and allrovi script, the MME and also in the manual edit mode.

One additional remark regarding the imdb script: In the table in my post above the update with the imdb script always results in an update of the "modified" field. But there are also examples when this is not working: When I remove itemes from the "producer" field. the "modified" filed is always updated. But when I rerun the imdb script the "producer" field is filled properly but the "mofified" filed leaves untouched. I checked this on several movies and got on all of them the same problem.

12
Support / Re: AllRovi movie script
« on: August 06, 2011, 01:17:59 pm »
Quote
Then, I need to start the update manually

What do you mean by this? If Modified hasn't changed, you would have to force an update by using the "Send to" menu or run another "Mass import."

That's what I meant.  :)

13
Support / Re: AllRovi movie script
« on: August 06, 2011, 01:09:16 pm »
I did some tests to narrow down the source of the problem but this wasn’t really successful. I couldn’t discover a pattern in the behaviour of the “modified” field. Here are some of my observations:

-   The problem is not related to a specific script or to the import by scripts in general. The problem could occur with the imdb script and allrovi script, the MME and also in the manual edit mode.
-   I tested also with a new and clean database therefore this should not be problem with a corrupted database. Further I switched between local access to the database and connection to the firebird server but this did have any affects on the problem.
-   My movie skin could be blamed as I tried this also with a standard skin of PVD.
-   There are some fields which causes never any problem, i.e. Budget, box office. When updating the data with a script, deleting or editing the entries manually the “modified” field is updated.


The problem seems to be connected with specific movies as well as with specific fields. Please find attached a table with my testing for four movies. There are some actions which causes always problems (update sub-genre and characteristics with allrovi script). Some other problems occur only for movie 2 and 4.  ???


[attachment deleted by admin]

14
Support / Re: AllRovi movie script
« on: August 05, 2011, 09:16:52 pm »
The script engine includes the necessary date-handling functions, but it's not possible to add a custom date-type field to version 0.9. It is in version 1.0, so we can make that change when it's released.
Thanks, that's great. Looking forward to it.

Quote
This is curious. If I change any fields (e.g., removing data to see what happens when the script is rerun), Modified is updated (i.e., immediately—before the script is run). I don't know why that might be different for you. In any case, the main program handles the date fields. Whatever is happening has nothing to do with the script.

Are you sure that the update of the field is caused by the rerun of the script and not by removing the data before? I check this with the imdb script and I think that the timestamp is set after the update?


Quote
As well you should be, if using PvdImport to update J. River Media Center. It relies on an accurate DateTime to determine which records have been updated by PVD. I haven't noticed any problems with records failing to update. Have you?
Yep, when the "modified" field is not updated, PvDImport does not recognise the update and doen't import the new data.   Then, I need to start the update manually :(

Update: I have just remembered that I had similar problems with the multiple movies editor:

I have discovered that the field “last modified” is not always updated when using the multiple movies editor. This appears only from time to time. Maybe the problem is related to the field to be modified. When I change the genre, the timestamp does not change but after editing the director field of the same movies the “last modified” field is updated.

15
Support / Re: AllRovi movie script
« on: August 05, 2011, 08:09:31 pm »
"Added" field does not change, remaining from the date of entry when the entry was added, while in the "Modified" field is changing the date in it with every change made to any of the saved in PVD database.

My point was that the format of the date of the "update" field on the one hand and the "modified" and "added" fields on the other hand are not the same due to the local date settings on my computer. The structure of the update field is "YYYY-MM-DD" and the structure of the other fields mentioned are "DD.MM.YYYY".

Quote
What about the custom "Updated" field, there are certain data change.
See attached pictures.

That's true. The "update" field works fine. But it is important for me that the "modified" filed is updated every time when changes on the data are proceeded.

16
Support / Re: AllRovi movie script
« on: August 05, 2011, 07:23:49 pm »
Even the script is now officially released, I would like to add two comments on the latest version.

I think the new update field is a really good idea (it would be nice if a similar field for the imdb script exists ... but that’s another point). Unfortunately, the date format is not similar to the date format of the "added" and "modified" fields. Would it be possible that the fields use the local settings of the respective computer? 
 
I have another issue with the "modified" field. I am not sure if this is related to the script or a more general problem of PVD. I rerun the script to get the synopsis to a custom field. The script put the data to the field but the "modified" field wasn’t updated.  I checked this with the "characteristics" and the "flags" field (removing the data and rerunning the script). In both cases the "modified" field wasn’t updated?

17
Development / Re: Skin engine: links without underline
« on: August 03, 2011, 08:09:00 pm »
Thanks for the reply. It is no big deal so I keep it as it is.

If Nostra will eventually make changes on the skrip engine, maybe he will remember this and add an option to remove these underlines too. :)

18
Development / Skin engine: links without underline
« on: August 02, 2011, 09:19:04 pm »
The skin engine manual describes in the skin default section some settings to turn off the underline for links. I have added this code to my skin:

Code: [Select]
<linkdefs>
    <underline_record>false</underline_record>
    <underline_memo>false</underline_memo>
    <underline_combo>false</underline_combo>
</linkdefs>

This works well for all fields except for the people fields (producers, directors, actors). These data are still underlined. Is there an addition setting in the skin engine which I miss or is it not possible to turn these underlines off?
Thanks for any help.

19
Support / Re: IMDb plugin maintenance issues
« on: August 02, 2011, 08:44:33 pm »
Even if I don't use the genre from imdb very much as I prefer the information from allrovi, I hope that Nosta will fix this issue. The problem with the actual setting is that the genre items are sorted by alphabetical order and not by relevance. Hence, e.g., a thriller with some comedy, fantasy and adventure elements would be shown in PVD with the three latter mentioned genres. This might be a little bit strange.

20
Scripts and Templates / Re: AllRovi movie script
« on: August 01, 2011, 07:49:12 pm »
..., but I hope you guys appreciate how many brain cells this is costing me... ;)
Yes, we do. Thanks again for you effort. The script helps me a lot to keep track of my movies.

And we will keep your lost brain cells in font memory  ;D

A minor issue: I think there is no comment in the script what the rick_ca option includes. The only remark I could find is related to the themes. But looking at the code I assume that this option affects also other thinks? If this is true I would suggest to add a separate comment in the upper part of the script.

Pages: [1] 2 3 4