feat(jellyfin): add remote playback and config plumbing

This commit is contained in:
2026-02-17 19:00:18 -08:00
parent a6a28f52f3
commit e38a1c945e
42 changed files with 5608 additions and 1013 deletions

9
pnpm-lock.yaml generated
View File

@@ -14,6 +14,9 @@ importers:
axios:
specifier: ^1.13.5
version: 1.13.5
commander:
specifier: ^14.0.3
version: 14.0.3
jsonc-parser:
specifier: ^3.3.1
version: 3.3.1
@@ -1220,6 +1223,10 @@ packages:
comma-separated-tokens@2.0.3:
resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==}
commander@14.0.3:
resolution: {integrity: sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==}
engines: {node: '>=20'}
commander@5.1.0:
resolution: {integrity: sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==}
engines: {node: '>= 6'}
@@ -3901,6 +3908,8 @@ snapshots:
comma-separated-tokens@2.0.3: {}
commander@14.0.3: {}
commander@5.1.0: {}
commander@7.2.0: {}