fith / MMM-plex-posters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forked from gyran/MMM-plex-posters Quick-n-dirty hacks to change it to show individual movie posters fullscreen.

MMM-plex-posters

Shows posters of the recently added items for your Plex Media Server.

Installation

{
     module: 'MMM-plex-posters',
     position: 'bottom_bar',
     config: {
        token: 'X-PLEX-TOKEN',
        hostname: '127.0.0.1',
        ...
     }
 }

Config options

Option Default Description
hostname 127.0.0.1 Hostname of the Plex Media Server.
port 32400 Port for your Plex Media Server.
token Required if your Plex Media Server is protected
types ['movie', 'tv'] Which types of recently added medias should be shown and in which order. Possible values are movie and tv.
limit 20 Maximum number of items to show. (this is mostly to not receive to many items from the server)
newerThanDay 0 How old an item can be in days. 0 shows all and 30 items less than 30 days old
updateIntervalInMinute 60 Interval new data should be fetched in minutes.
displayType mixed If item types should be mixed or put in separate lists. Possible values are mixed and separate
displayTimeAgo false To show xx days ago under the poster

About


Languages

Language:JavaScript 93.3%Language:CSS 6.7%