mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
Update README.md
This commit is contained in:
parent
21fca0ef89
commit
9eca41d56f
1 changed files with 6 additions and 9 deletions
15
README.md
15
README.md
|
@ -1,6 +1,6 @@
|
||||||
#PlexPy
|
#PlexPy
|
||||||
|
|
||||||
NB: This project is still very early in development, it is basically just a skeleton at this time. Please feel free to fork or contribute here.
|
NB: This project is still very early in development.
|
||||||
|
|
||||||
This project is based on code from Headphones (https://github.com/rembo10/headphones) and PlexWatchWeb (https://github.com/ecleese/plexWatchWeb).
|
This project is based on code from Headphones (https://github.com/rembo10/headphones) and PlexWatchWeb (https://github.com/ecleese/plexWatchWeb).
|
||||||
|
|
||||||
|
@ -23,8 +23,6 @@ A python based web front-end for plexWatch.
|
||||||
|
|
||||||
* Easy configuration setup via html form
|
* Easy configuration setup via html form
|
||||||
|
|
||||||
* Plex Media Server section counts / Total user count
|
|
||||||
|
|
||||||
* Current Plex Media Server viewing activity including:
|
* Current Plex Media Server viewing activity including:
|
||||||
* number of current users
|
* number of current users
|
||||||
* title
|
* title
|
||||||
|
@ -38,8 +36,6 @@ A python based web front-end for plexWatch.
|
||||||
|
|
||||||
* Recently added media and how long ago it was added
|
* Recently added media and how long ago it was added
|
||||||
|
|
||||||
* Global watching history charts (hourly, max hourly, daily, monthly)
|
|
||||||
|
|
||||||
* Global watching history with search/filtering & dynamic column sorting
|
* Global watching history with search/filtering & dynamic column sorting
|
||||||
* date
|
* date
|
||||||
* user
|
* user
|
||||||
|
@ -53,22 +49,23 @@ A python based web front-end for plexWatch.
|
||||||
* duration length
|
* duration length
|
||||||
* percentage completed
|
* percentage completed
|
||||||
|
|
||||||
* full user list with general information and comparison stats
|
* full user list with general information and comparison stats
|
||||||
|
|
||||||
* individual user information
|
* individual user information **NOT YET IMPLEMENTED**
|
||||||
- username and gravatar (if available)
|
- username and gravatar (if available)
|
||||||
- daily, weekly, monthly, all time stats for play count and duration length
|
- daily, weekly, monthly, all time stats for play count and duration length
|
||||||
- individual platform stats for each user
|
- individual platform stats for each user
|
||||||
- public ip address history with last seen date and geo tag location
|
- public ip address history with last seen date and geo tag location
|
||||||
- recently watched content
|
- recently watched content
|
||||||
- watching history
|
- watching history
|
||||||
* charts
|
|
||||||
|
* charts **NOT YET IMPLEMENTED**
|
||||||
- top 10 all time viewed content
|
- top 10 all time viewed content
|
||||||
- top 10 viewed movies
|
- top 10 viewed movies
|
||||||
- top 10 viewed tv shows
|
- top 10 viewed tv shows
|
||||||
- top 10 viewed tv episodes
|
- top 10 viewed tv episodes
|
||||||
|
|
||||||
* content information pages
|
* content information pages **PARTIALLY IMPLEMENTED**
|
||||||
- movies (includes watching history)
|
- movies (includes watching history)
|
||||||
- tv shows (includes top 10 watched episodes)
|
- tv shows (includes top 10 watched episodes)
|
||||||
- tv seasons
|
- tv seasons
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue