XML DATABASE (formerly Request for all Themers)

This thread was formerly a request for everyone working on themes to post what they knew about which xmls did what.  But since this thread has been up a month or so and no one has posted anything I figured I’d change this thread.

I hope that others will eventually participate, but if not I will try to post as much as I know about the xmls when I can.

If anyone does decide to post, please try to keep it in the style that I have already posted and please do not double post about the same xmls that are already listed.  If you know something about lines in an xml that are already posted, that are unknown or that have an incorrect description, then please contact the original poster of the xml so that they can correct it.

Thanks,

TW

See also the " Some Tips on Theming" thread.

5 Likes

Good Idea.

This is the xml for "rv_gallery_browse_page.xml" which controls how videos look in GALLERY VIEW. The text in GREEN are my notes as to what each line does. If it says "UNKNOWN AT THIS TIME" or have no notes it is because either I haven't tried changing these so I don't know what they do or changing these lines don't appear to do anything.

This is not meant to be a guide, only to show which lines do what in the xml. To see what can and can't be done, you'll just have to do a little trial and error. Remember to always back up the xml you are working on, so if you make the HUB crash, you can revert back to the old xml.

<?xml version="1.0" encoding="utf-8"?>

<page background="./image/RV-BG.jpg">

<image image="image/keyboard_mask_bg.png" x="0" y="0" w="1280" h="720" bg="1" disable="@@disable-thumbnail-bg" />

<image image="@@preview_rect_image" default_image="@@default_preview_rect_image" x="0" y="0" w="1280" h="720" textcolor="@@preview_rect_color" keycolor="1" ignore_keycolor="1" bg="1" />

********THIS LINE IS TO PLACE AN OVERLAY IMAGE ON TOP OF THE BACKGROUND IMAGE********

<image image="image/Gallery/video_browse_gallery_overlay.png" x="0" y="0" w="1280" h="720" bg="1" />

<ctrlgrp>

********THESE LINES ARE TO INCLUDE THESE XML’S************

<include filename="./rv_multi_edit_ctrls.xml" />

<include filename="./rv_browse_common_ctrls.xml" />

<linebreak />

******* THIS LINE CONTROLS THE NUMBER OF COLUMNS & ROWS & HOW THE SCOLLING MOVES****

<listbox valkey="browselist" move="row" cols="7" rows="1" lbmask="ud" loop_scroll="1" _trigger="10" turbo_multi="10" autoenter="1" fixed_scrolling_col="3" hormove="1" />

</ctrlgrp>

******THESE LINES CONTROL THE POSTIONS, SIZE & COLOR OF THE FILE NAME AND METADATA******

<text x="254" y="172" w="970" h="42" text="@@browse_text" fontsize="40" textcolor="0xffffff" align="left" speed="1" delay="2" />

<text x="254" y="252" w="380" h="20" text="@@year" fontsize="18" textcolor="0xffffff" align="left" />

<text x="645" y="252" w="580" h="20" text="@@genre" fontsize="18" textcolor="0xffffff" align="left" />

<text x="645" y="286" w="580" h="20" text="@@director" fontsize="18" textcolor="0xffffff" align="left" />

<text x="254" y="286" w="380" h="20" text="@@totaltime" fontsize="18" textcolor="0xffffff" align="left" />

<text x="254" y="320" w="970" h="20" text="@@actor" fontsize="18" textcolor="0xffffff" align="left" />

<text x="254" y="358" w="970" h="80" text="@@overview" fontsize="18" numlines="3" textcolor="0xffffff" align="left" />

<image image="@@metadata_left_arrow" x="57" y="518" w="39" h="53" align="hcenter" scale_type="fixratio" scale="100" />

<image image="@@metadata_right_arrow" x="1180" y="518" w="39" h="53" align="hcenter" scale_type="fixratio" scale="100" />

<image image="@@favorite" x="390" y="217" w="23" h="21" align="hcenter" />

<image image="@@rating" x="252" y="217" w="124" h="21" align="hcenter" />

*******THIS LINE CONTROLS PAGE ANIMATION (SEE TIP HERE)***********

<widgetghost valkey="marquee" x="29" y="448" w="1226" h="186" ctrlname="browselist" step="10">

******THESE LINES CONTROL THE SIZE AND POSTION OF THE NON-FOCUSED THUMBNAIL BACKGROUND

IMAGE*****

<!--thumbnail bg -->

<wrapper y="456" w="122" h="169" align="hcenter" scale_type="fixratio" scale="100" selected_scale="100">

<image image="@@rv_browse_page_bg_0" x="143" active="@@act-browselist-0" disable="@@bg_disable_0" />

<image image="@@rv_browse_page_bg_1" x="289" active="@@act-browselist-1" disable="@@bg_disable_1" />

<image image="@@rv_browse_page_bg_2" x="435" active="@@act-browselist-2" disable="@@bg_disable_2" />

<image image="@@rv_browse_page_bg_3" x="581" active="@@act-browselist-3" disable="@@bg_disable_3" />

<image image="@@rv_browse_page_bg_4" x="727" active="@@act-browselist-4" disable="@@bg_disable_4" />

<image image="@@rv_browse_page_bg_5" x="873" active="@@act-browselist-5" disable="@@bg_disable_5" />

<image image="@@rv_browse_page_bg_6" x="1020" active="@@act-browselist-6" disable="@@bg_disable_6" />

</wrapper>

******CONTROLS THE SIZE & POSTION OF THE FOCUSED THUMBNAIL BACKGROUND IMAGE******

<!--thumbnail bg_f -->

<wrapper y="448" w="134" h="187" align="hcenter" scale_type="fixratio" scale="100" selected_scale="100">

<image image="@@rv_browse_page_bg_0" x="137" active="@@act-browselist-0" disable="@@bg_f_disable_0" />

<image image="@@rv_browse_page_bg_1" x="283" active="@@act-browselist-1" disable="@@bg_f_disable_1" />

<image image="@@rv_browse_page_bg_2" x="429" active="@@act-browselist-2" disable="@@bg_f_disable_2" />

<image image="@@rv_browse_page_bg_3" x="575" active="@@act-browselist-3" disable="@@bg_f_disable_3" />

<image image="@@rv_browse_page_bg_4" x="721" active="@@act-browselist-4" disable="@@bg_f_disable_4" />

<image image="@@rv_browse_page_bg_5" x="867" active="@@act-browselist-5" disable="@@bg_f_disable_5" />

<image image="@@rv_browse_page_bg_6" x="1013" active="@@act-browselist-6" disable="@@bg_f_disable_6" />

</wrapper>

******CONTROLS MULTI SELECTION, FOR COPYING, DELETING, MOVING, ETC.******

<!--selected item-->

<wrapper y="456" w="122" h="169" align="hcenter" scale_type="fixratio" scale="100" selected_scale="100">

<image image="@@checked_0" x="143" active="@@act-browselist-0" />

<image image="@@checked_1" x="289" active="@@act-browselist-1" />

<image image="@@checked_2" x="435" active="@@act-browselist-2" />

<image image="@@checked_3" x="581" active="@@act-browselist-3" />

<image image="@@checked_4" x="727" active="@@act-browselist-4" />

<image image="@@checked_5" x="873" active="@@act-browselist-5" />

<image image="@@checked_6" x="1020" active="@@act-browselist-6" />

</wrapper>

******THESE LINES CONTROL, SIZE & POSITION OF THE NON-FOCUSED THUMBNAILS*******

<!--thumbnail -->

<wrapper y="460" w="114" h="161" align="hcenter" scale="100" scale_type="fixratio" selected_scale="100">

<image name="th0" image="@@browse_0_thumbnail" default_image="@@default_thumbnail_0" x="147" active="@@act-browselist-0" disable="@@thumbnail_disable_0" />

