mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
display progress bars to show resume %
This commit is contained in:
parent
050b5909fc
commit
b5c43bdbf7
@ -189,99 +189,6 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tileItem {
|
|
||||||
background: #333;
|
|
||||||
padding: 10px 7px 5px;
|
|
||||||
margin: 3px 0;
|
|
||||||
text-shadow: none;
|
|
||||||
font-weight: normal!important;
|
|
||||||
display: block;
|
|
||||||
font-size: 14px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.tileItem .itemProgress {
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tileItem .starRating {
|
|
||||||
width: 15px;
|
|
||||||
height: 13px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tileImage {
|
|
||||||
display: inline-block;
|
|
||||||
background-size: contain;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.defaultTileImage {
|
|
||||||
background-color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tileItem p {
|
|
||||||
margin: .35em 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tileItem .imgUserItemRating {
|
|
||||||
height: 18px;
|
|
||||||
width: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tileContent {
|
|
||||||
display: inline-block;
|
|
||||||
padding-left: 10px;
|
|
||||||
color: #fff;
|
|
||||||
text-align: left;
|
|
||||||
vertical-align: top;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.backdropTileItem .tileImage {
|
|
||||||
height: 90px;
|
|
||||||
width: 45%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.backdropTileItem .tileContent {
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posterTileItem .tileImage {
|
|
||||||
height: 120px;
|
|
||||||
width: 30%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posterTileItem .tileContent {
|
|
||||||
width: 65%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareTileItem .tileImage {
|
|
||||||
height: 100px;
|
|
||||||
width: 35%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareTileItem .tileContent {
|
|
||||||
width: 60%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tileName {
|
|
||||||
font-weight: bold;
|
|
||||||
white-space: nowrap;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tileName + .tileName {
|
|
||||||
margin-top: .75em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tileItem .userDataIcons img {
|
|
||||||
height: 14px;
|
|
||||||
width: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.detailPagePrimaryInfo {
|
.detailPagePrimaryInfo {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
@ -301,257 +208,77 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width: 750px) {
|
.itemsContainer {
|
||||||
.tileItem {
|
text-align: center;
|
||||||
width: 46%;
|
|
||||||
display: inline-block;
|
|
||||||
margin-left: 3px;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.backdropTileItem .tileImage {
|
|
||||||
height: 88px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posterTileItem .tileImage {
|
|
||||||
height: 120px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareTileItem .tileImage {
|
|
||||||
height: 115px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media all and (min-width: 850px) {
|
|
||||||
|
|
||||||
.backdropTileItem .tileImage {
|
|
||||||
height: 105px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posterTileItem .tileImage {
|
|
||||||
height: 120px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posterTileItem {
|
|
||||||
width: 31%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tileItem .userDataIcons img {
|
|
||||||
height: 18px;
|
|
||||||
width: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tileItem p {
|
|
||||||
margin: .75em 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tileItem .itemProgress {
|
|
||||||
font-size: 17px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media all and (min-width: 1000px) {
|
|
||||||
.tileItem {
|
|
||||||
width: 47.5%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posterTileItem {
|
|
||||||
width: 31%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.backdropTileItem .tileImage {
|
|
||||||
height: 110px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posterTileItem .tileImage {
|
|
||||||
height: 136px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareTileItem {
|
|
||||||
width: 31%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareTileItem .tileImage {
|
|
||||||
height: 105px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width: 1200px) {
|
@media all and (min-width: 1200px) {
|
||||||
.backdropTileItem .tileImage {
|
|
||||||
height: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posterTileItem .tileImage {
|
|
||||||
height: 160px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tileItem {
|
|
||||||
width: 31.5%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareTileItem .tileImage {
|
|
||||||
height: 130px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.scenePosterViewItem img {
|
.scenePosterViewItem img {
|
||||||
max-width: 200px!important;
|
max-width: 200px!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width: 1440px) {
|
/* All HTML5 progress enabled browsers */
|
||||||
.backdropTileItem .tileImage {
|
.itemProgressBar {
|
||||||
height: 110px;
|
/* Turns off styling - not usually needed, but good to know. */
|
||||||
}
|
appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
.posterTileItem .tileImage {
|
-webkit-appearance: none;
|
||||||
height: 150px;
|
/* gets rid of default border in Firefox and Opera. */
|
||||||
}
|
border: 0;
|
||||||
|
margin: 0;
|
||||||
.tileItem {
|
height: 12px;
|
||||||
width: 31.5%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareTileItem .tileImage {
|
|
||||||
height: 155px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posterTileItem {
|
|
||||||
width: 23.5%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (min-width: 1700px) {
|
/* Polyfill */
|
||||||
|
.itemProgressBar[role]:after {
|
||||||
.backdropTileItem .tileImage {
|
background-image: none; /* removes default background from polyfill */
|
||||||
height: 132px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.posterTileItem .tileImage {
|
/*
|
||||||
height: 170px;
|
* Background of the progress bar background
|
||||||
}
|
*/
|
||||||
|
|
||||||
.tileItem {
|
/* Firefox and Polyfill */
|
||||||
width: 32%;
|
.itemProgressBar {
|
||||||
}
|
background: #050505 !important; /* !important only needed in polyfill */
|
||||||
|
|
||||||
.posterTileItem {
|
|
||||||
width: 23.5%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareTileItem {
|
|
||||||
width: 23.5%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareTileItem .tileImage {
|
|
||||||
height: 140px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Chrome */
|
||||||
@media all and (min-width: 1920px) {
|
.itemProgressBar::-webkit-progress-bar {
|
||||||
.tileItem {
|
background: #050505;
|
||||||
width: 31.5%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tileImage {
|
/*
|
||||||
height: 155px;
|
* Background of the progress bar value
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Firefox */
|
||||||
|
.itemProgressBar::-moz-progress-bar {
|
||||||
|
border-radius: 0;
|
||||||
|
background-image: none;
|
||||||
|
background-color: #A92D2D;
|
||||||
}
|
}
|
||||||
|
|
||||||
.posterTileItem {
|
/* Chrome */
|
||||||
width: 18.8%;
|
.itemProgressBar::-webkit-progress-value {
|
||||||
|
border-radius: 0;
|
||||||
|
background-image: none;
|
||||||
|
background-color: #A92D2D;
|
||||||
}
|
}
|
||||||
|
|
||||||
.posterTileItem .tileImage {
|
/* Polyfill */
|
||||||
height: 160px;
|
.itemProgressBar[aria-valuenow]:before {
|
||||||
|
border-radius: 0;
|
||||||
|
background-image: none;
|
||||||
|
background-color: #A92D2D;
|
||||||
}
|
}
|
||||||
|
|
||||||
.squareTileItem {
|
.userDataIcons .itemProgressBar {
|
||||||
width: 18.8%;
|
vertical-align: top;
|
||||||
}
|
position: relative;
|
||||||
|
top: 4px;
|
||||||
.squareTileItem .tileImage {
|
margin-right: 1em;
|
||||||
height: 120px;
|
width: 40px;
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media all and (min-width: 2000px) {
|
|
||||||
.tileItem {
|
|
||||||
width: 23.5%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tileImage {
|
|
||||||
height: 117px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posterTileItem {
|
|
||||||
width: 18.8%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posterTileItem .tileImage {
|
|
||||||
height: 160px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareTileItem {
|
|
||||||
width: 18.8%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareTileItem .tileImage {
|
|
||||||
height: 130px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media all and (min-width: 2200px) {
|
|
||||||
.tileItem {
|
|
||||||
width: 24%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tileImage {
|
|
||||||
height: 145px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posterTileItem {
|
|
||||||
width: 18.8%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posterTileItem .tileImage {
|
|
||||||
height: 185px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareTileItem {
|
|
||||||
width: 18.8%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareTileItem .tileImage {
|
|
||||||
height: 140px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media all and (min-width: 2540px) {
|
|
||||||
.tileItem {
|
|
||||||
width: 18.75%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tileImage {
|
|
||||||
height: 120px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posterTileItem {
|
|
||||||
width: 15.8%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.posterTileItem .tileImage {
|
|
||||||
height: 180px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareTileItem {
|
|
||||||
width: 15.8%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.squareTileItem .tileImage {
|
|
||||||
height: 140px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.itemsContainer {
|
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
334
dashboard-ui/css/tileitem.css
Normal file
334
dashboard-ui/css/tileitem.css
Normal file
@ -0,0 +1,334 @@
|
|||||||
|
.tileItem {
|
||||||
|
background: #333;
|
||||||
|
padding: 10px 7px 5px;
|
||||||
|
margin: 3px 0;
|
||||||
|
text-shadow: none;
|
||||||
|
font-weight: normal!important;
|
||||||
|
display: block;
|
||||||
|
font-size: 14px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.tileItem .itemProgress {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileItem .starRating {
|
||||||
|
width: 15px;
|
||||||
|
height: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileImage {
|
||||||
|
display: inline-block;
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center top;
|
||||||
|
}
|
||||||
|
|
||||||
|
.defaultTileImage {
|
||||||
|
background-color: #999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileItem p {
|
||||||
|
margin: .5em 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileItem .imgUserItemRating {
|
||||||
|
height: 18px;
|
||||||
|
width: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileContent {
|
||||||
|
display: inline-block;
|
||||||
|
padding-left: 10px;
|
||||||
|
color: #fff;
|
||||||
|
text-align: left;
|
||||||
|
vertical-align: top;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.backdropTileItem .tileImage {
|
||||||
|
height: 90px;
|
||||||
|
width: 45%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.backdropTileItem .tileContent {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem .tileImage {
|
||||||
|
height: 120px;
|
||||||
|
width: 30%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem .tileContent {
|
||||||
|
width: 65%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem .tileImage {
|
||||||
|
height: 100px;
|
||||||
|
width: 35%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem .tileContent {
|
||||||
|
width: 60%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileName {
|
||||||
|
font-weight: bold;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileName + .tileName {
|
||||||
|
margin-top: .75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileItem .userDataIcons img {
|
||||||
|
height: 18px;
|
||||||
|
width: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (min-width: 750px) {
|
||||||
|
.tileItem {
|
||||||
|
width: 46%;
|
||||||
|
display: inline-block;
|
||||||
|
margin-left: 3px;
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.backdropTileItem .tileImage {
|
||||||
|
height: 88px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem .tileImage {
|
||||||
|
height: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem .tileImage {
|
||||||
|
height: 115px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (min-width: 850px) {
|
||||||
|
|
||||||
|
.backdropTileItem .tileImage {
|
||||||
|
height: 105px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem .tileImage {
|
||||||
|
height: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem {
|
||||||
|
width: 31%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileItem p {
|
||||||
|
margin: .75em 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileItem .itemProgress {
|
||||||
|
font-size: 17px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (min-width: 1000px) {
|
||||||
|
.tileItem {
|
||||||
|
width: 47.5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem {
|
||||||
|
width: 31%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.backdropTileItem .tileImage {
|
||||||
|
height: 110px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem .tileImage {
|
||||||
|
height: 136px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem {
|
||||||
|
width: 31%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem .tileImage {
|
||||||
|
height: 105px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (min-width: 1200px) {
|
||||||
|
.backdropTileItem .tileImage {
|
||||||
|
height: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem .tileImage {
|
||||||
|
height: 160px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileItem {
|
||||||
|
width: 31.5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem .tileImage {
|
||||||
|
height: 130px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (min-width: 1440px) {
|
||||||
|
.backdropTileItem .tileImage {
|
||||||
|
height: 110px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem .tileImage {
|
||||||
|
height: 150px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileItem {
|
||||||
|
width: 31.5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem .tileImage {
|
||||||
|
height: 155px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem {
|
||||||
|
width: 23.5%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (min-width: 1700px) {
|
||||||
|
|
||||||
|
.backdropTileItem .tileImage {
|
||||||
|
height: 132px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem .tileImage {
|
||||||
|
height: 170px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileItem {
|
||||||
|
width: 32%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem {
|
||||||
|
width: 23.5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem {
|
||||||
|
width: 23.5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem .tileImage {
|
||||||
|
height: 140px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media all and (min-width: 1920px) {
|
||||||
|
.tileItem {
|
||||||
|
width: 31.5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileImage {
|
||||||
|
height: 155px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem {
|
||||||
|
width: 18.8%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem .tileImage {
|
||||||
|
height: 160px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem {
|
||||||
|
width: 18.8%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem .tileImage {
|
||||||
|
height: 120px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (min-width: 2000px) {
|
||||||
|
.tileItem {
|
||||||
|
width: 23.5%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileImage {
|
||||||
|
height: 117px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem {
|
||||||
|
width: 18.8%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem .tileImage {
|
||||||
|
height: 160px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem {
|
||||||
|
width: 18.8%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem .tileImage {
|
||||||
|
height: 130px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (min-width: 2200px) {
|
||||||
|
.tileItem {
|
||||||
|
width: 24%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileImage {
|
||||||
|
height: 145px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem {
|
||||||
|
width: 18.8%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem .tileImage {
|
||||||
|
height: 185px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem {
|
||||||
|
width: 18.8%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem .tileImage {
|
||||||
|
height: 140px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media all and (min-width: 2540px) {
|
||||||
|
.tileItem {
|
||||||
|
width: 18.75%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tileImage {
|
||||||
|
height: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem {
|
||||||
|
width: 15.8%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.posterTileItem .tileImage {
|
||||||
|
height: 180px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem {
|
||||||
|
width: 15.8%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.squareTileItem .tileImage {
|
||||||
|
height: 140px;
|
||||||
|
}
|
||||||
|
}
|
@ -49,7 +49,7 @@
|
|||||||
<div id="tvGenreTabs" class="itemTabs" style="display: none;">
|
<div id="tvGenreTabs" class="itemTabs" style="display: none;">
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||||
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
||||||
<a href="tvnextup.html" data-role="button">Next Up</a>
|
<a href="tvnextup.html" data-role="button">Next up</a>
|
||||||
<a href="tvshows.html" data-role="button">Shows</a>
|
<a href="tvshows.html" data-role="button">Shows</a>
|
||||||
<a href="tvgenres.html" data-role="button" class="ui-btn-active">Genres</a>
|
<a href="tvgenres.html" data-role="button" class="ui-btn-active">Genres</a>
|
||||||
<a href="tvpeople.html" data-role="button">Actors</a>
|
<a href="tvpeople.html" data-role="button">Actors</a>
|
||||||
@ -59,7 +59,7 @@
|
|||||||
<div id="tvPeopleTabs" class="itemTabs" style="display: none;">
|
<div id="tvPeopleTabs" class="itemTabs" style="display: none;">
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||||
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
||||||
<a href="tvnextup.html" data-role="button">Next Up</a>
|
<a href="tvnextup.html" data-role="button">Next up</a>
|
||||||
<a href="tvshows.html" data-role="button">Shows</a>
|
<a href="tvshows.html" data-role="button">Shows</a>
|
||||||
<a href="tvgenres.html" data-role="button">Genres</a>
|
<a href="tvgenres.html" data-role="button">Genres</a>
|
||||||
<a href="tvpeople.html" data-role="button" class="ui-btn-active">Actors</a>
|
<a href="tvpeople.html" data-role="button" class="ui-btn-active">Actors</a>
|
||||||
@ -69,7 +69,7 @@
|
|||||||
<div id="tvStudioTabs" class="itemTabs" style="display: none;">
|
<div id="tvStudioTabs" class="itemTabs" style="display: none;">
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||||
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
||||||
<a href="tvnextup.html" data-role="button">Next Up</a>
|
<a href="tvnextup.html" data-role="button">Next up</a>
|
||||||
<a href="tvshows.html" data-role="button">Shows</a>
|
<a href="tvshows.html" data-role="button">Shows</a>
|
||||||
<a href="tvgenres.html" data-role="button">Genres</a>
|
<a href="tvgenres.html" data-role="button">Genres</a>
|
||||||
<a href="tvpeople.html" data-role="button">Actors</a>
|
<a href="tvpeople.html" data-role="button">Actors</a>
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
<div id="tvShowsTabs" class="itemTabs" style="display: none;">
|
<div id="tvShowsTabs" class="itemTabs" style="display: none;">
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||||
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
||||||
<a href="tvnextup.html" data-role="button">Next Up</a>
|
<a href="tvnextup.html" data-role="button">Next up</a>
|
||||||
<a href="tvshows.html" data-role="button" class="ui-btn-active">Shows</a>
|
<a href="tvshows.html" data-role="button" class="ui-btn-active">Shows</a>
|
||||||
<a href="tvgenres.html" data-role="button">Genres</a>
|
<a href="tvgenres.html" data-role="button">Genres</a>
|
||||||
<a href="tvpeople.html" data-role="button">Actors</a>
|
<a href="tvpeople.html" data-role="button">Actors</a>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
IncludeItemTypes: "BoxSet",
|
IncludeItemTypes: "BoxSet",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "DisplayMediaType,ItemCounts,DateCreated,UserData",
|
Fields: "DisplayMediaType,ItemCounts,DateCreated,UserData",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
MediaTypes: "Game",
|
MediaTypes: "Game",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "ItemCounts,DateCreated,UserData",
|
Fields: "ItemCounts,DateCreated,UserData",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
MediaTypes: "Game",
|
MediaTypes: "Game",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "UserData,DisplayMediaType,Genres,Studios",
|
Fields: "UserData,DisplayMediaType,Genres,Studios",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
MediaTypes: "Game",
|
MediaTypes: "Game",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "ItemCounts,DateCreated,UserData",
|
Fields: "ItemCounts,DateCreated,UserData",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
IncludeItemTypes: "GamePlatform",
|
IncludeItemTypes: "GamePlatform",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "ItemCounts,ItemCounts,DateCreated,UserData",
|
Fields: "ItemCounts,ItemCounts,DateCreated,UserData",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -381,7 +381,7 @@
|
|||||||
IncludeItemTypes: "",
|
IncludeItemTypes: "",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "UserData,DisplayMediaType,ItemCounts,DateCreated,AudioInfo,SeriesInfo",
|
Fields: "UserData,DisplayMediaType,ItemCounts,DateCreated,AudioInfo,SeriesInfo",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
SortBy: "SortName",
|
SortBy: "SortName",
|
||||||
SortOrder: "Ascending",
|
SortOrder: "Ascending",
|
||||||
Fields: "UserData,DisplayMediaType,ItemCounts,DateCreated",
|
Fields: "UserData,DisplayMediaType,ItemCounts,DateCreated",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
||||||
getDetaultPageSize: function () {
|
getDefaultPageSize: function () {
|
||||||
|
|
||||||
if (window.location.toString().toLowerCase().indexOf('localhost') != -1) {
|
if (window.location.toString().toLowerCase().indexOf('localhost') != -1) {
|
||||||
return 100;
|
return 100;
|
||||||
@ -794,7 +794,8 @@
|
|||||||
|
|
||||||
if (item.PlayedPercentage) {
|
if (item.PlayedPercentage) {
|
||||||
|
|
||||||
tooltip = '';
|
tooltip = Math.round(item.PlayedPercentage) + '% played';
|
||||||
|
|
||||||
pct = item.PlayedPercentage;
|
pct = item.PlayedPercentage;
|
||||||
}
|
}
|
||||||
else if (item.UserData && item.UserData.PlaybackPositionTicks && item.RunTimeTicks) {
|
else if (item.UserData && item.UserData.PlaybackPositionTicks && item.RunTimeTicks) {
|
||||||
@ -804,11 +805,10 @@
|
|||||||
pct = (item.UserData.PlaybackPositionTicks / item.RunTimeTicks) * 100;
|
pct = (item.UserData.PlaybackPositionTicks / item.RunTimeTicks) * 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pct) {
|
if (pct && pct < 100) {
|
||||||
|
|
||||||
pct = parseInt(pct);
|
html += '<progress title="' + tooltip + '" class="itemProgressBar" min="0" max="100" value="' + pct + '">';
|
||||||
|
html += '</progress>';
|
||||||
html += '<span title="' + tooltip + '" class="itemProgress">' + pct + '%</span>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var userData = item.UserData || {};
|
var userData = item.UserData || {};
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
IncludeItemTypes: "Movie",
|
IncludeItemTypes: "Movie",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "ItemCounts,DateCreated,UserData",
|
Fields: "ItemCounts,DateCreated,UserData",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "ItemCounts,DateCreated,UserData",
|
Fields: "ItemCounts,DateCreated,UserData",
|
||||||
PersonTypes: "",
|
PersonTypes: "",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
IncludeItemTypes: "Movie",
|
IncludeItemTypes: "Movie",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "UserData,DisplayMediaType,ItemCounts,DateCreated",
|
Fields: "UserData,DisplayMediaType,ItemCounts,DateCreated",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
IncludeItemTypes: "Movie",
|
IncludeItemTypes: "Movie",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "ItemCounts,DateCreated,UserData",
|
Fields: "ItemCounts,DateCreated,UserData",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
IncludeItemTypes: "Trailer",
|
IncludeItemTypes: "Trailer",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "UserData,DisplayMediaType,ItemCounts,DateCreated",
|
Fields: "UserData,DisplayMediaType,ItemCounts,DateCreated",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
IncludeItemTypes: "MusicAlbum",
|
IncludeItemTypes: "MusicAlbum",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "ItemCounts,DateCreated,UserData",
|
Fields: "ItemCounts,DateCreated,UserData",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
SortOrder: "Ascending",
|
SortOrder: "Ascending",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "ItemCounts,DateCreated,UserData",
|
Fields: "ItemCounts,DateCreated,UserData",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
IncludeItemTypes: "Audio",
|
IncludeItemTypes: "Audio",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "ItemCounts,DateCreated,UserData",
|
Fields: "ItemCounts,DateCreated,UserData",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
IncludeItemTypes: "Series",
|
IncludeItemTypes: "Series",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "ItemCounts,DateCreated,UserData",
|
Fields: "ItemCounts,DateCreated,UserData",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
SortBy: "SortName",
|
SortBy: "SortName",
|
||||||
SortOrder: "Ascending",
|
SortOrder: "Ascending",
|
||||||
IncludeItemTypes: "Series",
|
IncludeItemTypes: "Series,Season,Episode",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "ItemCounts,DateCreated,UserData",
|
Fields: "ItemCounts,DateCreated,UserData",
|
||||||
PersonTypes: "",
|
PersonTypes: "",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
IncludeItemTypes: "Series",
|
IncludeItemTypes: "Series",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "DisplayMediaType,SeriesInfo,ItemCounts,DateCreated,UserData",
|
Fields: "DisplayMediaType,SeriesInfo,ItemCounts,DateCreated,UserData",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
IncludeItemTypes: "Series",
|
IncludeItemTypes: "Series",
|
||||||
Recursive: true,
|
Recursive: true,
|
||||||
Fields: "ItemCounts,DateCreated,UserData",
|
Fields: "ItemCounts,DateCreated,UserData",
|
||||||
Limit: LibraryBrowser.getDetaultPageSize(),
|
Limit: LibraryBrowser.getDefaultPageSize(),
|
||||||
StartIndex: 0
|
StartIndex: 0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<div data-role="content">
|
<div data-role="content">
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||||
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
||||||
<a href="tvnextup.html" data-role="button">Next Up</a>
|
<a href="tvnextup.html" data-role="button">Next up</a>
|
||||||
<a href="tvshows.html" data-role="button">Shows</a>
|
<a href="tvshows.html" data-role="button">Shows</a>
|
||||||
<a href="tvgenres.html" data-role="button" class="ui-btn-active">Genres</a>
|
<a href="tvgenres.html" data-role="button" class="ui-btn-active">Genres</a>
|
||||||
<a href="tvpeople.html" data-role="button">Actors</a>
|
<a href="tvpeople.html" data-role="button">Actors</a>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<div data-role="content">
|
<div data-role="content">
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||||
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
||||||
<a href="tvnextup.html" data-role="button" class="ui-btn-active">Next Up</a>
|
<a href="tvnextup.html" data-role="button" class="ui-btn-active">Next up</a>
|
||||||
<a href="tvshows.html" data-role="button">Shows</a>
|
<a href="tvshows.html" data-role="button">Shows</a>
|
||||||
<a href="tvgenres.html" data-role="button">Genres</a>
|
<a href="tvgenres.html" data-role="button">Genres</a>
|
||||||
<a href="tvpeople.html" data-role="button">Actors</a>
|
<a href="tvpeople.html" data-role="button">Actors</a>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<div data-role="content">
|
<div data-role="content">
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||||
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
||||||
<a href="tvnextup.html" data-role="button">Next Up</a>
|
<a href="tvnextup.html" data-role="button">Next up</a>
|
||||||
<a href="tvshows.html" data-role="button">Shows</a>
|
<a href="tvshows.html" data-role="button">Shows</a>
|
||||||
<a href="tvgenres.html" data-role="button">Genres</a>
|
<a href="tvgenres.html" data-role="button">Genres</a>
|
||||||
<a href="tvpeople.html" data-role="button" class="ui-btn-active">Actors</a>
|
<a href="tvpeople.html" data-role="button" class="ui-btn-active">Actors</a>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<div data-role="content">
|
<div data-role="content">
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||||
<a href="tvrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>
|
<a href="tvrecommended.html" data-role="button" class="ui-btn-active">Suggested</a>
|
||||||
<a href="tvnextup.html" data-role="button">Next Up</a>
|
<a href="tvnextup.html" data-role="button">Next up</a>
|
||||||
<a href="tvshows.html" data-role="button">Shows</a>
|
<a href="tvshows.html" data-role="button">Shows</a>
|
||||||
<a href="tvgenres.html" data-role="button">Genres</a>
|
<a href="tvgenres.html" data-role="button">Genres</a>
|
||||||
<a href="tvpeople.html" data-role="button">Actors</a>
|
<a href="tvpeople.html" data-role="button">Actors</a>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<div data-role="content">
|
<div data-role="content">
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||||
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
||||||
<a href="tvnextup.html" data-role="button">Next Up</a>
|
<a href="tvnextup.html" data-role="button">Next up</a>
|
||||||
<a href="tvshows.html" data-role="button" class="ui-btn-active">Shows</a>
|
<a href="tvshows.html" data-role="button" class="ui-btn-active">Shows</a>
|
||||||
<a href="tvgenres.html" data-role="button">Genres</a>
|
<a href="tvgenres.html" data-role="button">Genres</a>
|
||||||
<a href="tvpeople.html" data-role="button">Actors</a>
|
<a href="tvpeople.html" data-role="button">Actors</a>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<div data-role="content">
|
<div data-role="content">
|
||||||
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
<div data-role="controlgroup" data-type="horizontal" class="libraryViewNav" data-mini="true">
|
||||||
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
<a href="tvrecommended.html" data-role="button">Suggested</a>
|
||||||
<a href="tvnextup.html" data-role="button">Next Up</a>
|
<a href="tvnextup.html" data-role="button">Next up</a>
|
||||||
<a href="tvshows.html" data-role="button">Shows</a>
|
<a href="tvshows.html" data-role="button">Shows</a>
|
||||||
<a href="tvgenres.html" data-role="button">Genres</a>
|
<a href="tvgenres.html" data-role="button">Genres</a>
|
||||||
<a href="tvpeople.html" data-role="button">Actors</a>
|
<a href="tvpeople.html" data-role="button">Actors</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user