Migrated to jellyfin/jellyfin-meta#1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"includeCorsCredentials": false, | |
"multiserver": false, | |
"themes": [ | |
{ | |
"name": "Apple TV", | |
"id": "appletv", | |
"color": "#bcbcbc" | |
}, { | |
"name": "Blue Radiance", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -o errexit | |
set -o pipefail | |
set -o nounset | |
# set -o xtrace | |
PWD="$(pwd)" | |
die () { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"); |
- Install
node.js
andyarn
- Clone repo
git clone [email protected]:jellyfin/jellyfin-apiclient-javascript.git
- Install dependencies
yarn install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jellyfin.example.com { | |
basicauth username "password" { | |
# web interface | |
/web/ | |
# sensitive api endpoints | |
/system/ | |
/users/ | |
# valid api prefixes | |
/jellyfin/ | |
/emby/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Official framework image. Look for the different tagged releases at: | |
# https://hub.docker.com/r/library/node/tags/ | |
image: node:6 | |
before_script: | |
- npm install | |
# This folder is cached between builds | |
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache | |
cache: |
I hereby claim:
- I am thornbill on github.
- I am thornbill (https://keybase.io/thornbill) on keybase.
- I have a public key whose fingerprint is 1C10 E633 38B3 11CE DB7E FBD0 A7B1 5071 CEF5 AB38
To claim this, I am signing this object:
NewerOlder