diff --git a/dashboard-ui/bower_components/emby-apiclient/.bower.json b/dashboard-ui/bower_components/emby-apiclient/.bower.json new file mode 100644 index 0000000000..5e0ef141d8 --- /dev/null +++ b/dashboard-ui/bower_components/emby-apiclient/.bower.json @@ -0,0 +1,29 @@ +{ + "name": "emby-apiclient", + "main": "apiclient.js", + "authors": [ + "The Emby Authors" + ], + "repository": { + "type": "git", + "url": "git://github.com/MediaBrowser/Emby.ApiClient.Javascript.git" + }, + "license": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript/blob/master/LICENSE", + "homepage": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript", + "dependencies": { + "cryptojslib": "cryptojslib#^3.1.2" + }, + "devDependencies": {}, + "ignore": [], + "version": "1.0.3", + "_release": "1.0.3", + "_resolution": { + "type": "version", + "tag": "1.0.3", + "commit": "8e6266950e05e2d032d62340cb7307a3d19a23ec" + }, + "_source": "git://github.com/MediaBrowser/Emby.ApiClient.Javascript.git", + "_target": "~1.0.3", + "_originalSource": "emby-apiclient", + "_direct": true +} \ No newline at end of file diff --git a/dashboard-ui/bower_components/emby-apiclient/LICENSE b/dashboard-ui/bower_components/emby-apiclient/LICENSE new file mode 100644 index 0000000000..703820442f --- /dev/null +++ b/dashboard-ui/bower_components/emby-apiclient/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2014 Emby + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/dashboard-ui/apiclient/apiclient.js b/dashboard-ui/bower_components/emby-apiclient/apiclient.js similarity index 100% rename from dashboard-ui/apiclient/apiclient.js rename to dashboard-ui/bower_components/emby-apiclient/apiclient.js diff --git a/dashboard-ui/bower_components/emby-apiclient/bower.json b/dashboard-ui/bower_components/emby-apiclient/bower.json new file mode 100644 index 0000000000..19687d037e --- /dev/null +++ b/dashboard-ui/bower_components/emby-apiclient/bower.json @@ -0,0 +1,20 @@ +{ + "name": "emby-apiclient", + "main": "apiclient.js", + "authors": [ + "The Emby Authors" + ], + "repository": { + "type": "git", + "url": "git://github.com/MediaBrowser/Emby.ApiClient.Javascript.git" + }, + "license": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript/blob/master/LICENSE", + "homepage": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript", + "dependencies": { + "cryptojslib": "cryptojslib#^3.1.2" + }, + "devDependencies": { + + }, + "ignore": [] +} diff --git a/dashboard-ui/apiclient/connectionmanager.js b/dashboard-ui/bower_components/emby-apiclient/connectionmanager.js similarity index 100% rename from dashboard-ui/apiclient/connectionmanager.js rename to dashboard-ui/bower_components/emby-apiclient/connectionmanager.js diff --git a/dashboard-ui/apiclient/connectservice.js b/dashboard-ui/bower_components/emby-apiclient/connectservice.js similarity index 100% rename from dashboard-ui/apiclient/connectservice.js rename to dashboard-ui/bower_components/emby-apiclient/connectservice.js diff --git a/dashboard-ui/apiclient/credentials.js b/dashboard-ui/bower_components/emby-apiclient/credentials.js similarity index 100% rename from dashboard-ui/apiclient/credentials.js rename to dashboard-ui/bower_components/emby-apiclient/credentials.js diff --git a/dashboard-ui/apiclient/deferred.js b/dashboard-ui/bower_components/emby-apiclient/deferred.js similarity index 100% rename from dashboard-ui/apiclient/deferred.js rename to dashboard-ui/bower_components/emby-apiclient/deferred.js diff --git a/dashboard-ui/apiclient/events.js b/dashboard-ui/bower_components/emby-apiclient/events.js similarity index 100% rename from dashboard-ui/apiclient/events.js rename to dashboard-ui/bower_components/emby-apiclient/events.js diff --git a/dashboard-ui/apiclient/fileupload.js b/dashboard-ui/bower_components/emby-apiclient/fileupload.js similarity index 100% rename from dashboard-ui/apiclient/fileupload.js rename to dashboard-ui/bower_components/emby-apiclient/fileupload.js diff --git a/dashboard-ui/apiclient/localassetmanager.js b/dashboard-ui/bower_components/emby-apiclient/localassetmanager.js similarity index 100% rename from dashboard-ui/apiclient/localassetmanager.js rename to dashboard-ui/bower_components/emby-apiclient/localassetmanager.js diff --git a/dashboard-ui/apiclient/logger.js b/dashboard-ui/bower_components/emby-apiclient/logger.js similarity index 100% rename from dashboard-ui/apiclient/logger.js rename to dashboard-ui/bower_components/emby-apiclient/logger.js diff --git a/dashboard-ui/apiclient/serverdiscovery.js b/dashboard-ui/bower_components/emby-apiclient/serverdiscovery.js similarity index 100% rename from dashboard-ui/apiclient/serverdiscovery.js rename to dashboard-ui/bower_components/emby-apiclient/serverdiscovery.js diff --git a/dashboard-ui/apiclient/store.js b/dashboard-ui/bower_components/emby-apiclient/store.js similarity index 100% rename from dashboard-ui/apiclient/store.js rename to dashboard-ui/bower_components/emby-apiclient/store.js diff --git a/dashboard-ui/apiclient/sync/contentuploader.js b/dashboard-ui/bower_components/emby-apiclient/sync/contentuploader.js similarity index 100% rename from dashboard-ui/apiclient/sync/contentuploader.js rename to dashboard-ui/bower_components/emby-apiclient/sync/contentuploader.js diff --git a/dashboard-ui/apiclient/sync/mediasync.js b/dashboard-ui/bower_components/emby-apiclient/sync/mediasync.js similarity index 100% rename from dashboard-ui/apiclient/sync/mediasync.js rename to dashboard-ui/bower_components/emby-apiclient/sync/mediasync.js diff --git a/dashboard-ui/apiclient/sync/multiserversync.js b/dashboard-ui/bower_components/emby-apiclient/sync/multiserversync.js similarity index 100% rename from dashboard-ui/apiclient/sync/multiserversync.js rename to dashboard-ui/bower_components/emby-apiclient/sync/multiserversync.js diff --git a/dashboard-ui/apiclient/sync/offlineusersync.js b/dashboard-ui/bower_components/emby-apiclient/sync/offlineusersync.js similarity index 100% rename from dashboard-ui/apiclient/sync/offlineusersync.js rename to dashboard-ui/bower_components/emby-apiclient/sync/offlineusersync.js diff --git a/dashboard-ui/apiclient/sync/serversync.js b/dashboard-ui/bower_components/emby-apiclient/sync/serversync.js similarity index 100% rename from dashboard-ui/apiclient/sync/serversync.js rename to dashboard-ui/bower_components/emby-apiclient/sync/serversync.js diff --git a/dashboard-ui/apiclient/wakeonlan.js b/dashboard-ui/bower_components/emby-apiclient/wakeonlan.js similarity index 100% rename from dashboard-ui/apiclient/wakeonlan.js rename to dashboard-ui/bower_components/emby-apiclient/wakeonlan.js diff --git a/dashboard-ui/bower_components/hls.js/.bower.json b/dashboard-ui/bower_components/hls.js/.bower.json new file mode 100644 index 0000000000..15e2cf0f71 --- /dev/null +++ b/dashboard-ui/bower_components/hls.js/.bower.json @@ -0,0 +1,28 @@ +{ + "name": "hls.js", + "version": "0.3.11", + "description": "Media Source Extension - HLS library, by/for Dailymotion", + "homepage": "https://github.com/dailymotion/hls.js", + "authors": [ + "Guillaume du Pontavice " + ], + "main": "dist/hls.js", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "_release": "0.3.11", + "_resolution": { + "type": "version", + "tag": "v0.3.11", + "commit": "4e698e4adc4e1e0fa80ef9c8334a5ef382bbe347" + }, + "_source": "git://github.com/dailymotion/hls.js.git", + "_target": "~0.3.11", + "_originalSource": "dailymotion/hls.js", + "_direct": true +} \ No newline at end of file diff --git a/dashboard-ui/bower_components/hls.js/API.md b/dashboard-ui/bower_components/hls.js/API.md new file mode 100644 index 0000000000..f35d343b25 --- /dev/null +++ b/dashboard-ui/bower_components/hls.js/API.md @@ -0,0 +1,609 @@ + +##Hello hls.js ! + +###first step : setup and support +first include ```dist/hls.{min}.js``` in your web page and check whether your browser is supporting [MediaSource Extensions][]. +[MediaSource Extensions]: http://w3c.github.io/media-source/ +just invoke the following static method : ```Hls.isSupported()``` + +```js + + +``` + +###second step: instanciate hls object and bind it to```