2017-07-30 10:53:49 -07:00
< div id = "itemDetailPage" data-role = "page" class = "page libraryPage itemDetailPage noSecondaryNavPage selfBackdropPage" data-backbutton = "true" >
2015-06-16 10:37:49 -07:00
2016-12-15 13:03:57 -07:00
< style >
2017-10-18 18:22:13 -07:00
@media all and (min-width: 62.5em) {
2016-12-15 13:03:57 -07:00
.itemBackdrop {
display: none;
}
}
< / style >
2016-03-15 22:33:31 -07:00
< div id = "itemBackdrop" class = "itemBackdrop noBackdrop" >
2017-06-19 11:09:05 -07:00
< div class = "itemBackdropFader" >
2015-08-17 21:22:45 -07:00
< / div >
2017-08-17 23:03:29 -07:00
< button is = "emby-button" type = "button" class = "btnPlay detailFloatingButton hide fab autoSize" title = "${ButtonPlay}" data-mode = "resume" > < i class = "md-icon" >  < / i > < / button >
2016-12-02 01:03:38 -07:00
< / div >
2015-02-02 21:54:52 -07:00
2016-12-19 22:22:31 -07:00
< div class = "detailLogo" > < / div >
2017-04-18 10:48:27 -07:00
< div class = "detailPageContent padded-bottom-page" >
2015-02-02 21:54:52 -07:00
2017-04-27 10:54:54 -07:00
< div class = "detailPagePrimaryContainer padded-left padded-right" >
2016-12-02 01:03:38 -07:00
< div class = "detailImageContainer" >
2016-03-15 22:33:31 -07:00
< / div >
2016-12-02 01:03:38 -07:00
< div class = "detailPagePrimaryContent" >
2016-12-03 00:58:48 -07:00
2016-12-02 01:03:38 -07:00
< div class = "detailSection" style = "margin-bottom: 0;" >
2016-09-20 09:51:16 -07:00
2017-11-01 11:35:02 -07:00
< div class = "nameContainer" >
2016-12-02 01:03:38 -07:00
2017-11-01 11:35:02 -07:00
< / div >
< div class = "itemMiscInfo itemMiscInfo-primary" style = "margin: .7em 0;font-size:92%;" >
< / div >
< div class = "itemMiscInfo itemMiscInfo-secondary" style = "margin: .7em 0;font-size:92%;" >
2016-12-02 01:03:38 -07:00
2016-12-17 21:58:20 -07:00
< / div >
2016-12-02 01:03:38 -07:00
2017-11-01 11:35:02 -07:00
< div class = "genres hide" style = "margin: .7em 0;font-size:92%;" >
< / div >
< div class = "directors hide" style = "margin: .7em 0;font-size:92%;" >
2016-12-02 01:03:38 -07:00
< / div >
2017-11-10 14:22:38 -07:00
< form class = "trackSelections flex align-items-center flex-wrap-wrap hide focuscontainer-x" style = "margin: .5em 0;font-size:92%; padding: 0;" >
2017-11-09 13:58:09 -07:00
< div class = "selectContainer selectContainer-inline selectSourceContainer hide trackSelectionFieldContainer flex-shrink-zero" style = "margin-right:1.5em;" >
2017-11-10 14:22:38 -07:00
< select is = "emby-select" class = "selectSource detailTrackSelect" label = "" > < / select >
2017-11-05 14:51:23 -07:00
< / div >
2017-11-09 13:58:09 -07:00
< div class = "selectContainer selectContainer-inline selectVideoContainer hide trackSelectionFieldContainer flex-shrink-zero" style = "margin-right:1.5em;" >
2017-11-08 13:21:52 -07:00
< select is = "emby-select" class = "selectVideo detailTrackSelect" label = "" > < / select >
< / div >
2017-11-09 13:58:09 -07:00
< div class = "selectContainer selectContainer-inline selectAudioContainer hide trackSelectionFieldContainer flex-shrink-zero" style = "margin-right:1.5em;" >
2017-11-10 14:22:38 -07:00
< select is = "emby-select" class = "selectAudio detailTrackSelect" label = "" > < / select >
2017-11-05 14:51:23 -07:00
< / div >
< div class = "selectContainer selectContainer-inline selectSubtitlesContainer hide trackSelectionFieldContainer" >
2017-11-10 14:22:38 -07:00
< select is = "emby-select" class = "selectSubtitles detailTrackSelect" label = "" > < / select >
2017-11-05 14:51:23 -07:00
< / div >
2017-11-10 14:22:38 -07:00
< / form >
2017-11-05 14:51:23 -07:00
2017-10-18 18:22:13 -07:00
< div class = "mainDetailButtons" >
2017-06-19 11:09:05 -07:00
2018-09-12 10:26:21 -07:00
< button is = "emby-button" type = "button" class = "raised btnResume hide detailButton" data-mode = "resume" >
< span > ${ButtonResume}< / span >
2017-06-19 11:09:05 -07:00
< / button >
2018-09-12 10:26:21 -07:00
< button is = "emby-button" type = "button" class = "raised btnPlay hide detailButton" data-mode = "play" >
< span > ${ButtonPlay}< / span >
2017-06-19 11:09:05 -07:00
< / button >
< button is = "emby-button" type = "button" class = "button-flat btnPlayTrailer hide detailButton-mobile" >
< div class = "detailButton-mobile-content" >
< i class = "md-icon detailButton-mobile-icon" >  < / i >
< div class = "detailButton-mobile-text" > ${ButtonTrailer}< / div >
< / div >
< / button >
2018-09-12 10:26:21 -07:00
< button is = "emby-button" type = "button" class = "raised btnPlayTrailer hide detailButton" >
< span > ${ButtonTrailer}< / span >
< / button >
2017-06-19 11:09:05 -07:00
< button is = "emby-button" type = "button" class = "button-flat btnInstantMix hide detailButton-mobile" >
< div class = "detailButton-mobile-content" >
< i class = "md-icon detailButton-mobile-icon" >  < / i >
< div class = "detailButton-mobile-text" > ${HeaderInstantMix}< / div >
< / div >
< / button >
2018-09-12 10:26:21 -07:00
< button is = "emby-button" type = "button" class = "raised btnInstantMix hide detailButton" >
< span > ${HeaderInstantMix}< / span >
< / button >
2017-06-19 11:09:05 -07:00
< button is = "emby-button" type = "button" class = "button-flat btnShuffle hide detailButton-mobile" >
< div class = "detailButton-mobile-content" >
< i class = "md-icon detailButton-mobile-icon" >  < / i >
< div class = "detailButton-mobile-text" > ${ButtonShuffle}< / div >
< / div >
< / button >
2018-09-12 10:26:21 -07:00
< button is = "emby-button" type = "button" class = "raised btnShuffle hide detailButton" >
< span > ${ButtonShuffle}< / span >
< / button >
2017-06-20 12:36:34 -07:00
< button is = "emby-downloadbutton" type = "button" class = "button-flat btnSyncDownload hide detailButton-mobile" >
< div class = "detailButton-mobile-content" >
2017-08-17 23:03:29 -07:00
< i class = "md-icon detailButton-mobile-icon" >  < / i >
2017-06-20 12:36:34 -07:00
< div class = "detailButton-mobile-text emby-downloadbutton-downloadtext" > ${ButtonDownload}< / div >
< / div >
< / button >
2018-09-12 10:26:21 -07:00
< button is = "emby-downloadbutton" type = "button" class = "raised btnSyncDownload hide detailButton" >
< i class = "md-icon" >  < / i >
< span class = "emby-downloadbutton-downloadtext" > ${ButtonDownload}< / span >
< / button >
2017-06-19 11:09:05 -07:00
< button is = "emby-button" type = "button" class = "button-flat btnCancelSeriesTimer hide detailButton-mobile" >
< div class = "detailButton-mobile-content" >
< i class = "md-icon detailButton-mobile-icon" >  < / i >
2017-08-24 12:53:06 -07:00
< div class = "detailButton-mobile-text" > ${CancelSeries}< / div >
< / div >
< / button >
2018-09-12 10:26:21 -07:00
< button is = "emby-button" type = "button" class = "raised btnCancelSeriesTimer hide detailButton" >
< span > ${CancelSeries}< / span >
< / button >
2017-08-24 12:53:06 -07:00
< button is = "emby-button" type = "button" class = "button-flat btnCancelTimer hide detailButton-mobile" >
< div class = "detailButton-mobile-content" >
< i class = "md-icon detailButton-mobile-icon" >  < / i >
< div class = "detailButton-mobile-text" > ${StopRecording}< / div >
2017-06-19 11:09:05 -07:00
< / div >
< / button >
2018-09-12 10:26:21 -07:00
< button is = "emby-button" type = "button" class = "raised btnCancelTimer hide detailButton" >
< span > ${StopRecording}< / span >
< / button >
2017-06-19 11:09:05 -07:00
< button is = "emby-button" type = "button" class = "button-flat btnDeleteItem hide detailButton-mobile" >
< div class = "detailButton-mobile-content" >
< i class = "md-icon detailButton-mobile-icon" >  < / i >
< div class = "detailButton-mobile-text" > ${Delete}< / div >
< / div >
< / button >
2018-09-12 10:26:21 -07:00
< button is = "emby-button" type = "button" class = "fab btnDeleteItem hide detailButton" >
< i class = "md-icon" >  < / i >
< / button >
2017-06-19 11:09:05 -07:00
< button is = "emby-playstatebutton" type = "button" class = "button-flat btnPlaystate hide detailButton-mobile" >
< div class = "detailButton-mobile-content" >
2018-09-12 10:26:21 -07:00
< i class = "md-icon detailButton-mobile-icon" >  < / i >
< div class = "detailButton-mobile-text button-text" > < / div >
2017-06-19 11:09:05 -07:00
< / div >
< / button >
2018-09-12 10:26:21 -07:00
< button is = "emby-playstatebutton" type = "button" class = "fab btnPlaystate hide detailButton" >
< i class = "md-icon" >  < / i >
< / button >
2017-06-19 11:09:05 -07:00
< button is = "emby-ratingbutton" type = "button" class = "button-flat btnUserRating hide detailButton-mobile" >
< div class = "detailButton-mobile-content" >
2018-09-12 10:26:21 -07:00
< i class = "md-icon detailButton-mobile-icon" >  < / i >
< div class = "detailButton-mobile-text button-text" > ${Rate}< / div >
2017-06-19 11:09:05 -07:00
< / div >
< / button >
2018-09-12 10:26:21 -07:00
< button is = "emby-ratingbutton" type = "button" class = "fab btnUserRating hide detailButton" >
< i class = "md-icon" >  < / i >
< / button >
2017-10-18 18:22:13 -07:00
< button is = "emby-button" type = "button" class = "button-flat btnMoreCommands hide detailButton-mobile" >
< div class = "detailButton-mobile-content" >
2018-09-12 10:26:21 -07:00
< i class = "md-icon detailButton-mobile-icon" > < / i >
< div class = "detailButton-mobile-text" > ${ButtonMore}< / div >
2017-10-18 18:22:13 -07:00
< / div >
2017-08-24 12:53:06 -07:00
< / button >
2018-09-12 10:26:21 -07:00
< button is = "emby-button" type = "button" class = "fab btnMoreCommands hide detailButton" >
< i class = "md-icon" >  < / i >
< / button >
2016-12-02 01:03:38 -07:00
< / div >
2016-12-17 21:58:20 -07:00
< div class = "recordingFields hide" style = "margin: .5em 0 1.5em;" >
2016-12-02 01:03:38 -07:00
< / div >
< div class = "detailSectionContent" >
2016-12-09 00:26:39 -07:00
< p class = "itemGenres" > < / p >
2017-11-01 11:35:02 -07:00
< h3 class = "tagline" > < / h3 >
2016-12-02 01:03:38 -07:00
< p class = "overview" > < / p >
< p id = "itemBirthday" > < / p >
< p id = "itemBirthLocation" > < / p >
< p id = "itemDeathDate" > < / p >
< p id = "seriesAirTime" > < / p >
2017-11-03 11:16:10 -07:00
< div class = "itemTags hide" style = "margin: .7em 0;font-size:92%;" >
< / div >
< div class = "itemExternalLinks hide" style = "margin: .7em 0;font-size:92%;" >
< / div >
2016-12-17 21:58:20 -07:00
< div class = "seriesRecordingEditor" >
< / div >
2016-12-02 01:03:38 -07:00
< / div >
2013-06-12 14:46:50 -07:00
< / div >
2016-03-15 22:33:31 -07:00
< / div >
2016-12-02 01:03:38 -07:00
< / div >
2017-04-27 10:54:54 -07:00
< div class = "seriesTimerScheduleSection verticalSection detailVerticalSection hide" style = "margin-top:-3em;" >
< h2 class = "sectionTitle padded-left" >
2016-12-17 21:58:20 -07:00
${HeaderSchedule}
2017-04-27 10:54:54 -07:00
< / h2 >
< div class = "seriesTimerSchedule padded-left padded-right" >
2016-03-15 22:33:31 -07:00
< / div >
2016-12-17 21:58:20 -07:00
< / div >
< div class = "collectionItems" > < / div >
2017-04-27 10:54:54 -07:00
< div class = "nextUpSection verticalSection detailVerticalSection hide" >
< h2 class = "sectionTitle sectionTitle-cards padded-left" >
2016-12-17 21:58:20 -07:00
${HeaderNextUp}
2017-04-27 10:54:54 -07:00
< / h2 >
< div is = "emby-itemscontainer" class = "nextUpItems vertical-wrap padded-left padded-right" > < / div >
2016-12-17 21:58:20 -07:00
< / div >
2017-11-01 11:35:02 -07:00
< div class = "programGuideSection hide verticalSection detailVerticalSection" >
< div class = "programGuide" > < / div >
< / div >
2017-04-27 10:54:54 -07:00
< div id = "childrenCollapsible" class = "hide verticalSection detailVerticalSection" >
< h2 class = "childrenSectionHeader sectionTitle sectionTitle-cards padded-left" >
2016-12-17 21:58:20 -07:00
< span id = "childrenTitle" > < / span >
2017-04-27 10:54:54 -07:00
< / h2 >
2016-12-17 21:58:20 -07:00
< div id = "childrenContent" >
2017-04-27 10:54:54 -07:00
< div is = "emby-itemscontainer" class = "childrenItemsContainer itemsContainer padded-left padded-right" style = "text-align: left;" > < / div >
2016-10-18 11:23:41 -07:00
< / div >
2016-12-17 21:58:20 -07:00
< / div >
2017-04-27 10:54:54 -07:00
< div id = "additionalPartsCollapsible" class = "verticalSection detailVerticalSection hide" >
< h2 class = "sectionTitle sectionTitle-cards padded-left" >
2016-12-17 21:58:20 -07:00
${HeaderAdditionalParts}
2017-04-27 10:54:54 -07:00
< / h2 >
< div id = "additionalPartsContent" is = "emby-itemscontainer" class = "itemsContainer vertical-wrap padded-left padded-right" > < / div >
2016-12-17 21:58:20 -07:00
< / div >
2017-10-14 11:36:40 -07:00
< div class = "verticalSection itemVerticalSection moreFromSeasonSection hide" >
< h2 class = "sectionTitle sectionTitle-cards padded-left padded-right" > < / h2 >
< div is = "emby-scroller" class = "emby-scroller" data-mousewheel = "false" data-centerfocus = "true" data-horizontal = "true" >
< div class = "scrollerframe padded-top-focusscale padded-bottom-focusscale" >
< div is = "emby-itemscontainer" class = "scrollSlider focuscontainer-x itemsContainer padded-left padded-right" > < / div >
< / div >
< / div >
< / div >
2018-09-12 10:26:21 -07:00
< div class = "verticalSection itemVerticalSection moreFromArtistSection hide" >
< h2 class = "sectionTitle sectionTitle-cards padded-left padded-right" > < / h2 >
< div is = "emby-scroller" class = "emby-scroller" data-mousewheel = "false" data-centerfocus = "true" data-horizontal = "true" >
< div class = "scrollerframe padded-top-focusscale padded-bottom-focusscale" >
< div is = "emby-itemscontainer" class = "scrollSlider focuscontainer-x itemsContainer padded-left padded-right" > < / div >
< / div >
< / div >
2017-10-14 11:36:40 -07:00
< / div >
2018-09-12 10:26:21 -07:00
2017-11-29 13:43:41 -07:00
< div id = "castCollapsible" class = "verticalSection detailVerticalSection hide" >
2017-04-27 10:54:54 -07:00
< h2 id = "peopleHeader" class = "sectionTitle sectionTitle-cards padded-left" >
2016-12-17 21:58:20 -07:00
${HeaderCastCrew}
2017-04-27 10:54:54 -07:00
< / h2 >
< div id = "castContent" is = "emby-itemscontainer" class = "itemsContainer padded-left padded-right" > < / div >
< div class = "padded-left" >
< button is = "emby-button" type = "button" class = "raised more morePeople hide" > ${ButtonMore}< / button >
< / div >
2016-12-17 21:58:20 -07:00
< / div >
2017-04-27 10:54:54 -07:00
< div id = "seriesScheduleSection" class = "verticalSection detailVerticalSection hide" >
2018-09-12 10:26:21 -07:00
< h2 class = "sectionTitle padded-left padded-right" >
2016-12-17 21:58:20 -07:00
${HeaderUpcomingOnTV}
2017-04-27 10:54:54 -07:00
< / h2 >
2018-09-12 10:26:21 -07:00
< div id = "seriesScheduleList" is = "emby-itemscontainer" class = "itemsContainer vertical-list padded-left padded-right" > < / div >
< br / >
2016-12-17 21:58:20 -07:00
< / div >
2014-08-28 17:49:25 -07:00
2017-04-27 10:54:54 -07:00
< div id = "specialsCollapsible" class = "verticalSection detailVerticalSection hide" >
< h2 class = "sectionTitle sectionTitle-cards padded-left" >
2016-12-17 21:58:20 -07:00
${HeaderSpecialFeatures}
2017-04-27 10:54:54 -07:00
< / h2 >
< div id = "specialsContent" is = "emby-itemscontainer" class = "itemsContainer vertical-wrap padded-left padded-right" > < / div >
2016-12-17 21:58:20 -07:00
< / div >
2017-04-27 10:54:54 -07:00
< div id = "musicVideosCollapsible" class = "verticalSection detailVerticalSection hide" >
< h2 class = "sectionTitle sectionTitle-cards padded-left" >
2016-12-17 21:58:20 -07:00
${HeaderMusicVideos}
2017-04-27 10:54:54 -07:00
< / h2 >
< div id = "musicVideosContent" is = "emby-itemscontainer" class = "itemsContainer vertical-wrap padded-left padded-right" > < / div >
2016-12-17 21:58:20 -07:00
< / div >
2018-09-12 10:26:21 -07:00
< div id = "scenesCollapsible" class = "verticalSection itemVerticalSection verticalSection-extrabottompadding hide" >
< h2 class = "sectionTitle sectionTitle-cards padded-left padded-right" > ${HeaderScenes}< / h2 >
< div is = "emby-scroller" class = "emby-scroller" data-mousewheel = "false" data-centerfocus = "true" data-horizontal = "true" >
< div class = "scrollerframe padded-top-focusscale padded-bottom-focusscale" >
< div id = "scenesContent" is = "emby-itemscontainer" class = "scrollSlider focuscontainer-x itemsContainer padded-left padded-right" > < / div >
< / div >
2016-03-15 22:33:31 -07:00
< / div >
2016-12-17 21:58:20 -07:00
< / div >
2015-06-19 11:34:21 -07:00
2018-09-12 10:26:21 -07:00
< div id = "similarCollapsible" class = "verticalSection itemVerticalSection verticalSection-extrabottompadding hide" >
< h2 class = "sectionTitle sectionTitle-cards padded-left padded-right" > ${HeaderMoreLikeThis}< / h2 >
2013-05-14 21:05:52 -07:00
2018-09-12 10:26:21 -07:00
< div is = "emby-scroller" class = "emby-scroller" data-mousewheel = "false" data-centerfocus = "true" data-horizontal = "true" >
< div class = "scrollerframe padded-top-focusscale padded-bottom-focusscale" >
< div is = "emby-itemscontainer" class = "scrollSlider focuscontainer-x itemsContainer padded-left padded-right similarContent" > < / div >
< / div >
< / div >
2016-12-17 21:58:20 -07:00
< / div >
2014-10-06 16:58:46 -07:00
2017-04-27 10:54:54 -07:00
< div class = "verticalSection detailVerticalSection audioVideoMediaInfo hide" >
2017-10-14 11:36:40 -07:00
< h2 class = "sectionTitle padded-left" style = "margin-bottom:0;" > ${HeaderMediaInfo}< / h2 >
2017-04-27 10:54:54 -07:00
< div class = "padded-left padded-right" >
2016-12-17 21:58:20 -07:00
< div class = "splitVersionContainer" style = "border-bottom: 1px solid #444; padding: 1em 0;" >
< button is = "emby-button" type = "button" class = "raised btnSplitVersions subdued" > ${ButtonSplitVersionsApart}< / button >
2014-10-06 16:58:46 -07:00
< / div >
2016-12-17 21:58:20 -07:00
< div id = "mediaInfoContent" class = "mediaInfoContent" > < / div >
2013-02-20 18:33:05 -07:00
< / div >
< / div >
< / div >
2016-03-15 22:33:31 -07:00
< / div >