Skip to content

Commit

Permalink
1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed May 15, 2024
1 parent f714dcf commit f3fb891
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 11 deletions.
2 changes: 2 additions & 0 deletions 16x9/Components_Viewtypes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
<!-- Settings transition from addonbrowser -->
<onfocus condition="Window.Is(addonbrowser) + $EXP[Container_Addons_NonRepo]">SetProperty(Container_Addons_NonRepo,true,home)</onfocus>
<onfocus condition="Window.Is(addonbrowser) + !$EXP[Container_Addons_NonRepo]">ClearProperty(Container_Addons_NonRepo,home)</onfocus>
<!-- Go back if container is empty -->
<onfocus condition="Skin.HasSetting(Experiment_ParentDir_IfEmptyContainer) + !Integer.IsGreater(Container.NumItems,0)">ParentDir</onfocus>
</control>
</definition>
</include>
Expand Down
15 changes: 9 additions & 6 deletions 16x9/Content_OSD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,12 @@
<onup>60</onup>
<ondown>8</ondown>
</control>
<control type="button" id="2">
<control type="radiobutton" id="2">
<include content="Simple_Button_Template">
<param name="description" value="Previous" />
<param name="icon" value="arrow_horizontal" />
</include>
<visible>!VideoPlayer.Content(livetv)</visible>
<onfocus>SetProperty(VideoOSD_Controls,$LOCALIZE[210],videoosd)</onfocus>
<onclick>PlayerControl(Previous)</onclick>
<onup>60</onup>
Expand Down Expand Up @@ -210,13 +211,15 @@
<onup>60</onup>
<ondown>12</ondown>
</control>
<control type="button" id="6">
<control type="radiobutton" id="6">
<include content="Simple_Button_Template">
<param name="icon" value="arrow_horizontal" />
<param name="rotate_180" value="true" />
</include>
<visible>!VideoPlayer.Content(livetv)</visible>
<onclick condition="Player.ChapterCount | Integer.IsGreater(Playlist.Length(video),1)">PlayerControl(Next)</onclick>
<onclick condition="!Player.ChapterCount + !Integer.IsGreater(Playlist.Length(video),1)">PlayerControl(BigSkipForward)</onclick>
<onfocus>SetProperty(VideoOSD_Controls,$LOCALIZE[209],videoosd)</onfocus>
<onclick>PlayerControl(Next)</onclick>
<onup>60</onup>
<ondown>13</ondown>
</control>
Expand All @@ -225,10 +228,10 @@
<param name="description" value="Video Bookmarks" />
<param name="icon" value="library" />
</include>
<visible>!VideoPlayer.Content(LiveTV)</visible>
<onfocus>SetProperty(VideoOSD_Controls,$LOCALIZE[298],videoosd)</onfocus>
<onclick>Dialog.Close(all,true)</onclick>
<onclick>ActivateWindow(videobookmarks)</onclick>
<visible>!VideoPlayer.Content(LiveTV)</visible>
<onup>60</onup>
<ondown>14</ondown>
</control>
Expand Down Expand Up @@ -297,9 +300,9 @@
<param name="description" value="Subtitle OSD settings" />
<param name="icon" value="subtitles" />
</include>
<visible>!VideoPlayer.Content(LiveTV)</visible>
<onclick>ActivateWindow(OSDSubtitleSettings)</onclick>
<onfocus>SetProperty(VideoOSD_Controls,$LOCALIZE[10159],videoosd)</onfocus>
<visible>!VideoPlayer.Content(LiveTV)</visible>
<onup>6</onup>
<ondown condition="!VideoPlayer.Content(livetv)">3020</ondown>
<ondown condition="VideoPlayer.Content(livetv)">60</ondown>
Expand Down Expand Up @@ -353,9 +356,9 @@
<param name="description" value="Subtitle Language toggle" />
<param name="icon" value="subtitles" />
</include>
<visible>!VideoPlayer.Content(LiveTV)</visible>
<onfocus>SetProperty(VideoOSD_Controls,$LOCALIZE[286],videoosd)</onfocus>
<onclick>NextSubtitle</onclick>
<visible>!VideoPlayer.Content(LiveTV)</visible>
<onup>3010</onup>
<ondown>60</ondown>
</control>
Expand Down
7 changes: 7 additions & 0 deletions 16x9/Content_Settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,13 @@
<onclick>Skin.ToggleSetting(Experiment_GridView_Fanart_Pictures)</onclick>
<selected>Skin.HasSetting(Experiment_GridView_Fanart_Pictures)</selected>
</control>
<control type="radiobutton" id="1419">
<description>Move to parent directory automatically if episode container is empty</description>
<visible>ControlGroup(9).HasFocus(14)</visible>
<label>$LOCALIZE[31702]</label>
<onclick>Skin.ToggleSetting(Experiment_ParentDir_IfEmptyContainer)</onclick>
<selected>Skin.HasSetting(Experiment_ParentDir_IfEmptyContainer)</selected>
</control>

<!-- Extras -->
<control type="label" id="1500">
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisc
---
**1.3.8**
- Updated widget paths with url_encoded strings from script.copacetic.helper to enable xsp filtering when titles have special characters
- back when container empty thing
- move url_decode script to monitor
- check osd issue
- Still to do:
- OSD : (still to update --> Buttons, Settings, Stars, icon_Player)
- Videoosd next button now does bigskipforward if no chapters or playlist are present
- Experimental option (Settings > Copacetic > Customisations > Experiments) to enable Kodi to automatically move to the parent directory in the event that you find yourself in an empty list, e.g. if you are in the Episodes folder of a TV Show and your filter is set to Unwatched but you don't have any unwatched episodes, this will return you to TV Shows, or Seasons if you have unwatched episodes in another season https://forum.kodi.tv/showthread.php?tid=376965&pid=3195627#pid3195627
- New studio logos https://github.com/realcopacetic/skin.copacetic/issues/131#issuecomment-2040162305

Still to do:
- Escaping rest of ListItems used for widget xsp paths
- landscape for list/billboard?
- login background
- Create radio station button
- PVR

**1.3.7**
- Further refinement of auto scroll/play timers
Expand Down
12 changes: 12 additions & 0 deletions language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -1343,6 +1343,18 @@ msgctxt "#31571"
msgid "Enables Grid view fanart layout for the pictures window. Because pictures can take any aspect ratio, it is recommended to stick to square layouts for the optimal experience. Keep disabled to improve performance."
msgstr ""

#: NEW
#/16x9/Content_Settings.xml
msgctxt "#31702"
msgid "Move to parent directory automatically if container is empty"
msgstr ""

#: NEW
#/16x9/Content_Settings.xml
msgctxt "#31802"
msgid "Requested by Aaiemron: If your current container is empty, for example because your filter is set to unwatched episodes and you have no unwatched, enabling this will cause Kodi to automatically move to the parent directory."
msgstr ""




Expand Down
Binary file added media/flags/studios/Senator Distribution.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/flags/studios/Senator Entertainment Co.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/flags/studios/Senator Entertainment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/flags/studios/Senator Film Produktion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/flags/studios/Senator Film.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/flags/studios/TMG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/flags/studios/Tele Munchen Gruppe (TMG).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/flags/studios/Tele Munchen Gruppe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f3fb891

Please sign in to comment.