riplex 0.2.3__tar.gz → 0.2.4__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.2.3/src/riplex.egg-info → riplex-0.2.4}/PKG-INFO +12 -1
- {riplex-0.2.3 → riplex-0.2.4}/README.md +11 -0
- {riplex-0.2.3 → riplex-0.2.4/src/riplex.egg-info}/PKG-INFO +12 -1
- {riplex-0.2.3 → riplex-0.2.4}/.github/ISSUE_TEMPLATE/bug_report.yml +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/.github/agents/riplex.agent.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/.github/copilot-instructions.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/.github/workflows/publish.yml +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/.github/workflows/release.yml +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/.gitignore +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/MONOREPO_PLAN.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/PLANNED_FEATURES.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/REFACTOR_PLAN.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/docs/architecture.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/docs/changelog.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/docs/getting-started/configuration.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/docs/getting-started/installation.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/docs/guide/lookup.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/docs/guide/orchestrate.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/docs/guide/organize.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/docs/guide/workflow.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/docs/index.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/docs/naming-rules.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/docs/reference/cli.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/issues/cross-disc-dvdcompare-matching.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/mkdocs.yml +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/plex_naming_rules.md +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/pyproject.toml +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/setup.cfg +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/__init__.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/cache.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/config.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/dedup.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/detect.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/disc/__init__.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/disc/analysis.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/disc/makemkv.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/disc/provider.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/formatter.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/lookup.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/manifest.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/matcher.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/metadata/__init__.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/metadata/planner.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/metadata/provider.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/metadata/sources/__init__.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/metadata/sources/tmdb.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/models.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/normalize.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/organizer.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/scanner.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/snapshot.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/splitter.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/tagger.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/title.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex/ui.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex.egg-info/SOURCES.txt +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex.egg-info/dependency_links.txt +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex.egg-info/entry_points.txt +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex.egg-info/requires.txt +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex.egg-info/top_level.txt +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_app/__init__.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_app/main.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_app/screens/__init__.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_app/screens/disc_detection.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_app/screens/done.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_app/screens/folder_picker.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_app/screens/metadata.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_app/screens/organize_done.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_app/screens/organize_preview.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_app/screens/progress.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_app/screens/release.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_app/screens/selection.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_app/screens/welcome.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_app/updater.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_cli/__init__.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_cli/commands/__init__.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_cli/commands/lookup.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_cli/commands/orchestrate.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_cli/commands/organize.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_cli/commands/rip.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_cli/commands/setup.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_cli/formatting.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/src/riplex_cli/main.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/__init__.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/fixtures/makemkvcon_frozen_planet_ii_d2.txt +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/fixtures/makemkvcon_list.txt +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/snapshots/Batman Begins.snapshot.json +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/snapshots/Blade Runner (Blu-ray 4k).snapshot.json +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/snapshots/Blade Runner The Final Cut.snapshot.json +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/snapshots/Seven Worlds One Planet.snapshot.json +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/snapshots/The Dark Knight Rises.snapshot.json +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/snapshots/The Dark Knight.snapshot.json +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/snapshots/Waterworld.snapshot.json +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_cache.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_cli_utils.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_config.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_dedup.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_detect.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_disc_analysis.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_disc_provider.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_formatter.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_makemkv.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_matcher.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_normalize.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_organizer.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_planner.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_rip_guide.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_scanner.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_snapshot.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_splitter.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_tagger.py +0 -0
- {riplex-0.2.3 → riplex-0.2.4}/tests/test_ui.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: riplex
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
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
|
|
@@ -19,6 +19,17 @@ Requires-Dist: flet>=0.84; extra == "gui"
|
|
|
19
19
|
|
|
20
20
|
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.
|
|
21
21
|
|
|
22
|
+
## Desktop App (recommended for most users)
|
|
23
|
+
|
|
24
|
+
If you'd rather use a simple graphical interface instead of the command line, download the pre-built app from the [Releases page](https://github.com/AnyCredit5518/riplex/releases/latest):
|
|
25
|
+
|
|
26
|
+
- **Windows**: Download `riplex-ui-windows.exe` and double-click to run
|
|
27
|
+
- **macOS**: Download `riplex-ui-macos.zip`, unzip, and open `riplex-ui.app`
|
|
28
|
+
|
|
29
|
+
No Python install required. The app walks you through setup and provides buttons for all workflows.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
22
33
|
## Why?
|
|
23
34
|
|
|
24
35
|
MakeMKV is great at one thing: reading a disc and dumping raw MKV files. But that's where its job ends and yours begins.
|
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
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.
|
|
4
4
|
|
|
5
|
+
## Desktop App (recommended for most users)
|
|
6
|
+
|
|
7
|
+
If you'd rather use a simple graphical interface instead of the command line, download the pre-built app from the [Releases page](https://github.com/AnyCredit5518/riplex/releases/latest):
|
|
8
|
+
|
|
9
|
+
- **Windows**: Download `riplex-ui-windows.exe` and double-click to run
|
|
10
|
+
- **macOS**: Download `riplex-ui-macos.zip`, unzip, and open `riplex-ui.app`
|
|
11
|
+
|
|
12
|
+
No Python install required. The app walks you through setup and provides buttons for all workflows.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
5
16
|
## Why?
|
|
6
17
|
|
|
7
18
|
MakeMKV is great at one thing: reading a disc and dumping raw MKV files. But that's where its job ends and yours begins.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: riplex
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
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
|
|
@@ -19,6 +19,17 @@ Requires-Dist: flet>=0.84; extra == "gui"
|
|
|
19
19
|
|
|
20
20
|
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.
|
|
21
21
|
|
|
22
|
+
## Desktop App (recommended for most users)
|
|
23
|
+
|
|
24
|
+
If you'd rather use a simple graphical interface instead of the command line, download the pre-built app from the [Releases page](https://github.com/AnyCredit5518/riplex/releases/latest):
|
|
25
|
+
|
|
26
|
+
- **Windows**: Download `riplex-ui-windows.exe` and double-click to run
|
|
27
|
+
- **macOS**: Download `riplex-ui-macos.zip`, unzip, and open `riplex-ui.app`
|
|
28
|
+
|
|
29
|
+
No Python install required. The app walks you through setup and provides buttons for all workflows.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
22
33
|
## Why?
|
|
23
34
|
|
|
24
35
|
MakeMKV is great at one thing: reading a disc and dumping raw MKV files. But that's where its job ends and yours begins.
|
|
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
|
|
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
|