Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 518 Bytes

File metadata and controls

26 lines (23 loc) · 518 Bytes

LocalMetadata-Agent.bundle

This agent uses local json files to apply metadata information if .plexmetadata file exists within the folder

Example:

{
  "title" : "Test Series",
  "originally_available_at" : "1900-01-01",
  "posters" : [
    "C:\\media\shows\Test Series\\poster.jpg"
  ],
  "summary": "This is my test summary",
  "seasons" : {
    "01" : {
      "episodes" : {
        "01" : {
          "title" : "First Episode",
          "summary" : "Summary of episode 01"
        }
      }
    }
  }
}