2022-01-22 01:19:52 +03:00
|
|
|
<div data-role="page" class="page libraryPage noSecondaryNavPage" data-backbutton="true">
|
2019-03-29 15:09:51 -07:00
|
|
|
<div class="alphaPicker alphaPicker-vertical alphaPicker-fixed focuscontainer-y hide">
|
|
|
|
</div>
|
2022-01-22 01:19:52 +03:00
|
|
|
<div class="padded-left padded-right padded-bottom-page">
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="flex align-items-center focuscontainer-x itemsViewSettingsContainer padded-top padded-bottom flex-wrap-wrap">
|
2022-01-16 16:38:12 +03:00
|
|
|
<div class="paging"></div>
|
2018-09-12 19:26:21 +02:00
|
|
|
<button is="emby-button" class="btnPlay button-flat hide listTextButton-autohide">
|
|
|
|
<span>${HeaderPlayAll}</span>
|
|
|
|
</button>
|
|
|
|
<button is="paper-icon-button-light" class="btnPlay listIconButton-autohide">
|
2022-02-24 20:15:24 +03:00
|
|
|
<span class="material-icons play_arrow" aria-hidden="true"></span>
|
2018-09-12 19:26:21 +02:00
|
|
|
</button>
|
|
|
|
<button is="emby-button" class="btnQueue button-flat hide listTextButton-autohide">
|
|
|
|
<span>${Queue}</span>
|
|
|
|
</button>
|
|
|
|
<button is="paper-icon-button-light" class="btnQueue hide listIconButton-autohide">
|
2022-02-24 20:15:24 +03:00
|
|
|
<span class="material-icons playlist_add" aria-hidden="true"></span>
|
2018-09-12 19:26:21 +02:00
|
|
|
</button>
|
|
|
|
<button is="emby-button" class="btnShuffle button-flat hide listTextButton-autohide">
|
|
|
|
<span>${Shuffle}</span>
|
|
|
|
</button>
|
|
|
|
<button is="paper-icon-button-light" class="btnShuffle hide listIconButton-autohide">
|
2022-02-24 20:15:24 +03:00
|
|
|
<span class="material-icons shuffle" aria-hidden="true"></span>
|
2018-09-12 19:26:21 +02:00
|
|
|
</button>
|
|
|
|
<button is="emby-button" class="btnNewItem hide button-flat listTextButton-autohide">
|
|
|
|
<span>${New}</span>
|
|
|
|
</button>
|
|
|
|
<button is="paper-icon-button-light" class="btnNewItem hide listIconButton-autohide">
|
2022-02-24 20:15:24 +03:00
|
|
|
<span class="material-icons add" aria-hidden="true"></span>
|
2018-09-12 19:26:21 +02:00
|
|
|
</button>
|
|
|
|
|
|
|
|
<button is="emby-button" class="btnSort hide button-flat listTextButton-autohide">
|
|
|
|
<span class="btnSortText"></span>
|
2022-02-24 20:15:24 +03:00
|
|
|
<span class="material-icons btnSortIcon arrow_upward" aria-hidden="true"></span>
|
2018-09-12 19:26:21 +02:00
|
|
|
</button>
|
|
|
|
<button is="paper-icon-button-light" class="btnSort hide listIconButton-autohide">
|
2022-02-24 20:15:24 +03:00
|
|
|
<span class="material-icons sort" aria-hidden="true"></span>
|
2018-09-12 19:26:21 +02:00
|
|
|
</button>
|
|
|
|
<button is="emby-button" class="btnFilter button-flat listTextButton-autohide">
|
|
|
|
<span>${Filter}</span>
|
|
|
|
</button>
|
|
|
|
<button is="paper-icon-button-light" class="btnFilter listIconButton-autohide" data-ripple="false" style="overflow:visible;">
|
2022-02-24 20:15:24 +03:00
|
|
|
<span class="material-icons filter_list" aria-hidden="true"></span>
|
2018-09-12 19:26:21 +02:00
|
|
|
</button>
|
|
|
|
<button is="emby-button" class="btnViewSettings button-flat listTextButton-autohide">
|
2022-02-24 20:15:24 +03:00
|
|
|
<span class="material-icons more_vert" aria-hidden="true"></span>
|
2018-09-12 19:26:21 +02:00
|
|
|
</button>
|
|
|
|
<button is="paper-icon-button-light" class="btnViewSettings listIconButton-autohide">
|
2022-02-24 20:15:24 +03:00
|
|
|
<span class="material-icons more_vert" aria-hidden="true"></span>
|
2018-09-12 19:26:21 +02:00
|
|
|
</button>
|
|
|
|
</div>
|
2021-02-22 16:23:51 +02:00
|
|
|
<div is="emby-itemscontainer" class="vertical-wrap itemsContainer centered">
|
2018-09-12 19:26:21 +02:00
|
|
|
</div>
|
2022-01-16 16:38:12 +03:00
|
|
|
<div class="flex align-items-center justify-content-center flex-wrap-wrap padded-top padded-left padded-right padded-bottom focuscontainer-x">
|
|
|
|
<div class="paging"></div>
|
|
|
|
</div>
|
2018-09-12 19:26:21 +02:00
|
|
|
</div>
|
2019-11-20 00:24:54 +03:00
|
|
|
</div>
|