2014-04-30, 15:47
lol...yes, the right arrow. Thanks for the instructions. Will give it a go tonight.
(2014-04-30, 12:53)DjCisco Wrote:(2014-04-30, 01:05)Leo8978 Wrote:(2014-04-17, 20:08)DjCisco Wrote: New Update available.
I added the scrollbar focus for page navigation and have been working on localization, among other things, See first post for download links and details.
I prefer to be able to go down to the next row of Movies or Shows when navigating with the left arrow, rather than focusing on the scroll bar.
I don't mind modifying the code myself, but have no idea where to look. If anyone can point me in the right direction that would be great.
I'd also like to add that this is my favorite skin at the moment. Very pleasing to the eyes. Thank you for your hard work.
You probably mean navigating with the right arrow and not left
In Viewtype_Panel_Tall_Wide.xml
In control 524
Replace :
<onright>62</onright>
With:
<onright>524</onright>
<onright>down</onright>
Just remembet that you will have to do this every time there is a skin update
<onright>left</onright>
<onright>left</onright>
<onright>left</onright>
<onright>left</onright>
<onright>left</onright>
<onright>left</onright>
<onright>left</onright>
<onright>left</onright>
<onright>left</onright>
<onright>right</onright>
<onright>down</onright>
(2014-05-03, 10:08)backard Wrote: Hi since your moving forward with the Gotham build I thought I'd share a small bug .
On the movies home screen if its set to latest movies and I select one it works fine .
But if I change it to random in the skin settings I get no response when selecting a movie or if I change it to recommended I get no movies displayed .
Love the skin , very wife friendly .
Quote:<control type="radiobutton" id="xxx">and shutdown menu will enable the (Exit), use to be an option in nbox
<description>Add exit button to shutdown</description>
<width>810</width>
<align>left</align>
<label>Add exit button to shutdown</label>
<focusedcolor>Accent</focusedcolor>
<font>List_Settings</font>
<onclick>Skin.ToggleSetting(Exit)</onclick>
<selected>Skin.HasSetting(Exit)</selected>
<textureradiofocus>other_textures/radiobutton2fo.png</textureradiofocus>
<textureradionofocus>other_textures/radiobutton2nf.png</textureradionofocus>
Quote:[c] correction
[a] addition
[p] personal mod aspect
720p/DialogFullScreenInfo.xml =>
[c] change label to localize (season and episode)
[c] add progressbar for filesvideo
[a] display chapter count and name if present instead star rating
[c] change time animation fade to slide
720p/DialogSeekBar.xml =>
[p] change text opacity, and add SeekBarState2 for caching
720p/DialogVideoInfo.xml =>
[a] add button for script.libraryeditor addon
[p] changer border poster
[c] add possibility to nav in cast list
720p/Includes.xml =>
[p] change date and day order for French user
[c] add "$" on <onclick> for movie random and recommended
[p] change fanart overlay to blue on video view
[p] change home fanart overlay corresponding to video view
720p/Font.xml =>
[p] Remove all "uppercase" display
[p] add SeekBarState2 for caching
720p/SkinSettings.xml =>
[c] add radiobutton Toggle Exit Button
720p/Variables.xml =>
[c] invert $LOCALIZE[31739] and $LOCALIZE[31738] for tvshows
720p/VideoOSD.xml =>
[c] add progressbar for filesvideo
[a] display chapter count and name if present instead star rating
[c] change time animation fade to slide
720p/Viewtype_Episodes_List.xml =>
[p] change poster to thumb and display logo definition instead mpaa
[p] change border poster color
720p/Viewtype_Panel_Tall_List.xml =>
[p] display logo definition instead mpaa
[p] change border poster color
720p/Viewtype_Posters.xml =>
[c] change label hard to localize (season, episode and unwatched)
language/English/strings.po =>
add msgctxt "#31522" for script.libraryeditor addon
language/French/strings.po =>
change [msgid "All Films"] to ["msgid "All Movies"]
add msgctxt "#31522" for script.libraryeditor addon
add msgctxt "#31738", "#31740", "#31741"
(2014-05-09, 05:49)marked83 Wrote: Thank you for keeping up the good work on this skin, so good!
So, it would be cool if an option to add 'exit' button to shutdown menu was in the settings menu. Maybe a few other people like me might want this. You can just add a menu option like this:
Quote:<control type="radiobutton" id="xxx">and shutdown menu will enable the (Exit), use to be an option in nbox
<description>Add exit button to shutdown</description>
<width>810</width>
<align>left</align>
<label>Add exit button to shutdown</label>
<focusedcolor>Accent</focusedcolor>
<font>List_Settings</font>
<onclick>Skin.ToggleSetting(Exit)</onclick>
<selected>Skin.HasSetting(Exit)</selected>
<textureradiofocus>other_textures/radiobutton2fo.png</textureradiofocus>
<textureradionofocus>other_textures/radiobutton2nf.png</textureradionofocus>