Skip to content
Yevgeny Nyden edited this page Jan 16, 2024 · 1 revision

Parsing files with .info extension is what this custom Plex Media Server agent was created for. It's important to name these files appropriately; otherwise, they will not be detected by the agent.

When creating your .info files, note that text for the text tags (e.g. summary ) could be placed on multiple lines, and empty or missing tags are ignored.

Personal TV Shows

There are two versions of .info file that are used for media Shows - show.info and episode.info files which are placed respectively in show and episode directories.

Example of show.info:

[title]
Family Legacy
[summary]
My custom show title that is
placed on multiple lines.
[content_rating]
PG
[rating]
10.0
[studio]
My Home Studio
[originally_available_at]
2000-09-01
[collections]
Best of the best
My Shows
[genres]
Action
History

Example of episode.info:

[title]
April 2000 - Easter Egg Hunt
[summary]
[content_rating]
PG
[rating]
9.9
[originally_available_at]
2000-04-16
[directors]
[writers]

Personal Movies

.info files for movies should have the same name as their corresponding movie video files. For example, for a movie Home Movie (2021).mp4, the info file should be named Home Movie (2021).info.

Here is an example of a movie info file:

[title]
REPLACE ME
[original_title]
REPLACE ME
[year]
1999
[originally_available_at]
1999-05-02
[tagline]
REPLACE ME
[summary]
REPLACE ME
[studio]
REPLACE ME
[rating]
9.9
[content_rating]
PG
[genres]
Drama
Romance
[countries]
USA
[collections]
Classics

Templates for the .info files could be found in the templates directory.

Clone this wiki locally