2013-03-31 22:44:37 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2015-03-21 11:12:12 -07:00
|
|
|
|
<title>Emby</title>
|
2013-03-31 22:44:37 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-05-16 12:09:02 -07:00
|
|
|
|
<div id="musicRecommendedPage" data-role="page" class="page libraryPage backdropPage" data-backdroptype="musicartist" data-require="scripts/musicrecommended">
|
2014-05-01 19:54:33 -07:00
|
|
|
|
<div class="libraryViewNav scopedLibraryViewNav">
|
2015-06-18 11:29:44 -07:00
|
|
|
|
<a href="#" class="ui-btn-active"><i class="material-icons">info</i>${TabSuggestions}</a>
|
|
|
|
|
<a href="musicalbums.html"><i class="material-icons">album</i>${TabAlbums}</a>
|
|
|
|
|
<a href="musicalbumartists.html"><i class="material-icons">music_note</i>${TabAlbumArtists}</a>
|
|
|
|
|
<a href="musicartists.html" class="musicArtistsTab"><i class="material-icons">music_note</i>${TabArtists}</a>
|
|
|
|
|
<a href="songs.html" class="musicSongsTab"><i class="material-icons">music_note</i>${TabSongs}</a>
|
|
|
|
|
<a href="musicgenres.html"><i class="material-icons">library_music</i>${TabGenres}</a>
|
|
|
|
|
<a href="musicvideos.html"><i class="material-icons">video_library</i>${TabMusicVideos}</a>
|
2013-05-14 21:05:52 -07:00
|
|
|
|
</div>
|
2013-03-31 22:44:37 -07:00
|
|
|
|
<div data-role="content">
|
2014-08-01 19:34:45 -07:00
|
|
|
|
<div class="ehsContent squareEhsContent">
|
2015-05-16 12:09:02 -07:00
|
|
|
|
|
2015-04-10 19:43:30 -07:00
|
|
|
|
<div class="homePageSection">
|
|
|
|
|
<h1 class="listHeader">${HeaderLatestMusic}</h1>
|
2013-04-25 16:28:01 -07:00
|
|
|
|
|
2015-04-10 19:43:30 -07:00
|
|
|
|
<div id="recentlyAddedSongs" class="itemsContainer fullWidthItemsContainer" style="text-align:left;">
|
|
|
|
|
</div>
|
2014-08-01 19:34:45 -07:00
|
|
|
|
</div>
|
2013-04-25 17:52:55 -07:00
|
|
|
|
|
2015-04-11 18:38:38 -07:00
|
|
|
|
<div id="playlists" style="display: none;" class="homePageSection">
|
|
|
|
|
<h1 class="listHeader">${HeaderPlaylists}</h1>
|
|
|
|
|
|
|
|
|
|
<div class="itemsContainer fullWidthItemsContainer" style="text-align:left;">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2015-04-10 19:43:30 -07:00
|
|
|
|
<div id="recentlyPlayed" style="display: none;" class="homePageSection">
|
2014-08-01 19:34:45 -07:00
|
|
|
|
<h1 class="listHeader">${HeaderRecentlyPlayed}</h1>
|
2013-04-25 17:52:55 -07:00
|
|
|
|
|
2014-11-18 19:45:12 -07:00
|
|
|
|
<div id="recentlyPlayedSongs" class="itemsContainer fullWidthItemsContainer" style="text-align:left;">
|
2014-08-01 19:34:45 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-04-25 17:52:55 -07:00
|
|
|
|
|
2015-04-10 19:43:30 -07:00
|
|
|
|
<div id="topPlayed" style="display: none;" class="homePageSection">
|
2014-08-01 19:34:45 -07:00
|
|
|
|
<h1 class="listHeader">${HeaderFrequentlyPlayed}</h1>
|
2013-04-25 17:52:55 -07:00
|
|
|
|
|
2014-11-18 19:45:12 -07:00
|
|
|
|
<div id="topPlayedSongs" class="itemsContainer fullWidthItemsContainer" style="text-align:left;">
|
2014-08-01 19:34:45 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2013-03-31 22:44:37 -07:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|