Skip to content

Commit

Permalink
Added OSD repeat button (off,all,one modes)
Browse files Browse the repository at this point in the history
Why not, the space was there.

Addresses Issue #257.
  • Loading branch information
MacGyverr authored and Jonathan Lane committed Nov 17, 2014
1 parent 6ba5de8 commit 0546bcd
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions 720p/VideoOSD.xml
Expand Up @@ -173,6 +173,34 @@
<texturenofocus>osd/osd_button_next_nf.png</texturenofocus>
<onclick>PlayerControl(Next)</onclick>
</control>
<control type="togglebutton" id="801">
<description>RepeatOne</description>
<include>Animation_ButtonFocus</include>
<height>60</height>
<width>60</width>
<label>-</label>
<texturefocus>osd/osd_button_repeat_fo.png</texturefocus>
<texturenofocus>osd/osd_button_repeat_nf.png</texturenofocus>
<usealttexture>Playlist.IsRepeatOne</usealttexture>
<alttexturefocus>osd/osd_button_repeat_one_fo.png</alttexturefocus>
<alttexturenofocus>osd/osd_button_repeat_one_nf.png</alttexturenofocus>
<onclick>PlayerControl(Repeat)</onclick>
<visible>Playlist.IsRepeatOne | !Playlist.IsRepeat</visible>
</control>
<control type="togglebutton" id="802">
<description>RepeatAll</description>
<include>Animation_ButtonFocus</include>
<height>60</height>
<width>60</width>
<label>-</label>
<texturefocus>osd/osd_button_repeat_fo.png</texturefocus>
<texturenofocus>osd/osd_button_repeat_nf.png</texturenofocus>
<usealttexture>Playlist.IsRepeat</usealttexture>
<alttexturefocus>osd/osd_button_repeat_all_fo.png</alttexturefocus>
<alttexturenofocus>osd/osd_button_repeat_all_nf.png</alttexturenofocus>
<onclick>PlayerControl(Repeat)</onclick>
<visible>Playlist.IsRepeat</visible>
</control>
<control type="button" id="13">
<description>Video Settings</description>
<include>Animation_ButtonFocus</include>
Expand Down

0 comments on commit 0546bcd

Please sign in to comment.