added Status to README.md, some more renaming
This commit is contained in:
20
README.md
20
README.md
@@ -2,15 +2,27 @@
|
|||||||
|
|
||||||
A python based web application for monitoring, analytics and notifications for [Jellyfin](https://jellyfin.org/).
|
A python based web application for monitoring, analytics and notifications for [Jellyfin](https://jellyfin.org/).
|
||||||
|
|
||||||
This project is based on [Tautulli](https://github.com/Tautulli/Tautulli).
|
This project is based on [Tautulli](https://github.com/Tautulli/Tautulli) (v2.6.5 at the time).
|
||||||
|
|
||||||
JellyPy only supports Jellyfin. If you want to run Plex, head over to Tautulli.
|
JellyPy only supports Jellyfin. If you are running run Plex, head over to Tautulli.
|
||||||
|
|
||||||
## Differences to Tautulli
|
## Status
|
||||||
|
|
||||||
|
Working on getting basic functionality up. It's going to take some time, based on that Jellyfin's API is
|
||||||
|
not well documented (read as: not documented at all).
|
||||||
|
|
||||||
|
- [ ] Login to Jellyfin
|
||||||
|
- [ ] Libraries/Media
|
||||||
|
- [ ] Activity
|
||||||
|
- [ ] History
|
||||||
|
- [ ] User
|
||||||
|
|
||||||
|
## Major Differences compared to Tautulli
|
||||||
|
|
||||||
|
* No Plex/PMS Support
|
||||||
* Removed Google Analytics
|
* Removed Google Analytics
|
||||||
* Removed Python2 support
|
* Removed Python2 support
|
||||||
* Removed import from varius abondonded Projects
|
* Removed import feature from varius abondonded projects
|
||||||
|
|
||||||
## Installation & Support
|
## Installation & Support
|
||||||
|
|
||||||
|
@@ -41,7 +41,7 @@ from jellypy import common, helpers
|
|||||||
<body>
|
<body>
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="wizard" id="setup-wizard" data-title="Tautulli Setup Wizard">
|
<div class="wizard" id="setup-wizard" data-title="JellyPy Setup Wizard">
|
||||||
<form>
|
<form>
|
||||||
<div class="wizard-card" data-cardname="card1">
|
<div class="wizard-card" data-cardname="card1">
|
||||||
<div style="float: right;">
|
<div style="float: right;">
|
||||||
|
@@ -8,7 +8,6 @@ cffi==1.14.4
|
|||||||
chardet==4.0.0
|
chardet==4.0.0
|
||||||
cheroot==8.5.2
|
cheroot==8.5.2
|
||||||
CherryPy==18.6.0
|
CherryPy==18.6.0
|
||||||
cloudinary==1.24.0
|
|
||||||
configobj==5.0.6
|
configobj==5.0.6
|
||||||
cryptography==3.3.1
|
cryptography==3.3.1
|
||||||
distro==1.5.0
|
distro==1.5.0
|
||||||
|
Reference in New Issue
Block a user