2024-06-02, 03:15 PM
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.
The thing is this setup has been working fine for years until this latest upgrade.
/[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.