Skip to content

daeks/LocalMetadata-Agent.bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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"
        }
      }
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages