Skip to content

Commit 8573242

Browse files
Progress Markers (#18)
* Add start and end to sync command, closes #16 Add show, collection, movie commands as a middle ground between sync and set, it will select the priority user (like sync) but only for the show/collection/movie you provide (like set) * Add colour to svg images * Add start/end flag docs * Make destructive flags capitalized Add count/total to commands progress * Remove unused function Update dependencies
1 parent 8c40dd2 commit 8573242

28 files changed

Lines changed: 1507 additions & 945 deletions

.github/workflows/rich-codex.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
paths:
66
- README.md
7-
- mediux_posters/cli/**
87
- mediux_posters/__main__.py
98
workflow_dispatch:
109

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ logs/
1313
*.iml
1414
*.log
1515
*.txt
16+
.envrc
1617
.pdm-python
1718
.python-version
1819
pdm.lock

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.9.3
3+
rev: v0.9.4
44
hooks:
55
- id: ruff-format
66
- id: ruff
77
- repo: https://github.com/executablebooks/mdformat
8-
rev: 0.7.21
8+
rev: 0.7.22
99
hooks:
1010
- id: mdformat
1111
additional_dependencies:

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,36 +27,46 @@ Pulls Posters, Backdrops and Title Cards.
2727
<details><summary>Mediux-Posters Commands</summary>
2828

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

3232
</details>
3333
<details><summary>Mediux-Posters sync</summary>
3434

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

3838
</details>
3939
<details><summary>Mediux-Posters set</summary>
4040

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

4444
</details>
45+
<details><summary>Mediux-Posters show</summary>
4546

46-
### Mediux-Posters settings Commands
47+
<!-- RICH-CODEX hide_command: true -->
48+
![`uv run Mediux-Posters show --help`](docs/img/mediux-posters_show.svg)
4749

48-
<details><summary>Mediux-Posters settings view</summary>
50+
</details>
51+
<details><summary>Mediux-Posters collection</summary>
4952

5053
<!-- RICH-CODEX hide_command: true -->
51-
![`uv run Mediux-Posters settings view --help`](docs/img/mp-settings-view.svg)
54+
![`uv run Mediux-Posters collection --help`](docs/img/mediux-posters_collection.svg)
5255

5356
</details>
54-
<details><summary>Mediux-Posters settings locate</summary>
57+
<details><summary>Mediux-Posters movie</summary>
5558

5659
<!-- RICH-CODEX hide_command: true -->
57-
![`uv run Mediux-Posters settings locate --help`](docs/img/mp-settings-locate.svg)
60+
![`uv run Mediux-Posters movie --help`](docs/img/mediux-posters_movie.svg)
5861

5962
</details>
63+
<details><summary>Mediux-Posters settings</summary>
64+
65+
<!-- RICH-CODEX hide_command: true -->
66+
![`uv run Mediux-Posters settings --help`](docs/img/mediux-posters_settings.svg)
67+
68+
</details>
69+
6070

6171
## Settings
6272

docs/img/mediux-posters_collection.svg

Lines changed: 131 additions & 0 deletions
Loading

docs/img/mediux-posters_commands.svg

Lines changed: 154 additions & 0 deletions
Loading

docs/img/mediux-posters_movie.svg

Lines changed: 127 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)