Jellyfin Forum
SOLVED: Duplicate Seasons after Upgrade to 10.9.2 - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Duplicate Seasons after Upgrade to 10.9.2 (/t-solved-duplicate-seasons-after-upgrade-to-10-9-2)



Duplicate Seasons after Upgrade to 10.9.2 - SmoothLiquidation - 2024-06-01

I recently upgraded my docker server to 10.9.2 from 10.8.13 and one of my libraries is duplicating the seasons in it.  Basically a file like "/media/YouTube/Hermitcraft Season 10/Week 1/Hermitcraft10-_Project_Torch_Episode_1.mkv" will end up in "Season 1" and then again in "Season Unknown".  There are multiple unknown seasons that they match up exactly with the numbered seasons.  I tried to refresh all metadata on it, and I also deleted the season.nfo files so they would be recreated.

I have the library set up as a "Shows" type, but it only uses .nfo files for metadata because the files are not traditional TV shows.


RE: Duplicate Seasons after Upgrade to 10.9.2 - TheDreadPirate - 2024-06-01

That is not a supported folder structure for a Shows library. If you intend to use that folder structure you will need to use a library type that will simply show the folder structure like the Photos or Music Video library types.


RE: Duplicate Seasons after Upgrade to 10.9.2 - SmoothLiquidation - 2024-06-02

My structure is based on a shows library.

/[Library]/[Show Title]/[Season Number]/[Show Title.mkv]

So a sample file would be:

Youtube/Hermitcraft Season 10/Week 1/A_Beautiful_Day_in_the_Neighborhood_-_Hermitcraft_Season_10_Episode_2.mkv
Youtube/Hermitcraft Season 10/Week 1/A_Beautiful_Day_in_the_Neighborhood_-_Hermitcraft_Season_10_Episode_2.jpg
Youtube/Hermitcraft Season 10/Week 1/A_Beautiful_Day_in_the_Neighborhood_-_Hermitcraft_Season_10_Episode_2.nfo


Each episode has a generated nfo file to give metadata such as episode and season numbers.

Code:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<episodedetails>
  <plot>02/09/2024 - docm77Hermitcraft Season 10 is now on Minecraft 1.20.4...Time to take the skies and store the things.. Enjoy!The world download will be available on: https://hermitcraft.com/Shulker Farm Concept: https://youtu.be/uU7df2niir4?si=jziGmaD_B36aaN7wThumbnail Fan Art: https://twitter.com/miles3140/status/1753883224252592617Artist's Social: https://ko-fi.com/miles3140Music by:Jono:  https://www.youtube.com/c/shmidiGoatsauce: https://www.youtube.com/c/goatsauce_https://twitter.com/goatsauce_https://ephoros.bandcamp.com/https://www.instagram.com/goat.sauceConsider supporting me directly:Become a Patreon: https://www.patreon.com/docm77Become a channel member: https://www.youtube.com/channel/UC4O9HKe9Jt5yAhKuNv3LXpQ/join--------------------------------------------------------------------------------­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­­--------------Twitter: http://twitter.com/#!/docm77Live Stream: http://www.twitch.tv/docm77live#Minecraft #Hermitcraft #Season10</plot>
  <lockdata>false</lockdata>
  <dateadded>2024-02-09 00:00:00</dateadded>
  <title>A Beautiful Day in the Neighborhood - Hermitcraft Season 10 Episode 2</title>
  <director>docm77</director>
  <year>2024</year>
  <runtime>86</runtime>
  <art>
    <poster>/media/YouTube/Hermitcraft Season 10/Week 1/A_Beautiful_Day_in_the_Neighborhood_-_Hermitcraft_Season_10_Episode_2.jpg</poster>
  </art>
  <showtitle>Hermitcraft Season 10</showtitle>
  <episode>54</episode>
  <season>1</season>
  <aired>2024-02-09</aired>
  <fileinfo>
    <streamdetails>
      <video>
        <codec>h264</codec>
        <micodec>h264</micodec>
        <bitrate>5064917</bitrate>
        <width>1920</width>
        <height>1080</height>
        <aspect>16:9</aspect>
        <aspectratio>16:9</aspectratio>
        <framerate>60</framerate>
        <scantype>progressive</scantype>
        <default>True</default>
        <forced>False</forced>
        <duration>85</duration>
        <durationinseconds>5144</durationinseconds>
      </video>
      <audio>
        <codec>aac</codec>
        <micodec>aac</micodec>
        <bitrate>192000</bitrate>
        <language>eng</language>
        <scantype>progressive</scantype>
        <channels>2</channels>
        <samplingrate>44100</samplingrate>
        <default>True</default>
        <forced>False</forced>
      </audio>
    </streamdetails>
  </fileinfo>
</episodedetails>

The thing is this setup has been working fine for years until this latest upgrade.


RE: Duplicate Seasons after Upgrade to 10.9.2 - SmoothLiquidation - 2024-06-03

I have updated my server from 10.9.2 to 10.9.4 and after doing a library scan this has fixed itself.

One thing to note, my season names have changed from "Week 1" and "Week 2", which matches the folder structure, to "Season 1" and "Season 2"