refactored and updated tags cmdlet and hydrusnetwork interaction plugin features
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
"""Canonical MPV plugin package."""
|
||||
|
||||
from plugins.mpv.mpv_ipc import MPV
|
||||
|
||||
__all__ = [
|
||||
|
||||
@@ -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"]}
|
||||
Reference in New Issue
Block a user