Main Folder Thumbnail

@wdtvhub

“The Hub and any drives attached to it are limited by firmware to a default icon.”

Actually, it can be done :wink:   of course, there’s a few gotcha’s

EDIT: Found my 10port Hub decided to plug in a few drives laying around :wink:

 It’s using the “Linksheets” method … but for Thumbnails only

So it’s only compatible with Non -Linksheet Themes.

Will work for all Views … Except   " Gallery View"  

How it works:  grab some folder icons and rename with NO file extension (eg. TERABYTE2 ) then copy into the root level of the theme folder.

Then in _ List view _ i used this code …

<image image=“@@focused_title” x=“100” y=“155” w=“300” h=“451” scale="100"bg=“1”/>

In _ Video Thumb Browse _ (screenshot above) i used this code …

<wrapper w=“194” h=“292” y=“95” align=“hcenter”  scale_type=“pan” scale=“89” selected_scale=“98”>
<image image=“@@description_0” x=“28” active=“@@act-browselist-0” selected=“@@sel-description-0"bg=“1”/>
<image image=”@@description_1" x=“232” active=“@@act-browselist-1” selected=“@@sel-description-1"bg=“1”/>
<image image=”@@description_2" x=“632” active=“@@act-browselist-2” selected="@@sel-description-2"bg=“1”/>
etc etc etc etc etc

Remember “Linksheets” work by using “text” label code … but replacing it with “image” which then points to the Linksheet, Linkthumbnail, Linkpicture … whatever you wanna call it.

In further Updates of my Non Moviesheet / Linksheets Themes … I will include the code for all the Views.

1 Like