2019-01-23 11:33:34 +00:00
|
|
|
<div id="musicRecommendedPage" data-dom-cache="true" data-role="page" class="page libraryPage backdropPage pageWithAbsoluteTabs withTabs" data-backdroptype="musicartist">
|
2015-09-03 15:05:38 -04:00
|
|
|
|
2017-10-28 23:52:05 -04:00
|
|
|
<style>
|
|
|
|
@media all and (max-width: 32em) {
|
|
|
|
|
2019-09-07 10:59:24 +09:30
|
|
|
.paging {
|
|
|
|
width: 100%;
|
2017-10-28 23:52:05 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
</style>
|
2017-04-12 01:29:46 -04:00
|
|
|
<div class="pageTabContent pageTabContent" id="suggestionsTab" data-index="0">
|
2017-10-28 23:52:05 -04:00
|
|
|
|
2017-04-12 01:29:46 -04:00
|
|
|
<div class="verticalSection">
|
2017-10-28 23:52:05 -04:00
|
|
|
|
|
|
|
<h2 class="sectionTitle sectionTitle-cards padded-left flex-grow">${HeaderLatestMusic}</h2>
|
2015-09-03 15:05:38 -04:00
|
|
|
|
2017-04-12 01:29:46 -04:00
|
|
|
<div is="emby-itemscontainer" id="recentlyAddedSongs" class="itemsContainer padded-left padded-right" style="text-align:left;">
|
2016-03-24 14:11:03 -04:00
|
|
|
</div>
|
2016-05-15 12:30:32 -04:00
|
|
|
</div>
|
2015-09-03 15:05:38 -04:00
|
|
|
|
2017-04-12 01:29:46 -04:00
|
|
|
<div id="recentlyPlayed" class="verticalSection hide">
|
|
|
|
<h2 class="sectionTitle sectionTitle-cards padded-left">${HeaderRecentlyPlayed}</h2>
|
2015-09-03 15:05:38 -04:00
|
|
|
|
2017-04-12 01:29:46 -04:00
|
|
|
<div is="emby-itemscontainer" id="recentlyPlayedSongs" class="itemsContainer padded-left padded-right" style="text-align:left;">
|
2016-03-24 14:11:03 -04:00
|
|
|
</div>
|
2016-05-15 12:30:32 -04:00
|
|
|
</div>
|
2015-09-03 15:05:38 -04:00
|
|
|
|
2017-04-12 01:29:46 -04:00
|
|
|
<div id="topPlayed" class="verticalSection hide">
|
|
|
|
<h2 class="sectionTitle sectionTitle-cards padded-left">${HeaderFrequentlyPlayed}</h2>
|
2015-12-14 10:43:03 -05:00
|
|
|
|
2017-04-12 01:29:46 -04:00
|
|
|
<div is="emby-itemscontainer" id="topPlayedSongs" class="itemsContainer padded-left padded-right" style="text-align: left;">
|
2016-03-24 14:11:03 -04:00
|
|
|
</div>
|
2016-05-15 12:30:32 -04:00
|
|
|
</div>
|
2016-03-24 14:11:03 -04:00
|
|
|
|
2017-04-12 01:29:46 -04:00
|
|
|
<div class="favoriteSections verticalSection"></div>
|
2016-05-15 12:30:32 -04:00
|
|
|
</div>
|
2017-04-12 01:29:46 -04:00
|
|
|
<div class="pageTabContent pageTabContent" id="albumsTab" data-index="1">
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="flex align-items-center justify-content-center flex-wrap-wrap padded-top padded-left padded-right padded-bottom">
|
2016-06-17 15:10:05 -04:00
|
|
|
<div class="paging"></div>
|
2020-04-26 02:37:28 +03:00
|
|
|
<button is="paper-icon-button-light" class="btnPlayAll musicglobalButton" title="${HeaderPlayAll}"><span class="material-icons play_arrow"></span></button>
|
|
|
|
<button is="paper-icon-button-light" class="btnShuffle musicglobalButton" title="${ButtonShuffle}"><span class="material-icons shuffle"></span></button>
|
|
|
|
<button is="paper-icon-button-light" class="btnSelectView autoSize" title="${ButtonSelectView}"><span class="material-icons view_comfy"></span></button>
|
|
|
|
<button is="paper-icon-button-light" class="btnSort autoSize" title="${ButtonSort}"><span class="material-icons sort_by_alpha"></span></button>
|
|
|
|
<button is="paper-icon-button-light" class="btnFilter autoSize" title="${ButtonFilter}"><span class="material-icons filter_list"></span></button>
|
2016-06-17 15:10:05 -04:00
|
|
|
</div>
|
|
|
|
|
2020-01-21 21:58:44 +03:00
|
|
|
<div class="alphaPicker alphaPicker-fixed alphaPicker-vertical">
|
2016-03-24 14:11:03 -04:00
|
|
|
</div>
|
2016-06-17 15:10:05 -04:00
|
|
|
|
2020-01-21 21:58:44 +03:00
|
|
|
<div is="emby-itemscontainer" class="itemsContainer padded-left padded-right">
|
2016-06-17 15:10:05 -04:00
|
|
|
</div>
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="flex align-items-center justify-content-center flex-wrap-wrap padded-top padded-left padded-right padded-bottom">
|
2016-06-17 15:10:05 -04:00
|
|
|
<div class="paging"></div>
|
2016-03-24 14:11:03 -04:00
|
|
|
</div>
|
2016-05-15 12:30:32 -04:00
|
|
|
</div>
|
2017-04-12 01:29:46 -04:00
|
|
|
<div class="pageTabContent" id="albumArtistsTab" data-index="2">
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="flex align-items-center justify-content-center flex-wrap-wrap padded-top padded-left padded-right padded-bottom">
|
2016-06-17 15:44:19 -04:00
|
|
|
<div class="paging"></div>
|
2020-04-26 02:37:28 +03:00
|
|
|
<button is="paper-icon-button-light" class="btnSelectView autoSize" title="${ButtonSelectView}"><span class="material-icons view_comfy"></span></button>
|
|
|
|
<button is="paper-icon-button-light" class="btnFilter autoSize" title="${ButtonFilter}"><span class="material-icons filter_list"></span></button>
|
2016-06-17 15:44:19 -04:00
|
|
|
</div>
|
|
|
|
|
2020-01-21 21:58:44 +03:00
|
|
|
<div class="alphaPicker alphaPicker-fixed alphaPicker-vertical">
|
2016-03-24 14:11:03 -04:00
|
|
|
</div>
|
2016-06-17 15:44:19 -04:00
|
|
|
|
2020-01-21 21:58:44 +03:00
|
|
|
<div is="emby-itemscontainer" class="itemsContainer padded-left padded-right">
|
2016-06-17 15:44:19 -04:00
|
|
|
</div>
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="flex align-items-center justify-content-center flex-wrap-wrap padded-top padded-left padded-right padded-bottom">
|
2016-06-17 15:44:19 -04:00
|
|
|
<div class="paging"></div>
|
2016-05-15 12:30:32 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
2017-04-12 01:29:46 -04:00
|
|
|
<div class="pageTabContent" id="artistsTab" data-index="3">
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="flex align-items-center justify-content-center flex-wrap-wrap padded-top padded-left padded-right padded-bottom">
|
2016-06-17 15:44:19 -04:00
|
|
|
<div class="paging"></div>
|
2020-04-26 02:37:28 +03:00
|
|
|
<button is="paper-icon-button-light" class="btnSelectView autoSize" title="${ButtonSelectView}"><span class="material-icons view_comfy"></span></button>
|
|
|
|
<button is="paper-icon-button-light" class="btnFilter autoSize" title="${ButtonFilter}"><span class="material-icons filter_list"></span></button>
|
2016-06-17 15:44:19 -04:00
|
|
|
</div>
|
|
|
|
|
2020-01-21 21:58:44 +03:00
|
|
|
<div class="alphaPicker alphaPicker-fixed alphaPicker-vertical">
|
2016-05-15 12:30:32 -04:00
|
|
|
</div>
|
2016-06-17 15:44:19 -04:00
|
|
|
|
2020-01-21 21:58:44 +03:00
|
|
|
<div is="emby-itemscontainer" class="itemsContainer padded-left padded-right">
|
2016-06-17 15:44:19 -04:00
|
|
|
</div>
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="flex align-items-center justify-content-center flex-wrap-wrap padded-top padded-left padded-right padded-bottom">
|
2016-06-17 15:44:19 -04:00
|
|
|
<div class="paging"></div>
|
2016-03-24 14:11:03 -04:00
|
|
|
</div>
|
2016-05-15 12:30:32 -04:00
|
|
|
</div>
|
2017-04-27 13:54:54 -04:00
|
|
|
<div class="pageTabContent" data-index="4">
|
|
|
|
|
2018-09-12 19:26:21 +02:00
|
|
|
<div is="emby-itemscontainer" id="items" class="itemsContainer padded-left padded-right padded-top vertical-wrap centered"></div>
|
2017-04-27 13:54:54 -04:00
|
|
|
</div>
|
|
|
|
<div class="pageTabContent" id="songsTab" data-index="5">
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="flex align-items-center justify-content-center flex-wrap-wrap padded-top padded-left padded-right padded-bottom">
|
2016-06-17 15:44:19 -04:00
|
|
|
<div class="paging"></div>
|
2020-04-26 02:37:28 +03:00
|
|
|
<button is="paper-icon-button-light" class="btnSort autoSize" title="${ButtonSort}"><span class="material-icons sort_by_alpha"></span></button>
|
|
|
|
<button is="paper-icon-button-light" class="btnFilter autoSize" title="${ButtonFilter}"><span class="material-icons filter_list"></span></button>
|
2016-06-17 15:44:19 -04:00
|
|
|
</div>
|
|
|
|
|
2018-09-12 19:26:21 +02:00
|
|
|
<div is="emby-itemscontainer" id="items" class="itemsContainer vertical-list" style="max-width:67.5em;margin: 0 auto;"></div>
|
2016-06-17 15:44:19 -04:00
|
|
|
|
2018-09-12 19:26:21 +02:00
|
|
|
<div class="flex align-items-center justify-content-center flex-wrap-wrap padded-top padded-left padded-right padded-bottom">
|
2016-06-17 15:44:19 -04:00
|
|
|
<div class="paging"></div>
|
2016-03-24 14:11:03 -04:00
|
|
|
</div>
|
2016-05-15 12:30:32 -04:00
|
|
|
</div>
|
2017-04-27 13:54:54 -04:00
|
|
|
<div class="pageTabContent" id="genresTab" data-index="6">
|
2018-09-12 19:26:21 +02:00
|
|
|
<div is="emby-itemscontainer" id="items" class="itemsContainer padded-left padded-right padded-top vertical-wrap"></div>
|
2016-05-15 12:30:32 -04:00
|
|
|
</div>
|
2017-10-18 21:22:13 -04:00
|
|
|
<div class="pageTabContent" data-index="7">
|
2017-05-01 16:03:02 -04:00
|
|
|
</div>
|
2019-11-20 00:24:54 +03:00
|
|
|
</div>
|