GitXplorerGitXplorer
G

MMM-plex-recently-added

public
7 stars
3 forks
4 issues

Commits

List of commits on branch master.
Verified
0cbb2bd716b647e4106fe88558a0825a6231309a

Merge pull request #13 from Gyran/engine

committed 2 years ago
Unverified
1c4dfd7e6667bcd723d4cff21d7a20998736a2b5

fix engine requirement

committed 2 years ago
Verified
60c3d9ce4c3f90ea1160937047d75c141a5646be

chore: run lint action (#12)

GGyran committed 2 years ago
Unverified
2fe0d68667fe1db15212a10a6a92cfc9cdb8a335

try to be compatible with node 12

GGyran committed 2 years ago
Unverified
216c92cb16de326b0f9b510209f0ebc0ac4588b8

fix: no node prefix for requires

GGyran committed 2 years ago
Unverified
06678ddf3827ff4486a8d5fc05a3fe4500733f0b

feat: fetch all item once and send what the client wants

GGyran committed 2 years ago

README

The README file for this repository.

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