mirror of
https://github.com/MaarifaMaarifa/series-troxide.git
synced 2025-12-05 23:40:12 +00:00
Update README
This commit is contained in:
11
README.md
11
README.md
@@ -36,9 +36,9 @@
|
||||
- [x] **Series Statistics**. See how many series, seasons and episodes you have watched and how much time you've spent watching them in an ordered way.
|
||||
- [x] **Light and Dark themes**. Use **Series Troxide** at any time of the day.
|
||||
- [x] **Data export and import**. Carry your series tracking data anywhere.
|
||||
- [x] **Caching**. Due to the rate limit of the API, caching makes **Series Troxide** fast when opening previously opened items and be able to perform crazy things like getting the statistics of all watched series. Cache cleaning can be managed both automatically and manually to make sure the program does not have outdated series data.
|
||||
- [x] **Caching**. Caches Series information for faster reload with auto-updating.
|
||||
- [x] **Notifications for upcoming episodes**. Configure when to get notified before an episode release.
|
||||
- [ ] **Trakt integration**.
|
||||
- [x] **Trakt import**. Import your series data from your Trakt account.
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -54,13 +54,6 @@ Pre-built binaries for your specific platform can be obtained from the [release
|
||||
|Arch |pacman -S gtk3 |
|
||||
|Debian & Ubuntu|apt install libgtk-3-dev|
|
||||
|
||||
When building the project, Cargo has been configure to use the LLD linker for faster linking on linux. To install LLD, find your distro below and run the given command:
|
||||
|
||||
|Distribution | Installation Command |
|
||||
|:--------------|:-----------------------|
|
||||
|Arch |sudo pacman -S lld |
|
||||
|Debian & Ubuntu|sudo apt-get install lld|
|
||||
|
||||
#### From Cargo ([crates.io](https://crates.io/crates/series-troxide))
|
||||
**Series Troxide** is available in crates.io and can be installed using Cargo.
|
||||
```shell
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 605 KiB After Width: | Height: | Size: 586 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 364 KiB After Width: | Height: | Size: 279 KiB |
Reference in New Issue
Block a user