Is "durationinseconds" ignored in NFOs?
#1
PseudoTV Live needs to pull out the duration of episodes from the KODI database in order to work correctly. My NFO files are written using TinyMediaManager 2.8.2. For some reason this info is almost always missing from my KODI database. According to Lunatixz, the author of PseudoTV Live, he thinks it's because KODI no longer reads "durationinseconds". Is that correct? Does this seem like a problem with TinyMediaManager?

For comparison here are some NFOs:

This is the NFO for "The Ultimate Fighter - S17E07 - His Fist on My Face.nfo" which seems to work in PseudoTV Live.
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- created on 2016-07-26 18:45:37 - tinyMediaManager 2.8.2 -->
<episodedetails>
    <title>His Fist on My Face</title>
    <showtitle>The Ultimate Fighter</showtitle>
    <rating>8.0</rating>
    <votes>1</votes>
    <season>17</season>
    <episode>7</episode>
    <uniqueid>4504710</uniqueid>
    <displayseason>-1</displayseason>
    <displayepisode>-1</displayepisode>
    <plot>The sixth preliminary fight is preceded by a fighter cutting loose and another alienating himself when the guys get a night out at Hooters. Also: a fighter's recurring leg pain lands him in the hospital.</plot>
    <thumb></thumb>
    <mpaa>TV-14</mpaa>
    <playcount>1</playcount>
    <watched>true</watched>
    <aired>2013-03-05</aired>
    <premiered>2013-03-05</premiered>
    <studio>FOX Sports 1</studio>
    <fileinfo>
        <streamdetails>
            <video>
                <codec>h264</codec>
                <aspect>1.78</aspect>
                <width>1280</width>
                <height>720</height>
                <durationinseconds>2419</durationinseconds>
            </video>
            <audio>
                <codec>AC3</codec>
                <language>eng</language>
                <channels>2</channels>
            </audio>
        </streamdetails>
    </fileinfo>
    <runtime>60</runtime>
</episodedetails>

This is the NFO for "Police Squad! - S1E01 - A Substantial Gift (The Broken Promise) DVD - memetic.nfo" which didn't work

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- created on 2016-07-26 18:41:35 - tinyMediaManager 2.8.2 -->
<episodedetails>
    <title>A Substantial Gift (The Broken Promise)</title>
    <showtitle>Police Squad!</showtitle>
    <rating>7.5</rating>
    <votes>0</votes>
    <season>1</season>
    <episode>1</episode>
    <uniqueid></uniqueid>
    <displayseason>-1</displayseason>
    <displayepisode>-1</displayepisode>
    <plot>Sally, a bank teller deeply in debt, robs her own bank and plants evidence that implicates a fairly commonplace man who was present during the crime. Police Squad, a special unit of the police force, is called to investigate a double shooting that happened during the robbery. However, the stories just don't add up. The evidence builds and points in Sally's direction, but it's up to Frank to find the clues that will put her away.</plot>
    <thumb></thumb>
    <mpaa>TV-PG</mpaa>
    <playcount>0</playcount>
    <watched>false</watched>
    <aired>1982-03-04</aired>
    <premiered>1982-03-04</premiered>
    <studio>ABC (US)</studio>
    <fileinfo>
        <streamdetails>
            <video>
                <codec>XviD</codec>
                <aspect>1.33</aspect>
                <width>512</width>
                <height>384</height>
                <durationinseconds>1508</durationinseconds>
            </video>
            <audio>
                <codec>MP3</codec>
                <language>eng</language>
                <channels>2</channels>
            </audio>
        </streamdetails>
    </fileinfo>
</episodedetails>
Image
Reply

Logout Mark Read Team Forum Stats Members Help
Is "durationinseconds" ignored in NFOs?0