Skip to content

Commit

Permalink
Add Plex Movie agent to add library doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Dec 15, 2020
1 parent 1f2abdd commit f313df3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plexapi/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,12 @@ def add(self, name='', type='', agent='', scanner='', location='', language='en'
**Movie Preferences**
* **agent** (str): com.plexapp.agents.none, com.plexapp.agents.imdb, com.plexapp.agents.themoviedb
* **agent** (str): com.plexapp.agents.none, com.plexapp.agents.imdb, tv.plex.agents.movie,
com.plexapp.agents.themoviedb
* **enableBIFGeneration** (bool): Enable video preview thumbnails. Default value true.
* **enableCinemaTrailers** (bool): Enable Cinema Trailers. Default value true.
* **includeInGlobal** (bool): Include in dashboard. Default value true.
* **scanner** (str): Plex Movie Scanner, Plex Video Files Scanner
* **scanner** (str): Plex Movie, Plex Movie Scanner, Plex Video Files Scanner, Plex Video Files
**IMDB Movie Options** (com.plexapp.agents.imdb)
Expand Down

0 comments on commit f313df3

Please sign in to comment.