Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Season Number not getting pulled from nfo #97

Open
Kiina opened this issue Jul 15, 2018 · 1 comment
Open

Season Number not getting pulled from nfo #97

Kiina opened this issue Jul 15, 2018 · 1 comment

Comments

@Kiina
Copy link

Kiina commented Jul 15, 2018

So a lot of my media isn't named correctly but the nfo information is 100% accurate. But for some reason stuff like Season assignment isn't working as I would expect. This one gets marked as Season 1 for example:

Jul 15, 2018 11:45:52.925 [5288] DEBUG - Adding file for scanner: "K:\Knowing Bros (2015-2016)\Knowing.Bros.E01.151205.720p-thumb.jpg"
Jul 15, 2018 11:45:52.925 [5288] DEBUG - Adding file for scanner: "K:\Knowing Bros (2015-2016)\Knowing.Bros.E01.151205.720p.mp4"
Jul 15, 2018 11:45:52.925 [5288] DEBUG - Adding file for scanner: "K:\Knowing Bros (2015-2016)\Knowing.Bros.E01.151205.720p.nfo"


Jul 15, 2018 11:45:53.508 [5288] DEBUG -       * Scanning Knowing Bros Season 1 Episode 1
Jul 15, 2018 11:45:53.508 [5288] DEBUG - Looking for path match for [K:\Knowing Bros (2015-2016)\Knowing.Bros.E01.151205.720p.mp4]
Jul 15, 2018 11:45:53.509 [5288] DEBUG - Path matched, we're reusing media item 10697

But the show recently changed to a year format on tvdb so I reflected that in the nfo.

Knowing.Bros.E01.151205.720p.nfo:

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<episodedetails>
  <plot>Special Guests: Gwon Damhye, Kim Yeowon.
Specially produced to celebrate the 5 year anniversary of JTBC.</plot>
  <outline />
  <lockdata>false</lockdata>
  <dateadded>2018-01-28 10:43:20</dateadded>
  <title>Pilot</title>
  <rating>0</rating>
  <year>2015</year>
  <mpaa>not rated</mpaa>
  <runtime>72</runtime>
  <studio>jTBC</studio>
  <art>
    <poster>/media/My Book/Knowing Bros (2015-2016)/Knowing.Bros.E01.151205.720p-thumb.jpg</poster>
  </art>
  <isuserfavorite>false</isuserfavorite>
  <playcount>0</playcount>
  <watched>false</watched>
  <resume>
    <position>0</position>
    <total>4329.525</total>
  </resume>
  <episode>1</episode>
  <season>2015</season>
  <aired>2015-12-05</aired>
  <fileinfo>
    <streamdetails>
      <video>
        <codec>h264</codec>
        <micodec>h264</micodec>
        <bitrate>2202023</bitrate>
        <width>1280</width>
        <height>720</height>
        <aspect>16:9</aspect>
        <aspectratio>16:9</aspectratio>
        <framerate>29.97003</framerate>
        <language>und</language>
        <scantype>progressive</scantype>
        <default>True</default>
        <forced>False</forced>
        <duration>72</duration>
        <durationinseconds>4329</durationinseconds>
      </video>
      <audio>
        <codec>aac</codec>
        <micodec>aac</micodec>
        <bitrate>255999</bitrate>
        <language>und</language>
        <scantype>progressive</scantype>
        <channels>2</channels>
        <samplingrate>48000</samplingrate>
        <default>True</default>
        <forced>False</forced>
      </audio>
      <subtitle>
        <codec>srt</codec>
        <micodec>srt</micodec>
        <scantype>progressive</scantype>
        <default>False</default>
        <forced>False</forced>
      </subtitle>
    </streamdetails>
  </fileinfo>
  <showtitle>Ask Us Anything</showtitle>
  <votes>0</votes>
  <uniqueid>5613857</uniqueid>
  <thumb></thumb>
  <source>UNKNOWN</source>
</episodedetails>

nfo example for different show with the same problems:
running man nfo.zip

@dmitryrck
Copy link

I am running into this same issue, episode number or season number are not the same I had set inside the nfo file.

Everything else (title, actors, …) is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants