mgworek 125 Posted May 4, 2021 Posted May 4, 2021 Looks like Horizontal scrolling is back on the home screen. All the latest media is horizontal scrolling again. I tried figured out how to fix it myself but it's been so long since I tried using inspector to figure things out. Any help would be appreciated. Thanks!
Happy2Play 9455 Posted May 4, 2021 Author Posted May 4, 2021 27 minutes ago, mgworek said: Looks like Horizontal scrolling is back on the home screen. All the latest media is horizontal scrolling again. I tried figured out how to fix it myself but it's been so long since I tried using inspector to figure things out. Any help would be appreciated. Thanks! You have to edit the homescreen.js in the HeaderContinueWatching and section:""latest"" areas.
Happy2Play 9455 Posted May 6, 2021 Author Posted May 6, 2021 On 5/4/2021 at 12:38 PM, mgworek said: Looks like Horizontal scrolling is back on the home screen. All the latest media is horizontal scrolling again. I tried figured out how to fix it myself but it's been so long since I tried using inspector to figure things out. Any help would be appreciated. Thanks! Did you find it? If not all I did was remove data-virtualscrolllayout="horizontal-grid" in both areas. Quote globalize.translate("HeaderContinueWatching")+"</h2>",html+='<div is="emby-scroller" data-mousewheel="false" data-centerfocus="true" class="padded-top-focusscale padded-bottom-focusscale"><div is="emby-itemscontainer" data-commands="removefromresume" class="itemsContainer scrollSlider focuscontainer-x padded-left padded-right" data-monitor="videoplayback,markplayed" data-virtualscrolllayout="horizontal-grid">' Quote (parent,{section:"latest"})+'" class="more button-link sectionTitleTextButton">',html+='<h2 class="sectionTitle sectionTitle-cards">',html+=globalize.translate("LatestFromLibrary",parent.Name),html+="</h2>",html+="</a>");html+="</div>";var monitor="music"===parent.CollectionType||"audiobooks"===parent.CollectionType?"markplayed":"videoplayback,markplayed";html+='<div data-parentid="'+parent.Id+'" is="emby-scroller" data-mousewheel="false" data-centerfocus="true" class="padded-top-focusscale padded-bottom-focusscale"><div is="emby-itemscontainer" class="itemsContainer scrollSlider focuscontainer-x padded-left padded-right" data-monitor="'+monitor+'" data-virtualscrolllayout="horizontal-grid">'
mgworek 125 Posted May 6, 2021 Posted May 6, 2021 15 hours ago, Happy2Play said: Did you find it? If not all I did was remove data-virtualscrolllayout="horizontal-grid" in both areas. Thanks! I tried the other day to find the file on my linux server but didn't find it. I need to try again. Thanks for the info. I am assuming whenever a new update comes out, I have to go back and edit the file?
Happy2Play 9455 Posted May 6, 2021 Author Posted May 6, 2021 2 minutes ago, mgworek said: Thanks! I tried the other day to find the file on my linux server but didn't find it. I need to try again. Thanks for the info. I am assuming whenever a new update comes out, I have to go back and edit the file? Correct as the entire system folder gets replaced. I create a script file I run with every update. Then make minor tweaks when Luke changes this around. 1
Happy2Play 9455 Posted May 10, 2021 Author Posted May 10, 2021 Depending on your configuration you may need to do the Next Up row if you use the legacy Next Up option. Quote html+=globalize.translate(""HeaderNextUp""),html+=""</h2>"",html+=""</a>"");html+=""</div>"",html+='<div is=""emby-scroller"" data-mousewheel=""false"" data-centerfocus=""true"" class=""padded-top-focusscale padded-bottom-focusscale""><div is=""emby-itemscontainer"" data-commands=""removefromnextup"" class=""itemsContainer scrollSlider focuscontainer-x padded-left padded-right"" data-monitor=""videoplayback,markplayed"" data-virtualscrolllayout=""horizontal-grid"">' 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now