Re: Coverart with Dune and tvix 6500/6600 from tvixie
DUNE could show folder.jpg & TVIX.jpg as icon & background image using dune_folder.txt Below is content of my dune_folder.txt (place this text file in the root of HDD where you have your movie folders), it works very OK for my TVIX 6500A & DUNE Base
paint_captions=yes
caption_font_size=small
icon_valign=center
icon_halign=center
icon_path=folder.jpg
use_icon_view=yes
num_cols=6
num_rows=2
system_files =*.jpg,*.png,*.tvixie,*.srt,*.tvix,*.ted,*.ini,*.n fo
all_children.system_files=*.jpg,*.png,*.tvixie,*.s rt,*.tvix,*.ted,*.ini,*.nfo
all_children.icon_path=folder.jpg
all_children.icon_scale_factor=1.5
all_children.background_path=TVIX.jpg
all_children.background_x=0
all_children.background_y=0
all_children.background_width=1920
all_children.background_height=1080
all_children.optimize_full_screen_background=yes
all_children.paint_scrollbar=no
all_children.paint_content_box_background=no
all_children.paint_icons=no
all_children.paint_icon_selection_box=yes
all_children.paint_path_box=no
|