riplex 0.3.0.post1__tar.gz → 0.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- riplex-0.3.2/.github/workflows/publish.yml +37 -0
- {riplex-0.3.0.post1/src/riplex.egg-info → riplex-0.3.2}/PKG-INFO +1 -1
- {riplex-0.3.0.post1 → riplex-0.3.2/src/riplex.egg-info}/PKG-INFO +1 -1
- riplex-0.3.0.post1/.github/workflows/publish.yml +0 -72
- {riplex-0.3.0.post1 → riplex-0.3.2}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/.github/agents/riplex.agent.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/.github/copilot-instructions.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/.github/workflows/release.yml +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/.gitignore +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/MONOREPO_PLAN.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/PLANNED_FEATURES.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/README.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/REFACTOR_PLAN.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/docs/architecture.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/docs/changelog.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/docs/getting-started/configuration.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/docs/getting-started/installation.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/docs/guide/lookup.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/docs/guide/orchestrate.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/docs/guide/organize.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/docs/guide/workflow.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/docs/index.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/docs/naming-rules.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/docs/reference/cli.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/issues/cross-disc-dvdcompare-matching.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/mkdocs.yml +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/plex_naming_rules.md +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/pyproject.toml +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/setup.cfg +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/__init__.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/cache.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/config.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/dedup.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/detect.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/disc/__init__.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/disc/analysis.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/disc/makemkv.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/disc/provider.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/formatter.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/lookup.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/manifest.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/matcher.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/metadata/__init__.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/metadata/planner.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/metadata/provider.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/metadata/sources/__init__.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/metadata/sources/tmdb.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/models.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/normalize.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/organizer.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/scanner.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/snapshot.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/splitter.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/tagger.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/title.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex/ui.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex.egg-info/SOURCES.txt +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex.egg-info/dependency_links.txt +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex.egg-info/entry_points.txt +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex.egg-info/requires.txt +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex.egg-info/top_level.txt +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_app/__init__.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_app/main.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_app/screens/__init__.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_app/screens/disc_detection.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_app/screens/done.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_app/screens/folder_picker.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_app/screens/metadata.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_app/screens/organize_done.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_app/screens/organize_preview.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_app/screens/progress.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_app/screens/release.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_app/screens/selection.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_app/screens/welcome.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_app/updater.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_cli/__init__.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_cli/commands/__init__.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_cli/commands/lookup.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_cli/commands/orchestrate.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_cli/commands/organize.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_cli/commands/rip.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_cli/commands/setup.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_cli/formatting.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/src/riplex_cli/main.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/__init__.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/fixtures/makemkvcon_frozen_planet_ii_d2.txt +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/fixtures/makemkvcon_list.txt +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/snapshots/Batman Begins.snapshot.json +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/snapshots/Blade Runner (Blu-ray 4k).snapshot.json +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/snapshots/Blade Runner The Final Cut.snapshot.json +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/snapshots/Seven Worlds One Planet.snapshot.json +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/snapshots/The Dark Knight Rises.snapshot.json +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/snapshots/The Dark Knight.snapshot.json +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/snapshots/Waterworld.snapshot.json +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_cache.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_cli_utils.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_config.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_dedup.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_detect.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_disc_analysis.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_disc_provider.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_formatter.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_makemkv.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_matcher.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_normalize.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_organizer.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_planner.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_rip_guide.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_scanner.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_snapshot.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_splitter.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_tagger.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_ui.py +0 -0
- {riplex-0.3.0.post1 → riplex-0.3.2}/tests/test_updater.py +0 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
name: Publish to PyPI
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
tags: ["v*"]
|
|
6
|
+
|
|
7
|
+
jobs:
|
|
8
|
+
build:
|
|
9
|
+
runs-on: ubuntu-latest
|
|
10
|
+
steps:
|
|
11
|
+
- uses: actions/checkout@v4
|
|
12
|
+
with:
|
|
13
|
+
fetch-depth: 0
|
|
14
|
+
- uses: actions/setup-python@v5
|
|
15
|
+
with:
|
|
16
|
+
python-version: "3.12"
|
|
17
|
+
- run: pip install build
|
|
18
|
+
- run: python -m build
|
|
19
|
+
- uses: actions/upload-artifact@v4
|
|
20
|
+
with:
|
|
21
|
+
name: dist
|
|
22
|
+
path: dist/
|
|
23
|
+
|
|
24
|
+
publish:
|
|
25
|
+
needs: build
|
|
26
|
+
runs-on: ubuntu-latest
|
|
27
|
+
environment: pypi
|
|
28
|
+
permissions:
|
|
29
|
+
id-token: write
|
|
30
|
+
steps:
|
|
31
|
+
- uses: actions/download-artifact@v4
|
|
32
|
+
with:
|
|
33
|
+
name: dist
|
|
34
|
+
path: dist/
|
|
35
|
+
- uses: pypa/gh-action-pypi-publish@release/v1
|
|
36
|
+
with:
|
|
37
|
+
attestations: false
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: riplex
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: Automates the tedious manual work around MakeMKV: figuring out what to rip, which MKV files are actually what, and organizing everything into Plex-compatible folder structures.
|
|
5
5
|
License: MIT
|
|
6
6
|
Requires-Python: >=3.11
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: riplex
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2
|
|
4
4
|
Summary: Automates the tedious manual work around MakeMKV: figuring out what to rip, which MKV files are actually what, and organizing everything into Plex-compatible folder structures.
|
|
5
5
|
License: MIT
|
|
6
6
|
Requires-Python: >=3.11
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
name: Publish to PyPI
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
push:
|
|
5
|
-
branches: [main]
|
|
6
|
-
tags: ["v*"]
|
|
7
|
-
|
|
8
|
-
jobs:
|
|
9
|
-
tag:
|
|
10
|
-
if: github.ref_type == 'branch'
|
|
11
|
-
runs-on: ubuntu-latest
|
|
12
|
-
permissions:
|
|
13
|
-
contents: write
|
|
14
|
-
outputs:
|
|
15
|
-
tag: ${{ steps.bump.outputs.tag }}
|
|
16
|
-
steps:
|
|
17
|
-
- uses: actions/checkout@v4
|
|
18
|
-
with:
|
|
19
|
-
fetch-depth: 0
|
|
20
|
-
|
|
21
|
-
- name: Get latest tag and bump patch
|
|
22
|
-
id: bump
|
|
23
|
-
run: |
|
|
24
|
-
latest=$(git tag --sort=-v:refname | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+$' | head -n1)
|
|
25
|
-
if [ -z "$latest" ]; then
|
|
26
|
-
next="v0.1.0"
|
|
27
|
-
else
|
|
28
|
-
IFS='.' read -r major minor patch <<< "${latest#v}"
|
|
29
|
-
next="v${major}.${minor}.$((patch + 1))"
|
|
30
|
-
fi
|
|
31
|
-
echo "tag=$next" >> "$GITHUB_OUTPUT"
|
|
32
|
-
echo "Bumping $latest -> $next"
|
|
33
|
-
|
|
34
|
-
- name: Create and push tag
|
|
35
|
-
run: |
|
|
36
|
-
git tag "${{ steps.bump.outputs.tag }}"
|
|
37
|
-
git push origin "${{ steps.bump.outputs.tag }}"
|
|
38
|
-
|
|
39
|
-
build:
|
|
40
|
-
if: always() && !failure() && !cancelled()
|
|
41
|
-
needs: tag
|
|
42
|
-
runs-on: ubuntu-latest
|
|
43
|
-
steps:
|
|
44
|
-
- uses: actions/checkout@v4
|
|
45
|
-
with:
|
|
46
|
-
fetch-depth: 0
|
|
47
|
-
ref: ${{ needs.tag.outputs.tag || github.ref }}
|
|
48
|
-
- uses: actions/setup-python@v5
|
|
49
|
-
with:
|
|
50
|
-
python-version: "3.12"
|
|
51
|
-
- run: pip install build
|
|
52
|
-
- run: python -m build
|
|
53
|
-
- uses: actions/upload-artifact@v4
|
|
54
|
-
with:
|
|
55
|
-
name: dist
|
|
56
|
-
path: dist/
|
|
57
|
-
|
|
58
|
-
publish:
|
|
59
|
-
if: always() && !failure() && !cancelled()
|
|
60
|
-
needs: build
|
|
61
|
-
runs-on: ubuntu-latest
|
|
62
|
-
environment: pypi
|
|
63
|
-
permissions:
|
|
64
|
-
id-token: write
|
|
65
|
-
steps:
|
|
66
|
-
- uses: actions/download-artifact@v4
|
|
67
|
-
with:
|
|
68
|
-
name: dist
|
|
69
|
-
path: dist/
|
|
70
|
-
- uses: pypa/gh-action-pypi-publish@release/v1
|
|
71
|
-
with:
|
|
72
|
-
attestations: false
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{riplex-0.3.0.post1 → riplex-0.3.2}/tests/snapshots/Blade Runner The Final Cut.snapshot.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|