You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original issue 1176 created by Omertron on 2010-01-06T04:33:31.000Z:
Running 1252 and all XML regen'd by that version.
It appears that the <runtime /> tag in an NFO is not used at all by YAMJ.
Instead it appears it is getting it from (I am guessing) either a scraper
or MediaInfo scan. What I am trying to do is have a consistent manner in
which the runtime is displayed. At this point in time it seems to vary
based on where YAMJ is getting its information and video parts.
Example 1 - The Spirit (1 part vid)
<runtime>1h 42mn</runtime>
Example 2 - Seven Pounds (2 part vid)
<runtime>123</runtime>
The issue seems to be that when there is a 2 part video it gets the runtime
from a difference source than when a 1 part video. This is almost a whole
different issue. The issue I am reporting though, is that the <runtime>
element in a XMBC style NFO is never picked up. I have used used several
test values in regeneration or fresh creation and it never seems to use
that value.
On a side note, if the 2 part vid runtime was converted from straight
minutes to the hr - min format that would be nice too.
The text was updated successfully, but these errors were encountered:
Original issue 1176 created by Omertron on 2010-01-06T04:33:31.000Z:
Running 1252 and all XML regen'd by that version.
It appears that the <runtime /> tag in an NFO is not used at all by YAMJ.
Instead it appears it is getting it from (I am guessing) either a scraper
or MediaInfo scan. What I am trying to do is have a consistent manner in
which the runtime is displayed. At this point in time it seems to vary
based on where YAMJ is getting its information and video parts.
Example 1 - The Spirit (1 part vid)
<runtime>1h 42mn</runtime>
Example 2 - Seven Pounds (2 part vid)
<runtime>123</runtime>
The issue seems to be that when there is a 2 part video it gets the runtime
from a difference source than when a 1 part video. This is almost a whole
different issue. The issue I am reporting though, is that the <runtime>
element in a XMBC style NFO is never picked up. I have used used several
test values in regeneration or fresh creation and it never seems to use
that value.
On a side note, if the 2 part vid runtime was converted from straight
minutes to the hr - min format that would be nice too.
The text was updated successfully, but these errors were encountered: