Skip to content

Commit b67de6c

Browse files
Rollback renaming
1 parent 22f705d commit b67de6c

42 files changed

Lines changed: 182 additions & 179 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

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

.github/workflows/publishing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
environment:
3232
name: pypi
33-
url: https://pypi.org/p/Visage
33+
url: https://pypi.org/p/Mediux-Posters
3434
name: Publish to PyPI
3535
permissions:
3636
id-token: write

.github/workflows/rich-codex.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
paths:
66
- README.md
7-
- visage/__main__.py
7+
- mediux_posters/__main__.py
88
workflow_dispatch:
99

1010
permissions:

README.md

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Visage
1+
# Mediux Posters
22

3-
[![PyPI - Python](https://img.shields.io/pypi/pyversions/Visage.svg?logo=PyPI&label=Python&style=flat-square)](https://pypi.python.org/pypi/Visage/)
4-
[![PyPI - Status](https://img.shields.io/pypi/status/Visage.svg?logo=PyPI&label=Status&style=flat-square)](https://pypi.python.org/pypi/Visage/)
5-
[![PyPI - Version](https://img.shields.io/pypi/v/Visage.svg?logo=PyPI&label=Version&style=flat-square)](https://pypi.python.org/pypi/Visage/)
6-
[![PyPI - License](https://img.shields.io/pypi/l/Visage.svg?logo=PyPI&label=License&style=flat-square)](https://opensource.org/licenses/MIT)
3+
[![PyPI - Python](https://img.shields.io/pypi/pyversions/Mediux-Posters.svg?logo=PyPI&label=Python&style=flat-square)](https://pypi.python.org/pypi/Mediux-Posters/)
4+
[![PyPI - Status](https://img.shields.io/pypi/status/Mediux-Posters.svg?logo=PyPI&label=Status&style=flat-square)](https://pypi.python.org/pypi/Mediux-Posters/)
5+
[![PyPI - Version](https://img.shields.io/pypi/v/Mediux-Posters.svg?logo=PyPI&label=Version&style=flat-square)](https://pypi.python.org/pypi/Mediux-Posters/)
6+
[![PyPI - License](https://img.shields.io/pypi/l/Mediux-Posters.svg?logo=PyPI&label=License&style=flat-square)](https://opensource.org/licenses/MIT)
77

88
[![Pre-Commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&style=flat-square)](https://github.com/pre-commit/pre-commit)
99
[![Ruff](https://img.shields.io/badge/ruff-enabled-brightgreen?logo=ruff&style=flat-square)](https://github.com/astral-sh/ruff)
1010

11-
[![Github - Contributors](https://img.shields.io/github/contributors/Buried-In-Code/Visage.svg?logo=Github&label=Contributors&style=flat-square)](https://github.com/Buried-In-Code/Visage/graphs/contributors)
12-
[![Github Action - Testing](https://img.shields.io/github/actions/workflow/status/Buried-In-Code/Visage/testing.yaml?branch=main&logo=Github&label=Testing&style=flat-square)](https://github.com/Buried-In-Code/Visage/actions/workflows/testing.yaml)
11+
[![Github - Contributors](https://img.shields.io/github/contributors/Buried-In-Code/Mediux-Posters.svg?logo=Github&label=Contributors&style=flat-square)](https://github.com/Buried-In-Code/Mediux-Posters/graphs/contributors)
12+
[![Github Action - Testing](https://img.shields.io/github/actions/workflow/status/Buried-In-Code/Mediux-Posters/testing.yaml?branch=main&logo=Github&label=Testing&style=flat-square)](https://github.com/Buried-In-Code/Mediux-Posters/actions/workflows/testing.yaml)
1313

1414
Fetches Show, Movie, and Collection cover art from Mediux and updates Plex/Jellyfin using TMDB IDs.
1515

@@ -20,45 +20,53 @@ _Jellyfin Collections are not yet supported._
2020
### Pipx
2121

2222
1. Ensure you have [Pipx](https://pipx.pypa.io/stable/) installed: `pipx --version`
23-
2. Install the project: `pipx install visage`
23+
2. Install the project: `pipx install Mediux-Posters`
2424

2525
## Usage
2626

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

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

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

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

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

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

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

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

5050
</details>
51-
### Visage settings Commands
52-
<details><summary>visage settings view</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>
5361

5462
<!-- RICH-CODEX hide_command: true -->
55-
![`uv run visage settings view --help`](docs/img/visage_settings_view.svg)
63+
![`uv run mediux-posters settings view --help`](docs/img/mediux-posters_settings_view.svg)
5664

5765
</details>
58-
<details><summary>visage settings locate</summary>
66+
<details><summary>mediux-posters settings locate</summary>
5967

6068
<!-- RICH-CODEX hide_command: true -->
61-
![`uv run visage settings locate --help`](docs/img/visage_settings_locate.svg)
69+
![`uv run mediux-posters settings locate --help`](docs/img/mediux-posters_settings_locate.svg)
6270

6371
</details>
6472

@@ -71,11 +79,11 @@ _Jellyfin Collections are not yet supported._
7179
- **Collection:** Poster and Backdrop
7280
- **Movie:** Poster and Backdrop
7381
- To enable support for Collections in Plex, each Collection needs to have a label with its tmdb-id, in the format of `tmdb-<number>`\
74-
If using Kometa, refer to [this comment](https://github.com/Buried-In-Code/Visage/issues/12#issuecomment-2622002859) to have Kometa add these labels.
82+
If using Kometa, refer to [this comment](https://github.com/Buried-In-Code/Mediux-Posters/issues/12#issuecomment-2622002859) to have Kometa add these labels.
7583

7684
## Settings
7785

78-
To set Plex and/or Jellyfin details, update the file: `~/.config/visage/settings.toml`.
86+
To set Plex and/or Jellyfin details, update the file: `~/.config/mediux-posters/settings.toml`.
7987
File will be created on first run.
8088

8189
### Example File
@@ -107,7 +115,7 @@ token = "<Token>"
107115

108116
- `kometa_integration`
109117

110-
If enabled, will remove the `Overlay` label from any media Visage uploads a poster/backdrop/title-card to.
118+
If enabled, will remove the `Overlay` label from any media Mediux-Posters uploads a poster/backdrop/title-card to.
111119

112120
- `only_priority_usernames`
113121

File renamed without changes.

0 commit comments

Comments
 (0)