Skip to content

Gyran/MMM-plex-recently-added

Repository files navigation

MMM-plex-recently-added

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

Installation

{
     module: 'MMM-plex-recently-added',
     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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published