<image name="th1" image="@@browse_1_thumbnail" default_image="@@default_thumbnail_1" x="293" active="@@act-browselist-1" disable="@@thumbnail_disable_1" />

<image name="th2" image="@@browse_2_thumbnail" default_image="@@default_thumbnail_2" x="439" active="@@act-browselist-2" disable="@@thumbnail_disable_2" />

<image name="th3" image="@@browse_3_thumbnail" default_image="@@default_thumbnail_3" x="585" active="@@act-browselist-3" disable="@@thumbnail_disable_3" />

<image name="th4" image="@@browse_4_thumbnail" default_image="@@default_thumbnail_4" x="731" active="@@act-browselist-4" disable="@@thumbnail_disable_4" />

<image name="th5" image="@@browse_5_thumbnail" default_image="@@default_thumbnail_5" x="877" active="@@act-browselist-5" disable="@@thumbnail_disable_5" />

<image name="th6" image="@@browse_6_thumbnail" default_image="@@default_thumbnail_6" x="1023" active="@@act-browselist-6" disable="@@thumbnail_disable_6" />

</wrapper>

******THESE LINES CONTROL THE SIZE & POSITION OF THE FOCUSED THUMBNAILS*******

<!--thumbnaili_f -->

<wrapper y="452" w="126" h="179" align="hcenter" scale="100" scale_type="fixratio" selected_scale="100">

<image name="th0_f" image="@@browse_0_thumbnail" default_image="@@default_thumbnail_0" x="141" active="@@act-browselist-0" disable="@@thumbnail_f_disable_0" />

<image name="th1_f" image="@@browse_1_thumbnail" default_image="@@default_thumbnail_1" x="287" active="@@act-browselist-1" disable="@@thumbnail_f_disable_1" />

<image name="th2_f" image="@@browse_2_thumbnail" default_image="@@default_thumbnail_2" x="433" active="@@act-browselist-2" disable="@@thumbnail_f_disable_2" />

<image name="th3_f" image="@@browse_3_thumbnail" default_image="@@default_thumbnail_3" x="579" active="@@act-browselist-3" disable="@@thumbnail_f_disable_3" />

<image name="th4_f" image="@@browse_4_thumbnail" default_image="@@default_thumbnail_4" x="725" active="@@act-browselist-4" disable="@@thumbnail_f_disable_4" />

<image name="th5_f" image="@@browse_5_thumbnail" default_image="@@default_thumbnail_5" x="871" active="@@act-browselist-5" disable="@@thumbnail_f_disable_5" />

<image name="th6_f" image="@@browse_6_thumbnail" default_image="@@default_thumbnail_6" x="1018" active="@@act-browselist-6" disable="@@thumbnail_f_disable_6" />

</wrapper>

*****THESE LINES CONTROL THE SIZE & POSTION OF THE FOLDER ICON THAT IS ON TOP OF THE NON-FOCUSED FOLDER THUMBNAIL******

<!--folder thumbnail -->

<wrapper y="460" w="114" h="161" align="hcenter" scale="100" scale_type="fixratio" selected_scale="100">

<image image="thumb_folder_icon://th0" default_image="@@thumb_folder_0_default_image" x="147" active="@@act-browselist-0" disable="@@folder_disable_0" />

<image image="thumb_folder_icon://th1" default_image="@@thumb_folder_1_default_image" x="293" active="@@act-browselist-1" disable="@@folder_disable_1" />

<image image="thumb_folder_icon://th2" default_image="@@thumb_folder_2_default_image" x="439" active="@@act-browselist-2" disable="@@folder_disable_2" />

<image image="thumb_folder_icon://th3" default_image="@@thumb_folder_3_default_image" x="585" active="@@act-browselist-3" disable="@@folder_disable_3" />

<image image="thumb_folder_icon://th4" default_image="@@thumb_folder_4_default_image" x="731" active="@@act-browselist-4" disable="@@folder_disable_4" />

