mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
9 lines
441 B
XML
9 lines
441 B
XML
<OpenSearchDescription
|
|
xmlns="http://a9.com/-/spec/opensearch/1.1/"
|
|
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
|
|
<ShortName>Jellyfin</ShortName>
|
|
<Description>Jellyfin Media Server</Description>
|
|
<InputEncoding>UTF-8</InputEncoding>
|
|
<Image width="256" height="256" type="image/x-icon">favicon.png</Image>
|
|
<Url type="text/html" template="http://localhost:8080/#/search?query={searchTerms}" />
|
|
</OpenSearchDescription>
|