rekordbox-edit 0.4.0.dev43__tar.gz → 0.4.0.dev44__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.
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/CHANGELOG.md +2 -1
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/PKG-INFO +1 -1
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/pyproject.toml +1 -1
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/rekordbox_edit/display.py +21 -3
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/uv.lock +1 -1
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/.agent-style/RULES.md +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/.agent-style/claude-code.md +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/.github/actions/commitizen-bump/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/.github/actions/commitizen-bump/commitizen-bump.sh +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/.github/actions/install/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/.github/actions/lint/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/.github/actions/test/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/.github/workflows/cd.yml +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/.github/workflows/ci.yml +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/.github/workflows/publish.yml +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/.github/workflows/release.yml +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/.gitignore +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/.pre-commit-config.yaml +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/AGENTS.md +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/CLAUDE.md +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/CONTRIBUTING.md +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/LICENSE +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/Makefile +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/README.md +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/codecov.yml +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/rekordbox_edit/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/rekordbox_edit/_click.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/rekordbox_edit/args.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/rekordbox_edit/cli.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/rekordbox_edit/commands/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/rekordbox_edit/commands/convert.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/rekordbox_edit/commands/edit.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/rekordbox_edit/commands/search.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/rekordbox_edit/logger.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/rekordbox_edit/query.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/rekordbox_edit/utils.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/renovate.json5 +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/ruff.toml +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/tests/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/tests/commands/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/tests/commands/test_convert.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/tests/commands/test_edit.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/tests/commands/test_search.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/tests/conftest.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/tests/test_display.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/tests/test_logger.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/tests/test_query.py +0 -0
- {rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
## v0.4.0.
|
|
1
|
+
## v0.4.0.dev44 (2026-06-05)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
- fix(display): Add min-width to print columns
|
|
4
5
|
- refactor(args): compose command args via Pydantic model inheritance
|
|
5
6
|
- refactor(args): adopt Pydantic for component arg types
|
|
6
7
|
- refactor(commands): group command-specific args into EditArgs and ConvertArgs dataclasses
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rekordbox-edit
|
|
3
|
-
Version: 0.4.0.
|
|
3
|
+
Version: 0.4.0.dev44
|
|
4
4
|
Summary: Tools for managing and modifying a RekordBox library en-masse
|
|
5
5
|
Project-URL: Homepage, https://github.com/jviall/rekordbox-edit
|
|
6
6
|
Project-URL: Repository, https://github.com/jviall/rekordbox-edit
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "rekordbox-edit"
|
|
7
|
-
version = "0.4.0.
|
|
7
|
+
version = "0.4.0.dev44"
|
|
8
8
|
description = "Tools for managing and modifying a RekordBox library en-masse"
|
|
9
9
|
authors = [{ name = "James Viall", email= "jamesviall@pm.me"}]
|
|
10
10
|
license = "MIT"
|
|
@@ -55,6 +55,21 @@ PRINT_HEADERS: Dict[PrintableField, str] = {
|
|
|
55
55
|
PrintableField.FolderPath: "Folder",
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
+
# Per-column add_column kwargs. min_width guarantees a column is never collapsed
|
|
59
|
+
# to nothing; ratio distributes remaining terminal width among wide text columns.
|
|
60
|
+
_COLUMN_CONFIG: Dict[PrintableField, dict] = {
|
|
61
|
+
PrintableField.ID: {"justify": "right", "min_width": 4},
|
|
62
|
+
PrintableField.Title: {"min_width": 5, "ratio": 1},
|
|
63
|
+
PrintableField.ArtistName: {"min_width": 5, "ratio": 1},
|
|
64
|
+
PrintableField.AlbumName: {"min_width": 5, "ratio": 1},
|
|
65
|
+
PrintableField.FileType: {"min_width": 4},
|
|
66
|
+
PrintableField.SampleRate: {"min_width": 6},
|
|
67
|
+
PrintableField.BitRate: {"min_width": 5},
|
|
68
|
+
PrintableField.BitDepth: {"min_width": 4},
|
|
69
|
+
PrintableField.FolderPath: {"min_width": 5, "ratio": 1},
|
|
70
|
+
PrintableField.FileNameL: {"min_width": 5, "ratio": 1},
|
|
71
|
+
}
|
|
72
|
+
|
|
58
73
|
|
|
59
74
|
def _cell_value(content: DjmdContent, column: PrintableField) -> str:
|
|
60
75
|
"""Render a single DjmdContent field as a string for a table cell."""
|
|
@@ -106,10 +121,13 @@ def print_track_info(
|
|
|
106
121
|
PrintableField.FileNameL,
|
|
107
122
|
]
|
|
108
123
|
|
|
109
|
-
table = Table(show_header=True, box=box.SIMPLE)
|
|
110
|
-
table.add_column("#", justify="right")
|
|
124
|
+
table = Table(show_header=True, box=box.SIMPLE, expand=True)
|
|
125
|
+
table.add_column("#", justify="right", min_width=1, no_wrap=True)
|
|
111
126
|
for column in print_columns:
|
|
112
|
-
|
|
127
|
+
cfg = _COLUMN_CONFIG.get(column, {"min_width": 5})
|
|
128
|
+
table.add_column(
|
|
129
|
+
PRINT_HEADERS[column], no_wrap=True, overflow="ellipsis", **cfg
|
|
130
|
+
)
|
|
113
131
|
|
|
114
132
|
for i, content in enumerate(content_list, 1):
|
|
115
133
|
cells = []
|
|
File without changes
|
|
File without changes
|
{rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/.github/actions/commitizen-bump/action.yml
RENAMED
|
File without changes
|
|
File without changes
|
{rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/.github/actions/install/action.yml
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
|
{rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/rekordbox_edit/commands/__init__.py
RENAMED
|
File without changes
|
{rekordbox_edit-0.4.0.dev43 → rekordbox_edit-0.4.0.dev44}/rekordbox_edit/commands/convert.py
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
|