- Install
node.jsandyarn - Clone repo
git clone [email protected]:jellyfin/jellyfin-apiclient-javascript.git
- Install dependencies
yarn install
node.js and yarn
git clone [email protected]:jellyfin/jellyfin-apiclient-javascript.gityarn install
| diff --git a/src/components/apphost.js b/src/components/apphost.js | |
| index e67d79522..56763ee4a 100644 | |
| --- a/src/components/apphost.js | |
| +++ b/src/components/apphost.js | |
| @@ -277,7 +277,7 @@ define(["appSettings", "browser", "events", "htmlMediaHelper"], function (appSet | |
| features.push("displaymode"); | |
| features.push("targetblank"); | |
| // allows users to connect to more than one server | |
| - //features.push("multiserver"); | |
| + features.push("multiserver"); |
| #!/usr/bin/env bash | |
| set -o errexit | |
| set -o pipefail | |
| set -o nounset | |
| # set -o xtrace | |
| PWD="$(pwd)" | |
| die () { |
Migrated to jellyfin/jellyfin-meta#1
| import { Jellyfin } from '@jellyfin/sdk'; | |
| import { getItemsApi } from '@jellyfin/sdk/lib/utils/api/items-api.js'; | |
| import { ItemFields } from '@jellyfin/sdk/lib/generated-client/models/item-fields.js'; | |
| const jellyfin = new Jellyfin({ | |
| clientInfo: { | |
| name: 'Jellyfin Listing', | |
| version: '1.0.0' | |
| }, | |
| deviceInfo: { |
| { | |
| "includeCorsCredentials": false, | |
| "multiserver": false, | |
| "themes": [ | |
| { | |
| "name": "Apple TV", | |
| "id": "appletv", | |
| "color": "#bcbcbc" | |
| }, { | |
| "name": "Blue Radiance", |
| #EXTM3U | |
| #EXTINF:0, tvg-logo="" group-title="Security Camera",Camera 1 | |
| rtsp://192.168.1.100/live0 | |
| #EXTINF:0, tvg-logo="" group-title="Security Camera",Camera 2 | |
| rtsp://192.168.1.101/live0 | |
| #EXTINF:0, tvg-logo="" group-title="Security Camera",Camera 3 | |
| rtsp://192.168.1.102/live0 |