Jump to content

Multi episode files not recognized


aptalca

Recommended Posts

aptalca

Hi, I have a couple of multi episode files that are recognized by emby as single episodes. Here's the name of one of them: "Vikings - S05E01-E02 - The Departed + TBA HDTV-720p.mkv"

 

According to the emby wiki, this naming convention should be recognized as multi but emby only recognizes it as episode 1.

 

The other one is agents of shield: "Marvel's Agents of S.H.I.E.L.D. - S05E01-E02 - Orientation HDTV-720p.mkv" any ideas? Thanks

Link to comment
Share on other sites

aptalca

How are you determining that it's only being recognized as a single episode?

It is listed everywhere as just the first episode, no mention of the second anywhere, not in the web gui, not in the apps, not in the episode name or description.
Link to comment
Share on other sites

Did you import it with a pre-existing nfo and perhaps that nfo only has info for episode 1? the same exact file for me shows the dual title.

Link to comment
Share on other sites

aptalca

Ah, yes, sonarr automatically creates an xml for episodes next to the media, but it contains info on both episodes:

<episodedetails>
  <title>Orientation (1)</title>
  <season>5</season>
  <episode>1</episode>
  <aired>2017-12-01</aired>
  <plot>Coulson and the team find themselves stranded on a mysterious ship in outer space, and thatΓÇÖs just the beginning of the nightmare to come.</plot>
  <displayseason />
  <displayepisode />
  <thumb>http://thetvdb.com/banners/episodes/263365/6276702.jpg</thumb>
  <watched>false</watched>
  <rating>8.7</rating>
  <fileinfo>
    <streamdetails>
      <video>
        <aspect>1.78272986</aspect>
        <bitrate>2254482</bitrate>
        <codec>x264</codec>
        <framerate>23.976</framerate>
        <height>718</height>
        <scantype>Progressive</scantype>
        <width>1280</width>
        <duration>83.742066666666673</duration>
        <durationinseconds>5024.5239999999994</durationinseconds>
      </video>
      <audio>
        <bitrate>384000</bitrate>
        <channels>6</channels>
        <codec>AC3</codec>
        <language>English</language>
      </audio>
    </streamdetails>
  </fileinfo>
</episodedetails>
<episodedetails>
  <title>Orientation (2)</title>
  <season>5</season>
  <episode>2</episode>
  <aired>2017-12-01</aired>
  <plot>Coulson and the team find themselves stranded on a mysterious ship in outer space, and thatΓÇÖs just the beginning of the nightmare to come.</plot>
  <displayseason />
  <displayepisode />
  <thumb>http://thetvdb.com/banners/episodes/263365/6407853.jpg</thumb>
  <watched>false</watched>
  <rating>8.0</rating>
  <fileinfo>
    <streamdetails>
      <video>
        <aspect>1.78272986</aspect>
        <bitrate>2254482</bitrate>
        <codec>x264</codec>
        <framerate>23.976</framerate>
        <height>718</height>
        <scantype>Progressive</scantype>
        <width>1280</width>
        <duration>83.742066666666673</duration>
        <durationinseconds>5024.5239999999994</durationinseconds>
      </video>
      <audio>
        <bitrate>384000</bitrate>
        <channels>6</channels>
        <codec>AC3</codec>
        <language>English</language>
      </audio>
    </streamdetails>
  </fileinfo>
</episodedetails>

Thanks

Link to comment
Share on other sites

Right so in this case we only read the first episode details. Reading the additional ones is just not something we have implemented yet but it's planned for the future. On the other hand, if you were to import that file without a pre-existing nfo, then emby would fetch internet metadata and you'd get the usual concatenated details.

Link to comment
Share on other sites

aptalca

Right so in this case we only read the first episode details. Reading the additional ones is just not something we have implemented yet but it's planned for the future. On the other hand, if you were to import that file without a pre-existing nfo, then emby would fetch internet metadata and you'd get the usual concatenated details.

I see, thanks so much for the clarification
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...