Skip to content

Commit e87c02a

Browse files
Caching (#47)
- Replace `--simple-clean` with a better implemented check set last updated - Add `mediux-posters` cli (in addition to `Mediux-Posters`) - Move `settings` commands to their own subcommand - Validate service and mediux config when initialized - Add ServiceCache to enable tracking of what media has been updated, when and what set
1 parent 195ba05 commit e87c02a

25 files changed

Lines changed: 1153 additions & 944 deletions

.editorconfig

Lines changed: 0 additions & 30 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.11.12
3+
rev: v0.12.0
44
hooks:
55
- id: ruff-format
66
- id: ruff-check

README.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,49 @@ _Jellyfin Collections are not yet supported._
2424

2525
## Usage
2626

27-
<details><summary>Mediux-Posters Commands</summary>
27+
<details><summary>mediux-posters Commands</summary>
2828

2929
<!-- RICH-CODEX hide_command: true -->
30-
![`uv run Mediux-Posters --help`](docs/img/mediux-posters_commands.svg)
30+
![`uv run mediux-posters --help`](docs/img/mediux-posters.svg)
3131

3232
</details>
33-
<details><summary>Mediux-Posters sync</summary>
33+
<details><summary>mediux-posters sync</summary>
3434

3535
<!-- RICH-CODEX hide_command: true -->
36-
![`uv run Mediux-Posters sync --help`](docs/img/mediux-posters_sync.svg)
36+
![`uv run mediux-posters sync --help`](docs/img/mediux-posters_sync.svg)
3737

3838
</details>
39-
<details><summary>Mediux-Posters media</summary>
39+
<details><summary>mediux-posters media</summary>
4040

4141
<!-- RICH-CODEX hide_command: true -->
42-
![`uv run Mediux-Posters media --help`](docs/img/mediux-posters_media.svg)
42+
![`uv run mediux-posters media --help`](docs/img/mediux-posters_media.svg)
4343

4444
</details>
45-
<details><summary>Mediux-Posters set</summary>
45+
<details><summary>mediux-posters set</summary>
4646

4747
<!-- RICH-CODEX hide_command: true -->
48-
![`uv run Mediux-Posters set --help`](docs/img/mediux-posters_set.svg)
48+
![`uv run mediux-posters set --help`](docs/img/mediux-posters_set.svg)
4949

5050
</details>
51-
<details><summary>Mediux-Posters settings</summary>
51+
52+
### mediux-posters settings Commands
53+
54+
<details><summary>mediux-posters settings Commands</summary>
55+
56+
<!-- RICH-CODEX hide_command: true -->
57+
![`uv run mediux-posters settings --help`](docs/img/mediux-posters_settings.svg)
58+
59+
</details>
60+
<details><summary>mediux-posters settings view</summary>
61+
62+
<!-- RICH-CODEX hide_command: true -->
63+
![`uv run mediux-posters settings view --help`](docs/img/mediux-posters_settings_view.svg)
64+
65+
</details>
66+
<details><summary>mediux-posters settings locate</summary>
5267

5368
<!-- RICH-CODEX hide_command: true -->
54-
![`uv run Mediux-Posters settings --help`](docs/img/mediux-posters_settings.svg)
69+
![`uv run mediux-posters settings locate --help`](docs/img/mediux-posters_settings_locate.svg)
5570

5671
</details>
5772

docs/img/mediux-posters.svg

Lines changed: 130 additions & 0 deletions
Loading

docs/img/mediux-posters_commands.svg

Lines changed: 0 additions & 138 deletions
This file was deleted.

docs/img/mediux-posters_media.svg

Lines changed: 58 additions & 80 deletions
Loading

docs/img/mediux-posters_set.svg

Lines changed: 58 additions & 80 deletions
Loading

docs/img/mediux-posters_settings.svg

Lines changed: 48 additions & 32 deletions
Loading

0 commit comments

Comments
 (0)