mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
multimedia/emby-server: update 4.3.1.0 -> 4.4.2.0, submitter becomes maintainer
PR: 245333 Submitted by: Dries Michiels <driesm.michiels@gmail.com> Reviewed by: sven.schellack@mail.de, Approved by: alucryd@archlinux.org (maintainer) Relnotes: https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.4.2.0 https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.4.1.0 https://github.com/MediaBrowser/Emby.Releases/releases/tag/4.4.0.40
This commit is contained in:
parent
5eea752657
commit
e1c453efed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532153
3 changed files with 343 additions and 283 deletions
|
@ -1,9 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= emby-server
|
||||
PORTVERSION= 4.3.1.0
|
||||
PORTREVISION= 1
|
||||
FFVERSION= 2019_11_09
|
||||
PORTVERSION= 4.4.2.0
|
||||
FFVERSION= 2020_02_24
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= https://github.com/MediaBrowser/Emby.Releases/releases/download/${PORTVERSION}/ \
|
||||
https://mediabrowser.github.io/embytools/
|
||||
|
@ -17,7 +16,7 @@ EXTRACT_ONLY= ${DISTNAME}.zip \
|
|||
ffdetect-${FFVERSION}-x64_freebsd12.tar.xz \
|
||||
ffmpeg-${FFVERSION}.tar.gz
|
||||
|
||||
MAINTAINER= alucryd@archlinux.org
|
||||
MAINTAINER= driesm.michiels@gmail.com
|
||||
COMMENT= Media server to organize, play & stream audio/video to various devices
|
||||
|
||||
LICENSE= UNKNOWN
|
||||
|
@ -62,7 +61,7 @@ SUB_LIST= GROUP=${GROUPS} \
|
|||
USERS= emby
|
||||
GROUPS= emby
|
||||
|
||||
WRKSRC= ${WRKDIR}/ffmpeg-${FFVERSION}_public_fixed
|
||||
WRKSRC= ${WRKDIR}/ffmpeg-${FFVERSION}_public
|
||||
|
||||
MAKE_ENV= V=1
|
||||
NOPRECIOUSMAKEVARS= yes
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
TIMESTAMP = 1576697263
|
||||
SHA256 (emby-server/embyserver-netframework_4.3.1.0.zip) = 50a68cae7a116cfb711545efa86b2edf44ede7c9659a392ab3c00e9d62aa1cb8
|
||||
SIZE (emby-server/embyserver-netframework_4.3.1.0.zip) = 30033442
|
||||
SHA256 (emby-server/ffdetect-2019_11_09-x64_freebsd12.tar.xz) = f695e351a5e187a281512b51868b8044968592b557c25c9261dc53f289d85260
|
||||
SIZE (emby-server/ffdetect-2019_11_09-x64_freebsd12.tar.xz) = 87044
|
||||
SHA256 (emby-server/ffmpeg-2019_11_09.tar.gz) = 4afade7a1870d1f3a90de688b8706718e2592cbb281b24ba569982aac667266f
|
||||
SIZE (emby-server/ffmpeg-2019_11_09.tar.gz) = 13101543
|
||||
TIMESTAMP = 1586454323
|
||||
SHA256 (emby-server/embyserver-netframework_4.4.2.0.zip) = d7b756915f377c007273d839ccc58a6e9b29bf28afb90869703662ca221b996c
|
||||
SIZE (emby-server/embyserver-netframework_4.4.2.0.zip) = 32701052
|
||||
SHA256 (emby-server/ffdetect-2020_02_24-x64_freebsd12.tar.xz) = 629b582644846eeced39da6e24a06e7b7af44814613a7cef7503f3e05c026ff9
|
||||
SIZE (emby-server/ffdetect-2020_02_24-x64_freebsd12.tar.xz) = 87396
|
||||
SHA256 (emby-server/ffmpeg-2020_02_24.tar.gz) = 6d115633eeb1d48a80f07f53c2e8c43093bd56a4a3d7d8b3d6207c4f473a61e0
|
||||
SIZE (emby-server/ffmpeg-2020_02_24.tar.gz) = 13232479
|
||||
SHA256 (emby-server/license.docx) = a6d7ea65dcb06392479a85e1a10a7aeb872d803da6f784f6935fcd4ee63008c6
|
||||
SIZE (emby-server/license.docx) = 18373
|
||||
|
|
|
@ -3,6 +3,8 @@ lib/emby-server/bin/ffmpeg
|
|||
lib/emby-server/bin/ffprobe
|
||||
lib/emby-server/system/Emby.ActivityLog.dll
|
||||
lib/emby-server/system/Emby.ActivityLog.pdb
|
||||
lib/emby-server/system/Emby.Api.dll
|
||||
lib/emby-server/system/Emby.Api.pdb
|
||||
lib/emby-server/system/Emby.Codecs.dll
|
||||
lib/emby-server/system/Emby.Codecs.pdb
|
||||
lib/emby-server/system/Emby.Drawing.ImageMagick.dll
|
||||
|
@ -11,8 +13,18 @@ lib/emby-server/system/Emby.Drawing.Skia.dll
|
|||
lib/emby-server/system/Emby.Drawing.Skia.pdb
|
||||
lib/emby-server/system/Emby.Drawing.dll
|
||||
lib/emby-server/system/Emby.Drawing.pdb
|
||||
lib/emby-server/system/Emby.Ffmpeg.Base.dll
|
||||
lib/emby-server/system/Emby.Ffmpeg.Base.pdb
|
||||
lib/emby-server/system/Emby.Ffmpeg.Base.xml
|
||||
lib/emby-server/system/Emby.Ffmpeg.Lib.dll
|
||||
lib/emby-server/system/Emby.Ffmpeg.Lib.pdb
|
||||
lib/emby-server/system/Emby.Ffmpeg.dll
|
||||
lib/emby-server/system/Emby.Ffmpeg.pdb
|
||||
lib/emby-server/system/Emby.Ffmpeg.xml
|
||||
lib/emby-server/system/Emby.LiveTV.dll
|
||||
lib/emby-server/system/Emby.LiveTV.pdb
|
||||
lib/emby-server/system/Emby.LocalMetadata.dll
|
||||
lib/emby-server/system/Emby.LocalMetadata.pdb
|
||||
lib/emby-server/system/Emby.Media.Model.dll
|
||||
lib/emby-server/system/Emby.Media.Model.pdb
|
||||
lib/emby-server/system/Emby.Media.Model.xml
|
||||
|
@ -22,6 +34,8 @@ lib/emby-server/system/Emby.Notifications.dll
|
|||
lib/emby-server/system/Emby.Notifications.pdb
|
||||
lib/emby-server/system/Emby.Photos.dll
|
||||
lib/emby-server/system/Emby.Photos.pdb
|
||||
lib/emby-server/system/Emby.Providers.dll
|
||||
lib/emby-server/system/Emby.Providers.pdb
|
||||
lib/emby-server/system/Emby.Server.Connect.dll
|
||||
lib/emby-server/system/Emby.Server.Connect.pdb
|
||||
lib/emby-server/system/Emby.Server.Implementations.dll
|
||||
|
@ -32,30 +46,30 @@ lib/emby-server/system/Emby.Server.Sync.dll
|
|||
lib/emby-server/system/Emby.Server.Sync.pdb
|
||||
lib/emby-server/system/Emby.Sqlite.dll
|
||||
lib/emby-server/system/Emby.Sqlite.pdb
|
||||
lib/emby-server/system/Emby.Web.dll
|
||||
lib/emby-server/system/Emby.Web.pdb
|
||||
lib/emby-server/system/EmbyServer.exe
|
||||
lib/emby-server/system/EmbyServer.exe.config
|
||||
lib/emby-server/system/EmbyServer.pdb
|
||||
lib/emby-server/system/ImageMagickSharp.dll
|
||||
lib/emby-server/system/ImageMagickSharp.dll.config
|
||||
lib/emby-server/system/MediaBrowser.Api.dll
|
||||
lib/emby-server/system/MediaBrowser.Api.pdb
|
||||
lib/emby-server/system/MediaBrowser.Common.dll
|
||||
lib/emby-server/system/MediaBrowser.Common.pdb
|
||||
lib/emby-server/system/MediaBrowser.Common.xml
|
||||
lib/emby-server/system/MediaBrowser.Controller.dll
|
||||
lib/emby-server/system/MediaBrowser.Controller.pdb
|
||||
lib/emby-server/system/MediaBrowser.Controller.xml
|
||||
lib/emby-server/system/MediaBrowser.LocalMetadata.dll
|
||||
lib/emby-server/system/MediaBrowser.LocalMetadata.pdb
|
||||
lib/emby-server/system/MediaBrowser.Model.dll
|
||||
lib/emby-server/system/MediaBrowser.Model.pdb
|
||||
lib/emby-server/system/MediaBrowser.Model.xml
|
||||
lib/emby-server/system/MediaBrowser.Providers.dll
|
||||
lib/emby-server/system/MediaBrowser.Providers.pdb
|
||||
lib/emby-server/system/MediaBrowser.WebDashboard.dll
|
||||
lib/emby-server/system/MediaBrowser.WebDashboard.pdb
|
||||
lib/emby-server/system/Microsoft.Bcl.AsyncInterfaces.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Configuration.Binder.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Configuration.CommandLine.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Configuration.EnvironmentVariables.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Configuration.FileExtensions.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Configuration.Json.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Configuration.UserSecrets.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Configuration.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.DependencyInjection.dll
|
||||
|
@ -65,7 +79,13 @@ lib/emby-server/system/Microsoft.Extensions.FileSystemGlobbing.dll
|
|||
lib/emby-server/system/Microsoft.Extensions.Hosting.Abstractions.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Hosting.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Logging.Abstractions.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Logging.Configuration.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Logging.Console.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Logging.Debug.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Logging.EventLog.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Logging.EventSource.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Logging.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Options.ConfigurationExtensions.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Options.dll
|
||||
lib/emby-server/system/Microsoft.Extensions.Primitives.dll
|
||||
lib/emby-server/system/Microsoft.OpenApi.dll
|
||||
|
@ -101,6 +121,7 @@ lib/emby-server/system/System.Data.Common.dll
|
|||
lib/emby-server/system/System.Diagnostics.Contracts.dll
|
||||
lib/emby-server/system/System.Diagnostics.Debug.dll
|
||||
lib/emby-server/system/System.Diagnostics.DiagnosticSource.dll
|
||||
lib/emby-server/system/System.Diagnostics.EventLog.dll
|
||||
lib/emby-server/system/System.Diagnostics.FileVersionInfo.dll
|
||||
lib/emby-server/system/System.Diagnostics.Process.dll
|
||||
lib/emby-server/system/System.Diagnostics.StackTrace.dll
|
||||
|
@ -167,10 +188,13 @@ lib/emby-server/system/System.Security.Cryptography.Csp.dll
|
|||
lib/emby-server/system/System.Security.Cryptography.Encoding.dll
|
||||
lib/emby-server/system/System.Security.Cryptography.Primitives.dll
|
||||
lib/emby-server/system/System.Security.Cryptography.X509Certificates.dll
|
||||
lib/emby-server/system/System.Security.Principal.Windows.dll
|
||||
lib/emby-server/system/System.Security.Principal.dll
|
||||
lib/emby-server/system/System.Security.SecureString.dll
|
||||
lib/emby-server/system/System.Text.Encoding.Extensions.dll
|
||||
lib/emby-server/system/System.Text.Encoding.dll
|
||||
lib/emby-server/system/System.Text.Encodings.Web.dll
|
||||
lib/emby-server/system/System.Text.Json.dll
|
||||
lib/emby-server/system/System.Text.RegularExpressions.dll
|
||||
lib/emby-server/system/System.Threading.Overlapped.dll
|
||||
lib/emby-server/system/System.Threading.Tasks.Dataflow.dll
|
||||
|
@ -190,10 +214,12 @@ lib/emby-server/system/System.Xml.XmlDocument.dll
|
|||
lib/emby-server/system/System.Xml.XmlSerializer.dll
|
||||
lib/emby-server/system/dashboard-ui/apikeys/apikeys.html
|
||||
lib/emby-server/system/dashboard-ui/apikeys/apikeys.js
|
||||
lib/emby-server/system/dashboard-ui/app.js
|
||||
lib/emby-server/system/dashboard-ui/apploader.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/Sortable/Sortable.min.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/Swiper/dist/css/swiper.min.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/Swiper/dist/js/swiper.min.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/abortcontroller-polyfill/umd-polyfill.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/alameda/alameda.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/css-vars-ponyfill/css-vars-ponyfill.min.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/document-register-element/custom-elements-builtin.js
|
||||
|
@ -209,7 +235,6 @@ lib/emby-server/system/dashboard-ui/bower_components/emby-apiclient/events.js
|
|||
lib/emby-server/system/dashboard-ui/bower_components/emby-apiclient/localassetmanager.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-apiclient/localdatabase/idbcore.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-apiclient/localdatabase/itemrepository.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-apiclient/localdatabase/localdatabase.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-apiclient/localdatabase/useractionrepository.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-apiclient/serverdiscovery.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-apiclient/sync/filerepository.js
|
||||
|
@ -219,201 +244,28 @@ lib/emby-server/system/dashboard-ui/bower_components/emby-apiclient/sync/multise
|
|||
lib/emby-server/system/dashboard-ui/bower_components/emby-apiclient/sync/serversync.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-apiclient/sync/transfermanager.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-apiclient/wakeonlan.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/actionsheet/actionsheet.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/alert/alert.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/alphanumericshortcuts/alphanumericshortcuts.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/alphanumericshortcuts/alphanumericshortcuts.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/alphapicker/alphapicker.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/alphapicker/style.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/appfooter/appfooter.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/appfooter/appfooter.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/appheader/appheader.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/appheader/appheader.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/appheader/appheader.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/appsettings.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/backdrop/backdrop.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/backdrop/style.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/browser.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/card.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/cardbuilder.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/chaptercardbuilder.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/peoplecardbuilder.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/cardbuilder/roundcard.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/clearbutton.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/collectioneditor/collectioneditor.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/confirm/confirm.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/datetime.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/deletehelper.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/detailbuttons.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/dialog/dialog.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/dialog/dialog.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/dialoghelper/dialoghelper.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/displaysettings/displaysettings.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/displaysettings/displaysettings.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/dom.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/emby-connect/connecthelper.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fetchhelper.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/filedownloader.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/filesystem.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/filtermenu/filtermenu.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/filtermenu/filtermenu.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/flexstyles.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/flvjs/flv.min.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/focusmanager.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/fonts.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/material-icons/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/material-icons/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/material-icons/style.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc4.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc4.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOmCnqEu92Fr1Mu4WxKOzY.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOmCnqEu92Fr1Mu4mxK.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOmCnqEu92Fr1Mu5mxKOzY.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOmCnqEu92Fr1Mu72xKOzY.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOmCnqEu92Fr1Mu7WxKOzY.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fonts/roboto/KFOmCnqEu92Fr1Mu7mxKOzY.woff2
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/formdialog.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fullscreen/fullscreen-dc.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/fullscreen/fullscreenmanager.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/globalize.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/headroom/headroom.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/headroom/headroom.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/homescreensettings/homescreensettings.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/homescreensettings/homescreensettings.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/homescreensettings/homescreensettingsdialog.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/homescreensettings/homescreensettingsdialog.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/homesections/homesections.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/homesections/homesections.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/imagedownloader/imagedownloader.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/imagedownloader/imagedownloader.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/imageeditor/imageeditor.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/imageeditor/imageeditor.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/images/imagehelper.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/images/style.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/imageuploader/imageuploader.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/imageuploader/imageuploader.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/imageuploader/style.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/indicators/indicators.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/indicators/indicators.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/input/api.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/input/gamepadtokey.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/input/mouse.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/inputmanager.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/itemcontextmenu.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/itemhelper.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/itemidentifier/itemidentifier.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/itemidentifier/itemidentifier.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/itemsrefresher.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/layout.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/layoutmanager.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/lazyloader/lazyloader-intersectionobserver.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/lazyloader/lazyloader-scroll.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/listview/listview.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/listview/listview.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/loading/loader2.gif
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/loading/loading-legacy.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/loading/loading-legacy.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/loading/loading-lite.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/loading/loading-lite.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/loadingdialog/loadingdialog.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/maintabsmanager.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/mediainfo/fresh.png
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/mediainfo/mediainfo.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/mediainfo/mediainfo.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/mediainfo/rotten.png
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/metadataeditor/metadataeditor.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/metadataeditor/metadataeditor.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/metadataeditor/personeditor.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/metadataeditor/personeditor.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/multidownload.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/multiselect/multiselect.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/multiselect/multiselect.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/native-promise-only/lib/npo.src.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/native-promise-only/test_adapter.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/notifications/badge.png
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/notifications/notificationicon.png
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/notifications/notifications.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/nowplayingbar/nowplayingbar.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/nowplayingbar/nowplayingbar.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/pagejs/page.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/photoplayer/plugin.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playback/brightnessosd.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playback/experimentalwarnings.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playback/iconosd.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playback/mediasession.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playback/nowplayinghelper.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playback/playaccessvalidation.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playback/playbackmanager.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playback/playbackorientation.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playback/playbackvalidation.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playback/playerselection.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playback/playersettingsmenu.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playback/playmethodhelper.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playback/playqueuemanager.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playback/remotecontrolautoplay.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playback/volumeosd.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playbacksettings/playbacksettings.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playbacksettings/playbacksettings.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playerstats/playerstats.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playerstats/playerstats.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/playlisteditor/playlisteditor.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/pluginmanager.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/polyfills/array.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/polyfills/bind.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/polyfills/objectassign.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/polyfills/raf.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/prompt/prompt.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/prompt/prompt.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/qualityoptions.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingbutton.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingcreator.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingeditor.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingeditor.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingfields.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordingfields.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/recordinghelper.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/seriesrecordingeditor.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/recordingcreator/seriesrecordingeditor.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/refreshdialog/refreshdialog.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/registrationservices/registrationservices.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/resize-observer-polyfill/ResizeObserver.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/router.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/sanitizefilename.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/scroller/smoothscroller.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/scrollhelper.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/scrollstyles.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/search/searchfields.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/search/searchfields.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/search/searchfields.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/search/searchresults.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/search/searchresults.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/sections.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/serverrestartdialog/serverrestartdialog.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/serviceworker/notifications.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/serviceworker/sync.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/shell.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/shortcuts.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/skinmanager.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/slideshow/slideshow.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/slideshow/style.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/strings/ar.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/strings/bg-BG.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/strings/ca.json
|
||||
|
@ -457,62 +309,9 @@ lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/strings/
|
|||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/strings/zh-CN.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/strings/zh-HK.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/strings/zh-TW.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/subtitleeditor/subtitleeditor.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/subtitlesettings/subtitleappearancehelper.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/subtitlesettings/subtitlesettings.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/subtitlesettings/subtitlesettings.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/sync/categorysyncbutton.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/sync/sync.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/sync/syncjobeditor.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/sync/syncjoblist.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/tabbedview/folderstab.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/tabbedview/itemstab.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/tabbedview/tabbedview.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/thememediaplayer.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/appletv/theme.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/appletv/theme.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/black/theme.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/black/theme.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/blueradiance/bg.jpg
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/blueradiance/theme.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/blueradiance/theme.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/dark-red/theme.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/dark-red/theme.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/dark/theme.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/dark/theme.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/halloween/theme.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/halloween/theme.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/holiday/theme.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/holiday/theme.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/light-blue/theme.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/light-blue/theme.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/light-pink/theme.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/light-pink/theme.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/light-purple/theme.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/light-purple/theme.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/light-red/theme.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/light-red/theme.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/light/theme.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/light/theme.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/logodark.png
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/logowhite.png
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/wmc/theme.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/themes/wmc/theme.json
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/toast/toast.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/toast/toast.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/upnextdialog/upnextdialog.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/upnextdialog/upnextdialog.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/usersettings/usersettings.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/usersettings/usersettingsbuilder.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/viewmanager/viewcontainer-lite.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/viewmanager/viewmanager.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/viewsettings/viewsettings.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/viewsettings/viewsettings.template.html
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/visibleinviewport.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/youtubeplayer/plugin.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/emby-webcomponents/youtubeplayer/style.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/fetch/fetch.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/hlsjs/dist/hls.min.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/howlerjs/dist/howler.min.js
|
||||
|
@ -527,16 +326,15 @@ lib/emby-server/system/dashboard-ui/bower_components/jstree/themes/default/style
|
|||
lib/emby-server/system/dashboard-ui/bower_components/jstree/themes/default/throbber.gif
|
||||
lib/emby-server/system/dashboard-ui/bower_components/libjass/libjass.css
|
||||
lib/emby-server/system/dashboard-ui/bower_components/libjass/libjass.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/modernizr/modernizr.min.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/query-string/index.js
|
||||
lib/emby-server/system/dashboard-ui/bower_components/webcomponentsjs/webcomponents-lite.min.js
|
||||
lib/emby-server/system/dashboard-ui/components/accessschedule/accessschedule.js
|
||||
lib/emby-server/system/dashboard-ui/components/accessschedule/accessschedule.template.html
|
||||
lib/emby-server/system/dashboard-ui/components/activitylog.js
|
||||
lib/emby-server/system/dashboard-ui/components/apphost.js
|
||||
lib/emby-server/system/dashboard-ui/components/channelmapper/channelmapper.js
|
||||
lib/emby-server/system/dashboard-ui/components/directorybrowser/directorybrowser.css
|
||||
lib/emby-server/system/dashboard-ui/components/directorybrowser/directorybrowser.js
|
||||
lib/emby-server/system/dashboard-ui/components/iap.js
|
||||
lib/emby-server/system/dashboard-ui/components/imageoptionseditor/imageoptionseditor.js
|
||||
lib/emby-server/system/dashboard-ui/components/imageoptionseditor/imageoptionseditor.template.html
|
||||
lib/emby-server/system/dashboard-ui/components/libraryoptionseditor/libraryoptionseditor.js
|
||||
|
@ -546,18 +344,16 @@ lib/emby-server/system/dashboard-ui/components/medialibrarycreator/medialibraryc
|
|||
lib/emby-server/system/dashboard-ui/components/medialibraryeditor/medialibraryeditor.js
|
||||
lib/emby-server/system/dashboard-ui/components/medialibraryeditor/medialibraryeditor.template.html
|
||||
lib/emby-server/system/dashboard-ui/components/tunerpicker.js
|
||||
lib/emby-server/system/dashboard-ui/components/viewcontainer-lite.js
|
||||
lib/emby-server/system/dashboard-ui/css/dashboard.css
|
||||
lib/emby-server/system/dashboard-ui/css/detailtable.css
|
||||
lib/emby-server/system/dashboard-ui/css/images/iossplash.png
|
||||
lib/emby-server/system/dashboard-ui/css/images/supporter/premiumflag.png
|
||||
lib/emby-server/system/dashboard-ui/css/images/supporter/supporterbadge.png
|
||||
lib/emby-server/system/dashboard-ui/css/images/supporter/supporterflag.png
|
||||
lib/emby-server/system/dashboard-ui/css/librarybrowser.css
|
||||
lib/emby-server/system/dashboard-ui/css/livetv.css
|
||||
lib/emby-server/system/dashboard-ui/css/metadataeditor.css
|
||||
lib/emby-server/system/dashboard-ui/dashboard.html
|
||||
lib/emby-server/system/dashboard-ui/dashboard/aboutpage.js
|
||||
lib/emby-server/system/dashboard-ui/dashboard/dashboard.css
|
||||
lib/emby-server/system/dashboard-ui/dashboard/dashboard.html
|
||||
lib/emby-server/system/dashboard-ui/dashboard/dashboard.js
|
||||
lib/emby-server/system/dashboard-ui/dashboard/dashboardgeneral.js
|
||||
lib/emby-server/system/dashboard-ui/dashboard/releasenotes.html
|
||||
lib/emby-server/system/dashboard-ui/dashboard/releasenotes.js
|
||||
|
@ -567,20 +363,37 @@ lib/emby-server/system/dashboard-ui/devices/cameraupload.html
|
|||
lib/emby-server/system/dashboard-ui/devices/cameraupload.js
|
||||
lib/emby-server/system/dashboard-ui/devices/device.html
|
||||
lib/emby-server/system/dashboard-ui/devices/device.js
|
||||
lib/emby-server/system/dashboard-ui/devices/devices.html
|
||||
lib/emby-server/system/dashboard-ui/devices/devices.js
|
||||
lib/emby-server/system/dashboard-ui/edititemmetadata.html
|
||||
lib/emby-server/system/dashboard-ui/encodingsettings.html
|
||||
lib/emby-server/system/dashboard-ui/embypremiere/embypremiere.html
|
||||
lib/emby-server/system/dashboard-ui/embypremiere/embypremiere.js
|
||||
lib/emby-server/system/dashboard-ui/favicon.ico
|
||||
lib/emby-server/system/dashboard-ui/games/games.html
|
||||
lib/emby-server/system/dashboard-ui/games/games.js
|
||||
lib/emby-server/system/dashboard-ui/games/gamestab.js
|
||||
lib/emby-server/system/dashboard-ui/games/gamesystems.js
|
||||
lib/emby-server/system/dashboard-ui/games/genres.js
|
||||
lib/emby-server/system/dashboard-ui/home.html
|
||||
lib/emby-server/system/dashboard-ui/home/favorites.js
|
||||
lib/emby-server/system/dashboard-ui/home/home.html
|
||||
lib/emby-server/system/dashboard-ui/home/home.js
|
||||
lib/emby-server/system/dashboard-ui/home/hometab.js
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/focushandler.js
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/home.css
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/home.html
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/home.js
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/spotlight.js
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/tabbedpage.js
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/views.channels.html
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/views.channels.js
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/views.generic.html
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/views.generic.js
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/views.livetv.html
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/views.livetv.js
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/views.movies.html
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/views.movies.js
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/views.music.html
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/views.music.js
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/views.tv.html
|
||||
lib/emby-server/system/dashboard-ui/home_horiz/views.tv.js
|
||||
lib/emby-server/system/dashboard-ui/homevideos/homevideos.html
|
||||
lib/emby-server/system/dashboard-ui/homevideos/homevideos.js
|
||||
lib/emby-server/system/dashboard-ui/homevideos/photos.js
|
||||
|
@ -592,7 +405,6 @@ lib/emby-server/system/dashboard-ui/item/item.js
|
|||
lib/emby-server/system/dashboard-ui/legacy/dashboard.js
|
||||
lib/emby-server/system/dashboard-ui/librarysetup/advanced.html
|
||||
lib/emby-server/system/dashboard-ui/librarysetup/advanced.js
|
||||
lib/emby-server/system/dashboard-ui/librarysetup/library.html
|
||||
lib/emby-server/system/dashboard-ui/librarysetup/library.js
|
||||
lib/emby-server/system/dashboard-ui/list/list.html
|
||||
lib/emby-server/system/dashboard-ui/list/list.js
|
||||
|
@ -619,17 +431,50 @@ lib/emby-server/system/dashboard-ui/livetvsetup/schedulesdirect.html
|
|||
lib/emby-server/system/dashboard-ui/livetvsetup/schedulesdirect.js
|
||||
lib/emby-server/system/dashboard-ui/livetvsetup/xmltv.html
|
||||
lib/emby-server/system/dashboard-ui/livetvsetup/xmltv.js
|
||||
lib/emby-server/system/dashboard-ui/logs/logs.html
|
||||
lib/emby-server/system/dashboard-ui/logs/logs.js
|
||||
lib/emby-server/system/dashboard-ui/managedownloads.html
|
||||
lib/emby-server/system/dashboard-ui/manifest.json
|
||||
lib/emby-server/system/dashboard-ui/metadatamanager/metadatamanager.css
|
||||
lib/emby-server/system/dashboard-ui/metadatamanager/metadatamanager.html
|
||||
lib/emby-server/system/dashboard-ui/metadatamanager/metadatamanager.js
|
||||
lib/emby-server/system/dashboard-ui/metadatamanager/metadatamanagersidebar.js
|
||||
lib/emby-server/system/dashboard-ui/modules/actionsheet/actionsheet.css
|
||||
lib/emby-server/system/dashboard-ui/modules/actionsheet/actionsheet.js
|
||||
lib/emby-server/system/dashboard-ui/modules/addtolist/addtolist.js
|
||||
lib/emby-server/system/dashboard-ui/modules/alphanumericshortcuts/alphanumericshortcuts.css
|
||||
lib/emby-server/system/dashboard-ui/modules/alphanumericshortcuts/alphanumericshortcuts.js
|
||||
lib/emby-server/system/dashboard-ui/modules/alphapicker/alphapicker.js
|
||||
lib/emby-server/system/dashboard-ui/modules/alphapicker/style.css
|
||||
lib/emby-server/system/dashboard-ui/modules/appfooter/appfooter.css
|
||||
lib/emby-server/system/dashboard-ui/modules/appfooter/appfooter.js
|
||||
lib/emby-server/system/dashboard-ui/modules/appheader/appheader.css
|
||||
lib/emby-server/system/dashboard-ui/modules/appheader/appheader.js
|
||||
lib/emby-server/system/dashboard-ui/modules/appheader/appheader.template.html
|
||||
lib/emby-server/system/dashboard-ui/modules/autobackdrops.js
|
||||
lib/emby-server/system/dashboard-ui/modules/babelhelpers.js
|
||||
lib/emby-server/system/dashboard-ui/modules/backdrop/backdrop.js
|
||||
lib/emby-server/system/dashboard-ui/modules/backdrop/style.css
|
||||
lib/emby-server/system/dashboard-ui/modules/backdropscreensaver/plugin.js
|
||||
lib/emby-server/system/dashboard-ui/modules/backmenu/backmenu.css
|
||||
lib/emby-server/system/dashboard-ui/modules/backmenu/backmenu.js
|
||||
lib/emby-server/system/dashboard-ui/modules/browser.js
|
||||
lib/emby-server/system/dashboard-ui/modules/browserdeviceprofile.js
|
||||
lib/emby-server/system/dashboard-ui/modules/cardbuilder/card.css
|
||||
lib/emby-server/system/dashboard-ui/modules/cardbuilder/cardbuilder.js
|
||||
lib/emby-server/system/dashboard-ui/modules/cardbuilder/chaptercardbuilder.js
|
||||
lib/emby-server/system/dashboard-ui/modules/cardbuilder/peoplecardbuilder.js
|
||||
lib/emby-server/system/dashboard-ui/modules/cardbuilder/roundcard.css
|
||||
lib/emby-server/system/dashboard-ui/modules/chromecast/chromecasthelpers.js
|
||||
lib/emby-server/system/dashboard-ui/modules/chromecast/chromecastplayer.js
|
||||
lib/emby-server/system/dashboard-ui/modules/clearbutton.css
|
||||
lib/emby-server/system/dashboard-ui/modules/confirmstillplaying/plugin.js
|
||||
lib/emby-server/system/dashboard-ui/modules/controlbox.js
|
||||
lib/emby-server/system/dashboard-ui/modules/detailbuttons.css
|
||||
lib/emby-server/system/dashboard-ui/modules/dialoghelper/dialoghelper.css
|
||||
lib/emby-server/system/dashboard-ui/modules/dialoghelper/dialoghelper.js
|
||||
lib/emby-server/system/dashboard-ui/modules/dockedtabs/dockedtabs.css
|
||||
lib/emby-server/system/dashboard-ui/modules/dockedtabs/dockedtabs.js
|
||||
lib/emby-server/system/dashboard-ui/modules/dom.js
|
||||
lib/emby-server/system/dashboard-ui/modules/emby-connect/connecthelper.js
|
||||
lib/emby-server/system/dashboard-ui/modules/emby-elements/emby-button/emby-button.css
|
||||
lib/emby-server/system/dashboard-ui/modules/emby-elements/emby-button/emby-button.js
|
||||
lib/emby-server/system/dashboard-ui/modules/emby-elements/emby-button/paper-icon-button-light.js
|
||||
|
@ -668,6 +513,79 @@ lib/emby-server/system/dashboard-ui/modules/emby-elements/guide/tvguide.template
|
|||
lib/emby-server/system/dashboard-ui/modules/emby-elements/sync/emby-downloadbutton.js
|
||||
lib/emby-server/system/dashboard-ui/modules/emby-elements/userdatabuttons/emby-playstatebutton.js
|
||||
lib/emby-server/system/dashboard-ui/modules/emby-elements/userdatabuttons/emby-ratingbutton.js
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/externalplayer.html
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/externalplayer.js
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/externalplayers.html
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/externalplayers.js
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/plugin.js
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/bg-BG.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/cs.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/de.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/el.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/en-GB.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/en-US.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/es-MX.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/es.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/et-EE.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/fr-CA.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/fr.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/gsw.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/he.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/hr.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/hu.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/it.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/ja.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/kk.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/ko.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/lt-LT.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/nl.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/no.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/pl.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/pt-BR.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/pt-PT.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/ru.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/sk.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/sl-SI.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/sv.json
|
||||
lib/emby-server/system/dashboard-ui/modules/externalplayer/strings/zh-CN.json
|
||||
lib/emby-server/system/dashboard-ui/modules/filtermenu/filtermenu.js
|
||||
lib/emby-server/system/dashboard-ui/modules/filtermenu/filtermenu.template.html
|
||||
lib/emby-server/system/dashboard-ui/modules/flexstyles.css
|
||||
lib/emby-server/system/dashboard-ui/modules/flvjs/LICENSE.txt
|
||||
lib/emby-server/system/dashboard-ui/modules/flvjs/flv.min.js
|
||||
lib/emby-server/system/dashboard-ui/modules/focusmanager.js
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/fonts.css
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/material-icons/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/material-icons/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/material-icons/style.css
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBBc4.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBBc4.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOmCnqEu92Fr1Mu4WxKOzY.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOmCnqEu92Fr1Mu4mxK.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOmCnqEu92Fr1Mu5mxKOzY.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOmCnqEu92Fr1Mu72xKOzY.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOmCnqEu92Fr1Mu7GxKOzY.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOmCnqEu92Fr1Mu7WxKOzY.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/fonts/roboto/KFOmCnqEu92Fr1Mu7mxKOzY.woff2
|
||||
lib/emby-server/system/dashboard-ui/modules/formdialog.css
|
||||
lib/emby-server/system/dashboard-ui/modules/formhelper.js
|
||||
lib/emby-server/system/dashboard-ui/modules/fullscreen/fullscreen-dc.js
|
||||
lib/emby-server/system/dashboard-ui/modules/fullscreen/fullscreenmanager.js
|
||||
lib/emby-server/system/dashboard-ui/modules/headroom/headroom.css
|
||||
lib/emby-server/system/dashboard-ui/modules/headroom/headroom.js
|
||||
lib/emby-server/system/dashboard-ui/modules/homesections/homesections.js
|
||||
lib/emby-server/system/dashboard-ui/modules/htmlaudioplayer/plugin.js
|
||||
lib/emby-server/system/dashboard-ui/modules/htmlvideoplayer/basehtmlplayer.js
|
||||
lib/emby-server/system/dashboard-ui/modules/htmlvideoplayer/htmlmediahelper.js
|
||||
|
@ -675,19 +593,168 @@ lib/emby-server/system/dashboard-ui/modules/htmlvideoplayer/plugin.js
|
|||
lib/emby-server/system/dashboard-ui/modules/htmlvideoplayer/style.css
|
||||
lib/emby-server/system/dashboard-ui/modules/htmlvideoplayer/vtt.min.js
|
||||
lib/emby-server/system/dashboard-ui/modules/humanedate/humanedate.js
|
||||
lib/emby-server/system/dashboard-ui/modules/iap.js
|
||||
lib/emby-server/system/dashboard-ui/modules/imagedownloader/imagedownloader.js
|
||||
lib/emby-server/system/dashboard-ui/modules/imagedownloader/imagedownloader.template.html
|
||||
lib/emby-server/system/dashboard-ui/modules/imageeditor/imageeditor.js
|
||||
lib/emby-server/system/dashboard-ui/modules/imageeditor/imageeditor.template.html
|
||||
lib/emby-server/system/dashboard-ui/modules/imageloader/imageloader.css
|
||||
lib/emby-server/system/dashboard-ui/modules/imageloader/imageloader.js
|
||||
lib/emby-server/system/dashboard-ui/modules/imageuploader/imageuploader.js
|
||||
lib/emby-server/system/dashboard-ui/modules/imageuploader/imageuploader.template.html
|
||||
lib/emby-server/system/dashboard-ui/modules/imageuploader/style.css
|
||||
lib/emby-server/system/dashboard-ui/modules/indicators/indicators.css
|
||||
lib/emby-server/system/dashboard-ui/modules/indicators/indicators.js
|
||||
lib/emby-server/system/dashboard-ui/modules/input/gamepadtokey.js
|
||||
lib/emby-server/system/dashboard-ui/modules/input/mouse.js
|
||||
lib/emby-server/system/dashboard-ui/modules/itemcontextmenu.js
|
||||
lib/emby-server/system/dashboard-ui/modules/itemidentifier/itemidentifier.js
|
||||
lib/emby-server/system/dashboard-ui/modules/itemidentifier/itemidentifier.template.html
|
||||
lib/emby-server/system/dashboard-ui/modules/layout.css
|
||||
lib/emby-server/system/dashboard-ui/modules/layoutmanager.js
|
||||
lib/emby-server/system/dashboard-ui/modules/lazyloader/lazyloader-intersectionobserver.js
|
||||
lib/emby-server/system/dashboard-ui/modules/lazyloader/lazyloader-scroll.js
|
||||
lib/emby-server/system/dashboard-ui/modules/listview/listview.css
|
||||
lib/emby-server/system/dashboard-ui/modules/listview/listview.js
|
||||
lib/emby-server/system/dashboard-ui/modules/loading/loader2.gif
|
||||
lib/emby-server/system/dashboard-ui/modules/loading/loading-legacy.css
|
||||
lib/emby-server/system/dashboard-ui/modules/loading/loading-legacy.js
|
||||
lib/emby-server/system/dashboard-ui/modules/loading/loading-lite.css
|
||||
lib/emby-server/system/dashboard-ui/modules/loading/loading-lite.js
|
||||
lib/emby-server/system/dashboard-ui/modules/loadingdialog/loadingdialog.js
|
||||
lib/emby-server/system/dashboard-ui/modules/logoscreensaver/logowhite.png
|
||||
lib/emby-server/system/dashboard-ui/modules/logoscreensaver/plugin.js
|
||||
lib/emby-server/system/dashboard-ui/modules/logoscreensaver/style.css
|
||||
lib/emby-server/system/dashboard-ui/modules/maintabsmanager.js
|
||||
lib/emby-server/system/dashboard-ui/modules/mediainfo/fresh.png
|
||||
lib/emby-server/system/dashboard-ui/modules/mediainfo/mediainfo.css
|
||||
lib/emby-server/system/dashboard-ui/modules/mediainfo/mediainfo.js
|
||||
lib/emby-server/system/dashboard-ui/modules/mediainfo/rotten.png
|
||||
lib/emby-server/system/dashboard-ui/modules/metadataeditor/metadataeditor.js
|
||||
lib/emby-server/system/dashboard-ui/modules/metadataeditor/metadataeditor.template.html
|
||||
lib/emby-server/system/dashboard-ui/modules/metadataeditor/personeditor.js
|
||||
lib/emby-server/system/dashboard-ui/modules/metadataeditor/personeditor.template.html
|
||||
lib/emby-server/system/dashboard-ui/modules/multidownload.js
|
||||
lib/emby-server/system/dashboard-ui/modules/multiselect/multiselect.css
|
||||
lib/emby-server/system/dashboard-ui/modules/multiselect/multiselect.js
|
||||
lib/emby-server/system/dashboard-ui/modules/navdrawer/navdrawer.css
|
||||
lib/emby-server/system/dashboard-ui/modules/navdrawer/navdrawer.js
|
||||
lib/emby-server/system/dashboard-ui/modules/navdrawer/navdrawercontent.js
|
||||
lib/emby-server/system/dashboard-ui/modules/notifications.js
|
||||
lib/emby-server/system/dashboard-ui/modules/nowplayingbar/nowplayingbar.css
|
||||
lib/emby-server/system/dashboard-ui/modules/nowplayingbar/nowplayingbar.js
|
||||
lib/emby-server/system/dashboard-ui/modules/onscreenkeyboard/keyboard.js
|
||||
lib/emby-server/system/dashboard-ui/modules/onscreenkeyboard/onscreenkeyboard.js
|
||||
lib/emby-server/system/dashboard-ui/modules/onscreenkeyboard/style.css
|
||||
lib/emby-server/system/dashboard-ui/modules/pagejs/page.js
|
||||
lib/emby-server/system/dashboard-ui/modules/photoplayer/plugin.js
|
||||
lib/emby-server/system/dashboard-ui/modules/photoscreensaver/plugin.js
|
||||
lib/emby-server/system/dashboard-ui/modules/playback/brightnessosd.js
|
||||
lib/emby-server/system/dashboard-ui/modules/playback/iconosd.css
|
||||
lib/emby-server/system/dashboard-ui/modules/playback/mediasession.js
|
||||
lib/emby-server/system/dashboard-ui/modules/playback/nowplayinghelper.js
|
||||
lib/emby-server/system/dashboard-ui/modules/playback/playbackorientation.js
|
||||
lib/emby-server/system/dashboard-ui/modules/playback/playerselection.js
|
||||
lib/emby-server/system/dashboard-ui/modules/playback/playersettingsmenu.js
|
||||
lib/emby-server/system/dashboard-ui/modules/playback/remotecontrolautoplay.js
|
||||
lib/emby-server/system/dashboard-ui/modules/playback/volumeosd.js
|
||||
lib/emby-server/system/dashboard-ui/modules/playerstats/playerstats.css
|
||||
lib/emby-server/system/dashboard-ui/modules/playerstats/playerstats.js
|
||||
lib/emby-server/system/dashboard-ui/modules/polyfills/array.js
|
||||
lib/emby-server/system/dashboard-ui/modules/polyfills/bind.js
|
||||
lib/emby-server/system/dashboard-ui/modules/polyfills/map.js
|
||||
lib/emby-server/system/dashboard-ui/modules/polyfills/native-promise-only.js
|
||||
lib/emby-server/system/dashboard-ui/modules/polyfills/numberformat.js
|
||||
lib/emby-server/system/dashboard-ui/modules/polyfills/objectassign.js
|
||||
lib/emby-server/system/dashboard-ui/modules/polyfills/raf.js
|
||||
lib/emby-server/system/dashboard-ui/modules/polyfills/resize-observer-polyfill/ResizeObserver.js
|
||||
lib/emby-server/system/dashboard-ui/modules/polyfills/weakmap.js
|
||||
lib/emby-server/system/dashboard-ui/modules/prompt/prompt.js
|
||||
lib/emby-server/system/dashboard-ui/modules/prompt/prompt.template.html
|
||||
lib/emby-server/system/dashboard-ui/modules/recordingcreator/recordingbutton.js
|
||||
lib/emby-server/system/dashboard-ui/modules/recordingcreator/recordingcreator.css
|
||||
lib/emby-server/system/dashboard-ui/modules/recordingcreator/recordingcreator.js
|
||||
lib/emby-server/system/dashboard-ui/modules/recordingcreator/recordingcreator.template.html
|
||||
lib/emby-server/system/dashboard-ui/modules/recordingcreator/recordingeditor.js
|
||||
lib/emby-server/system/dashboard-ui/modules/recordingcreator/recordingeditor.template.html
|
||||
lib/emby-server/system/dashboard-ui/modules/recordingcreator/recordingfields.js
|
||||
lib/emby-server/system/dashboard-ui/modules/recordingcreator/seriesrecordingeditor.js
|
||||
lib/emby-server/system/dashboard-ui/modules/recordingcreator/seriesrecordingeditor.template.html
|
||||
lib/emby-server/system/dashboard-ui/modules/refreshdialog/refreshdialog.js
|
||||
lib/emby-server/system/dashboard-ui/modules/registrationservices/registrationservices.js
|
||||
lib/emby-server/system/dashboard-ui/modules/require/requirecss.js
|
||||
lib/emby-server/system/dashboard-ui/modules/require/requiretext.js
|
||||
lib/emby-server/system/dashboard-ui/modules/router.js
|
||||
lib/emby-server/system/dashboard-ui/modules/screensavermanager.js
|
||||
lib/emby-server/system/dashboard-ui/modules/scroller/smoothscroller.js
|
||||
lib/emby-server/system/dashboard-ui/modules/scrollhelper.js
|
||||
lib/emby-server/system/dashboard-ui/modules/scrollstyles.css
|
||||
lib/emby-server/system/dashboard-ui/modules/sections.css
|
||||
lib/emby-server/system/dashboard-ui/modules/serverrestartdialog/serverrestartdialog.js
|
||||
lib/emby-server/system/dashboard-ui/modules/serviceworker/notifications.js
|
||||
lib/emby-server/system/dashboard-ui/modules/serviceworker/sync.js
|
||||
lib/emby-server/system/dashboard-ui/modules/sessionplayer.js
|
||||
lib/emby-server/system/dashboard-ui/modules/virtual-scroller/virtual-scroller.css
|
||||
lib/emby-server/system/dashboard-ui/modules/virtual-scroller/virtual-scroller.js
|
||||
lib/emby-server/system/dashboard-ui/modules/shell.js
|
||||
lib/emby-server/system/dashboard-ui/modules/shortcuts.js
|
||||
lib/emby-server/system/dashboard-ui/modules/skinmanager.js
|
||||
lib/emby-server/system/dashboard-ui/modules/slideshow/slideshow.js
|
||||
lib/emby-server/system/dashboard-ui/modules/slideshow/style.css
|
||||
lib/emby-server/system/dashboard-ui/modules/soundeffects/defaultsoundeffects/navigation.mp3
|
||||
lib/emby-server/system/dashboard-ui/modules/soundeffects/defaultsoundeffects/plugin.js
|
||||
lib/emby-server/system/dashboard-ui/modules/soundeffects/defaultsoundeffects/select.mp3
|
||||
lib/emby-server/system/dashboard-ui/modules/soundeffects/soundeffectsmanager.js
|
||||
lib/emby-server/system/dashboard-ui/modules/soundeffects/soundeffectsplayer.js
|
||||
lib/emby-server/system/dashboard-ui/modules/subtitleeditor/subtitleeditor.js
|
||||
lib/emby-server/system/dashboard-ui/modules/subtitleeditor/subtitleeditor.template.html
|
||||
lib/emby-server/system/dashboard-ui/modules/sync/categorysyncbutton.js
|
||||
lib/emby-server/system/dashboard-ui/modules/sync/sync.js
|
||||
lib/emby-server/system/dashboard-ui/modules/sync/syncjobeditor.js
|
||||
lib/emby-server/system/dashboard-ui/modules/sync/syncjoblist.js
|
||||
lib/emby-server/system/dashboard-ui/modules/tabbedview/folderstab.js
|
||||
lib/emby-server/system/dashboard-ui/modules/tabbedview/itemstab.js
|
||||
lib/emby-server/system/dashboard-ui/modules/tabbedview/tabbedview.js
|
||||
lib/emby-server/system/dashboard-ui/modules/thememediaplayer.js
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/appletv/theme.css
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/appletv/theme.json
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/black/theme.css
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/black/theme.json
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/blueradiance/bg.jpg
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/blueradiance/theme.css
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/blueradiance/theme.json
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/dark-red/theme.css
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/dark-red/theme.json
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/dark/theme.css
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/dark/theme.json
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/halloween/theme.css
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/halloween/theme.json
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/holiday/theme.css
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/holiday/theme.json
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/light-blue/theme.css
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/light-blue/theme.json
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/light-pink/theme.css
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/light-pink/theme.json
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/light-purple/theme.css
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/light-purple/theme.json
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/light-red/theme.css
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/light-red/theme.json
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/light/theme.css
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/light/theme.json
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/logodark.png
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/logowhite.png
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/wmc/theme.css
|
||||
lib/emby-server/system/dashboard-ui/modules/themes/wmc/theme.json
|
||||
lib/emby-server/system/dashboard-ui/modules/toast/toast.css
|
||||
lib/emby-server/system/dashboard-ui/modules/toast/toast.js
|
||||
lib/emby-server/system/dashboard-ui/modules/upnextdialog/upnextdialog.css
|
||||
lib/emby-server/system/dashboard-ui/modules/upnextdialog/upnextdialog.js
|
||||
lib/emby-server/system/dashboard-ui/modules/viewmanager/viewcontainer-lite.js
|
||||
lib/emby-server/system/dashboard-ui/modules/viewmanager/viewmanager.js
|
||||
lib/emby-server/system/dashboard-ui/modules/viewsettings/viewsettings.js
|
||||
lib/emby-server/system/dashboard-ui/modules/viewsettings/viewsettings.template.html
|
||||
lib/emby-server/system/dashboard-ui/modules/visibleinviewport.js
|
||||
lib/emby-server/system/dashboard-ui/modules/windowdrag.css
|
||||
lib/emby-server/system/dashboard-ui/modules/youtubeplayer/plugin.js
|
||||
lib/emby-server/system/dashboard-ui/modules/youtubeplayer/style.css
|
||||
lib/emby-server/system/dashboard-ui/movies/collections.js
|
||||
lib/emby-server/system/dashboard-ui/movies/genres.js
|
||||
lib/emby-server/system/dashboard-ui/movies/movies.html
|
||||
|
@ -706,8 +773,6 @@ lib/emby-server/system/dashboard-ui/music/suggestions.js
|
|||
lib/emby-server/system/dashboard-ui/musicvideos/musicvideos.html
|
||||
lib/emby-server/system/dashboard-ui/musicvideos/musicvideos.js
|
||||
lib/emby-server/system/dashboard-ui/musicvideos/videos.js
|
||||
lib/emby-server/system/dashboard-ui/mysync.html
|
||||
lib/emby-server/system/dashboard-ui/mysyncjob.html
|
||||
lib/emby-server/system/dashboard-ui/network/network.html
|
||||
lib/emby-server/system/dashboard-ui/network/network.js
|
||||
lib/emby-server/system/dashboard-ui/notificationsetting.html
|
||||
|
@ -718,25 +783,14 @@ lib/emby-server/system/dashboard-ui/plugins/addpluginpage.js
|
|||
lib/emby-server/system/dashboard-ui/plugins/plugincatalog.css
|
||||
lib/emby-server/system/dashboard-ui/plugins/plugincatalog.html
|
||||
lib/emby-server/system/dashboard-ui/plugins/plugincatalog.js
|
||||
lib/emby-server/system/dashboard-ui/plugins/plugins.html
|
||||
lib/emby-server/system/dashboard-ui/plugins/plugins.js
|
||||
lib/emby-server/system/dashboard-ui/robots.txt
|
||||
lib/emby-server/system/dashboard-ui/scheduledtasks/scheduledtask.html
|
||||
lib/emby-server/system/dashboard-ui/scheduledtasks/scheduledtaskpage.js
|
||||
lib/emby-server/system/dashboard-ui/scheduledtasks/scheduledtask.js
|
||||
lib/emby-server/system/dashboard-ui/scheduledtasks/scheduledtasks.html
|
||||
lib/emby-server/system/dashboard-ui/scheduledtasks/scheduledtaskspage.js
|
||||
lib/emby-server/system/dashboard-ui/scripts/app.js
|
||||
lib/emby-server/system/dashboard-ui/scripts/babelhelpers.js
|
||||
lib/emby-server/system/dashboard-ui/scripts/dashboardpage.js
|
||||
lib/emby-server/system/dashboard-ui/scripts/edititemmetadata.js
|
||||
lib/emby-server/system/dashboard-ui/scripts/editorsidebar.js
|
||||
lib/emby-server/system/dashboard-ui/scripts/encodingsettings.js
|
||||
lib/emby-server/system/dashboard-ui/scripts/itembynamedetailpage.js
|
||||
lib/emby-server/system/dashboard-ui/scripts/managedownloads.js
|
||||
lib/emby-server/system/dashboard-ui/scripts/mysync.js
|
||||
lib/emby-server/system/dashboard-ui/scheduledtasks/scheduledtasks.js
|
||||
lib/emby-server/system/dashboard-ui/scripts/notificationsetting.js
|
||||
lib/emby-server/system/dashboard-ui/scripts/notificationsettings.js
|
||||
lib/emby-server/system/dashboard-ui/scripts/supporterkeypage.js
|
||||
lib/emby-server/system/dashboard-ui/scripts/syncactivity.js
|
||||
lib/emby-server/system/dashboard-ui/scripts/syncsettings.js
|
||||
lib/emby-server/system/dashboard-ui/scripts/taskbutton.js
|
||||
|
@ -746,9 +800,9 @@ lib/emby-server/system/dashboard-ui/scripts/usernew.js
|
|||
lib/emby-server/system/dashboard-ui/scripts/userparentalcontrol.js
|
||||
lib/emby-server/system/dashboard-ui/search/search.html
|
||||
lib/emby-server/system/dashboard-ui/search/search.js
|
||||
lib/emby-server/system/dashboard-ui/serveractivity.html
|
||||
lib/emby-server/system/dashboard-ui/servermenu/servermenu.html
|
||||
lib/emby-server/system/dashboard-ui/servermenu/servermenu.js
|
||||
lib/emby-server/system/dashboard-ui/search/searchfields.css
|
||||
lib/emby-server/system/dashboard-ui/search/searchfields.js
|
||||
lib/emby-server/system/dashboard-ui/search/searchresults.js
|
||||
lib/emby-server/system/dashboard-ui/serviceworker.js
|
||||
lib/emby-server/system/dashboard-ui/settings/cameraupload.html
|
||||
lib/emby-server/system/dashboard-ui/settings/cameraupload.js
|
||||
|
@ -758,12 +812,19 @@ lib/emby-server/system/dashboard-ui/settings/download.html
|
|||
lib/emby-server/system/dashboard-ui/settings/download.js
|
||||
lib/emby-server/system/dashboard-ui/settings/homescreen.html
|
||||
lib/emby-server/system/dashboard-ui/settings/homescreen.js
|
||||
lib/emby-server/system/dashboard-ui/settings/homescreensettings.js
|
||||
lib/emby-server/system/dashboard-ui/settings/keyboard.html
|
||||
lib/emby-server/system/dashboard-ui/settings/keyboard.js
|
||||
lib/emby-server/system/dashboard-ui/settings/managedownloads.html
|
||||
lib/emby-server/system/dashboard-ui/settings/managedownloads.js
|
||||
lib/emby-server/system/dashboard-ui/settings/password.html
|
||||
lib/emby-server/system/dashboard-ui/settings/password.js
|
||||
lib/emby-server/system/dashboard-ui/settings/playback.html
|
||||
lib/emby-server/system/dashboard-ui/settings/playback.js
|
||||
lib/emby-server/system/dashboard-ui/settings/profile.css
|
||||
lib/emby-server/system/dashboard-ui/settings/profile.html
|
||||
lib/emby-server/system/dashboard-ui/settings/profile.js
|
||||
lib/emby-server/system/dashboard-ui/settings/settings.css
|
||||
lib/emby-server/system/dashboard-ui/settings/settings.html
|
||||
lib/emby-server/system/dashboard-ui/settings/settings.js
|
||||
lib/emby-server/system/dashboard-ui/settings/subtitles.html
|
||||
|
@ -836,13 +897,14 @@ lib/emby-server/system/dashboard-ui/strings/vi.json
|
|||
lib/emby-server/system/dashboard-ui/strings/zh-CN.json
|
||||
lib/emby-server/system/dashboard-ui/strings/zh-HK.json
|
||||
lib/emby-server/system/dashboard-ui/strings/zh-TW.json
|
||||
lib/emby-server/system/dashboard-ui/supporterkey.html
|
||||
lib/emby-server/system/dashboard-ui/syncactivity.html
|
||||
lib/emby-server/system/dashboard-ui/syncsettings.html
|
||||
lib/emby-server/system/dashboard-ui/touchicon.png
|
||||
lib/emby-server/system/dashboard-ui/touchicon114.png
|
||||
lib/emby-server/system/dashboard-ui/touchicon144.png
|
||||
lib/emby-server/system/dashboard-ui/touchicon72.png
|
||||
lib/emby-server/system/dashboard-ui/transcoding/transcoding.html
|
||||
lib/emby-server/system/dashboard-ui/transcoding/transcoding.js
|
||||
lib/emby-server/system/dashboard-ui/tv/episodes.js
|
||||
lib/emby-server/system/dashboard-ui/tv/favorites.js
|
||||
lib/emby-server/system/dashboard-ui/tv/genres.js
|
||||
|
@ -857,7 +919,6 @@ lib/emby-server/system/dashboard-ui/userlibraryaccess.html
|
|||
lib/emby-server/system/dashboard-ui/usernew.html
|
||||
lib/emby-server/system/dashboard-ui/userparentalcontrol.html
|
||||
lib/emby-server/system/dashboard-ui/userpassword.html
|
||||
lib/emby-server/system/dashboard-ui/users/users.html
|
||||
lib/emby-server/system/dashboard-ui/users/users.js
|
||||
lib/emby-server/system/dashboard-ui/videoosd/ani_equalizer_white.gif
|
||||
lib/emby-server/system/dashboard-ui/videoosd/playqueue.css
|
||||
|
|
Loading…
Add table
Reference in a new issue