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/).
|
||||
|
||||
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 Python2 support
|
||||
* Removed import from varius abondonded Projects
|
||||
* Removed import feature from varius abondonded projects
|
||||
|
||||
## Installation & Support
|
||||
|
||||
|
@@ -41,7 +41,7 @@ from jellypy import common, helpers
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
<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>
|
||||
<div class="wizard-card" data-cardname="card1">
|
||||
<div style="float: right;">
|
||||
|
@@ -8,7 +8,6 @@ cffi==1.14.4
|
||||
chardet==4.0.0
|
||||
cheroot==8.5.2
|
||||
CherryPy==18.6.0
|
||||
cloudinary==1.24.0
|
||||
configobj==5.0.6
|
||||
cryptography==3.3.1
|
||||
distro==1.5.0
|
||||
|
Reference in New Issue
Block a user