2018-09-12 19:26:21 +02:00
|
|
|
<div data-role="page" class="view flex flex-direction-column 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>
|
2021-03-25 00:18:16 +02:00
|
|
|
<div class="flex-grow padded-left padded-right padded-bottom-page pageContainerTopPadding">
|
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">
|
2020-04-26 02:37:28 +03:00
|
|
|
<span class="material-icons play_arrow"></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">
|
2020-04-26 02:37:28 +03:00
|
|
|
<span class="material-icons playlist_add"></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">
|
2020-04-26 02:37:28 +03:00
|
|
|
<span class="material-icons shuffle"></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">
|
2020-04-26 02:37:28 +03:00
|
|
|
<span class="material-icons add"></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>
|
2020-04-26 02:37:28 +03:00
|
|
|
<span class="material-icons btnSortIcon arrow_upward"></span>
|
2018-09-12 19:26:21 +02:00
|
|
|
</button>
|
|
|
|
<button is="paper-icon-button-light" class="btnSort hide listIconButton-autohide">
|
2020-04-26 02:37:28 +03:00
|
|
|
<span class="material-icons sort"></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;">
|
2020-04-26 02:37:28 +03:00
|
|
|
<span class="material-icons filter_list"></span>
|
2018-09-12 19:26:21 +02:00
|
|
|
</button>
|
|
|
|
<button is="emby-button" class="btnViewSettings button-flat listTextButton-autohide">
|
2020-05-16 18:07:32 +02:00
|
|
|
<span class="material-icons more_vert"></span>
|
2018-09-12 19:26:21 +02:00
|
|
|
</button>
|
|
|
|
<button is="paper-icon-button-light" class="btnViewSettings listIconButton-autohide">
|
2020-05-16 18:07:32 +02:00
|
|
|
<span class="material-icons more_vert"></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>
|