<image image="thumb_folder_icon://th5" default_image="@@thumb_folder_5_default_image" x="877" active="@@act-browselist-5" disable="@@folder_disable_5" />

<image image="thumb_folder_icon://th6" default_image="@@thumb_folder_6_default_image" x="1023" active="@@act-browselist-6" disable="@@folder_disable_6" />

</wrapper>

*****THESE LINES CONTROL THE SIZE & POSTION OF THE FOLDER ICON THAT IS ON TOP OF THE FOCUSED FOLDER THUMBNAIL******

<!--folder thumbnail_f >

<wrapper y="452" w="126" h="179" align="hcenter" scale="100" scale_type="fixratio" selected_scale="100">

<image image="thumb_folder_icon://th0" default_image="@@thumb_folder_0_default_image" x="141" active="@@act-browselist-0" disable="@@folder_f_disable_0"/>

<image image="thumb_folder_icon://th1" default_image="@@thumb_folder_1_default_image" x="287" active="@@act-browselist-1" disable="@@folder_f_disable_1"/>

<image image="thumb_folder_icon://th2" default_image="@@thumb_folder_2_default_image" x="433" active="@@act-browselist-2" disable="@@folder_f_disable_2"/>

<image image="thumb_folder_icon://th3" default_image="@@thumb_folder_3_default_image" x="579" active="@@act-browselist-3" disable="@@folder_f_disable_3"/>

<image image="thumb_folder_icon://th4" default_image="@@thumb_folder_4_default_image" x="725" active="@@act-browselist-4" disable="@@folder_f_disable_4"/>

<image image="thumb_folder_icon://th5" default_image="@@thumb_folder_5_default_image" x="871" active="@@act-browselist-5" disable="@@folder_f_disable_5"/>

<image image="thumb_folder_icon://th6" default_image="@@thumb_folder_6_default_image" x="1018" active="@@act-browselist-6" disable="@@folder_f_disable_6"/>

</wrapper-->

*****THESE LINES CONTROL THE SIZE & POSTION OF THE “SELECT ICON” WHICH SHOWS WHICH THUMBNAIL IS SELECTED*******

<!--focus -->

<wrapper y="448" w="134" h="187" align="hcenter" scale_type="fixratio" scale="100">

<image image="@@frame_0" x="137" />

<image image="@@frame_1" x="283" />

<image image="@@frame_2" x="429" />

<image image="@@frame_3" x="575" />

<image image="@@frame_4" x="721" />

<image image="@@frame_5" x="867" />

<image image="@@frame_6" x="1013" />

</wrapper>

*****UNKNOWN AT THIS TIME*****

<!--egg poster thumbnail-->

<wrapper y="172" x="57" w="176" h="261" align="hcenter" scale_type="fixratio" scale="75" selected_scale="100">

<image name="poster0" image="@@browse_0_poster" default_image="@@default_thumbnail_0" active="@@act-browselist-0" disable="@@disable_ok0" />

<image name="poster1" image="@@browse_1_poster" default_image="@@default_thumbnail_1" active="@@act-browselist-1" disable="@@disable_ok1" />

<image name="poster2" image="@@browse_2_poster" default_image="@@default_thumbnail_2" active="@@act-browselist-2" disable="@@disable_ok2" />

<image name="poster3" image="@@browse_3_poster" default_image="@@default_thumbnail_3" active="@@act-browselist-3" disable="@@disable_ok3" />

<image image="@@browse_4_poster" default_image="@@default_thumbnail_4" active="@@act-browselist-4" disable="@@disable_ok4" />

<image name="poster5" image="@@browse_5_poster" default_image="@@default_thumbnail_5" active="@@act-browselist-5" disable="@@disable_ok5" />

<image name="poster6" image="@@browse_6_poster" default_image="@@default_thumbnail_6" active="@@act-browselist-6" disable="@@disable_ok6" />

