Solved Error in <runtime> tag for TV Episodes
#1
I just noticed last night that the <runtime> tag in TV Episodes is storing seconds. <runtime> should be in minutes.

When XBMC imports an nfo with a <runtime> tag, it multiplies it by 60 to store the runtime in field c09 in the episode table, which is expected to be in seconds.

This was observed using:

EMM: 1.3.0.18
XBMC: 12.2

This may not affect lots of things, but I noticed it in PseudTV Live that some TV shows had durations around 60 hours long!

Edit - I forgot to mention that I verified the expected functionality by exporting my XBMC library and checking a runtime tag. For a 59 minute episode, xbmc exported: <runtime>59</runtime>, but Ember scrapes it as <runtime>3540</runtime>
Reply
#2
There is already an option.

You can use:
Code:
<s>
Code:
<m>
Code:
<h>

Image
Reply
#3
Awesome!

I swear to you I looked at that screen at least 10 times and didn't see it. I guess "Duration Format" didn't catch my eye, even though Runtime is clearly visible below it.

It was already set to <m>, the checkbox to use it just wasn't checked.

Now off to rescan the majority of my TV shows.

Thanks for the quick reply, and thanks for keeping Ember alive.
Reply
#4
Yes I know is not the most ideal position.

In Ember 1.4.x we have more room in settings window to place the settings better ;-)
Reply

Logout Mark Read Team Forum Stats Members Help
Error in <runtime> tag for TV Episodes0