• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Jellyfin groups episdoes as "specials" even when <season> tag is present in the NFO

     
    • 0 Vote(s) - 0 Average

    Jellyfin groups episdoes as "specials" even when <season> tag is present in the NFO

    I have an anime downloaded. I have NFO files for it. However, Jellyfin groups a bunch of the episodes (possibly all of them) as "special", not the season they go to, when I add the anime to the Jellyfin folder.
    Родион Панарин
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2024 Nov
    Reputation: 0
    #1
    2024-11-15, 09:16 PM (This post was last modified: 2024-11-15, 09:18 PM by Родион Панарин. Edited 1 time in total.)
    Both files have correct <episode>, <season> (filled with 1) and <anidbid> tags, and neither have <airsbefore...> tags or anything like that - yet when I open the wrongly-special-ed episode's metadata in the UI, Jellyfin lists "series number" as 0. Setting it to 1 for the episode fixes the issue, but since some of my anime r quite long (think 100+ eps), doing so manually would be troublesome. The NFO file remains the same before and after the change. Both episodes r in the same folder titled "Season 1", and the season.nfo has <title> set to "Season 1"; but Jellyfin displays some of the episodes not just as "Season 1", but also as a "Specials".
    Am I doing something wrongly?

    the NFO file of the wrongly "special" episode:

    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <episodedetails>
      <plot />
      <lockdata>false</lockdata>
      <dateadded>2024-11-12 14:46:25</dateadded>
      <title>In the Eternal Night</title>
      <year>2011</year>
      <runtime>24</runtime>
      <anidbid>7160</anidbid>
      <art>
        <poster>...</poster>
      </art>
      <showtitle>Legend of the Galactic Heroes</showtitle>
      <episode>1</episode>
      <season>1</season>
      <aired>2011-11-14</aired>
      <fileinfo>
        <streamdetails>
          <subtitle>
            <codec>ass</codec>
            <micodec>ass</micodec>
            <width>0</width>
            <height>0</height>
            <language>rus</language>
            <scantype>progressive</scantype>
            <default>False</default>
            <forced>False</forced>
          </subtitle>
          <video>
            <codec>h264</codec>
            <micodec>h264</micodec>
            <bitrate>2136409</bitrate>
            <width>960</width>
            <height>720</height>
            <aspect>4:3</aspect>
            <aspectratio>4:3</aspectratio>
            <framerate>29.97003</framerate>
            <language>jpn</language>
            <scantype>progressive</scantype>
            <default>True</default>
            <forced>False</forced>
            <duration>24</duration>
            <durationinseconds>1445</durationinseconds>
          </video>
          <audio>
            <codec>aac</codec>
            <micodec>aac</micodec>
            <bitrate>192000</bitrate>
            <language>jpn</language>
            <scantype>progressive</scantype>
            <channels>2</channels>
            <samplingrate>48000</samplingrate>
            <default>True</default>
            <forced>False</forced>
          </audio>
          <subtitle>
            <codec>ass</codec>
            <micodec>ass</micodec>
            <width>0</width>
            <height>0</height>
            <language>eng</language>
            <scantype>progressive</scantype>
            <default>True</default>
            <forced>False</forced>
          </subtitle>
        </streamdetails>
      </fileinfo>
    </episodedetails>


    the NFO of the one that is recognized correctly:

    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <episodedetails>
      <plot />
      <lockdata>false</lockdata>
      <dateadded>2024-11-12 14:46:26</dateadded>
      <title>Hoch Kaiserin!</title>
      <year>2011</year>
      <runtime>27</runtime>
      <anidbid>12120</anidbid>
      <art>
        <poster>...</poster>
      </art>
      <showtitle>Legend of the Galactic Heroes</showtitle>
      <episode>100</episode>
      <season>1</season>
      <aired>2011-11-14</aired>
      <fileinfo>
        <streamdetails>
          <subtitle>
            <codec>ass</codec>
            <micodec>ass</micodec>
            <width>0</width>
            <height>0</height>
            <language>rus</language>
            <scantype>progressive</scantype>
            <default>False</default>
            <forced>False</forced>
          </subtitle>
          <video>
            <codec>h264</codec>
            <micodec>h264</micodec>
            <bitrate>2655840</bitrate>
            <width>960</width>
            <height>720</height>
            <aspect>4:3</aspect>
            <aspectratio>4:3</aspectratio>
            <framerate>500</framerate>
            <language>jpn</language>
            <scantype>progressive</scantype>
            <default>True</default>
            <forced>False</forced>
            <duration>26</duration>
            <durationinseconds>1595</durationinseconds>
          </video>
          <audio>
            <codec>aac</codec>
            <micodec>aac</micodec>
            <bitrate>192000</bitrate>
            <language>jpn</language>
            <scantype>progressive</scantype>
            <channels>2</channels>
            <samplingrate>48000</samplingrate>
            <default>True</default>
            <forced>False</forced>
          </audio>
          <subtitle>
            <codec>ass</codec>
            <micodec>ass</micodec>
            <width>0</width>
            <height>0</height>
            <language>eng</language>
            <scantype>progressive</scantype>
            <default>True</default>
            <forced>False</forced>
          </subtitle>
        </streamdetails>
      </fileinfo>
    </episodedetails>
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfin groups episdoes as "specials" even when <season> tag is present in the NFO - by Родион Панарин - 2024-11-15, 09:16 PM
    RE: Jellyfin groups episdoes as "specials" even when <season> tag is present in the NFO - by sjorge - 2024-11-15, 10:02 PM
    RE: Jellyfin groups episdoes as "specials" even when <season> tag is present in the NFO - by TheDreadPirate - 2024-11-15, 10:19 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode