Updated README for what still needs to be done

This commit is contained in:
2023-08-08 10:50:05 -06:00
parent 6735849518
commit cab3d1d50d
3 changed files with 7 additions and 4 deletions
+6 -2
View File
@@ -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
-1
View File
@@ -17,7 +17,6 @@ pub enum Route {
Whisparr, Whisparr,
Bazarr, Bazarr,
Prowlarr, Prowlarr,
Overseerr,
Tautulli, Tautulli,
} }
+1 -1
View File
@@ -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;