Index: head/multimedia/emby-server/Makefile =================================================================== --- head/multimedia/emby-server/Makefile (revision 408784) +++ head/multimedia/emby-server/Makefile (revision 408785) @@ -1,46 +1,49 @@ # Created by: Ben Woods # $FreeBSD$ PORTNAME= emby-server -PORTVERSION= 3.0.5781.2 +PORTVERSION= 3.0.5821 CATEGORIES= multimedia MAINTAINER= woodsb02@gmail.com COMMENT= Home media server built using mono and other open source technologies LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libavformat.so:${PORTSDIR}/multimedia/ffmpeg \ - libmediainfo.so:${PORTSDIR}/multimedia/libmediainfo \ - libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ - libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick-nox11 + libsqlite3.so:${PORTSDIR}/databases/sqlite3 CONFLICTS_INSTALL= mediabrowser USE_GITHUB= yes GH_ACCOUNT= MediaBrowser GH_PROJECT= Emby USES= mono pkgconfig USE_RC_SUBR= ${PORTNAME} RC_NAME= emby_server SUB_LIST= PORTNAME=${PORTNAME} USER=${USERS} GROUP=${GROUPS} RC_NAME=${RC_NAME} USERS= emby GROUPS= emby + +OPTIONS_DEFINE= X11 +OPTIONS_DEFAULT=X11 +X11_LIB_DEPENDS=libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick +X11_LIB_DEPENDS_OFF=libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick-nox11 do-build: (cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/xbuild /t:build /p:Configuration="Release Mono" \ /p:Platform="Any CPU" MediaBrowser.Mono.sln) do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/emby-server (cd ${WRKSRC}/MediaBrowser.Server.Mono/bin/Release\ Mono && \ ${ECHO_MSG} "Deleting the following non-FreeBSD library files:" && \ ${FIND} -E . -iregex '(.*\.dylib|.*libwebp.*|.*sqlite3.*|.*.dylib.*|MediaInfo\.dll)' -print -delete && \ ${FIND} . -type d -empty -print -delete && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/emby-server) .include Index: head/multimedia/emby-server/distinfo =================================================================== --- head/multimedia/emby-server/distinfo (revision 408784) +++ head/multimedia/emby-server/distinfo (revision 408785) @@ -1,2 +1,2 @@ -SHA256 (MediaBrowser-Emby-3.0.5781.2_GH0.tar.gz) = ac4c99aad97ad2eb3e478906c2824599a37fae23136bfa98577fbeee08973ab8 -SIZE (MediaBrowser-Emby-3.0.5781.2_GH0.tar.gz) = 59105858 +SHA256 (MediaBrowser-Emby-3.0.5821_GH0.tar.gz) = 8f85dbbe61c9279e08f902ceeea9183ad2cdfe10d343abe3ba695dc9d1bf5592 +SIZE (MediaBrowser-Emby-3.0.5821_GH0.tar.gz) = 54744878 Index: head/multimedia/emby-server/pkg-message =================================================================== --- head/multimedia/emby-server/pkg-message (revision 408784) +++ head/multimedia/emby-server/pkg-message (revision 408785) @@ -1,19 +1,30 @@ -Emby Server uses ffmpeg for transcoding, which by default has -lame support disabled due to licensing issues. To enable mp3 -audio when transcoding, you must reinstall multimedia/ffmpeg -from ports with the lame support option enabled. +Emby Server uses FFmpeg for transcoding and ImageMagick for +generating thumbnails. The default ports/pkg builds of FFmpeg +and ImageMagick on FreeBSD have a number of options which +could be SET/UNSET to improve your Emby Server experience. + +It is recommended to recompile the multimedia/ffmpeg package +from ports with the following options ENABLED (SET): + - ASS (required for subtitle rendering) + - LAME (required for mp3 audio transcoding, disabled by default due to mp3 licensing restrictions) + - OPUS (required for opus audio codec support) + - X265 (required for H.265 video codec support + +It is recommended to recompile the graphics/ImageMagick package +from ports with the following options DISABLED (UNSET): + - 16BIT_PIXEL (to increase thumbnail generation performance) If you had mediabrowser installed before the project was renamed to emby-server, you may want to rename the user and group (note that moving the database is not supported): # pw groupmod 989 -n mediabrowser -l emby # pw usermod 989 -n mediabrowser -l emby -g emby -c Emby\ Server To automatically start Emby Server at boot time: # echo 'emby_server_enable="YES"' >> /etc/rc.conf To then manually start Emby Server without rebooting: # service emby-server start Once started, visit the following webpage to configure: http://localhost:8096/ Index: head/multimedia/emby-server/pkg-plist =================================================================== --- head/multimedia/emby-server/pkg-plist (revision 408784) +++ head/multimedia/emby-server/pkg-plist (revision 408785) @@ -1,912 +1,2225 @@ lib/emby-server/BDInfo.dll lib/emby-server/CommonIO.dll lib/emby-server/DvdLib.dll lib/emby-server/Emby.Drawing.dll lib/emby-server/Emby.Drawing.dll.mdb lib/emby-server/ImageMagickSharp.dll lib/emby-server/ImageMagickSharp.dll.config lib/emby-server/Interfaces.IO.dll lib/emby-server/MediaBrowser.Api.dll lib/emby-server/MediaBrowser.Common.Implementations.dll lib/emby-server/MediaBrowser.Common.dll lib/emby-server/MediaBrowser.Controller.dll lib/emby-server/MediaBrowser.Dlna.dll lib/emby-server/MediaBrowser.IsoMounting.Linux.dll lib/emby-server/MediaBrowser.LocalMetadata.dll lib/emby-server/MediaBrowser.MediaEncoding.dll -lib/emby-server/MediaBrowser.MediaInfo.dll -lib/emby-server/MediaBrowser.MediaInfo.dll.config lib/emby-server/MediaBrowser.Model.dll lib/emby-server/MediaBrowser.Model.dll.mdb lib/emby-server/MediaBrowser.Naming.dll lib/emby-server/MediaBrowser.Providers.dll lib/emby-server/MediaBrowser.Server.Implementations.dll lib/emby-server/MediaBrowser.Server.Mono.exe lib/emby-server/MediaBrowser.Server.Mono.exe.config lib/emby-server/MediaBrowser.Server.Startup.Common.dll lib/emby-server/MediaBrowser.WebDashboard.dll lib/emby-server/MediaBrowser.XbmcMetadata.dll lib/emby-server/Mono.Nat.dll lib/emby-server/Mono.Posix.dll lib/emby-server/MoreLinq.dll lib/emby-server/NLog.dll lib/emby-server/OpenSubtitlesHandler.dll lib/emby-server/Patterns.Logging.dll lib/emby-server/ServiceStack.Api.Swagger.dll lib/emby-server/ServiceStack.Client.dll lib/emby-server/ServiceStack.Common.dll lib/emby-server/ServiceStack.Interfaces.dll lib/emby-server/ServiceStack.Text.dll lib/emby-server/ServiceStack.dll lib/emby-server/SharpCompress.dll lib/emby-server/SimpleInjector.dll lib/emby-server/SocketHttpListener.dll lib/emby-server/System.Data.SQLite.dll lib/emby-server/System.Data.SQLite.dll.config lib/emby-server/UniversalDetector.dll lib/emby-server/WebMarkupMin.Core.dll lib/emby-server/dashboard-ui/about.html lib/emby-server/dashboard-ui/addplugin.html lib/emby-server/dashboard-ui/advanced.html -lib/emby-server/dashboard-ui/apiclient/ajax.js -lib/emby-server/dashboard-ui/apiclient/alt/bean.js -lib/emby-server/dashboard-ui/apiclient/alt/deferred.js -lib/emby-server/dashboard-ui/apiclient/alt/events.js -lib/emby-server/dashboard-ui/apiclient/apiclient.js -lib/emby-server/dashboard-ui/apiclient/connectionmanager.js -lib/emby-server/dashboard-ui/apiclient/connectservice.js -lib/emby-server/dashboard-ui/apiclient/credentials.js -lib/emby-server/dashboard-ui/apiclient/deferred.js -lib/emby-server/dashboard-ui/apiclient/device.js -lib/emby-server/dashboard-ui/apiclient/events.js -lib/emby-server/dashboard-ui/apiclient/fileupload.js -lib/emby-server/dashboard-ui/apiclient/localassetmanager.js -lib/emby-server/dashboard-ui/apiclient/logger.js -lib/emby-server/dashboard-ui/apiclient/md5.js -lib/emby-server/dashboard-ui/apiclient/serverdiscovery.js -lib/emby-server/dashboard-ui/apiclient/sha1.js -lib/emby-server/dashboard-ui/apiclient/store.js -lib/emby-server/dashboard-ui/apiclient/sync/contentuploader.js -lib/emby-server/dashboard-ui/apiclient/sync/mediasync.js -lib/emby-server/dashboard-ui/apiclient/sync/multiserversync.js -lib/emby-server/dashboard-ui/apiclient/sync/offlineusersync.js -lib/emby-server/dashboard-ui/apiclient/sync/serversync.js -lib/emby-server/dashboard-ui/apiclient/wakeonlan.js lib/emby-server/dashboard-ui/appservices.html lib/emby-server/dashboard-ui/autoorganizelog.html lib/emby-server/dashboard-ui/autoorganizetv.html +lib/emby-server/dashboard-ui/bower_components/Sortable/.bower.json +lib/emby-server/dashboard-ui/bower_components/Sortable/.editorconfig +lib/emby-server/dashboard-ui/bower_components/Sortable/.gitignore +lib/emby-server/dashboard-ui/bower_components/Sortable/.jshintrc +lib/emby-server/dashboard-ui/bower_components/Sortable/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/Sortable/Gruntfile.js +lib/emby-server/dashboard-ui/bower_components/Sortable/README.md +lib/emby-server/dashboard-ui/bower_components/Sortable/Sortable.html +lib/emby-server/dashboard-ui/bower_components/Sortable/Sortable.js lib/emby-server/dashboard-ui/bower_components/Sortable/Sortable.min.js +lib/emby-server/dashboard-ui/bower_components/Sortable/bower.json +lib/emby-server/dashboard-ui/bower_components/Sortable/component.json +lib/emby-server/dashboard-ui/bower_components/Sortable/index.html +lib/emby-server/dashboard-ui/bower_components/Sortable/jquery.binding.js +lib/emby-server/dashboard-ui/bower_components/Sortable/knockout-sortable.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/.versions +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/README.md +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/.finished-upgraders +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/.gitignore +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/.id +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/packages +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/platforms +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/release +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/.meteor/versions +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/README.md +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/client/define-object-type.css +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/client/define-object-type.html +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/client/define-object-type.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/model.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/run.bat +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/run.sh +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/server/fixtures.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/example/server/sortable-collections.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/methods-client.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/methods-server.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/package.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/publish.sh +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/reactivize.js +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/runtests.bat +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/runtests.sh +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/template.html +lib/emby-server/dashboard-ui/bower_components/Sortable/meteor/test.js +lib/emby-server/dashboard-ui/bower_components/Sortable/ng-sortable.js +lib/emby-server/dashboard-ui/bower_components/Sortable/package.json +lib/emby-server/dashboard-ui/bower_components/Sortable/react-sortable-mixin.js +lib/emby-server/dashboard-ui/bower_components/Sortable/st/app.css +lib/emby-server/dashboard-ui/bower_components/Sortable/st/app.js +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-01.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-02.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-03.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-04.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-05.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-06.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-07.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-08.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/face-09.jpg +lib/emby-server/dashboard-ui/bower_components/Sortable/st/iframe/frame.html +lib/emby-server/dashboard-ui/bower_components/Sortable/st/iframe/index.html +lib/emby-server/dashboard-ui/bower_components/Sortable/st/logo.png +lib/emby-server/dashboard-ui/bower_components/Sortable/st/og-image.png +lib/emby-server/dashboard-ui/bower_components/Swiper/.bower.json +lib/emby-server/dashboard-ui/bower_components/Swiper/CHANGELOG.md +lib/emby-server/dashboard-ui/bower_components/Swiper/LICENSE +lib/emby-server/dashboard-ui/bower_components/Swiper/README.md +lib/emby-server/dashboard-ui/bower_components/Swiper/bower.json +lib/emby-server/dashboard-ui/bower_components/Swiper/component.json +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/css/swiper.css +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/css/swiper.min.css +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/maps/swiper.jquery.min.js.map +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/maps/swiper.jquery.umd.min.js.map +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/maps/swiper.min.js.map +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.jquery.js +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.jquery.min.js +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.jquery.umd.js +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.jquery.umd.min.js +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.js +lib/emby-server/dashboard-ui/bower_components/Swiper/dist/js/swiper.min.js +lib/emby-server/dashboard-ui/bower_components/Swiper/gulpfile.js +lib/emby-server/dashboard-ui/bower_components/Swiper/package.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/a11y.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/amd.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/controller.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/core.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/dom-plugins.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/dom.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/effects.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/emitter.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/get-dom-lib.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/get-jquery.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/hashnav.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/init.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/keyboard.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/lazy-load.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/mousewheel.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/parallax.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/plugins.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/scrollbar.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/swiper-intro-f7.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/swiper-intro.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/swiper-outro.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/swiper-proto.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/wrap-end-umd.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/wrap-end.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/wrap-start-umd.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/js/wrap-start.js +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/core.less +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/effects.less +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/mixins.less +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/navigation-f7.less +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/navigation.less +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/preloader-f7.less +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/preloader.less +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/scrollbar.less +lib/emby-server/dashboard-ui/bower_components/Swiper/src/less/swiper.less +lib/emby-server/dashboard-ui/bower_components/cryptojslib/.bower.json +lib/emby-server/dashboard-ui/bower_components/cryptojslib/.gitattributes +lib/emby-server/dashboard-ui/bower_components/cryptojslib/.gitignore +lib/emby-server/dashboard-ui/bower_components/cryptojslib/README.md +lib/emby-server/dashboard-ui/bower_components/cryptojslib/bower.json +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/aes-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/aes.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/cipher-core-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/cipher-core.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/core-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/core.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/enc-base64-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/enc-base64.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/enc-utf16-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/enc-utf16.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/evpkdf-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/evpkdf.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/format-hex-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/format-hex.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/hmac-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/hmac.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/lib-typedarrays-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/lib-typedarrays.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/md5-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/md5.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-cfb-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-cfb.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-ctr-gladman-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-ctr-gladman.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-ctr-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-ctr.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-ecb-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-ecb.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-ofb-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/mode-ofb.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-ansix923-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-ansix923.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-iso10126-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-iso10126.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-iso97971-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-iso97971.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-nopadding-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-nopadding.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-zeropadding-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pad-zeropadding.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pbkdf2-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/pbkdf2.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/rabbit-legacy-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/rabbit-legacy.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/rabbit-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/rabbit.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/rc4-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/rc4.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/ripemd160-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/ripemd160.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha1-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha1.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha224-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha224.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha256-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha256.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha3-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha3.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha384-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha384.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha512-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/sha512.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/tripledes-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/tripledes.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/x64-core-min.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/components/x64-core.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/copyright.txt +lib/emby-server/dashboard-ui/bower_components/cryptojslib/push.bat +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/aes.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-md5.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-ripemd160.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha1.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha224.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha256.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha3.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha384.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/hmac-sha512.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/md5.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/pbkdf2.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/rabbit-legacy.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/rabbit.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/rc4.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/ripemd160.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha1.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha224.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha256.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha3.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha384.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/sha512.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/rollups/tripledes.js +lib/emby-server/dashboard-ui/bower_components/cryptojslib/status.bat +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/.bower.json +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/LICENSE +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/README.md +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/apiclient.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/appstorage.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/bower.json +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/connectionmanager.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/connectservice.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/credentials.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/events.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/fileupload.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/localassetmanager.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/serverdiscovery.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/contentuploader.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/mediasync.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/multiserversync.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/offlineusersync.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/sync/serversync.js +lib/emby-server/dashboard-ui/bower_components/emby-apiclient/wakeonlan.js +lib/emby-server/dashboard-ui/bower_components/emby-icons/emby-icons.html +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/.bower.json +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/LICENSE +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/README.md +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/bower.json +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/browser.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/datetime.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/fetchhelper.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/focusmanager.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/basicimagefetcher.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/imagehelper.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/images/persistentimagefetcher.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/paperdialoghelper/paperdialoghelper.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/paperdialoghelper/paperdialoghelper.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/performancemanager.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/qualityoptions.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/requirecss.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/requirehtml.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/slideshow/icons.html +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/slideshow/style.css +lib/emby-server/dashboard-ui/bower_components/emby-webcomponents/visibleinviewport.js +lib/emby-server/dashboard-ui/bower_components/fastclick/.bower.json +lib/emby-server/dashboard-ui/bower_components/fastclick/LICENSE +lib/emby-server/dashboard-ui/bower_components/fastclick/README.md +lib/emby-server/dashboard-ui/bower_components/fastclick/bower.json lib/emby-server/dashboard-ui/bower_components/fastclick/lib/fastclick.js +lib/emby-server/dashboard-ui/bower_components/fetch/.bower.json +lib/emby-server/dashboard-ui/bower_components/fetch/LICENSE +lib/emby-server/dashboard-ui/bower_components/fetch/bower.json +lib/emby-server/dashboard-ui/bower_components/fetch/fetch.js +lib/emby-server/dashboard-ui/bower_components/font-roboto/.bower.json +lib/emby-server/dashboard-ui/bower_components/font-roboto/README.md +lib/emby-server/dashboard-ui/bower_components/font-roboto/bower.json +lib/emby-server/dashboard-ui/bower_components/font-roboto/roboto.html +lib/emby-server/dashboard-ui/bower_components/hammerjs/.bower.json +lib/emby-server/dashboard-ui/bower_components/hammerjs/CHANGELOG.md +lib/emby-server/dashboard-ui/bower_components/hammerjs/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/hammerjs/LICENSE.md +lib/emby-server/dashboard-ui/bower_components/hammerjs/README.md +lib/emby-server/dashboard-ui/bower_components/hammerjs/bower.json +lib/emby-server/dashboard-ui/bower_components/hammerjs/changelog.js lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.js lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.min.js +lib/emby-server/dashboard-ui/bower_components/hammerjs/hammer.min.map +lib/emby-server/dashboard-ui/bower_components/headroom.js/.bower.json +lib/emby-server/dashboard-ui/bower_components/headroom.js/LICENSE +lib/emby-server/dashboard-ui/bower_components/headroom.js/README.md +lib/emby-server/dashboard-ui/bower_components/headroom.js/bower.json +lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/angular.headroom.js +lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/angular.headroom.min.js +lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/headroom.js +lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/headroom.min.js +lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/jQuery.headroom.js +lib/emby-server/dashboard-ui/bower_components/headroom.js/dist/jQuery.headroom.min.js +lib/emby-server/dashboard-ui/bower_components/headroom.js/package.json +lib/emby-server/dashboard-ui/bower_components/hls.js/.bower.json +lib/emby-server/dashboard-ui/bower_components/hls.js/API.md +lib/emby-server/dashboard-ui/bower_components/hls.js/LICENSE +lib/emby-server/dashboard-ui/bower_components/hls.js/README.md +lib/emby-server/dashboard-ui/bower_components/hls.js/bower.json +lib/emby-server/dashboard-ui/bower_components/hls.js/demo/benchmark.html +lib/emby-server/dashboard-ui/bower_components/hls.js/demo/canvas.js +lib/emby-server/dashboard-ui/bower_components/hls.js/demo/index.html +lib/emby-server/dashboard-ui/bower_components/hls.js/demo/jsonpack.js +lib/emby-server/dashboard-ui/bower_components/hls.js/demo/metrics.html +lib/emby-server/dashboard-ui/bower_components/hls.js/demo/metrics.js +lib/emby-server/dashboard-ui/bower_components/hls.js/design.md +lib/emby-server/dashboard-ui/bower_components/hls.js/dist/hls.js +lib/emby-server/dashboard-ui/bower_components/hls.js/dist/hls.js.map +lib/emby-server/dashboard-ui/bower_components/hls.js/dist/hls.min.js +lib/emby-server/dashboard-ui/bower_components/hls.js/hls.js.sublime-project +lib/emby-server/dashboard-ui/bower_components/hls.js/misc/mp4-inspector.js +lib/emby-server/dashboard-ui/bower_components/hls.js/misc/sync_gh.sh +lib/emby-server/dashboard-ui/bower_components/hls.js/package.json +lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/abr-controller.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/fps-controller.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/level-controller.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/mse-media-controller.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/controller/timeline-controller.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/crypt/aes.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/crypt/aes128-decrypter.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/crypt/decrypter.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/aacdemuxer.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/adts.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/demuxer-inline.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/demuxer-worker.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/demuxer.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/exp-golomb.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/id3.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/demux/tsdemuxer.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/errors.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/event-handler.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/events.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/helper/level-helper.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/hls.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/loader/fragment-loader.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/loader/key-loader.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/loader/playlist-loader.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/remux/dummy-remuxer.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/remux/mp4-generator.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/remux/mp4-remuxer.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/attr-list.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/binary-search.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/cea-708-interpreter.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/hex.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/logger.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/url.js +lib/emby-server/dashboard-ui/bower_components/hls.js/src/utils/xhr-loader.js +lib/emby-server/dashboard-ui/bower_components/howler.js/.bower.json +lib/emby-server/dashboard-ui/bower_components/howler.js/CHANGELOG.md +lib/emby-server/dashboard-ui/bower_components/howler.js/LICENSE.md +lib/emby-server/dashboard-ui/bower_components/howler.js/README.md +lib/emby-server/dashboard-ui/bower_components/howler.js/bower.json +lib/emby-server/dashboard-ui/bower_components/howler.js/howler.js lib/emby-server/dashboard-ui/bower_components/howler.js/howler.min.js +lib/emby-server/dashboard-ui/bower_components/howler.js/package.json +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/README.md +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/demo/x-announces.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/index.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/iron-a11y-announcer.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-announcer/test/iron-a11y-announcer.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/demo/x-key-aware.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/iron-a11y-keys-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/test/basic-test.html +lib/emby-server/dashboard-ui/bower_components/iron-a11y-keys-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/README.md +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/hero.svg +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/index.html +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/iron-autogrow-textarea.html +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-autogrow-textarea/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/README.md +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/demo/simple-button.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/index.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/iron-button-state.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/iron-control-state.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/active-state.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/disabled-state.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/focused-state.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-behaviors/test/test-elements.html +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/demo/simple-checkbox.html +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/iron-checked-element-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-checked-element-behavior/test/simple-checkbox.html +lib/emby-server/dashboard-ui/bower_components/iron-collapse/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-collapse/README.md +lib/emby-server/dashboard-ui/bower_components/iron-collapse/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-collapse/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-collapse/hero.svg +lib/emby-server/dashboard-ui/bower_components/iron-collapse/index.html +lib/emby-server/dashboard-ui/bower_components/iron-collapse/iron-collapse.html +lib/emby-server/dashboard-ui/bower_components/iron-collapse/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-collapse/test/horizontal.html +lib/emby-server/dashboard-ui/bower_components/iron-collapse/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/README.md +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/demo/grow-height-animation.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/demo/x-select.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/index.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/iron-dropdown-scroll-manager.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/iron-dropdown.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/test/iron-dropdown-scroll-manager.html +lib/emby-server/dashboard-ui/bower_components/iron-dropdown/test/iron-dropdown.html +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/demo/simple-fit.html +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/iron-fit-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/test/iron-fit-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-fit-behavior/test/test-fit.html +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/README.md +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/classes/iron-flex-layout.html +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/classes/iron-shadow-flex-layout.html +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/demo/demo-snippet.html +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/index.html +lib/emby-server/dashboard-ui/bower_components/iron-flex-layout/iron-flex-layout.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/demo/simple-element.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/demo/simple-form.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/iron-form-element-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/simple-element.html +lib/emby-server/dashboard-ui/bower_components/iron-form-element-behavior/test/simple-form.html +lib/emby-server/dashboard-ui/bower_components/iron-icon/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-icon/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-icon/README.md +lib/emby-server/dashboard-ui/bower_components/iron-icon/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-icon/demo/async.html +lib/emby-server/dashboard-ui/bower_components/iron-icon/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-icon/demo/location.png +lib/emby-server/dashboard-ui/bower_components/iron-icon/hero.svg +lib/emby-server/dashboard-ui/bower_components/iron-icon/index.html +lib/emby-server/dashboard-ui/bower_components/iron-icon/iron-icon.html +lib/emby-server/dashboard-ui/bower_components/iron-icon/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-icon/test/iron-icon.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-icons/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-icons/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-icons/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-icons/README.md +lib/emby-server/dashboard-ui/bower_components/iron-icons/av-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-icons/communication-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/device-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/editor-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/hardware-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/hero.svg +lib/emby-server/dashboard-ui/bower_components/iron-icons/image-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/index.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/iron-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/maps-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/notification-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/places-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-icons/social-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/README.md +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/demo/svg-sample-icons.html +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/index.html +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/iron-iconset-svg.html +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-iconset-svg/test/iron-iconset-svg.html +lib/emby-server/dashboard-ui/bower_components/iron-input/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-input/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-input/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-input/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-input/README.md +lib/emby-server/dashboard-ui/bower_components/iron-input/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-input/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-input/hero.svg +lib/emby-server/dashboard-ui/bower_components/iron-input/index.html +lib/emby-server/dashboard-ui/bower_components/iron-input/iron-input.html +lib/emby-server/dashboard-ui/bower_components/iron-input/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-input/test/iron-input.html +lib/emby-server/dashboard-ui/bower_components/iron-input/test/letters-only.html +lib/emby-server/dashboard-ui/bower_components/iron-media-query/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-media-query/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-media-query/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-media-query/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-media-query/README.md +lib/emby-server/dashboard-ui/bower_components/iron-media-query/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-media-query/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-media-query/hero.svg +lib/emby-server/dashboard-ui/bower_components/iron-media-query/index.html +lib/emby-server/dashboard-ui/bower_components/iron-media-query/iron-media-query.html +lib/emby-server/dashboard-ui/bower_components/iron-media-query/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-media-query/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/demo/simple-menu.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/demo/simple-menubar.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/iron-menu-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/iron-menubar-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/iron-menu-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/iron-menubar-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/test-menu.html +lib/emby-server/dashboard-ui/bower_components/iron-menu-behavior/test/test-menubar.html +lib/emby-server/dashboard-ui/bower_components/iron-meta/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-meta/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-meta/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-meta/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-meta/README.md +lib/emby-server/dashboard-ui/bower_components/iron-meta/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-meta/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-meta/hero.svg +lib/emby-server/dashboard-ui/bower_components/iron-meta/index.html +lib/emby-server/dashboard-ui/bower_components/iron-meta/iron-meta.html +lib/emby-server/dashboard-ui/bower_components/iron-meta/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-meta/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-meta/test/iron-meta.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/demo/simple-overlay.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/iron-overlay-backdrop.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/iron-overlay-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/iron-overlay-manager.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/test/iron-overlay-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/test/test-overlay.html +lib/emby-server/dashboard-ui/bower_components/iron-overlay-behavior/test/test-overlay2.html +lib/emby-server/dashboard-ui/bower_components/iron-pages/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-pages/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-pages/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-pages/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-pages/README.md +lib/emby-server/dashboard-ui/bower_components/iron-pages/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-pages/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-pages/hero.svg +lib/emby-server/dashboard-ui/bower_components/iron-pages/index.html +lib/emby-server/dashboard-ui/bower_components/iron-pages/iron-pages.html +lib/emby-server/dashboard-ui/bower_components/iron-pages/test/attr-for-selected.html +lib/emby-server/dashboard-ui/bower_components/iron-pages/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-pages/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/iron-range-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-range-behavior/test/x-progressbar.html +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/demo/src/x-app.html +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/iron-resizable-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/test/iron-resizable-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-resizable-behavior/test/test-elements.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-selector/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-selector/.travis.yml +lib/emby-server/dashboard-ui/bower_components/iron-selector/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/iron-selector/README.md +lib/emby-server/dashboard-ui/bower_components/iron-selector/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-selector/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/index.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/iron-multi-selectable.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/iron-selectable.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/iron-selection.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/iron-selector.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/activate-event.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/basic.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/content-element.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/content.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/excluded-local-names.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/multi.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/next-previous.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/selected-attribute.html +lib/emby-server/dashboard-ui/bower_components/iron-selector/test/template-repeat.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/demo/cats-only.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/demo/validatable-input.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/iron-validatable-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/test/iron-validatable-behavior.html +lib/emby-server/dashboard-ui/bower_components/iron-validatable-behavior/test/test-validatable.html +lib/emby-server/dashboard-ui/bower_components/isMobile/.bower.json +lib/emby-server/dashboard-ui/bower_components/isMobile/README.md +lib/emby-server/dashboard-ui/bower_components/isMobile/bower.json +lib/emby-server/dashboard-ui/bower_components/isMobile/isMobile.js +lib/emby-server/dashboard-ui/bower_components/isMobile/isMobile.min.js +lib/emby-server/dashboard-ui/bower_components/isMobile/package.json +lib/emby-server/dashboard-ui/bower_components/jquery/.bower.json +lib/emby-server/dashboard-ui/bower_components/jquery/.editorconfig +lib/emby-server/dashboard-ui/bower_components/jquery/.gitattributes +lib/emby-server/dashboard-ui/bower_components/jquery/.gitignore +lib/emby-server/dashboard-ui/bower_components/jquery/.jscsrc +lib/emby-server/dashboard-ui/bower_components/jquery/.jshintignore +lib/emby-server/dashboard-ui/bower_components/jquery/.jshintrc +lib/emby-server/dashboard-ui/bower_components/jquery/.mailmap +lib/emby-server/dashboard-ui/bower_components/jquery/.npmignore +lib/emby-server/dashboard-ui/bower_components/jquery/.travis.yml +lib/emby-server/dashboard-ui/bower_components/jquery/AUTHORS.txt +lib/emby-server/dashboard-ui/bower_components/jquery/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/jquery/Gruntfile.js +lib/emby-server/dashboard-ui/bower_components/jquery/LICENSE.txt +lib/emby-server/dashboard-ui/bower_components/jquery/README.md +lib/emby-server/dashboard-ui/bower_components/jquery/dist/jquery.js lib/emby-server/dashboard-ui/bower_components/jquery/dist/jquery.min.js +lib/emby-server/dashboard-ui/bower_components/jquery/dist/jquery.min.map +lib/emby-server/dashboard-ui/bower_components/jquery/external/npo/npo.js +lib/emby-server/dashboard-ui/bower_components/jquery/external/qunit-assert-step/MIT-LICENSE.txt +lib/emby-server/dashboard-ui/bower_components/jquery/external/qunit-assert-step/qunit-assert-step.js +lib/emby-server/dashboard-ui/bower_components/jquery/external/qunit/LICENSE.txt +lib/emby-server/dashboard-ui/bower_components/jquery/external/qunit/MIT-LICENSE.txt +lib/emby-server/dashboard-ui/bower_components/jquery/external/qunit/qunit.css +lib/emby-server/dashboard-ui/bower_components/jquery/external/qunit/qunit.js +lib/emby-server/dashboard-ui/bower_components/jquery/external/requirejs/require.js +lib/emby-server/dashboard-ui/bower_components/jquery/external/sinon/sinon-1.14.1.js +lib/emby-server/dashboard-ui/bower_components/jquery/external/sizzle/LICENSE.txt +lib/emby-server/dashboard-ui/bower_components/jquery/external/sizzle/dist/sizzle.js +lib/emby-server/dashboard-ui/bower_components/jquery/external/sizzle/dist/sizzle.min.js +lib/emby-server/dashboard-ui/bower_components/jquery/external/sizzle/dist/sizzle.min.map +lib/emby-server/dashboard-ui/bower_components/jquery/package.json +lib/emby-server/dashboard-ui/bower_components/jquery/src/.jshintrc +lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/jsonp.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/load.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/parseJSON.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/parseXML.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/script.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/ajax/xhr.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/attributes.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/attributes/attr.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/attributes/classes.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/attributes/prop.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/attributes/support.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/attributes/val.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/callbacks.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/core.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/core/access.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/core/init.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/core/parseHTML.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/core/ready.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/core/support.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/css.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/css/addGetHookIf.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/css/adjustCSS.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/css/curCSS.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/css/defaultDisplay.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/css/hiddenVisibleSelectors.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/css/showHide.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/css/support.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/data.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/data/Data.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/deferred.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/deprecated.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/dimensions.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/effects.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/effects/Tween.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/effects/animatedSelector.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/event.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/event/ajax.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/event/alias.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/event/focusin.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/event/support.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/event/trigger.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/exports/amd.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/exports/global.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/intro.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/jquery.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/manipulation.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/manipulation/_evalUrl.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/manipulation/buildFragment.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/manipulation/getAll.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/manipulation/setGlobalEval.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/manipulation/support.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/manipulation/wrapMap.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/offset.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/outro.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/queue.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/queue/delay.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/selector-native.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/selector-sizzle.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/selector.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/serialize.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/traversing.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/traversing/findFilter.js +lib/emby-server/dashboard-ui/bower_components/jquery/src/wrap.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/.jshintrc +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/1x1.jpg +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/ajax/content-type.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/ajax/evalScript.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/ajax/method.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/ajax/onunload.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/ajax/unreleasedXHR.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/atom+xml.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/badcall.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/badjson.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/cleanScript.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/core/aliased.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/core/cc_on.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/core/dont_return.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/core/dynamic_ready.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/core/onready.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/css/cssWidthBeforeDocReady.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/dashboard.xml +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/data/dataAttrs.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/dimensions/documentLarge.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/echoData.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/echoQuery.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/errorWithJSON.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/errorWithText.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/etag.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/event/focusElem.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/event/focusinCrossFrame.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/event/interactiveReady.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/event/longLoadScript.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/event/onbeforeunload.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/event/promiseReady.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/event/syncReady.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/event/triggerunload.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/headers.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/if_modified_since.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/iframe.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/jquery-1.9.1.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/json.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/json_obj.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/jsonp.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/manipulation/iframe-denied.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/name.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/name.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/nocontent.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/offset/absolute.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/offset/body.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/offset/fixed.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/offset/relative.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/offset/scroll.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/offset/static.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/offset/table.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/params_html.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/readywaitasset.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/readywaitloader.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/script.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/selector/html5_selector.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/selector/sizzle_cache.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/statusText.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/support/bodyBackground.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/support/csp-clean.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/support/csp-log.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/support/csp.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/support/csp.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/support/getComputedSupport.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/test.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/test.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/test2.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/test3.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/testbar.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/testinit.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/testrunner.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/testsuite.css +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/text.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/with_fries.xml +lib/emby-server/dashboard-ui/bower_components/jquery/test/data/with_fries_over_jsonp.php +lib/emby-server/dashboard-ui/bower_components/jquery/test/delegatetest.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/hovertest.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/index.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/integration/data/gh-1764-fullscreen-iframe.css +lib/emby-server/dashboard-ui/bower_components/jquery/test/integration/data/gh-1764-fullscreen-iframe.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/integration/data/gh-1764-fullscreen.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/integration/gh-1764-fullscreen.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/integration/gh-2343-ie-radio-click.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/jquery.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/localfile.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/networkerror.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/.jshintrc +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/document_missing.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/document_passed.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/document_present_originally.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/iterable_with_native_symbol.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/iterable_with_symbol_polyfill.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/lib/ensure_global_not_created.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/lib/ensure_iterability_es6.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/node_smoke_tests/lib/ensure_jquery.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/promises_aplus_adapter.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/readywait.html +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/ajax.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/attributes.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/basic.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/callbacks.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/core.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/css.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/data.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/deferred.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/deprecated.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/dimensions.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/effects.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/event.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/exports.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/manipulation.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/offset.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/queue.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/ready.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/selector.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/serialize.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/support.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/traversing.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/unit/wrap.js +lib/emby-server/dashboard-ui/bower_components/jquery/test/xhtml.php +lib/emby-server/dashboard-ui/bower_components/jstree/.bower.json +lib/emby-server/dashboard-ui/bower_components/jstree/LICENSE-MIT +lib/emby-server/dashboard-ui/bower_components/jstree/bower.json +lib/emby-server/dashboard-ui/bower_components/jstree/composer.json +lib/emby-server/dashboard-ui/bower_components/jstree/dist/jstree.js lib/emby-server/dashboard-ui/bower_components/jstree/dist/jstree.min.js +lib/emby-server/dashboard-ui/bower_components/jstree/dist/themes/default-dark/32px.png +lib/emby-server/dashboard-ui/bower_components/jstree/dist/themes/default-dark/40px.png +lib/emby-server/dashboard-ui/bower_components/jstree/dist/themes/default-dark/style.css +lib/emby-server/dashboard-ui/bower_components/jstree/dist/themes/default-dark/style.min.css +lib/emby-server/dashboard-ui/bower_components/jstree/dist/themes/default-dark/throbber.gif +lib/emby-server/dashboard-ui/bower_components/jstree/dist/themes/default/32px.png +lib/emby-server/dashboard-ui/bower_components/jstree/dist/themes/default/40px.png +lib/emby-server/dashboard-ui/bower_components/jstree/dist/themes/default/style.css +lib/emby-server/dashboard-ui/bower_components/jstree/dist/themes/default/style.min.css +lib/emby-server/dashboard-ui/bower_components/jstree/dist/themes/default/throbber.gif +lib/emby-server/dashboard-ui/bower_components/jstree/src/intro.js +lib/emby-server/dashboard-ui/bower_components/jstree/src/jstree.checkbox.js +lib/emby-server/dashboard-ui/bower_components/jstree/src/jstree.contextmenu.js +lib/emby-server/dashboard-ui/bower_components/jstree/src/jstree.dnd.js +lib/emby-server/dashboard-ui/bower_components/jstree/src/jstree.js +lib/emby-server/dashboard-ui/bower_components/jstree/src/jstree.massload.js +lib/emby-server/dashboard-ui/bower_components/jstree/src/jstree.search.js +lib/emby-server/dashboard-ui/bower_components/jstree/src/jstree.sort.js +lib/emby-server/dashboard-ui/bower_components/jstree/src/jstree.state.js +lib/emby-server/dashboard-ui/bower_components/jstree/src/jstree.types.js +lib/emby-server/dashboard-ui/bower_components/jstree/src/jstree.unique.js +lib/emby-server/dashboard-ui/bower_components/jstree/src/jstree.wholerow.js +lib/emby-server/dashboard-ui/bower_components/jstree/src/misc.js +lib/emby-server/dashboard-ui/bower_components/jstree/src/outro.js +lib/emby-server/dashboard-ui/bower_components/jstree/src/sample.js +lib/emby-server/dashboard-ui/bower_components/jstree/src/themes/base.less +lib/emby-server/dashboard-ui/bower_components/jstree/src/themes/default-dark/32px.png +lib/emby-server/dashboard-ui/bower_components/jstree/src/themes/default-dark/40px.png +lib/emby-server/dashboard-ui/bower_components/jstree/src/themes/default-dark/style.css +lib/emby-server/dashboard-ui/bower_components/jstree/src/themes/default-dark/style.less +lib/emby-server/dashboard-ui/bower_components/jstree/src/themes/default-dark/throbber.gif +lib/emby-server/dashboard-ui/bower_components/jstree/src/themes/default/32px.png +lib/emby-server/dashboard-ui/bower_components/jstree/src/themes/default/40px.png +lib/emby-server/dashboard-ui/bower_components/jstree/src/themes/default/style.css +lib/emby-server/dashboard-ui/bower_components/jstree/src/themes/default/style.less +lib/emby-server/dashboard-ui/bower_components/jstree/src/themes/default/throbber.gif +lib/emby-server/dashboard-ui/bower_components/jstree/src/themes/main.less +lib/emby-server/dashboard-ui/bower_components/jstree/src/themes/mixins.less +lib/emby-server/dashboard-ui/bower_components/jstree/src/themes/responsive.less +lib/emby-server/dashboard-ui/bower_components/jstree/src/vakata-jstree.js +lib/emby-server/dashboard-ui/bower_components/native-promise-only/.bower.json +lib/emby-server/dashboard-ui/bower_components/native-promise-only/.gitignore +lib/emby-server/dashboard-ui/bower_components/native-promise-only/.npmignore +lib/emby-server/dashboard-ui/bower_components/native-promise-only/README.md +lib/emby-server/dashboard-ui/bower_components/native-promise-only/build.js +lib/emby-server/dashboard-ui/bower_components/native-promise-only/lib/npo.src.js +lib/emby-server/dashboard-ui/bower_components/native-promise-only/package.json +lib/emby-server/dashboard-ui/bower_components/native-promise-only/test_adapter.js +lib/emby-server/dashboard-ui/bower_components/neon-animation/.bower.json +lib/emby-server/dashboard-ui/bower_components/neon-animation/.gitignore +lib/emby-server/dashboard-ui/bower_components/neon-animation/.travis.yml +lib/emby-server/dashboard-ui/bower_components/neon-animation/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/neon-animation/README.md +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/cascaded-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/fade-in-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/fade-out-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/hero-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/opaque-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/reverse-ripple-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/ripple-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/scale-down-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/scale-up-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/slide-down-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/slide-from-bottom-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/slide-from-left-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/slide-from-right-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/slide-from-top-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/slide-left-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/slide-right-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/slide-up-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/animations/transform-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/bower.json +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/card/index.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/card/x-card.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/card/x-cards-list.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/declarative/index.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/doc/index.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/doc/my-animatable.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/doc/my-dialog.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/dropdown/animated-dropdown.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/dropdown/index.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/grid/animated-grid.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/grid/fullsize-page-with-card.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/grid/index.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/index.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/list/full-view.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/list/index.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/list/list-demo.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/list/list-view.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/load/animated-grid.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/load/full-page.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/load/index.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/reprojection/animated-grid.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/reprojection/fullsize-page-with-card.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/reprojection/index.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/reprojection/reprojected-pages.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/shared-styles.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/tiles/circles-page.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/tiles/index.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/demo/tiles/squares-page.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/guides/neon-animation.md +lib/emby-server/dashboard-ui/bower_components/neon-animation/index.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-animatable-behavior.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-animatable.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-animated-pages.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-animation-behavior.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-animation-runner-behavior.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-animation.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-animations.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-shared-element-animatable-behavior.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/neon-shared-element-animation-behavior.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/test/index.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/test/neon-animated-pages.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/test/test-resizable-pages.html +lib/emby-server/dashboard-ui/bower_components/neon-animation/web-animations.html +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/README.md +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/demo/paper-button.html +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/demo/paper-radio-button.html +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/index.html +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/paper-button-behavior.html +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/paper-checked-element-behavior.html +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/paper-inky-focus-behavior.html +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/paper-ripple-behavior.html +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/paper-button-behavior.html +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/paper-checked-element-behavior.html +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/paper-radio-button-behavior.html +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/paper-ripple-behavior.html +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/shadowed-ripple.html +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/test-button.html +lib/emby-server/dashboard-ui/bower_components/paper-behaviors/test/test-radio-button.html +lib/emby-server/dashboard-ui/bower_components/paper-button/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-button/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-button/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-button/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-button/README.md +lib/emby-server/dashboard-ui/bower_components/paper-button/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-button/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-button/index.html +lib/emby-server/dashboard-ui/bower_components/paper-button/paper-button.html +lib/emby-server/dashboard-ui/bower_components/paper-button/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-button/test/paper-button.html +lib/emby-server/dashboard-ui/bower_components/paper-checkbox/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-checkbox/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-checkbox/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-checkbox/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-checkbox/README.md +lib/emby-server/dashboard-ui/bower_components/paper-checkbox/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-checkbox/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-checkbox/index.html +lib/emby-server/dashboard-ui/bower_components/paper-checkbox/metadata.html +lib/emby-server/dashboard-ui/bower_components/paper-checkbox/paper-checkbox.html +lib/emby-server/dashboard-ui/bower_components/paper-checkbox/test/basic.html +lib/emby-server/dashboard-ui/bower_components/paper-checkbox/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-collapse-item/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-collapse-item/LICENSE +lib/emby-server/dashboard-ui/bower_components/paper-collapse-item/README.md +lib/emby-server/dashboard-ui/bower_components/paper-collapse-item/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-collapse-item/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-collapse-item/doc/screenshot.png +lib/emby-server/dashboard-ui/bower_components/paper-collapse-item/paper-collapse-item.html +lib/emby-server/dashboard-ui/bower_components/paper-collapse-item/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-collapse-item/test/paper-collapse-item.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/README.md +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/demo/simple-dialog.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/hero.svg +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/index.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/paper-dialog-behavior.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/paper-dialog-common.css +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/paper-dialog-shared-styles.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/test/paper-dialog-behavior.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/test/test-buttons.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog-behavior/test/test-dialog.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/README.md +lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/hero.svg +lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/index.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/paper-dialog-scrollable.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog-scrollable/test/paper-dialog-scrollable.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-dialog/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-dialog/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-dialog/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-dialog/README.md +lib/emby-server/dashboard-ui/bower_components/paper-dialog/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-dialog/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog/hero.svg +lib/emby-server/dashboard-ui/bower_components/paper-dialog/index.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog/paper-dialog.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-dialog/test/paper-dialog.html +lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/README.md +lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/hero.svg +lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/index.html +lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/paper-drawer-panel.html +lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/test/positioning.html +lib/emby-server/dashboard-ui/bower_components/paper-drawer-panel/test/small-devices.html +lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/README.md +lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/index.html +lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/paper-dropdown-menu.html +lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-dropdown-menu/test/paper-dropdown-menu.html +lib/emby-server/dashboard-ui/bower_components/paper-fab/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-fab/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-fab/README.md +lib/emby-server/dashboard-ui/bower_components/paper-fab/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-fab/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-fab/index.html +lib/emby-server/dashboard-ui/bower_components/paper-fab/paper-fab.html +lib/emby-server/dashboard-ui/bower_components/paper-fab/test/a11y.html +lib/emby-server/dashboard-ui/bower_components/paper-fab/test/basic.html +lib/emby-server/dashboard-ui/bower_components/paper-fab/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-icon-button/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-icon-button/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-icon-button/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-icon-button/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-icon-button/README.md +lib/emby-server/dashboard-ui/bower_components/paper-icon-button/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-icon-button/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-icon-button/index.html +lib/emby-server/dashboard-ui/bower_components/paper-icon-button/paper-icon-button.html +lib/emby-server/dashboard-ui/bower_components/paper-icon-button/test/a11y.html +lib/emby-server/dashboard-ui/bower_components/paper-icon-button/test/basic.html +lib/emby-server/dashboard-ui/bower_components/paper-icon-button/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-input/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-input/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-input/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-input/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-input/README.md +lib/emby-server/dashboard-ui/bower_components/paper-input/all-imports.html +lib/emby-server/dashboard-ui/bower_components/paper-input/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-input/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-input/demo/ssn-input.html +lib/emby-server/dashboard-ui/bower_components/paper-input/demo/ssn-validator.html +lib/emby-server/dashboard-ui/bower_components/paper-input/hero.svg +lib/emby-server/dashboard-ui/bower_components/paper-input/index.html +lib/emby-server/dashboard-ui/bower_components/paper-input/paper-input-addon-behavior.html +lib/emby-server/dashboard-ui/bower_components/paper-input/paper-input-behavior.html +lib/emby-server/dashboard-ui/bower_components/paper-input/paper-input-char-counter.html +lib/emby-server/dashboard-ui/bower_components/paper-input/paper-input-container.html +lib/emby-server/dashboard-ui/bower_components/paper-input/paper-input-error.html +lib/emby-server/dashboard-ui/bower_components/paper-input/paper-input.html +lib/emby-server/dashboard-ui/bower_components/paper-input/paper-textarea.html +lib/emby-server/dashboard-ui/bower_components/paper-input/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-input/test/letters-only.html +lib/emby-server/dashboard-ui/bower_components/paper-input/test/paper-input-char-counter.html +lib/emby-server/dashboard-ui/bower_components/paper-input/test/paper-input-container.html +lib/emby-server/dashboard-ui/bower_components/paper-input/test/paper-input-error.html +lib/emby-server/dashboard-ui/bower_components/paper-input/test/paper-input.html +lib/emby-server/dashboard-ui/bower_components/paper-input/test/paper-textarea.html +lib/emby-server/dashboard-ui/bower_components/paper-item/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-item/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-item/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-item/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-item/README.md +lib/emby-server/dashboard-ui/bower_components/paper-item/all-imports.html +lib/emby-server/dashboard-ui/bower_components/paper-item/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-item/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-item/index.html +lib/emby-server/dashboard-ui/bower_components/paper-item/paper-icon-item.html +lib/emby-server/dashboard-ui/bower_components/paper-item/paper-item-behavior.html +lib/emby-server/dashboard-ui/bower_components/paper-item/paper-item-body.html +lib/emby-server/dashboard-ui/bower_components/paper-item/paper-item-shared-styles.html +lib/emby-server/dashboard-ui/bower_components/paper-item/paper-item.html +lib/emby-server/dashboard-ui/bower_components/paper-item/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-item/test/paper-item.html +lib/emby-server/dashboard-ui/bower_components/paper-material/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-material/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-material/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-material/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-material/README.md +lib/emby-server/dashboard-ui/bower_components/paper-material/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-material/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-material/index.html +lib/emby-server/dashboard-ui/bower_components/paper-material/paper-material-shared-styles.html +lib/emby-server/dashboard-ui/bower_components/paper-material/paper-material.html +lib/emby-server/dashboard-ui/bower_components/paper-material/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-material/test/paper-material.html +lib/emby-server/dashboard-ui/bower_components/paper-menu-button/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-menu-button/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-menu-button/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-menu-button/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-menu-button/README.md +lib/emby-server/dashboard-ui/bower_components/paper-menu-button/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-menu-button/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-menu-button/hero.svg +lib/emby-server/dashboard-ui/bower_components/paper-menu-button/index.html +lib/emby-server/dashboard-ui/bower_components/paper-menu-button/paper-menu-button-animations.html +lib/emby-server/dashboard-ui/bower_components/paper-menu-button/paper-menu-button.html +lib/emby-server/dashboard-ui/bower_components/paper-menu-button/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-menu-button/test/paper-menu-button.html +lib/emby-server/dashboard-ui/bower_components/paper-menu/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-menu/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-menu/README.md +lib/emby-server/dashboard-ui/bower_components/paper-menu/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-menu/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-menu/hero.svg +lib/emby-server/dashboard-ui/bower_components/paper-menu/index.html +lib/emby-server/dashboard-ui/bower_components/paper-menu/paper-menu.html +lib/emby-server/dashboard-ui/bower_components/paper-menu/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-menu/test/paper-menu.html +lib/emby-server/dashboard-ui/bower_components/paper-progress/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-progress/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-progress/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-progress/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-progress/README.md +lib/emby-server/dashboard-ui/bower_components/paper-progress/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-progress/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-progress/hero.svg +lib/emby-server/dashboard-ui/bower_components/paper-progress/index.html +lib/emby-server/dashboard-ui/bower_components/paper-progress/paper-progress.html +lib/emby-server/dashboard-ui/bower_components/paper-progress/test/basic.html +lib/emby-server/dashboard-ui/bower_components/paper-progress/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-radio-button/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-radio-button/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-radio-button/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-radio-button/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-radio-button/README.md +lib/emby-server/dashboard-ui/bower_components/paper-radio-button/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-radio-button/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-radio-button/hero.svg +lib/emby-server/dashboard-ui/bower_components/paper-radio-button/index.html +lib/emby-server/dashboard-ui/bower_components/paper-radio-button/paper-radio-button.html +lib/emby-server/dashboard-ui/bower_components/paper-radio-button/test/basic.html +lib/emby-server/dashboard-ui/bower_components/paper-radio-button/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-radio-group/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-radio-group/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-radio-group/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-radio-group/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-radio-group/README.md +lib/emby-server/dashboard-ui/bower_components/paper-radio-group/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-radio-group/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-radio-group/hero.svg +lib/emby-server/dashboard-ui/bower_components/paper-radio-group/index.html +lib/emby-server/dashboard-ui/bower_components/paper-radio-group/paper-radio-group.html +lib/emby-server/dashboard-ui/bower_components/paper-radio-group/test/basic.html +lib/emby-server/dashboard-ui/bower_components/paper-radio-group/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-ripple/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-ripple/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-ripple/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-ripple/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-ripple/README.md +lib/emby-server/dashboard-ui/bower_components/paper-ripple/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-ripple/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-ripple/hero.svg +lib/emby-server/dashboard-ui/bower_components/paper-ripple/index.html +lib/emby-server/dashboard-ui/bower_components/paper-ripple/paper-ripple.html +lib/emby-server/dashboard-ui/bower_components/paper-ripple/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-ripple/test/paper-ripple.html +lib/emby-server/dashboard-ui/bower_components/paper-slider/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-slider/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-slider/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-slider/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-slider/README.md +lib/emby-server/dashboard-ui/bower_components/paper-slider/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-slider/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-slider/hero.svg +lib/emby-server/dashboard-ui/bower_components/paper-slider/index.html +lib/emby-server/dashboard-ui/bower_components/paper-slider/paper-slider.html +lib/emby-server/dashboard-ui/bower_components/paper-slider/test/a11y.html +lib/emby-server/dashboard-ui/bower_components/paper-slider/test/basic.html +lib/emby-server/dashboard-ui/bower_components/paper-slider/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-spinner/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-spinner/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-spinner/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-spinner/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-spinner/README.md +lib/emby-server/dashboard-ui/bower_components/paper-spinner/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-spinner/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-spinner/hero.svg +lib/emby-server/dashboard-ui/bower_components/paper-spinner/index.html +lib/emby-server/dashboard-ui/bower_components/paper-spinner/paper-spinner-styles.html +lib/emby-server/dashboard-ui/bower_components/paper-spinner/paper-spinner.html +lib/emby-server/dashboard-ui/bower_components/paper-spinner/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-spinner/test/paper-spinner.html +lib/emby-server/dashboard-ui/bower_components/paper-styles/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-styles/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-styles/README.md +lib/emby-server/dashboard-ui/bower_components/paper-styles/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-styles/classes/global.html +lib/emby-server/dashboard-ui/bower_components/paper-styles/classes/shadow-layout.html +lib/emby-server/dashboard-ui/bower_components/paper-styles/classes/shadow.html +lib/emby-server/dashboard-ui/bower_components/paper-styles/classes/typography.html +lib/emby-server/dashboard-ui/bower_components/paper-styles/color.html +lib/emby-server/dashboard-ui/bower_components/paper-styles/default-theme.html +lib/emby-server/dashboard-ui/bower_components/paper-styles/demo-pages.html +lib/emby-server/dashboard-ui/bower_components/paper-styles/demo.css +lib/emby-server/dashboard-ui/bower_components/paper-styles/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-styles/index.html +lib/emby-server/dashboard-ui/bower_components/paper-styles/paper-styles-classes.html +lib/emby-server/dashboard-ui/bower_components/paper-styles/paper-styles.html +lib/emby-server/dashboard-ui/bower_components/paper-styles/shadow.html +lib/emby-server/dashboard-ui/bower_components/paper-styles/typography.html +lib/emby-server/dashboard-ui/bower_components/paper-tabs/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-tabs/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-tabs/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-tabs/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-tabs/README.md +lib/emby-server/dashboard-ui/bower_components/paper-tabs/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-tabs/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-tabs/demo/paper-tabs-demo-styles.html +lib/emby-server/dashboard-ui/bower_components/paper-tabs/demo/tabs-with-content-example.html +lib/emby-server/dashboard-ui/bower_components/paper-tabs/hero.svg +lib/emby-server/dashboard-ui/bower_components/paper-tabs/index.html +lib/emby-server/dashboard-ui/bower_components/paper-tabs/paper-tab.html +lib/emby-server/dashboard-ui/bower_components/paper-tabs/paper-tabs-icons.html +lib/emby-server/dashboard-ui/bower_components/paper-tabs/paper-tabs.html +lib/emby-server/dashboard-ui/bower_components/paper-tabs/test/attr-for-selected.html +lib/emby-server/dashboard-ui/bower_components/paper-tabs/test/basic.html +lib/emby-server/dashboard-ui/bower_components/paper-tabs/test/index.html +lib/emby-server/dashboard-ui/bower_components/paper-toast/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-toast/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-toast/README.md +lib/emby-server/dashboard-ui/bower_components/paper-toast/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-toast/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-toast/hero.svg +lib/emby-server/dashboard-ui/bower_components/paper-toast/index.html +lib/emby-server/dashboard-ui/bower_components/paper-toast/paper-toast.html +lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/.bower.json +lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/.gitignore +lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/.travis.yml +lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/CONTRIBUTING.md +lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/README.md +lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/bower.json +lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/demo/index.html +lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/hero.svg +lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/index.html +lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/paper-toggle-button.html +lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/test/basic.html +lib/emby-server/dashboard-ui/bower_components/paper-toggle-button/test/index.html +lib/emby-server/dashboard-ui/bower_components/polymer/.bower.json +lib/emby-server/dashboard-ui/bower_components/polymer/LICENSE.txt +lib/emby-server/dashboard-ui/bower_components/polymer/bower.json +lib/emby-server/dashboard-ui/bower_components/polymer/polymer-micro.html +lib/emby-server/dashboard-ui/bower_components/polymer/polymer-mini.html +lib/emby-server/dashboard-ui/bower_components/polymer/polymer.html +lib/emby-server/dashboard-ui/bower_components/requirejs/.bower.json +lib/emby-server/dashboard-ui/bower_components/requirejs/README.md +lib/emby-server/dashboard-ui/bower_components/requirejs/bower.json lib/emby-server/dashboard-ui/bower_components/requirejs/require.js -lib/emby-server/dashboard-ui/bower_components/swipebox/src/css/swipebox.min.css -lib/emby-server/dashboard-ui/bower_components/swipebox/src/img/icons.png -lib/emby-server/dashboard-ui/bower_components/swipebox/src/img/icons.svg -lib/emby-server/dashboard-ui/bower_components/swipebox/src/js/jquery.swipebox.min.js +lib/emby-server/dashboard-ui/bower_components/velocity/.bower.json +lib/emby-server/dashboard-ui/bower_components/velocity/bower.json +lib/emby-server/dashboard-ui/bower_components/velocity/test/bluebird.js +lib/emby-server/dashboard-ui/bower_components/velocity/test/index.html +lib/emby-server/dashboard-ui/bower_components/velocity/test/jquery-1.11.1.js +lib/emby-server/dashboard-ui/bower_components/velocity/test/jquery-1.4.3.js +lib/emby-server/dashboard-ui/bower_components/velocity/test/q.js +lib/emby-server/dashboard-ui/bower_components/velocity/test/qunit-1.14.0.css +lib/emby-server/dashboard-ui/bower_components/velocity/test/qunit-1.14.0.js +lib/emby-server/dashboard-ui/bower_components/velocity/test/when.js +lib/emby-server/dashboard-ui/bower_components/velocity/test/zepto.js +lib/emby-server/dashboard-ui/bower_components/velocity/velocity.js lib/emby-server/dashboard-ui/bower_components/velocity/velocity.min.js +lib/emby-server/dashboard-ui/bower_components/velocity/velocity.ui.js +lib/emby-server/dashboard-ui/bower_components/velocity/velocity.ui.min.js +lib/emby-server/dashboard-ui/bower_components/web-animations-js/.bower.json +lib/emby-server/dashboard-ui/bower_components/web-animations-js/COPYING +lib/emby-server/dashboard-ui/bower_components/web-animations-js/History.md +lib/emby-server/dashboard-ui/bower_components/web-animations-js/README.md +lib/emby-server/dashboard-ui/bower_components/web-animations-js/bower.json +lib/emby-server/dashboard-ui/bower_components/web-animations-js/web-animations-next-lite.min.js +lib/emby-server/dashboard-ui/bower_components/web-animations-js/web-animations-next-lite.min.js.map +lib/emby-server/dashboard-ui/bower_components/web-animations-js/web-animations-next.min.js +lib/emby-server/dashboard-ui/bower_components/web-animations-js/web-animations-next.min.js.map +lib/emby-server/dashboard-ui/bower_components/web-animations-js/web-animations.html +lib/emby-server/dashboard-ui/bower_components/web-animations-js/web-animations.min.js +lib/emby-server/dashboard-ui/bower_components/web-animations-js/web-animations.min.js.map +lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/.bower.json +lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/CustomElements.js lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/CustomElements.min.js +lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/HTMLImports.js +lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/HTMLImports.min.js +lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/MutationObserver.js lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/MutationObserver.min.js +lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/README.md +lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/ShadowDOM.js lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/ShadowDOM.min.js +lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/bower.json +lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/package.json lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/webcomponents-lite.js lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/webcomponents-lite.min.js +lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/webcomponents.js lib/emby-server/dashboard-ui/bower_components/webcomponentsjs/webcomponents.min.js lib/emby-server/dashboard-ui/channelitems.html lib/emby-server/dashboard-ui/channels.html lib/emby-server/dashboard-ui/channelsettings.html lib/emby-server/dashboard-ui/cinemamodeconfiguration.html lib/emby-server/dashboard-ui/collections.html +lib/emby-server/dashboard-ui/components/chromecasthelpers.js lib/emby-server/dashboard-ui/components/collectioneditor/collectioneditor.js lib/emby-server/dashboard-ui/components/directorybrowser/directorybrowser.js +lib/emby-server/dashboard-ui/components/humanedate.js lib/emby-server/dashboard-ui/components/imagedownloader/imagedownloader.js lib/emby-server/dashboard-ui/components/imagedownloader/imagedownloader.template.html lib/emby-server/dashboard-ui/components/imageeditor/imageeditor.js lib/emby-server/dashboard-ui/components/imageeditor/imageeditor.template.html lib/emby-server/dashboard-ui/components/imageuploader/imageuploader.js lib/emby-server/dashboard-ui/components/imageuploader/imageuploader.template.html lib/emby-server/dashboard-ui/components/itemidentifier/itemidentifier.js lib/emby-server/dashboard-ui/components/itemidentifier/itemidentifier.template.html lib/emby-server/dashboard-ui/components/medialibrarycreator/medialibrarycreator.js lib/emby-server/dashboard-ui/components/medialibrarycreator/medialibrarycreator.template.html lib/emby-server/dashboard-ui/components/medialibraryeditor/medialibraryeditor.js lib/emby-server/dashboard-ui/components/medialibraryeditor/medialibraryeditor.template.html lib/emby-server/dashboard-ui/components/metadataeditor/metadataeditor.js lib/emby-server/dashboard-ui/components/metadataeditor/metadataeditor.template.html -lib/emby-server/dashboard-ui/components/paperdialoghelper.js lib/emby-server/dashboard-ui/components/playlisteditor/playlisteditor.js lib/emby-server/dashboard-ui/components/prompt.js +lib/emby-server/dashboard-ui/components/recordingcreator/recordingcreator.js +lib/emby-server/dashboard-ui/components/recordingcreator/recordingcreator.template.html +lib/emby-server/dashboard-ui/components/remotecontrolautoplay.js +lib/emby-server/dashboard-ui/components/sharingwidget.js lib/emby-server/dashboard-ui/components/subtitleeditor/subtitleeditor.js lib/emby-server/dashboard-ui/components/subtitleeditor/subtitleeditor.template.html lib/emby-server/dashboard-ui/components/tvguide/tvguide.js lib/emby-server/dashboard-ui/components/tvguide/tvguide.template.html lib/emby-server/dashboard-ui/components/tvproviders/schedulesdirect.js lib/emby-server/dashboard-ui/components/tvproviders/schedulesdirect.template.html lib/emby-server/dashboard-ui/connectlogin.html -lib/emby-server/dashboard-ui/cordova/actionsheet.js -lib/emby-server/dashboard-ui/cordova/android/androidcredentials.js -lib/emby-server/dashboard-ui/cordova/android/appstorage.js -lib/emby-server/dashboard-ui/cordova/android/iap.js -lib/emby-server/dashboard-ui/cordova/android/localsync.js -lib/emby-server/dashboard-ui/cordova/android/logging.js -lib/emby-server/dashboard-ui/cordova/android/mediasession.js -lib/emby-server/dashboard-ui/cordova/android/nativedirectorychooser.js -lib/emby-server/dashboard-ui/cordova/android/newapp.js -lib/emby-server/dashboard-ui/cordova/android/vlcplayer.js -lib/emby-server/dashboard-ui/cordova/back.js -lib/emby-server/dashboard-ui/cordova/chromecast.js -lib/emby-server/dashboard-ui/cordova/connectsdk.js -lib/emby-server/dashboard-ui/cordova/externalplayer.js -lib/emby-server/dashboard-ui/cordova/fileupload.js -lib/emby-server/dashboard-ui/cordova/iap.js -lib/emby-server/dashboard-ui/cordova/imagestore.js -lib/emby-server/dashboard-ui/cordova/ios/backgroundfetch.js -lib/emby-server/dashboard-ui/cordova/ios/orientation.js -lib/emby-server/dashboard-ui/cordova/ios/vlcplayer.js -lib/emby-server/dashboard-ui/cordova/localassetmanager.js -lib/emby-server/dashboard-ui/cordova/prompt.js -lib/emby-server/dashboard-ui/cordova/registrationservices.js -lib/emby-server/dashboard-ui/cordova/remotecontrols.js -lib/emby-server/dashboard-ui/cordova/searchmenu.js -lib/emby-server/dashboard-ui/cordova/serverdiscovery.js -lib/emby-server/dashboard-ui/cordova/sharingwidget.js -lib/emby-server/dashboard-ui/cordova/volume.js -lib/emby-server/dashboard-ui/cordova/wakeonlan.js lib/emby-server/dashboard-ui/css/card.css lib/emby-server/dashboard-ui/css/chromecast.css lib/emby-server/dashboard-ui/css/detailtable.css lib/emby-server/dashboard-ui/css/fonts/Montserrat.woff lib/emby-server/dashboard-ui/css/fonts/roboto/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/2tsd397wLxj96qwHyNIkxPesZW2xOQ-xsNqO47m55DA.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/97uahxiqZRoncBaCEI3aWxJtnKITppOI_IvcXXDNrsc.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/CWB0XYA8bzo0kSThX0UTuA.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/RobotoBold.woff lib/emby-server/dashboard-ui/css/fonts/roboto/RobotoLight.woff lib/emby-server/dashboard-ui/css/fonts/roboto/RobotoMedium.woff lib/emby-server/dashboard-ui/css/fonts/roboto/RobotoRegular.woff lib/emby-server/dashboard-ui/css/fonts/roboto/RobotoThin.woff lib/emby-server/dashboard-ui/css/fonts/roboto/RxZJdnzeo3R5zSexge8UUVtXRa8TVwTICgirnJhmVJw.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/VvXUGKZXbHtX_S_VCTLpGhTbgVql8nDJpwnrE27mub0.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/aZMswpodYeVhtRvuABJWvBTbgVql8nDJpwnrE27mub0.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/d-6IYplOFocCacKzxwXSOFtXRa8TVwTICgirnJhmVJw.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/e7MeVAyvogMqFwwl61PKhBTbgVql8nDJpwnrE27mub0.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/frNV30OaYdlFRtH2VnZZdhTbgVql8nDJpwnrE27mub0.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/gwVJDERN2Amz39wrSoZ7FxTbgVql8nDJpwnrE27mub0.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/oOeFwZNlrTefzLYmlVV1UBJtnKITppOI_IvcXXDNrsc.woff2 lib/emby-server/dashboard-ui/css/fonts/roboto/ty9dfvLAziwdqQ2dHoyjphTbgVql8nDJpwnrE27mub0.woff2 lib/emby-server/dashboard-ui/css/images/ani_equalizer_black.gif lib/emby-server/dashboard-ui/css/images/ani_equalizer_white.gif lib/emby-server/dashboard-ui/css/images/checkmarkblack.png lib/emby-server/dashboard-ui/css/images/checkmarkgreen.png lib/emby-server/dashboard-ui/css/images/clients/amazon.png lib/emby-server/dashboard-ui/css/images/clients/android.png lib/emby-server/dashboard-ui/css/images/clients/androidtv-tile.png lib/emby-server/dashboard-ui/css/images/clients/chrome.png lib/emby-server/dashboard-ui/css/images/clients/chromecast.png lib/emby-server/dashboard-ui/css/images/clients/dlna.png -lib/emby-server/dashboard-ui/css/images/clients/firefox.png lib/emby-server/dashboard-ui/css/images/clients/html5.png -lib/emby-server/dashboard-ui/css/images/clients/ie.png lib/emby-server/dashboard-ui/css/images/clients/ios.png lib/emby-server/dashboard-ui/css/images/clients/kodi.png lib/emby-server/dashboard-ui/css/images/clients/mbc.png lib/emby-server/dashboard-ui/css/images/clients/playstore.png lib/emby-server/dashboard-ui/css/images/clients/roku.jpg -lib/emby-server/dashboard-ui/css/images/clients/safari.png lib/emby-server/dashboard-ui/css/images/clients/windowsphone.png lib/emby-server/dashboard-ui/css/images/clients/windowsrt.png lib/emby-server/dashboard-ui/css/images/editor/lock.png lib/emby-server/dashboard-ui/css/images/editor/missing.png lib/emby-server/dashboard-ui/css/images/editor/missingbackdrop.png lib/emby-server/dashboard-ui/css/images/editor/missinglogo.png lib/emby-server/dashboard-ui/css/images/editor/missingprimaryimage.png lib/emby-server/dashboard-ui/css/images/editor/missingtrailer.png lib/emby-server/dashboard-ui/css/images/empty.png lib/emby-server/dashboard-ui/css/images/favicon.ico lib/emby-server/dashboard-ui/css/images/fresh.png lib/emby-server/dashboard-ui/css/images/iossplash.png lib/emby-server/dashboard-ui/css/images/items/detail/audio.png lib/emby-server/dashboard-ui/css/images/items/detail/game.png lib/emby-server/dashboard-ui/css/images/items/detail/person.png lib/emby-server/dashboard-ui/css/images/items/detail/tv.png lib/emby-server/dashboard-ui/css/images/items/detail/video.png lib/emby-server/dashboard-ui/css/images/items/list/chapter.png lib/emby-server/dashboard-ui/css/images/items/list/collection.png lib/emby-server/dashboard-ui/css/images/items/list/person.png lib/emby-server/dashboard-ui/css/images/items/searchhintsv2/tv.png lib/emby-server/dashboard-ui/css/images/logindefault.png lib/emby-server/dashboard-ui/css/images/logo536.png lib/emby-server/dashboard-ui/css/images/mblogoicon.png lib/emby-server/dashboard-ui/css/images/media/chapterflyout.png lib/emby-server/dashboard-ui/css/images/media/pause.png lib/emby-server/dashboard-ui/css/images/media/play.png lib/emby-server/dashboard-ui/css/images/notifications/cancelled.png lib/emby-server/dashboard-ui/css/images/notifications/done.png lib/emby-server/dashboard-ui/css/images/notifications/download.png lib/emby-server/dashboard-ui/css/images/notifications/error.png lib/emby-server/dashboard-ui/css/images/notifications/info.png lib/emby-server/dashboard-ui/css/images/rightarrow.png lib/emby-server/dashboard-ui/css/images/rotten.png lib/emby-server/dashboard-ui/css/images/splash.jpg lib/emby-server/dashboard-ui/css/images/splash720.jpg lib/emby-server/dashboard-ui/css/images/stars.png lib/emby-server/dashboard-ui/css/images/supporter/nonsupporterbadge.png lib/emby-server/dashboard-ui/css/images/supporter/premiumflag.png lib/emby-server/dashboard-ui/css/images/supporter/supporterbadge.png lib/emby-server/dashboard-ui/css/images/supporter/supporterflag.png lib/emby-server/dashboard-ui/css/images/touchicon.png lib/emby-server/dashboard-ui/css/images/touchicon114.png lib/emby-server/dashboard-ui/css/images/touchicon144.png lib/emby-server/dashboard-ui/css/images/touchicon72.png lib/emby-server/dashboard-ui/css/images/tour/dashboard/chapters.png lib/emby-server/dashboard-ui/css/images/tour/dashboard/cinemamode.png lib/emby-server/dashboard-ui/css/images/tour/dashboard/dashboard.png lib/emby-server/dashboard-ui/css/images/tour/dashboard/help.png lib/emby-server/dashboard-ui/css/images/tour/dashboard/mobile.png lib/emby-server/dashboard-ui/css/images/tour/dashboard/notifications.png lib/emby-server/dashboard-ui/css/images/tour/dashboard/plugins.png lib/emby-server/dashboard-ui/css/images/tour/dashboard/scheduledtasks.png lib/emby-server/dashboard-ui/css/images/tour/dashboard/subtitles.png lib/emby-server/dashboard-ui/css/images/tour/dashboard/sync.png lib/emby-server/dashboard-ui/css/images/tour/dashboard/users.png lib/emby-server/dashboard-ui/css/images/tour/enjoy.jpg lib/emby-server/dashboard-ui/css/images/tour/web/tourcollections.jpg lib/emby-server/dashboard-ui/css/images/tour/web/tourcontent.jpg lib/emby-server/dashboard-ui/css/images/tour/web/toureditor.png lib/emby-server/dashboard-ui/css/images/tour/web/tourmobile1.jpg lib/emby-server/dashboard-ui/css/images/tour/web/tourmobile2.png lib/emby-server/dashboard-ui/css/images/tour/web/tourmouseover.jpg lib/emby-server/dashboard-ui/css/images/tour/web/tourmovies.jpg lib/emby-server/dashboard-ui/css/images/tour/web/tourmysync.png lib/emby-server/dashboard-ui/css/images/tour/web/tourplaylist.png lib/emby-server/dashboard-ui/css/images/tour/web/tourtaphold.jpg lib/emby-server/dashboard-ui/css/images/tour/web/tourusersettings1.png lib/emby-server/dashboard-ui/css/images/tour/web/tourusersettings2.png lib/emby-server/dashboard-ui/css/images/tour/web/tourusersettings3.png lib/emby-server/dashboard-ui/css/images/tour/web/tourusersettings4.png lib/emby-server/dashboard-ui/css/images/userdata/administrator.png lib/emby-server/dashboard-ui/css/images/userdata/password.png lib/emby-server/dashboard-ui/css/images/userflyoutdefault.png lib/emby-server/dashboard-ui/css/librarybrowser.css lib/emby-server/dashboard-ui/css/librarymenu.css lib/emby-server/dashboard-ui/css/livetv.css -lib/emby-server/dashboard-ui/css/materialize.css lib/emby-server/dashboard-ui/css/mediaplayer-video.css -lib/emby-server/dashboard-ui/css/mediaplayer.css lib/emby-server/dashboard-ui/css/metadataeditor.css lib/emby-server/dashboard-ui/css/notifications.css lib/emby-server/dashboard-ui/css/nowplaying.css lib/emby-server/dashboard-ui/css/nowplayingbar.css -lib/emby-server/dashboard-ui/css/remotecontrol.css lib/emby-server/dashboard-ui/css/search.css lib/emby-server/dashboard-ui/css/site.css lib/emby-server/dashboard-ui/css/tileitem.css -lib/emby-server/dashboard-ui/css/userimage.css lib/emby-server/dashboard-ui/dashboard.html lib/emby-server/dashboard-ui/dashboardgeneral.html lib/emby-server/dashboard-ui/dashboardhosting.html lib/emby-server/dashboard-ui/device.html lib/emby-server/dashboard-ui/devices.html lib/emby-server/dashboard-ui/devices/android/android.css lib/emby-server/dashboard-ui/devices/ie/ie.css lib/emby-server/dashboard-ui/devices/ie/ie.js lib/emby-server/dashboard-ui/devices/ios/ios.css lib/emby-server/dashboard-ui/devicesupload.html lib/emby-server/dashboard-ui/dlnaprofile.html lib/emby-server/dashboard-ui/dlnaprofiles.html lib/emby-server/dashboard-ui/dlnaserversettings.html lib/emby-server/dashboard-ui/dlnasettings.html lib/emby-server/dashboard-ui/edititemmetadata.html lib/emby-server/dashboard-ui/encodingsettings.html lib/emby-server/dashboard-ui/favicon.ico lib/emby-server/dashboard-ui/favorites.html lib/emby-server/dashboard-ui/files/dummy.mp4 lib/emby-server/dashboard-ui/forgotpassword.html lib/emby-server/dashboard-ui/forgotpasswordpin.html lib/emby-server/dashboard-ui/gamegenres.html lib/emby-server/dashboard-ui/games.html lib/emby-server/dashboard-ui/gamesrecommended.html lib/emby-server/dashboard-ui/gamestudios.html lib/emby-server/dashboard-ui/gamesystems.html lib/emby-server/dashboard-ui/index.html lib/emby-server/dashboard-ui/itemdetails.html lib/emby-server/dashboard-ui/itemlist.html lib/emby-server/dashboard-ui/kids.html +lib/emby-server/dashboard-ui/legacy/buttonenabled.js +lib/emby-server/dashboard-ui/legacy/deferred.js lib/emby-server/dashboard-ui/library.html lib/emby-server/dashboard-ui/librarypathmapping.html lib/emby-server/dashboard-ui/librarysettings.html lib/emby-server/dashboard-ui/livetv.html lib/emby-server/dashboard-ui/livetvguideprovider.html lib/emby-server/dashboard-ui/livetvitems.html -lib/emby-server/dashboard-ui/livetvnewrecording.html lib/emby-server/dashboard-ui/livetvrecordinglist.html lib/emby-server/dashboard-ui/livetvseriestimer.html lib/emby-server/dashboard-ui/livetvsettings.html lib/emby-server/dashboard-ui/livetvstatus.html lib/emby-server/dashboard-ui/livetvtimer.html lib/emby-server/dashboard-ui/livetvtunerprovider-hdhomerun.html lib/emby-server/dashboard-ui/livetvtunerprovider-m3u.html lib/emby-server/dashboard-ui/log.html lib/emby-server/dashboard-ui/login.html +lib/emby-server/dashboard-ui/manifest.json lib/emby-server/dashboard-ui/metadata.html lib/emby-server/dashboard-ui/metadataadvanced.html lib/emby-server/dashboard-ui/metadataimages.html lib/emby-server/dashboard-ui/metadatanfo.html lib/emby-server/dashboard-ui/metadatasubtitles.html lib/emby-server/dashboard-ui/movies.html lib/emby-server/dashboard-ui/music.html lib/emby-server/dashboard-ui/mypreferencesdisplay.html lib/emby-server/dashboard-ui/mypreferenceshome.html lib/emby-server/dashboard-ui/mypreferenceslanguages.html lib/emby-server/dashboard-ui/mypreferencesmenu.html lib/emby-server/dashboard-ui/myprofile.html lib/emby-server/dashboard-ui/mysync.html lib/emby-server/dashboard-ui/mysyncjob.html lib/emby-server/dashboard-ui/mysyncsettings.html lib/emby-server/dashboard-ui/notificationlist.html lib/emby-server/dashboard-ui/notificationsetting.html lib/emby-server/dashboard-ui/notificationsettings.html lib/emby-server/dashboard-ui/nowplaying.html lib/emby-server/dashboard-ui/photos.html lib/emby-server/dashboard-ui/playbackconfiguration.html lib/emby-server/dashboard-ui/playlists.html lib/emby-server/dashboard-ui/plugincatalog.html lib/emby-server/dashboard-ui/plugins.html lib/emby-server/dashboard-ui/reports.html +lib/emby-server/dashboard-ui/robots.txt lib/emby-server/dashboard-ui/scheduledtask.html lib/emby-server/dashboard-ui/scheduledtasks.html lib/emby-server/dashboard-ui/scripts/aboutpage.js lib/emby-server/dashboard-ui/scripts/actionsheet.js lib/emby-server/dashboard-ui/scripts/addpluginpage.js lib/emby-server/dashboard-ui/scripts/advancedconfigurationpage.js lib/emby-server/dashboard-ui/scripts/alphapicker.js lib/emby-server/dashboard-ui/scripts/appservices.js lib/emby-server/dashboard-ui/scripts/appsettings.js lib/emby-server/dashboard-ui/scripts/autoorganizelog.js lib/emby-server/dashboard-ui/scripts/autoorganizetv.js lib/emby-server/dashboard-ui/scripts/backdrops.js lib/emby-server/dashboard-ui/scripts/channelitems.js lib/emby-server/dashboard-ui/scripts/channels.js lib/emby-server/dashboard-ui/scripts/channelsettings.js lib/emby-server/dashboard-ui/scripts/channelslatest.js lib/emby-server/dashboard-ui/scripts/chromecast.js lib/emby-server/dashboard-ui/scripts/cinemamodeconfiguration.js lib/emby-server/dashboard-ui/scripts/connectlogin.js lib/emby-server/dashboard-ui/scripts/dashboardgeneral.js lib/emby-server/dashboard-ui/scripts/dashboardhosting.js lib/emby-server/dashboard-ui/scripts/dashboardpage.js lib/emby-server/dashboard-ui/scripts/device.js lib/emby-server/dashboard-ui/scripts/devices.js lib/emby-server/dashboard-ui/scripts/devicesupload.js lib/emby-server/dashboard-ui/scripts/dlnaprofile.js lib/emby-server/dashboard-ui/scripts/dlnaprofiles.js lib/emby-server/dashboard-ui/scripts/dlnaserversettings.js lib/emby-server/dashboard-ui/scripts/dlnasettings.js lib/emby-server/dashboard-ui/scripts/edititemmetadata.js lib/emby-server/dashboard-ui/scripts/editorsidebar.js lib/emby-server/dashboard-ui/scripts/encodingsettings.js lib/emby-server/dashboard-ui/scripts/episodes.js lib/emby-server/dashboard-ui/scripts/extensions.js lib/emby-server/dashboard-ui/scripts/externalplayer.js lib/emby-server/dashboard-ui/scripts/favorites.js lib/emby-server/dashboard-ui/scripts/forgotpassword.js lib/emby-server/dashboard-ui/scripts/forgotpasswordpin.js lib/emby-server/dashboard-ui/scripts/gamegenrepage.js lib/emby-server/dashboard-ui/scripts/gamespage.js lib/emby-server/dashboard-ui/scripts/gamesrecommendedpage.js lib/emby-server/dashboard-ui/scripts/gamestudiospage.js lib/emby-server/dashboard-ui/scripts/gamesystemspage.js lib/emby-server/dashboard-ui/scripts/globalize.js lib/emby-server/dashboard-ui/scripts/homenextup.js lib/emby-server/dashboard-ui/scripts/homeupcoming.js lib/emby-server/dashboard-ui/scripts/htmlmediarenderer.js lib/emby-server/dashboard-ui/scripts/indexpage.js lib/emby-server/dashboard-ui/scripts/itembynamedetailpage.js lib/emby-server/dashboard-ui/scripts/itemdetailpage.js lib/emby-server/dashboard-ui/scripts/itemlistpage.js lib/emby-server/dashboard-ui/scripts/kids.js lib/emby-server/dashboard-ui/scripts/librarybrowser.js lib/emby-server/dashboard-ui/scripts/librarylist.js lib/emby-server/dashboard-ui/scripts/librarymenu.js lib/emby-server/dashboard-ui/scripts/librarypathmapping.js lib/emby-server/dashboard-ui/scripts/librarysettings.js lib/emby-server/dashboard-ui/scripts/livetvchannel.js lib/emby-server/dashboard-ui/scripts/livetvchannels.js lib/emby-server/dashboard-ui/scripts/livetvcomponents.js lib/emby-server/dashboard-ui/scripts/livetvguide.js lib/emby-server/dashboard-ui/scripts/livetvguideprovider.js lib/emby-server/dashboard-ui/scripts/livetvitems.js -lib/emby-server/dashboard-ui/scripts/livetvnewrecording.js lib/emby-server/dashboard-ui/scripts/livetvrecordinglist.js lib/emby-server/dashboard-ui/scripts/livetvrecordings.js lib/emby-server/dashboard-ui/scripts/livetvseriestimer.js lib/emby-server/dashboard-ui/scripts/livetvseriestimers.js lib/emby-server/dashboard-ui/scripts/livetvsettings.js lib/emby-server/dashboard-ui/scripts/livetvstatus.js lib/emby-server/dashboard-ui/scripts/livetvsuggested.js lib/emby-server/dashboard-ui/scripts/livetvtimer.js lib/emby-server/dashboard-ui/scripts/livetvtimers.js lib/emby-server/dashboard-ui/scripts/livetvtunerprovider-hdhomerun.js lib/emby-server/dashboard-ui/scripts/livetvtunerprovider-m3u.js lib/emby-server/dashboard-ui/scripts/localsync.js lib/emby-server/dashboard-ui/scripts/loginpage.js lib/emby-server/dashboard-ui/scripts/logpage.js lib/emby-server/dashboard-ui/scripts/mediacontroller.js lib/emby-server/dashboard-ui/scripts/medialibrarypage.js lib/emby-server/dashboard-ui/scripts/mediaplayer-video.js lib/emby-server/dashboard-ui/scripts/mediaplayer.js lib/emby-server/dashboard-ui/scripts/metadataadvanced.js lib/emby-server/dashboard-ui/scripts/metadataconfigurationpage.js lib/emby-server/dashboard-ui/scripts/metadataimagespage.js lib/emby-server/dashboard-ui/scripts/metadatanfo.js lib/emby-server/dashboard-ui/scripts/metadatasubtitles.js lib/emby-server/dashboard-ui/scripts/moviecollections.js lib/emby-server/dashboard-ui/scripts/moviegenres.js lib/emby-server/dashboard-ui/scripts/movies.js lib/emby-server/dashboard-ui/scripts/moviesrecommended.js lib/emby-server/dashboard-ui/scripts/moviestudios.js lib/emby-server/dashboard-ui/scripts/movietrailers.js lib/emby-server/dashboard-ui/scripts/musicalbumartists.js lib/emby-server/dashboard-ui/scripts/musicalbums.js lib/emby-server/dashboard-ui/scripts/musicartists.js +lib/emby-server/dashboard-ui/scripts/musicfolders.js lib/emby-server/dashboard-ui/scripts/musicgenres.js lib/emby-server/dashboard-ui/scripts/musicrecommended.js lib/emby-server/dashboard-ui/scripts/mypreferencescommon.js lib/emby-server/dashboard-ui/scripts/mypreferencesdisplay.js lib/emby-server/dashboard-ui/scripts/mypreferenceshome.js lib/emby-server/dashboard-ui/scripts/mypreferenceslanguages.js lib/emby-server/dashboard-ui/scripts/myprofile.js lib/emby-server/dashboard-ui/scripts/mysync.js lib/emby-server/dashboard-ui/scripts/mysyncsettings.js lib/emby-server/dashboard-ui/scripts/notificationlist.js lib/emby-server/dashboard-ui/scripts/notifications.js lib/emby-server/dashboard-ui/scripts/notificationsetting.js lib/emby-server/dashboard-ui/scripts/notificationsettings.js lib/emby-server/dashboard-ui/scripts/nowplayingbar.js lib/emby-server/dashboard-ui/scripts/nowplayingpage.js lib/emby-server/dashboard-ui/scripts/photos.js lib/emby-server/dashboard-ui/scripts/playbackconfiguration.js lib/emby-server/dashboard-ui/scripts/playlistedit.js lib/emby-server/dashboard-ui/scripts/playlistmanager.js lib/emby-server/dashboard-ui/scripts/playlists.js lib/emby-server/dashboard-ui/scripts/plugincatalogpage.js lib/emby-server/dashboard-ui/scripts/pluginspage.js lib/emby-server/dashboard-ui/scripts/queryfilters.js lib/emby-server/dashboard-ui/scripts/ratingdialog.js lib/emby-server/dashboard-ui/scripts/registrationservices.js lib/emby-server/dashboard-ui/scripts/remotecontrol.js lib/emby-server/dashboard-ui/scripts/reports.js lib/emby-server/dashboard-ui/scripts/scheduledtaskpage.js lib/emby-server/dashboard-ui/scripts/scheduledtaskspage.js lib/emby-server/dashboard-ui/scripts/search.js lib/emby-server/dashboard-ui/scripts/searchmenu.js lib/emby-server/dashboard-ui/scripts/searchpage.js lib/emby-server/dashboard-ui/scripts/secondaryitems.js lib/emby-server/dashboard-ui/scripts/sections.js lib/emby-server/dashboard-ui/scripts/selectserver.js +lib/emby-server/dashboard-ui/scripts/serversecurity.js lib/emby-server/dashboard-ui/scripts/shared.js lib/emby-server/dashboard-ui/scripts/sharingmanager.js -lib/emby-server/dashboard-ui/scripts/sharingwidget.js lib/emby-server/dashboard-ui/scripts/site.js lib/emby-server/dashboard-ui/scripts/slideshow.js lib/emby-server/dashboard-ui/scripts/songs.js lib/emby-server/dashboard-ui/scripts/streamingsettings.js lib/emby-server/dashboard-ui/scripts/supporterkeypage.js lib/emby-server/dashboard-ui/scripts/sync.js lib/emby-server/dashboard-ui/scripts/syncactivity.js lib/emby-server/dashboard-ui/scripts/syncjob.js lib/emby-server/dashboard-ui/scripts/syncsettings.js lib/emby-server/dashboard-ui/scripts/taskbutton.js lib/emby-server/dashboard-ui/scripts/thememediaplayer.js lib/emby-server/dashboard-ui/scripts/tvgenres.js lib/emby-server/dashboard-ui/scripts/tvlatest.js lib/emby-server/dashboard-ui/scripts/tvrecommended.js lib/emby-server/dashboard-ui/scripts/tvshows.js lib/emby-server/dashboard-ui/scripts/tvstudios.js lib/emby-server/dashboard-ui/scripts/tvupcoming.js lib/emby-server/dashboard-ui/scripts/useredit.js lib/emby-server/dashboard-ui/scripts/userlibraryaccess.js lib/emby-server/dashboard-ui/scripts/usernew.js lib/emby-server/dashboard-ui/scripts/userparentalcontrol.js lib/emby-server/dashboard-ui/scripts/userpassword.js lib/emby-server/dashboard-ui/scripts/userprofilespage.js lib/emby-server/dashboard-ui/scripts/wizardagreement.js lib/emby-server/dashboard-ui/scripts/wizardfinishpage.js lib/emby-server/dashboard-ui/scripts/wizardlivetvguide.js lib/emby-server/dashboard-ui/scripts/wizardlivetvtuner.js lib/emby-server/dashboard-ui/scripts/wizardservice.js lib/emby-server/dashboard-ui/scripts/wizardsettings.js lib/emby-server/dashboard-ui/scripts/wizardstartpage.js lib/emby-server/dashboard-ui/scripts/wizarduserpage.js lib/emby-server/dashboard-ui/search.html lib/emby-server/dashboard-ui/secondaryitems.html lib/emby-server/dashboard-ui/selectserver.html +lib/emby-server/dashboard-ui/serversecurity.html lib/emby-server/dashboard-ui/shared.html lib/emby-server/dashboard-ui/streamingsettings.html lib/emby-server/dashboard-ui/strings/html/ar.json lib/emby-server/dashboard-ui/strings/html/bg-BG.json lib/emby-server/dashboard-ui/strings/html/ca.json lib/emby-server/dashboard-ui/strings/html/cs.json lib/emby-server/dashboard-ui/strings/html/da.json lib/emby-server/dashboard-ui/strings/html/de.json lib/emby-server/dashboard-ui/strings/html/el.json lib/emby-server/dashboard-ui/strings/html/en-GB.json lib/emby-server/dashboard-ui/strings/html/en-US.json lib/emby-server/dashboard-ui/strings/html/es-AR.json lib/emby-server/dashboard-ui/strings/html/es-MX.json lib/emby-server/dashboard-ui/strings/html/es.json lib/emby-server/dashboard-ui/strings/html/fi.json lib/emby-server/dashboard-ui/strings/html/fr.json lib/emby-server/dashboard-ui/strings/html/gsw.json lib/emby-server/dashboard-ui/strings/html/he.json lib/emby-server/dashboard-ui/strings/html/hr.json +lib/emby-server/dashboard-ui/strings/html/hu.json +lib/emby-server/dashboard-ui/strings/html/id.json lib/emby-server/dashboard-ui/strings/html/it.json lib/emby-server/dashboard-ui/strings/html/kk.json lib/emby-server/dashboard-ui/strings/html/ko.json lib/emby-server/dashboard-ui/strings/html/ms.json lib/emby-server/dashboard-ui/strings/html/nb.json lib/emby-server/dashboard-ui/strings/html/nl.json lib/emby-server/dashboard-ui/strings/html/pl.json lib/emby-server/dashboard-ui/strings/html/pt-BR.json lib/emby-server/dashboard-ui/strings/html/pt-PT.json lib/emby-server/dashboard-ui/strings/html/ro.json lib/emby-server/dashboard-ui/strings/html/ru.json lib/emby-server/dashboard-ui/strings/html/server.json lib/emby-server/dashboard-ui/strings/html/sl-SI.json lib/emby-server/dashboard-ui/strings/html/sv.json lib/emby-server/dashboard-ui/strings/html/tr.json lib/emby-server/dashboard-ui/strings/html/uk.json lib/emby-server/dashboard-ui/strings/html/vi.json lib/emby-server/dashboard-ui/strings/html/zh-CN.json lib/emby-server/dashboard-ui/strings/html/zh-HK.json lib/emby-server/dashboard-ui/strings/html/zh-TW.json lib/emby-server/dashboard-ui/strings/javascript/ar.json lib/emby-server/dashboard-ui/strings/javascript/be-BY.json lib/emby-server/dashboard-ui/strings/javascript/bg-BG.json lib/emby-server/dashboard-ui/strings/javascript/ca.json lib/emby-server/dashboard-ui/strings/javascript/cs.json lib/emby-server/dashboard-ui/strings/javascript/da.json lib/emby-server/dashboard-ui/strings/javascript/de.json lib/emby-server/dashboard-ui/strings/javascript/el.json lib/emby-server/dashboard-ui/strings/javascript/en-GB.json lib/emby-server/dashboard-ui/strings/javascript/en-US.json lib/emby-server/dashboard-ui/strings/javascript/es-AR.json lib/emby-server/dashboard-ui/strings/javascript/es-MX.json lib/emby-server/dashboard-ui/strings/javascript/es-VE.json lib/emby-server/dashboard-ui/strings/javascript/es.json lib/emby-server/dashboard-ui/strings/javascript/fi.json lib/emby-server/dashboard-ui/strings/javascript/fr.json lib/emby-server/dashboard-ui/strings/javascript/gsw.json lib/emby-server/dashboard-ui/strings/javascript/he.json lib/emby-server/dashboard-ui/strings/javascript/hr.json lib/emby-server/dashboard-ui/strings/javascript/hu.json lib/emby-server/dashboard-ui/strings/javascript/it.json lib/emby-server/dashboard-ui/strings/javascript/javascript.json lib/emby-server/dashboard-ui/strings/javascript/kk.json +lib/emby-server/dashboard-ui/strings/javascript/ko.json lib/emby-server/dashboard-ui/strings/javascript/ms.json lib/emby-server/dashboard-ui/strings/javascript/nb.json lib/emby-server/dashboard-ui/strings/javascript/nl.json lib/emby-server/dashboard-ui/strings/javascript/pl.json lib/emby-server/dashboard-ui/strings/javascript/pt-BR.json lib/emby-server/dashboard-ui/strings/javascript/pt-PT.json lib/emby-server/dashboard-ui/strings/javascript/ro.json lib/emby-server/dashboard-ui/strings/javascript/ru.json lib/emby-server/dashboard-ui/strings/javascript/sl-SI.json lib/emby-server/dashboard-ui/strings/javascript/sv.json lib/emby-server/dashboard-ui/strings/javascript/tr.json lib/emby-server/dashboard-ui/strings/javascript/uk.json lib/emby-server/dashboard-ui/strings/javascript/vi.json lib/emby-server/dashboard-ui/strings/javascript/zh-CN.json lib/emby-server/dashboard-ui/strings/javascript/zh-HK.json lib/emby-server/dashboard-ui/strings/javascript/zh-TW.json lib/emby-server/dashboard-ui/support.html lib/emby-server/dashboard-ui/supporterkey.html lib/emby-server/dashboard-ui/syncactivity.html lib/emby-server/dashboard-ui/syncjob.html lib/emby-server/dashboard-ui/syncsettings.html lib/emby-server/dashboard-ui/themes/halloween/bg.jpg lib/emby-server/dashboard-ui/themes/halloween/style.css lib/emby-server/dashboard-ui/themes/halloween/theme.js -lib/emby-server/dashboard-ui/thirdparty/browser.js -lib/emby-server/dashboard-ui/thirdparty/cast_sender.js -lib/emby-server/dashboard-ui/thirdparty/emby-icons.html -lib/emby-server/dashboard-ui/thirdparty/fontawesome/css/font-awesome.css -lib/emby-server/dashboard-ui/thirdparty/fontawesome/css/font-awesome.css.map -lib/emby-server/dashboard-ui/thirdparty/fontawesome/css/font-awesome.min.css -lib/emby-server/dashboard-ui/thirdparty/fontawesome/fonts/FontAwesome.otf -lib/emby-server/dashboard-ui/thirdparty/fontawesome/fonts/fontawesome-webfont.eot -lib/emby-server/dashboard-ui/thirdparty/fontawesome/fonts/fontawesome-webfont.svg -lib/emby-server/dashboard-ui/thirdparty/fontawesome/fonts/fontawesome-webfont.ttf -lib/emby-server/dashboard-ui/thirdparty/fontawesome/fonts/fontawesome-webfont.woff -lib/emby-server/dashboard-ui/thirdparty/fontawesome/fonts/fontawesome-webfont.woff2 -lib/emby-server/dashboard-ui/thirdparty/headroom.js -lib/emby-server/dashboard-ui/thirdparty/jquery.unveil-custom.js +lib/emby-server/dashboard-ui/themes/holiday/style.css +lib/emby-server/dashboard-ui/themes/holiday/theme.js lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/ajax-loader.gif lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/action-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/action-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/alert-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/alert-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-l-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-l-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-r-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-r-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-d-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-l-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-l-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-r-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-r-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-l-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-l-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-r-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-r-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/arrow-u-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/audio-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/audio-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/back-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/back-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/bars-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/bars-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/bullets-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/bullets-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/calendar-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/calendar-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/camera-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/camera-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-d-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-d-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-l-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-l-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-r-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-r-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-u-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/carat-u-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/check-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/check-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/clock-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/clock-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/cloud-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/cloud-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/comment-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/comment-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/delete-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/delete-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/edit-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/edit-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/eye-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/eye-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/forbidden-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/forbidden-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/forward-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/forward-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/gear-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/gear-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/grid-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/grid-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/heart-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/heart-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/home-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/home-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/info-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/info-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/location-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/location-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/lock-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/lock-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/mail-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/mail-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/minus-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/minus-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/navigation-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/navigation-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/phone-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/phone-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/plus-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/plus-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/power-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/power-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/recycle-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/recycle-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/refresh-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/refresh-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/search-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/search-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/shop-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/shop-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/star-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/star-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/tag-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/tag-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/user-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/user-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/video-black.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-png/video-white.png lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/action-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/action-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/alert-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/alert-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-l-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-l-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-r-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-r-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-d-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-l-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-l-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-r-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-r-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-l-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-l-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-r-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-r-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/arrow-u-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/audio-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/audio-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/back-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/back-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/bars-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/bars-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/bullets-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/bullets-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/calendar-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/calendar-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/camera-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/camera-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-d-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-d-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-l-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-l-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-r-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-r-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-u-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/carat-u-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/check-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/check-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/clock-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/clock-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/cloud-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/cloud-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/comment-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/comment-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/delete-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/delete-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/edit-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/edit-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/eye-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/eye-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/forbidden-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/forbidden-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/forward-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/forward-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/gear-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/gear-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/grid-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/grid-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/heart-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/heart-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/home-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/home-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/info-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/info-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/location-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/location-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/lock-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/lock-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/mail-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/mail-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/minus-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/minus-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/navigation-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/navigation-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/phone-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/phone-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/plus-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/plus-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/power-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/power-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/recycle-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/recycle-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/refresh-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/refresh-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/search-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/search-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/shop-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/shop-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/star-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/star-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/tag-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/tag-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/user-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/user-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/video-black.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/images/icons-svg/video-white.svg lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.checkbox.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.checkbox.js lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.collapsible.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.collapsible.js lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.controlgroup.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.controlgroup.js lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.listview.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.listview.js lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.panel.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.panel.js lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.popup.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.popup.js lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.slider.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.slider.js lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.table.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.table.js +lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jqm.widget.js lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile-1.4.5.min.map lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.icons.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.js -lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.structure.css lib/emby-server/dashboard-ui/thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.theme.css lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/32px.png lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/40px.png lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/style.css lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/style.min.css lib/emby-server/dashboard-ui/thirdparty/jstree/themes/default/throbber.gif lib/emby-server/dashboard-ui/thirdparty/paper-button-style.css lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/css/social-share-kit.css lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/fonts/social-share-kit.eot lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/fonts/social-share-kit.svg lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/fonts/social-share-kit.ttf lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/fonts/social-share-kit.woff lib/emby-server/dashboard-ui/thirdparty/social-share-kit-1.0.4/dist/js/social-share-kit.min.js -lib/emby-server/dashboard-ui/thirdparty/viblast/viblast-video-js.swf -lib/emby-server/dashboard-ui/thirdparty/viblast/viblast.crypto.js -lib/emby-server/dashboard-ui/thirdparty/viblast/viblast.js -lib/emby-server/dashboard-ui/thirdparty/viblast/viblast.remuxer.js -lib/emby-server/dashboard-ui/thirdparty/viblast/worker.html lib/emby-server/dashboard-ui/tv.html lib/emby-server/dashboard-ui/useredit.html lib/emby-server/dashboard-ui/userlibraryaccess.html lib/emby-server/dashboard-ui/usernew.html lib/emby-server/dashboard-ui/userparentalcontrol.html lib/emby-server/dashboard-ui/userpassword.html lib/emby-server/dashboard-ui/userprofiles.html lib/emby-server/dashboard-ui/voice/textprocessor-en-us.js lib/emby-server/dashboard-ui/voice/voice.css lib/emby-server/dashboard-ui/voice/voice.js -lib/emby-server/dashboard-ui/vulcanize-in.html -lib/emby-server/dashboard-ui/vulcanize-out.html lib/emby-server/dashboard-ui/wizardagreement.html lib/emby-server/dashboard-ui/wizardfinish.html lib/emby-server/dashboard-ui/wizardlibrary.html lib/emby-server/dashboard-ui/wizardlivetvguide.html lib/emby-server/dashboard-ui/wizardlivetvtuner.html lib/emby-server/dashboard-ui/wizardservice.html lib/emby-server/dashboard-ui/wizardsettings.html lib/emby-server/dashboard-ui/wizardstart.html lib/emby-server/dashboard-ui/wizarduser.html lib/emby-server/swagger-ui/css/screen.css lib/emby-server/swagger-ui/images/logo_small.png lib/emby-server/swagger-ui/images/pet_store_api.png lib/emby-server/swagger-ui/images/throbber.gif lib/emby-server/swagger-ui/images/wordnik_api.png lib/emby-server/swagger-ui/index.html lib/emby-server/swagger-ui/lib/backbone-min.js lib/emby-server/swagger-ui/lib/handlebars-1.0.0.js lib/emby-server/swagger-ui/lib/highlight.7.3.pack.js lib/emby-server/swagger-ui/lib/jquery-1.8.0.min.js lib/emby-server/swagger-ui/lib/jquery.ba-bbq.min.js lib/emby-server/swagger-ui/lib/jquery.slideto.min.js lib/emby-server/swagger-ui/lib/jquery.wiggle.min.js lib/emby-server/swagger-ui/lib/shred.bundle.js lib/emby-server/swagger-ui/lib/shred/content.js lib/emby-server/swagger-ui/lib/swagger.js lib/emby-server/swagger-ui/lib/underscore-min.js lib/emby-server/swagger-ui/swagger-ui.js lib/emby-server/swagger-ui/swagger-ui.min.js lib/emby-server/taglib-sharp.dll