Updated README for what still needs to be done
This commit is contained in:
@@ -72,16 +72,20 @@ tautulli:
|
|||||||
|
|
||||||
### Radarr
|
### Radarr
|
||||||
|
|
||||||
- [x] View your library, downloads, collections, or calendar
|
- [x] View your library, downloads, collections
|
||||||
- [x] View details of a specific movie including description, history, downloaded file info, or the credits
|
- [x] View details of a specific movie including description, history, downloaded file info, or the credits
|
||||||
- [x] View details of any collection and the movies in them
|
- [x] View details of any collection and the movies in them
|
||||||
- [x] Search your library or collections
|
- [x] Search your library or collections
|
||||||
- [x] Add or delete movies and downloads
|
- [x] Add or delete movies and downloads
|
||||||
- [x] Trigger automatic searches for movies
|
- [x] Trigger automatic searches for movies
|
||||||
- [x] Trigger refresh and disk scan for movies
|
- [x] Trigger refresh and disk scan for movies, downloads, and collections
|
||||||
- [x] Manually search for movies
|
- [x] Manually search for movies
|
||||||
- [ ] Edit movies
|
- [ ] Edit movies
|
||||||
- [ ] Manage your quality profiles
|
- [ ] Manage your quality profiles
|
||||||
|
- [ ] Manage your quality definitions
|
||||||
|
- [ ] Manage your tags
|
||||||
|
- [ ] Manage your indexers
|
||||||
|
- [ ] Import existing library
|
||||||
|
|
||||||
### Sonarr
|
### Sonarr
|
||||||
- [ ] Support for Sonarr
|
- [ ] Support for Sonarr
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ pub enum Route {
|
|||||||
Whisparr,
|
Whisparr,
|
||||||
Bazarr,
|
Bazarr,
|
||||||
Prowlarr,
|
Prowlarr,
|
||||||
Overseerr,
|
|
||||||
Tautulli,
|
Tautulli,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ use std::fmt::{Display, Formatter};
|
|||||||
|
|
||||||
use chrono::{DateTime, Utc};
|
use chrono::{DateTime, Utc};
|
||||||
use derivative::Derivative;
|
use derivative::Derivative;
|
||||||
use serde::{Deserialize, Deserializer, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
use serde_json::Number;
|
use serde_json::Number;
|
||||||
|
|
||||||
use crate::models::HorizontallyScrollableText;
|
use crate::models::HorizontallyScrollableText;
|
||||||
|
|||||||
Reference in New Issue
Block a user