PLEX Notes: Difference between revisions

From RARForge
Jump to navigation Jump to search
(Created page with "== DB== === Tags === * tag_type: 1=Genre 2=title 4=Director 5=Writer 6=Actor 7=Producer 8=country == People (tags) == API: /library/people/2082/media *...")
 
 
(2 intermediate revisions by the same user not shown)
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: 
<source>
update metadata_items set added_at = originally_available_at, created_at = originally_available_at where added_at > "date you just added"
</source>
=== Tags ===
=== Tags ===
* tag_type:  
* tag_type:  
Line 9: Line 18:
   7=Producer
   7=Producer
   8=country
   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) ==
== People (tags) ==

Latest revision as of 23:23, 8 March 2014

DB[edit]

Recently Added -- reset to Original Available Date[edit]

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

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

Tags[edit]

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

MetaData Types[edit]

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

People (tags)[edit]

API: /library/people/2082/media

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

Accounts[edit]

API: /accounts