-</wrapper>

*****THESE LINES CONTROL THE SIZE & POSTION OF THE LARGE COVERART SHOWN IN THE METADATA PLANE*******

<image image="@@poster_bg" x="57" y="172" w="176" h="261" align="hcenter" />

<image image="@@poster" x="57" y="172" w="176" h="261" align="hcenter" />

*****UNKNOWN AT THIS TIME*****

</widgetghost>

<image image="@@bg-PIP_ZOOM" x="620" y="250" w="49" h="42" disable="@@disable-PIP_ZOOM" active="@@act-PIP_ZOOM" />

<image image="@@play_stat" x="787" y="406" w="35" h="40" />

<image image="@@speed_stat" x="823" y="414" w="39" h="21" />

<text x="450" y="160" w="372" h="26" text="@@text-options" fontsize="24" textcolor="0x07b5ff" align="hcenter" disable="@@disable-text-options" />

********THESE LINES ARE TO INCLUDE THESE XML’S************

<include filename="./rv_multi_edit_widgets_for_gallery.xml" />

<include filename="./rv_browse_common_widgets_new.xml" />

<include filename="./inc_loading.xml" />

<include filename="./decoration.xml" />

</page>

6 Likes

This is for "album_playback.xml", which controls how the Music Page looks when you play an album or playlist.

<?xml version="1.0" encoding="utf-8"?>

<!-- Copyright (C) 2010, ALPHA Networks, inc. -->

<page background="image/RV-BG.jpg">

<ctrlgrp>

<button valkey="PLAY_ALBUM" />

<linebreak />

<button valkey="INFO" />

<linebreak />

***********THIS LINE CONTROLS NUMBER & PLACEMENT OF COLUMNS & ROWS********************

<listbox valkey="browselist" autoenter="1" autoswitch="0" move="row" cols="1" rows="8" lbmask="udlr" loop_scroll="0" turbo_trigger="10" turbo_multi="10" fixed_scrolling_pos="4" />

<linebreak />

*********THIS LINE CONTROLS THE NUMBER OF LINES THAT APPEAR FOR THE OVERVIEW (SEE LINE BELOW FOR SIZE & POSTION OF OVERVIEW)***********

<textbox valkey="metadata_overview" numlines="6" directkey_table="UD" />

</ctrlgrp>

*********THIS LINE IS TO INCLUDE THE "LOADING" ICON***********

<include filename="./inc_loading.xml" />

********THIS LINE CONTROLS THE "OVERLAY" (USED TO DARKEN THE BACKGROUND)**********

<image image="image/video_option_bg.png" x="0" y="0" w="1280" h="720" bg="1" />

*******THESE LINES CONTROL THE "VIEW INFO" & "PLAY ALBUM" TEXT*********

<text text="@@text-play_album" x="911" y="74" w="300" h="32" align="right" fontsize="30" actnoseltextcolor="0x07b5ff" activetextcolor="0xc1c1c1" actoverlistcolor="0xc1c1c1" textcolor="0xc1c1c1" disable="@@disable-PLAY_ALBUM" active="@@act-PLAY_ALBUM" />

<text text="@@text-info" x="911" y="114" w="300" h="32" align="right" fontsize="30" actnoseltextcolor="0x07b5ff" activetextcolor="0xc1c1c1" actoverlistcolor="0xc1c1c1" textcolor="0xc1c1c1" disable="@@disable-INFO" active="@@act-INFO" />

*****THESE LINES CONTROLS THE SIZE , POSITION & FONT COLOR OF THE ARTIST NAME & ALBUM NAME THAT APPEARS AT THE TOP OF THE PAGE*******

<text text="@@album_name" x="190" y="58" w="700" h="42" fontsize="40" auto_translate="1" speed="1" delay="2" />

<text text="@@artist" x="190" y="105" w="700" h="42" fontsize="40" textcolor="0xc1c1c1" />

