refactored and updated tags cmdlet and hydrusnetwork interaction plugin features

This commit is contained in:
2026-05-04 15:08:18 -07:00
parent 5534812426
commit bca85defa4
17 changed files with 380 additions and 175 deletions
+2
View File
@@ -1,3 +1,5 @@
"""Canonical MPV plugin package."""
from plugins.mpv.mpv_ipc import MPV
__all__ = [
+1 -1
View File
@@ -49,7 +49,7 @@ def _runtime_config_root() -> Path:
"""Best-effort config root for runtime execution.
MPV can spawn this helper from an installed location while setting `cwd` to
the repo root (see MPV.mpv_ipc). Prefer `cwd` when it contains `config.conf`.
the repo root (see plugins.mpv.mpv_ipc). Prefer `cwd` when it contains `config.conf`.
"""
try:
cwd = Path.cwd().resolve()
@@ -1 +1 @@
{"choices":["local","rpi"]}
{"choices":["rpi"]}