mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add osd files
This commit is contained in:
parent
8750f20a42
commit
b3a664583a
2 changed files with 1148 additions and 0 deletions
1086
dashboard-ui/scripts/videoosd.js
Normal file
1086
dashboard-ui/scripts/videoosd.js
Normal file
File diff suppressed because it is too large
Load diff
62
dashboard-ui/videoosd.html
Normal file
62
dashboard-ui/videoosd.html
Normal file
|
@ -0,0 +1,62 @@
|
||||||
|
<div id="videoOsdPage" data-role="page" class="page libraryPage">
|
||||||
|
<div class="pageContainer flex">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="scenePicker hide hiddenScrollX">
|
||||||
|
</div>
|
||||||
|
<div class="videoOsdBottom">
|
||||||
|
|
||||||
|
<div class="osdPoster">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div class="osdControls">
|
||||||
|
<div class="osdTextContainer">
|
||||||
|
<h2 class="osdTitle"></h2>
|
||||||
|
<div class="osdMediaInfo"></div>
|
||||||
|
</div>
|
||||||
|
<div class="sliderContainer" style="margin: .25em .5em;">
|
||||||
|
<input type="range" step=".1" min="0" max="100" value="0" is="emby-slider" class="osdPositionSlider" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="buttons">
|
||||||
|
<button is="paper-icon-button-light" class="btnPreviousTrack autoSize hide">
|
||||||
|
<i class="xlargePaperIconButton md-icon"></i>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button is="paper-icon-button-light" class="btnRewind">
|
||||||
|
<i class="xlargePaperIconButton md-icon"></i>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button is="paper-icon-button-light" class="btnPause autoSize" autofocus>
|
||||||
|
<i class="xlargePaperIconButton md-icon"></i>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button is="paper-icon-button-light" class="btnFastForward">
|
||||||
|
<i class="xlargePaperIconButton md-icon"></i>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button is="paper-icon-button-light" class="btnNextTrack autoSize hide">
|
||||||
|
<i class="xlargePaperIconButton md-icon"></i>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<button is="paper-icon-button-light" class="btnAudio autoSize">
|
||||||
|
<i class="xlargePaperIconButton md-icon"></i>
|
||||||
|
</button>
|
||||||
|
<button is="paper-icon-button-light" class="btnSubtitles autoSize">
|
||||||
|
<i class="xlargePaperIconButton md-icon"></i>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<div class="osdTimeText"><span class="osdPositionText"></span><span class="osdDurationText"></span><span class="endsAtText"></span></div>
|
||||||
|
|
||||||
|
<div class="volumeButtons">
|
||||||
|
<button is="paper-icon-button-light" class="buttonMute autoSize">
|
||||||
|
<i class="xlargePaperIconButton md-icon"></i>
|
||||||
|
</button>
|
||||||
|
<div class="sliderContainer osdVolumeSliderContainer">
|
||||||
|
<input is="emby-slider" type="range" step="1" min="0" max="100" value="0" class="osdVolumeSlider" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
Loading…
Add table
Add a link
Reference in a new issue