Server Version#: 1.18.2.2029
Player Version#: 4.8.4
I have an idea for an enhancement to the Films/Personal Media Agent (though equally applicable to all Personal Media Agents). There may be a whole host of reason for a movie (or other media) to not be listed in the online agent of choice, or maybe the server doesn’t connect to the internet at all, etc. Currently when this happens you have to enter all metadata by hand and if for any reason you have to rebuild your server, you have to do this all over again. For Poster and Background you can save poster.jpg and background.jpg next to the media file and Plex will pick these up and use them; my suggestion is to also support [media filename].json to populate the media details in Plex.
Ex. Movie Title.json for Movie Title.mp4
{
    "title": "Movie Title",
    "short-title": "Movie",
    "original-title":  "The Movie Title",
    "originally-available": "2019-11-19",
    "rating": "10.0",
    "content-rating": "PG",
    "studio": "Movie Studio",
    "tagline": "Movie Tagline",
    "summary": "A Great Summary",
    "directors": [ "That Man", "That Lady" ],
    "country": "USA",
    "genres": [ "Comedy", "Action" ],
    "writers": [ "That Lady", "That Other Lady" ],
    "Collections": [ "Movie Series Name", "Funny Movies" ]
}
Thoughts?
How do I get this considered for inclusion in a future release?