******THIS LINE CONTROLS THE SIZE & POSTION OF THE ICON FOR NO COVERART WHICH APPEARS AT THE TOP OF THE PAGE******

<image image="image/music_gallery_grid_no_cover_art.png" x="70" y="43" w="104" h="104" align="hcenter" scale_type="fixratio" scale="100" bg="1" />

******THIS LINE CONTROLS THE SIZE & POSTION OF THE COVERART THAT APPEARS AT THE TOP OF THE PAGE********

<image image="@@album_cover" x="70" y="43" w="104" h="104" align="hcenter" scale_type="fixratio" scale="100" />

******THESE LINES CONTROL THE SIZE & POSTION FO THE DIVIDER (SECOND LINE IS COMMENTED OUT)*******

<image image="image/video_option_divider.png" x="70" y="158" w="1140" h="1" />

<!--image image="image/video_option_divider.png" x="40" y="644" w="1200" h="1" disable="@@disable-browselist"/>

<image image="image/video_option_divider.png" x="40" y="587" w="1200" h="1" disable="@@disable-audiopanel"/-->

******THESE LINES CONTROL THE SIZE , POSITION & NUMBER OF ROWS & COLUMNS OF THE SONG TITLE*********

<table x="100" y="188" w="760" h="464" cols="1" rows="8" rowspacing="0" align="left" fontsize="26" disable="@@disable-browselist" textcolor="0xc1c1c1" actnoseltextcolor="0xc1c1c1" actoverlistcolor="0xc1c1c1" activetextcolor="0xc1c1c1" selectedtextcolor="0xffffff">

<text text="@@song_name_0" lmargin="0" ymargin="0" dmargin="30" selected="@@browse_0_select" speed="@@browse_speed_0" delay="2" />

<text text="@@song_name_1" lmargin="0" ymargin="0" dmargin="30" selected="@@browse_1_select" speed="@@browse_speed_1" delay="2" />

<text text="@@song_name_2" lmargin="0" ymargin="0" dmargin="30" selected="@@browse_2_select" speed="@@browse_speed_2" delay="2" />

<text text="@@song_name_3" lmargin="0" ymargin="0" dmargin="30" selected="@@browse_3_select" speed="@@browse_speed_3" delay="2" />

<text text="@@song_name_4" lmargin="0" ymargin="0" dmargin="30" selected="@@browse_4_select" speed="@@browse_speed_4" delay="2" />

<text text="@@song_name_5" lmargin="0" ymargin="0" dmargin="30" selected="@@browse_5_select" speed="@@browse_speed_5" delay="2" />

<text text="@@song_name_6" lmargin="0" ymargin="0" dmargin="30" selected="@@browse_6_select" speed="@@browse_speed_6" delay="2" />

<text text="@@song_name_7" lmargin="0" ymargin="0" dmargin="30" selected="@@browse_7_select" speed="@@browse_speed_7" delay="2" />

</table>

*****THESE LINES CONTROL THE SIZE, POSITION, NUMBER OF ROWS & COLUMNS OF THE SONG NUMBER (ie: 1/16)*******

<table x="871" y="188" w="156" h="464" cols="1" rows="8" rowspacing="0" align="right" textcolor="0xe2e2e2" fontsize="26" disable="@@disable-browselist" auto_translate="1">

<text text="@@song_order_0" lmargin="0" ymargin="0" dmargin="30" />

<text text="@@song_order_1" lmargin="0" ymargin="0" dmargin="30" />

<text text="@@song_order_2" lmargin="0" ymargin="0" dmargin="30" />

<text text="@@song_order_3" lmargin="0" ymargin="0" dmargin="30" />

<text text="@@song_order_4" lmargin="0" ymargin="0" dmargin="30" />

<text text="@@song_order_5" lmargin="0" ymargin="0" dmargin="30" />

<text text="@@song_order_6" lmargin="0" ymargin="0" dmargin="30" />

