2024-12-19, 02:32 AM
(This post was last modified: 2024-12-19, 02:33 AM by finicky6457. Edited 1 time in total.)
This is my script: https://github.com/redaters/Jellyfin-Pos...eencode.sh
I have two different .nfo files, one in the recordings directory that looks like this:
The other in the processed directory that looks like this:
it seems like the first .nfo was created from metadata from the guide while the second was created from the file only. I also had some success copying the .nfo file from the recordings directory to the processed directory just after the video file was processed (before it was seen by Jellyfin). Jellyfin now has the full metadata for that video, but if I copy them after the file was seen by Jellyfin the metadata is not getting update.
I have two different .nfo files, one in the recordings directory that looks like this:
Code:
<movie>
<title>Jimmy Fallon's Holiday Seasoning Spectacular</title>
<dateadded>2024-12-19 00:57:00</dateadded>
<plot>Jimmy Fallon and a lineup of celebrity guests celebrate the season with performances from Fallon's new album, ``Holiday Seasoning``; featuring Meghan Trainor, Cara Delevingne, Dolly Parton, the Jonas Brothers, Justin Timberlake and more.</plot>
<genre>Special</genre>
<genre>Entertainment</genre>
<genre>Comedy</genre>
<genre>Special</genre>
<lockdata>true</lockdata>
</movie>
The other in the processed directory that looks like this:
Code:
<episodedetails>
<plot />
<lockdata>false</lockdata>
<dateadded>2024-12-19 02:15:23</dateadded>
<title>Jimmy Fallon's Holiday Seasoning Spectacular</title>
<year>2024</year>
<runtime>40</runtime>
<art>
<poster>/config/metadata/library/0b/0b37303c97d669101ab29f32071e3996/poster.jpg</poster>
</art>
<showtitle>Jimmy Fallon's Holiday Seasoning Spectacular</showtitle>
<season>1</season>
<aired>2024-12-19</aired>
<fileinfo>
<streamdetails>
<video>
<codec>mpeg2video</codec>
....
</streamdetails>
</fileinfo>
</episodedetails>
it seems like the first .nfo was created from metadata from the guide while the second was created from the file only. I also had some success copying the .nfo file from the recordings directory to the processed directory just after the video file was processed (before it was seen by Jellyfin). Jellyfin now has the full metadata for that video, but if I copy them after the file was seen by Jellyfin the metadata is not getting update.