I appreciate that in the notes at the top of this thread it says it is not possible to include movie extras in the NFO file (e.g. behindthescenes, deleted, featurette, interview, scene, short, trailer, other).
One of the reasons I want to be able to use NFOs in Plex is so I can easily include use custom metadata for movie fan edits from IFDB. As far as I am aware there isn’t currently a metadata agent that can get data on IFDB (though it would be great if there was!).
My thinking for a particular Fan Edit is to use TinyMediaManager to grab an NFO for the official movie release so I have a template to work from, and then to update the NFO to fit the fan edit adding a custom description, posters, artwork etc.
Currently, it seems that the only way to add movie extras from YouTube to a movie listing in Plex, is to download each video from YouTube and save it to the movie folder as a local file. This obviously takes up unnecessary space, when they could presumably be streamed directly from YouTube, like most trailers are. It would be really great if we could include URLs to these videos in the NFO file.
A good example would be the upcoming “Rogue One: The Andor Cut” fan edit, releasing in a few days, that has a number of extras from YouTube that you might want to include. It would be really useful to see support for something like this added to the NFO:
<extras type=”trailer”>
<title>Teaser Trailer</title>
<url>https://www.youtube.com/watch?v=FBxs_UOCTeY</url>
</extras>
<extras type=”trailer”>
<title>Final Trailer</title>
<url>https://www.youtube.com/watch?v=kynPAivzjoY</url>
</extras>
<extras type=”behindthescenes”>
<title>PixelJoker95's Vader Battle Damage VFX</title>
<url>https://www.youtube.com/watch?v=uhlrGLUfeCo</url>
</extras>
<extras type=”scene”>
<title>Clip: Cassian's Rogue One Speech with 'Andor' Flashbacks</title>
<url>https://www.youtube.com/watch?v=reUSXC3ZM9Q</url>
</extras>
(‘type’ should obviously use one of the extras types supported by Plex - behindthescenes, deleted, featurette, interview, scene, short, trailer, other)
If something like this already exists and I have just missed it, or there is a better way to achieve what I want, please let me know!