<text text="@@song_order_7" lmargin="0" ymargin="0" dmargin="30" />

</table>

*****THESE LINES CONTROL THE SIZE & POSTION OF THE RATING STARS******

<!-- rating icon -->

<wrapper w="124" h="21" x="1044" disable="@@disable-browselist">

<image image="@@rating_0" y="188" />

<image image="@@rating_1" y="246" />

<image image="@@rating_2" y="304" />

<image image="@@rating_3" y="362" />

<image image="@@rating_4" y="420" />

<image image="@@rating_5" y="478" />

<image image="@@rating_6" y="536" />

<image image="@@rating_7" y="594" />

</wrapper>

*****THESE LINES CONTROL THE SIZE & POSITIONOF THE FAVORITE ICON*****

*****THERE SEEMS TO BE A BUG AND THE ICON DOES NOT SHOW UP*******

<!-- favorite icon -->

<wrapper w="23" h="21" x="1182" disable="@@disable-browselist">

<image image="@@favorite_0" y="188" />

<image image="@@favorite_1" y="246" />

<image image="@@favorite_2" y="304" />

<image image="@@favorite_3" y="362" />

<image image="@@favorite_4" y="420" />

<image image="@@favorite_5" y="478" />

<image image="@@favorite_6" y="536" />

<image image="@@favorite_7" y="594" />

</wrapper>

******THESE LINES CONTROL THE SIZE & POSITION OF THE LIGHTBAR (ICON NAME: Music_playback_focus_bar.png)******

<wrapper w="1166" h="54" x="57" disable="@@disable-browselist">

<image image="@@lightbar_0" y="172" />

<image image="@@lightbar_1" y="230" />

<image image="@@lightbar_2" y="288" />

<image image="@@lightbar_3" y="346" />

<image image="@@lightbar_4" y="404" />

<image image="@@lightbar_5" y="462" />

<image image="@@lightbar_6" y="520" />

<image image="@@lightbar_7" y="578" />

</wrapper>

******THESE LINES CONTROL THE SIZE & POSTION OF THE "PLAY" ICON (WHICH APPEARS TO THE RIGHT OF THE TEXT)******

<wrapper w="30" h="23" x="68" disable="@@disable-now_playing_icon">

<image image="@@now_playing_0" y="188" />

<image image="@@now_playing_1" y="246" />

<image image="@@now_playing_2" y="304" />

<image image="@@now_playing_3" y="362" />

<image image="@@now_playing_4" y="420" />

<image image="@@now_playing_5" y="478" />

<image image="@@now_playing_6" y="536" />

<image image="@@now_playing_7" y="594" />

</wrapper>

******THESE LINES CONTROLS ARROWS******

<image image="@@moreprev" x="581" y="647" w="37" h="24" disable="@@disable-PREVNEXT" />

<image image="@@morenext" x="661" y="647" w="37" h="24" disable="@@disable-PREVNEXT" />

