diff --git a/16x9/Components_Viewtype_501_Billboard.xml b/16x9/Components_Viewtype_501_Billboard.xml index 389bf7d4..6a3db4cd 100644 --- a/16x9/Components_Viewtype_501_Billboard.xml +++ b/16x9/Components_Viewtype_501_Billboard.xml @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/16x9/Components_Viewtype_504_Strip.xml b/16x9/Components_Viewtype_504_Strip.xml index 00693b39..4b2f52ed 100644 --- a/16x9/Components_Viewtype_504_Strip.xml +++ b/16x9/Components_Viewtype_504_Strip.xml @@ -12,6 +12,7 @@ + @@ -68,6 +69,7 @@ + @@ -396,6 +398,7 @@ + diff --git a/16x9/Components_Viewtype_505_Grid.xml b/16x9/Components_Viewtype_505_Grid.xml index c1545b5b..b670b26f 100644 --- a/16x9/Components_Viewtype_505_Grid.xml +++ b/16x9/Components_Viewtype_505_Grid.xml @@ -35,6 +35,7 @@ + @@ -49,6 +50,10 @@ + + + + @@ -153,6 +158,7 @@ + @@ -220,6 +226,10 @@ + + + + diff --git a/16x9/Components_Viewtype_50_List.xml b/16x9/Components_Viewtype_50_List.xml index 7dd41749..92fd7235 100644 --- a/16x9/Components_Viewtype_50_List.xml +++ b/16x9/Components_Viewtype_50_List.xml @@ -11,6 +11,7 @@ + $PARAM[visible] @@ -26,6 +27,7 @@ + @@ -34,6 +36,10 @@ + + + + diff --git a/16x9/Content_Viewtype_Options.xml b/16x9/Content_Viewtype_Options.xml index 2f4584b8..dd49cb2d 100644 --- a/16x9/Content_Viewtype_Options.xml +++ b/16x9/Content_Viewtype_Options.xml @@ -43,7 +43,15 @@ - + + + SetFocus(50) + RunScript(script.copacetic.helper,action=globalsearch_input) + + $LOCALIZE[137] + Control.IsEnabled(8) + + SetFocus($PARAM[target_id]) diff --git a/16x9/Templates_Artwork.xml b/16x9/Templates_Artwork.xml index 73524b19..7b62f824 100644 --- a/16x9/Templates_Artwork.xml +++ b/16x9/Templates_Artwork.xml @@ -169,6 +169,55 @@ + + + + + + + $PARAM[visible] + + 0 + $PARAM[top] + $PARAM[width] + $PARAM[width] + + !$EXP[TransparentDialog_IsVisible] + + views/collection_indicator.png + + + + + + + + + + + + + $PARAM[visible] + + 0 + $PARAM[top] + $PARAM[width] + $PARAM[width] + + !$EXP[TransparentDialog_IsVisible] + + + $PARAM[backing] + views/white_100.png + + + views/collection_indicator_grid.png + + + + + + @@ -217,6 +266,7 @@ + @@ -237,6 +287,10 @@ + + + + @@ -255,6 +309,7 @@ + @@ -276,6 +331,10 @@ + + + + @@ -298,6 +357,7 @@ + @@ -324,6 +384,10 @@ + + + + diff --git a/16x9/Templates_MyWindows.xml b/16x9/Templates_MyWindows.xml index 09deee16..7a5b9783 100644 --- a/16x9/Templates_MyWindows.xml +++ b/16x9/Templates_MyWindows.xml @@ -766,13 +766,6 @@ - - SetFocus(50) - RunScript(script.copacetic.helper,action=globalsearch_input) - - $LOCALIZE[137] - Control.IsEnabled(8) - diff --git a/16x9/Viewtype_50_List.xml b/16x9/Viewtype_50_List.xml index 2bb1f58b..6aceb10b 100644 --- a/16x9/Viewtype_50_List.xml +++ b/16x9/Viewtype_50_List.xml @@ -89,7 +89,7 @@ - + diff --git a/README.md b/README.md index 6a005685..d3d1b649 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisc ### Changelog --- +**1.3.5** +- Added visual listitem indicator for Collections (sets) and items with VideoVersions +- Added tvchannels window +- Improved tvguide window +- Fixed issue with path tracer when navigating from one infoscreen widget to a new infoscreen. On pressing back, instead of going to the back to the previous infoscreen, Copacetic was closing all dialogs and the main lists were remaining hidden. +- Staying idle on global search home button will now trigger screensaver if it is active + **1.3.4** - fix for globalsearch scrollbar colour diff --git a/addon.xml b/addon.xml index 6eb31c39..fad94f36 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + diff --git a/language/resource.language.en_gb/strings.po b/language/resource.language.en_gb/strings.po index a19f0579..094d5a48 100644 --- a/language/resource.language.en_gb/strings.po +++ b/language/resource.language.en_gb/strings.po @@ -47,7 +47,7 @@ msgctxt "#31000" msgid "List" msgstr "" -#Common# +#Common msgctxt "#31001" msgid "Billboard" msgstr "" diff --git a/media/views/collection_indicator.png b/media/views/collection_indicator.png new file mode 100644 index 00000000..5d38e1f1 Binary files /dev/null and b/media/views/collection_indicator.png differ diff --git a/media/views/collection_indicator_grid.png b/media/views/collection_indicator_grid.png new file mode 100644 index 00000000..22c56899 Binary files /dev/null and b/media/views/collection_indicator_grid.png differ