2020-04-09 19:14:49 -04:00
|
|
|
<div id="nowPlayingPage" data-role="page" class="page libraryPage nowPlayingPage noSecondaryNavPage selfBackdropPage" data-title="-" style="padding:5em 0 0!important;">
|
2014-04-14 23:54:52 -04:00
|
|
|
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="remoteControlContent padded-left padded-right">
|
2016-02-05 23:30:43 -05:00
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
<div class="nowPlayingInfoContainer">
|
|
|
|
<div class="nowPlayingPageImageContainer"></div>
|
|
|
|
<div class="nowPlayingInfoControls">
|
2020-04-09 19:14:49 -04:00
|
|
|
|
2020-04-10 15:51:05 +02:00
|
|
|
<div class="flex">
|
2020-04-09 19:14:49 -04:00
|
|
|
|
|
|
|
<div class="nowPlayingInfoContainerMedia">
|
|
|
|
<h2 class="nowPlayingPageTitle"></h2>
|
2020-04-10 12:59:01 -04:00
|
|
|
<div style="font-weight:bold;" class="nowPlayingSongName nowPlayingEpisode"></div>
|
|
|
|
<div class="nowPlayingAlbum nowPlayingSeason"></div>
|
|
|
|
<div class="nowPlayingArtist nowPlayingSerie"></div>
|
2020-04-09 19:14:49 -04:00
|
|
|
</div>
|
|
|
|
<div class="nowPlayingPageUserDataButtonsTitle"></div>
|
|
|
|
|
2016-02-05 23:30:43 -05:00
|
|
|
</div>
|
2020-04-09 19:14:49 -04:00
|
|
|
|
2020-04-10 15:51:05 +02:00
|
|
|
<div class="sliderContainer flex">
|
2020-04-09 19:14:49 -04:00
|
|
|
<div class="positionTime"></div>
|
|
|
|
<div class="nowPlayingPositionSliderContainer">
|
|
|
|
<input type="range" is="emby-slider" pin step="1" min="0" max="100" value="0" class="nowPlayingPositionSlider" data-slider-keep-progress="true" />
|
|
|
|
</div>
|
|
|
|
<div class="runtime"></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="nowPlayingButtonsContainer">
|
|
|
|
|
|
|
|
<div class="nowPlayingInfoButtons focuscontainer-x">
|
|
|
|
|
|
|
|
<button is="paper-icon-button-light" class="btnRewind btnNowPlayingRewind btnPlayStateCommand autoSize" title="${Rewind}">
|
|
|
|
<i class="material-icons replay_10"></i>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button is="paper-icon-button-light" class="btnPreviousTrack btnPlayStateCommand autoSize" title="${ButtonPreviousTrack}">
|
|
|
|
<i class="material-icons skip_previous"></i>
|
|
|
|
</button>
|
2017-01-17 13:00:19 -05:00
|
|
|
|
2020-04-09 19:14:49 -04:00
|
|
|
<button is="paper-icon-button-light" class="btnPlayPause btnPlayStateCommand autoSize" title="${ButtonPause}">
|
|
|
|
<i class="material-icons">pause</i>
|
|
|
|
</button>
|
2016-05-15 12:30:32 -04:00
|
|
|
|
2020-04-09 19:14:49 -04:00
|
|
|
<button is="paper-icon-button-light" class="btnPlayStateCommand btnStop autoSize" title="${ButtonStop}">
|
|
|
|
<i class="material-icons">stop</i>
|
|
|
|
</button>
|
2016-06-07 13:36:32 -04:00
|
|
|
|
2020-04-09 19:14:49 -04:00
|
|
|
<button is="paper-icon-button-light" class="btnPlayStateCommand btnNextTrack autoSize" title="${ButtonNextTrack}">
|
|
|
|
<i class="material-icons skip_next"></i>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button is="paper-icon-button-light" class="btnPlayStateCommand btnFastForward btnNowPlayingFastForward autoSize" title="${FastForward}">
|
|
|
|
<i class="material-icons forward_30"></i>
|
|
|
|
</button>
|
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
</div>
|
2016-06-07 13:36:32 -04:00
|
|
|
|
2017-01-17 13:00:19 -05:00
|
|
|
<div class="nowPlayingSecondaryButtons">
|
2020-04-09 19:14:49 -04:00
|
|
|
|
|
|
|
<button is="paper-icon-button-light" class="btnAudioTracks videoButton btnPlayStateCommand autoSize" title="${ButtonAudioTracks}" data-command="GoToSearch">
|
|
|
|
<i class="material-icons">audiotrack</i>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
<button is="paper-icon-button-light" class="btnSubtitles videoButton btnPlayStateCommand autoSize" title="${ButtonSubtitles}" data-command="GoToSearch">
|
|
|
|
<i class="material-icons closed_caption"></i>
|
|
|
|
</button>
|
|
|
|
|
2019-12-11 23:34:29 +09:00
|
|
|
<div class="nowPlayingPageUserDataButtons"></div>
|
2017-01-17 13:00:19 -05:00
|
|
|
|
2016-06-18 16:31:22 -04:00
|
|
|
<button is="paper-icon-button-light" class="btnToggleFullscreen videoButton btnPlayStateCommand autoSize" title="${ButtonFullscreen}" data-command="ToggleFullscreen">
|
2020-01-19 12:57:09 +01:00
|
|
|
<i class="material-icons">fullscreen</i>
|
2016-06-07 13:36:32 -04:00
|
|
|
</button>
|
|
|
|
|
2016-06-18 16:31:22 -04:00
|
|
|
<button is="paper-icon-button-light" class="btnCommand repeatToggleButton autoSize" title="${ButtonRepeat}" data-command="SetRepeatMode">
|
2020-01-19 12:57:09 +01:00
|
|
|
<i class="material-icons">repeat</i>
|
2016-06-07 13:36:32 -04:00
|
|
|
</button>
|
|
|
|
|
2016-02-05 23:30:43 -05:00
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
</div>
|
2016-05-15 12:30:32 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
2020-04-09 19:14:49 -04:00
|
|
|
<div class="remoteControlSection">
|
2020-01-06 00:32:19 +01:00
|
|
|
<div class="navigationSection">
|
|
|
|
<div is="emby-collapse" title="${HeaderNavigation}">
|
|
|
|
<div class="collapseContent">
|
|
|
|
<div>
|
2020-01-15 17:45:23 +01:00
|
|
|
<button is="paper-icon-button-light" class="btnArrowUp btnCommand autoSize button-submit" title="${ButtonArrowUp}" data-command="MoveUp">
|
2020-02-16 01:31:14 +01:00
|
|
|
<i class="material-icons keyboard_arrow_up"></i>
|
2020-01-06 00:32:19 +01:00
|
|
|
</button>
|
2017-01-17 13:00:19 -05:00
|
|
|
</div>
|
|
|
|
<br />
|
2020-01-06 00:32:19 +01:00
|
|
|
<div>
|
2020-01-15 17:45:23 +01:00
|
|
|
<button is="paper-icon-button-light" class="btnArrowLeft btnCommand autoSize button-submit" title="${ButtonArrowLeft}" data-command="MoveLeft">
|
2020-02-16 01:31:14 +01:00
|
|
|
<i class="material-icons keyboard_arrow_left"></i>
|
2020-01-06 00:32:19 +01:00
|
|
|
</button>
|
2020-01-15 17:45:23 +01:00
|
|
|
<button is="paper-icon-button-light" class="btnOk btnCommand autoSize button-submit" title="${ButtonOk}" data-command="Select">
|
2020-02-23 01:47:17 +03:00
|
|
|
<i class="material-icons keyboard_return"></i>
|
2020-01-06 00:32:19 +01:00
|
|
|
</button>
|
2020-01-15 17:45:23 +01:00
|
|
|
<button is="paper-icon-button-light" class="btnArrowRight btnCommand autoSize button-submit" title="${ButtonArrowRight}" data-command="MoveRight">
|
2020-02-23 01:47:17 +03:00
|
|
|
<i class="material-icons keyboard_arrow_right"></i>
|
2020-01-06 00:32:19 +01:00
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<div>
|
|
|
|
<button is="paper-icon-button-light" class="btnBack btnCommand autoSize" title="${ButtonBack}" data-command="Back">
|
2020-02-16 01:31:14 +01:00
|
|
|
<i class="material-icons arrow_back"></i>
|
2020-01-06 00:32:19 +01:00
|
|
|
</button>
|
2020-01-15 17:45:23 +01:00
|
|
|
<button is="paper-icon-button-light" class="btnArrowDown btnCommand autoSize button-submit" title="${ButtonArrowDown}" data-command="MoveDown">
|
2020-02-16 01:31:14 +01:00
|
|
|
<i class="material-icons keyboard_arrow_down"></i>
|
2020-01-06 00:32:19 +01:00
|
|
|
</button>
|
|
|
|
<button is="paper-icon-button-light" class="btnContextMenu btnCommand autoSize" title="${ButtonInfo}" data-command="ToggleContextMenu">
|
2020-01-19 12:57:09 +01:00
|
|
|
<i class="material-icons">menu</i>
|
2020-01-06 00:32:19 +01:00
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<div>
|
|
|
|
<button is="paper-icon-button-light" class="btnGoHome btnCommand autoSize" title="${ButtonHome}" data-command="GoHome">
|
2020-01-19 12:57:09 +01:00
|
|
|
<i class="material-icons">home</i>
|
2020-01-06 00:32:19 +01:00
|
|
|
</button>
|
|
|
|
<button is="paper-icon-button-light" class="btnShowSearch btnCommand autoSize" title="${ButtonSearch}" data-command="GoToSearch">
|
2020-01-19 12:57:09 +01:00
|
|
|
<i class="material-icons">search</i>
|
2020-01-06 00:32:19 +01:00
|
|
|
</button>
|
|
|
|
<button is="paper-icon-button-light" class="bthShowSettings btnCommand autoSize" title="${ButtonSettings}" data-command="GoToSettings">
|
2020-01-19 12:57:09 +01:00
|
|
|
<i class="material-icons">settings</i>
|
2020-01-06 00:32:19 +01:00
|
|
|
</button>
|
2017-01-17 13:00:19 -05:00
|
|
|
</div>
|
2020-01-06 00:32:19 +01:00
|
|
|
</div>
|
2016-05-15 12:30:32 -04:00
|
|
|
</div>
|
2020-01-06 00:32:19 +01:00
|
|
|
</div>
|
|
|
|
<div class="sendMessageSection">
|
|
|
|
<div is="emby-collapse" title="${HeaderSendMessage}">
|
|
|
|
<div class="collapseContent" style="text-align: left;">
|
|
|
|
<form class="sendMessageForm">
|
|
|
|
<div class="inputContainer">
|
|
|
|
<input is="emby-input" class="sendMessageElement" type="text" id="txtMessageTitle" label="${LabelMessageTitle}" required />
|
|
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<div class="inputContainer">
|
|
|
|
<input is="emby-input" class="sendMessageElement" type="text" id="txtMessageText" label="${LabelMessageText}" required />
|
|
|
|
</div>
|
|
|
|
<p>
|
|
|
|
<button is="emby-button" class="sendMessageElement button-submit block raised" type="submit" raised>${ButtonSend}</button>
|
|
|
|
</p>
|
|
|
|
</form>
|
|
|
|
</div>
|
2019-11-20 18:06:15 +01:00
|
|
|
</div>
|
2017-01-17 13:00:19 -05:00
|
|
|
</div>
|
|
|
|
<div class="sendTextSection">
|
2019-11-20 18:06:15 +01:00
|
|
|
<div is="emby-collapse" title="${HeaderTypeText}">
|
|
|
|
<div class="collapseContent" style="text-align: left;">
|
2017-01-17 13:00:19 -05:00
|
|
|
<form class="typeTextForm">
|
|
|
|
<div class="inputContainer">
|
|
|
|
<input is="emby-input" class="typeTextElement" type="text" id="txtTypeText" label="${LabelTypeText}" required />
|
|
|
|
</div>
|
|
|
|
<p>
|
|
|
|
<button is="emby-button" class="typeTextElement button-submit block raised" type="submit" raised>${ButtonSend}</button>
|
|
|
|
</p>
|
|
|
|
</form>
|
2016-02-05 23:30:43 -05:00
|
|
|
</div>
|
2019-11-20 18:06:15 +01:00
|
|
|
</div>
|
2016-02-05 23:30:43 -05:00
|
|
|
</div>
|
2016-05-15 12:30:32 -04:00
|
|
|
</div>
|
2017-01-24 00:52:47 -05:00
|
|
|
<div class="playlistSection hide">
|
2020-04-12 20:24:18 +02:00
|
|
|
<div class="playlistSectionButton flex align-items-center justify-content-center">
|
2020-04-09 19:14:49 -04:00
|
|
|
<!--<h2 style="margin:0;">${TabPlaylist}</h2>-->
|
2020-04-10 15:51:05 +02:00
|
|
|
<button id="togglePlaylist" is="paper-icon-button-light" class="btnTogglePlaylist" title="${ButtonTooglePlaylist}">
|
2020-04-09 19:14:49 -04:00
|
|
|
<i class="material-icons">queue_music</i>
|
|
|
|
</button>
|
|
|
|
<button is="paper-icon-button-light" class="btnSavePlaylist" title="${ButtonSave}">
|
|
|
|
<i class="material-icons">save</i>
|
|
|
|
</button>
|
2017-01-24 00:52:47 -05:00
|
|
|
</div>
|
2020-04-09 19:14:49 -04:00
|
|
|
<div id="playlist" class="playlist itemsContainer vertical-list" is="emby-itemscontainer" data-dragreorder="true"></div>
|
|
|
|
<div id="contextMenu" class="contextMenu itemsContainer vertical-list" is="emby-itemscontainer">
|
|
|
|
<div class="listItem listItem-border contextMenuList contextMenuArtist">
|
|
|
|
</div>
|
|
|
|
<div class="listItem listItem-border contextMenuList contextMenuAlbum">
|
|
|
|
</div>
|
2016-02-05 23:30:43 -05:00
|
|
|
</div>
|
2015-09-25 22:31:13 -04:00
|
|
|
</div>
|
2016-03-16 01:33:31 -04:00
|
|
|
</div>
|
2019-11-20 00:24:54 +03:00
|
|
|
</div>
|