(2025-03-18, 12:53 AM)theguymadmax Wrote:(2025-03-17, 06:13 PM)akirby83 Wrote: I'm trying to set up an .nfo file at the root of a show folder to set the display order to DVD, instead of having to alter the show's metadata after I import it. This is what I'm trying but it just results in the display order being set to blank. No combination of capitalization or quotes results in it working. I've read the Jellyfin documentation on NFO files but it's pretty sparse so I'm sure there's some critical information I'm missing here. Here is my tvshow.nfo code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<tvshow>
<DisplayOrder>DVD</DisplayOrder>
</tvshow>
Case matters, try this:
<displayorder>dvd</displayorder>
Other options:
originalAirDate
absolute
digital
storyArc
production
tv
That did it! So I did start out with lower case in "displayorder" but I must not have done DVD in lower case too. I did try lower case dvd but only after I changed to DisplayOrder.