*****THESE LINES CONTROL METADATA WHEN SELECTING "VIEW INFO" (SEE LINE ABOVE FOR NUMBER OF LINES, MARK AS "valkey="metadata_overview' ") **************

<text text="@@metadata_overview" x="70" y="187" w="1140" h="310" align="left" fontsize="26" textcolor="0xc1c1c1" numlines="@@numlines-metadata_overview" start_line="@@start_line-metadata_overview" disable="@@disable-metadata_overview" disable_tail_dots="1" />

<text text="@@metadata_prev_page" x="70" y="547" w="400" h="22" align="left" fontsize="20" textcolor="0x565656" active="@@prev-metadata_overview" actnoseltextcolor="0x07b5ff" disable="@@disable-metadata_overview" />

<text text="@@metadata_next_page" x="810" y="547" w="400" h="22" align="right" fontsize="20" textcolor="0x565656" active="@@next-metadata_overview" actnoseltextcolor="0x07b5ff" disable="@@disable-metadata_overview" />


<!-- audio panel -->

****THIS LINE CONTROLS THE PLAYBACK BAR************

<image image="image/album_playback_playing_bg.png" x="56" y="589" w="1168" h="105" disable="@@disable-audiopanel" />

******THIS LINE CONTROLS THE PLAY STATE ON THE PLAYBACK BAR (ie: THE PLAY ICON, FF, RW AND STOP ICONS)***********

<image image="@@play_state" x="73" y="658" w="30" h="23" fontsize="20" disable="@@disable-audiopanel" />

<image image="@@speed_state" x="112" y="658" w="33" h="20" disable="@@disable-audiopanel" />

*****THIS LINE CONTROLS THE SHUFFLE ICON***********

<image image="@@shuffle-ico" x="946" y="660" w="25" h="19" disable="@@disable-audiopanel" />

*****THIS LINE CONTROLS THE REPEAT ICON*************

<image image="@@repeat-ico" x="981" y="660" w="25" h="19" disable="@@disable-audiopanel" />

****THIS LINE CONTROLS THE PLAYBACK PROGRESS BAR**************

<progress_bar name="point_bar" x="155" y="662" w="785" h="14" pb_back_img="image/album_playback_playing_progress_bar_bg.png" pb_front_img="image/album_playback_playing_progress_bar.png" pb_point_img="image/album_playback_playing_progress_bar_point.png" pb_delay="500" disable="@@disable-audiopanel" />

*******THIS LINE CONTROLS THE TOTAL TIME PLAYED**************

<text text="@@play_time" x="1009" y="661" w="104" h="22" fontsize="20" align="right" disable="@@disable-audiopanel" />

*******THIS LINE CONTROLS THE TOTAL SONG TIME*************

<text text="@@total_time" x="1113" y="661" w="90" h="22" fontsize="20" align="right" textcolor="0x909090" disable="@@disable-audiopanel" />

******THIS LINE CONTROLS THE INFO THAT IS DISPLAYED ON THE PLAYBACK BAR (ie: TITLE, ALBUM NAME, ETC.)*******

<text text="@@panel_info" x="109" y="617" w="1095" h="22" textcolor="0x000000" fontsize="20" align="left" disable="@@disable-audiopanel" auto_translate="1" speed="1" delay="2" />

*****THIS LINE CONTROLS THE SIZE OF THE ICON THAT APPEARS ON THE PLAYBACK BAR WHEN NO COVERART IS AVAILABLE******

<image image="image/music_gallery_music_icon.png" x="75" y="610" w="32" h="32" disable="@@disable-audiopanel" scale="100" scale_type="fixratio" />

******THIS LINE CONTROLS THE SIZE & POSTION OF THE COVERART THAT APPEARS ON THE PLAYBACK BAR AT THE BOTTOM OF THE SCREEN WHEN SONG IS PLAYING*******

<image image="@@album_icon" x="75" y="610" w="32" h="32" disable="@@disable-audiopanel" scale="100" scale_type="fixratio" />

******UNKNOWN AT THIS TIME******

<image image="@@wrongkeyicon" x="563" y="282" w="154" h="155" align="hcenter" />

<image image="@@keyicon" x="1063" y="71" w="65" h="45" align="hcenter" />

*****THIS LINE IS TO INCLUDE THIS XML********

<include filename="./inc_decoration_player.xml" />

</page>

5 Likes

the problem is the mystery of dynamic values (@@…) you can’t change…

maybe in the future  we could use a different  @@poster for trickle view and a @@moviesheet for moviesheet view…

maybe i’am dreaming :frowning:

thanks very much for this tw

do you know if  there is a way to get rid of this tho?

Yes, delete the line that says:

 

in “rv_gallery_browse_page.xml”.  It will be at the bottom of the xml.  This will completely get rid of this.

2 Likes

in the rv_browse_common_widgets_new.xml

it’s this I presume

   
    
    
    

crazy @@ values !!!

1 Like

thanks guys