action jellyfin_get_physical_paths { label: "Gets a list of physical paths from virtual folders." provider: jellyfin method: GET path: "/Library/PhysicalPaths" encoding: json output: { type: "array" items: { type: "string" } } }