PLEX Notes: Difference between revisions

From RARForge
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== DB==
== DB==
=== Recently Added -- reset to Original Available Date ===
* sometimes when moving videos around, old videos will now be "recently added"
quick fix: 
```
update metadata_items set added_at = originally_available_at, created_at = originally_available_at where added_at > "date you just added"
````
=== Tags ===
=== Tags ===
* tag_type:  
* tag_type:  

Revision as of 23:23, 8 March 2014

DB

Recently Added -- reset to Original Available Date

  • sometimes when moving videos around, old videos will now be "recently added"

quick fix: ``` update metadata_items set added_at = originally_available_at, created_at = originally_available_at where added_at > "date you just added" ````

Tags

  • tag_type:
  1=Genre
  2=title
  4=Director
  5=Writer
  6=Actor
  7=Producer
  8=country

MetaData Types

   1=Movies
   2=Shows
   3=Seasons
   4=Episodes
   8=Artists
   9=Albums  
   10=Tracks
   13=Photos
   14=Photo Albums

People (tags)

API: /library/people/2082/media

  • DB Table: tags
  • Field: tag_type
  4=Director
  5=Writer
  6=Actor
  7=Producer

Accounts

API: /accounts