On 14-02-15 13:19, Jeroen wrote:
Hey guys,

I have finally gotten the Helix version of reFocus ready for public release.

*addon - skin.refocus
*version - 2.0.8
*url - https://github.com/jeroenpardon/skin.refocus.git
*revision - 92446d4
*branch - Helix-2.0.8
*xbmc version - Helix

Thanks,

Jeroen

hey Jeroen,


good to hear you found the time to make reFocus compatible with Kodi Helix!


i had a look at the code and came up with a list of things that require your attention:

all images in the _screenshots folder need to be 1280*720px


please rename:
colors/Defaults.xml > colors/defaults.xml


remove if not needed:
media/settings/spin/oud/*


please change these to use unix eol's:
changelog.txt: Windows (CRLF)
LICENSE.txt: Windows (CRLF)
playlists/video/episodes-in progress.xsp: Windows (CRLF)
playlists/video/episodes-unwatched.xsp: Windows (CRLF)
playlists/video/movies-in progress.xsp: Windows (CRLF)
playlists/video/movies-unwatched.xsp: Windows (CRLF)
sounds/sounds.xml: Windows (CRLF)


these files are executable, please remove the executable bit:
./fonts/default/Licence-Roboto Fonts.txt
./720p/MyPVRGuide.xml
./720p/MyPVRSearch.xml
./720p/MyPVRChannels.xml
./720p/MyPVRTimers.xml
./720p/MyPVRRecordings.xml
./media/player/rwd-nf.png
./media/player/play-fo.png
./media/player/prev-nf.png
./media/player/epg-fo.png
./media/player/rec-ac-nf.png
./media/player/rec-fo.png
./media/player/stop-fo.png
./media/player/fwd-nf.png
./media/player/frame.png
./media/player/stop-nf.png
./media/player/pause-nf.png
./media/player/progress_Background.png
./media/player/rwd-fo.png
./media/player/prev-fo.png
./media/player/play.png
./media/player/rec-ac-fo.png
./media/player/play-nf.png
./media/player/progress_Opaque.png
./media/player/up-nf.png
./media/player/up-fo.png
./media/player/next-nf.png
./media/player/down-nf.png
./media/player/progress_Slider.png
./media/player/next-fo.png
./media/player/down-fo.png
./media/player/rec-nf.png
./media/player/fwd-fo.png
./media/player/epg-nf.png
./media/player/pause-fo.png
./backgrounds/defaults/music.jpg


'-' is not a valid action, please use noop instead
720p/SmartPlaylistEditor.xml: <onleft>-</onleft>
720p/DialogContentSettings.xml: <onleft>-</onleft>
720p/DialogContentSettings.xml: <onleft>-</onleft>
720p/DialogContentSettings.xml: <onleft>-</onleft>
720p/DialogSubtitles.xml: <onleft>-</onleft>
720p/script-globalsearch-contextmenu.xml: <onleft>-</onleft>
720p/script-globalsearch-contextmenu.xml: <onleft>-</onleft>
720p/script-globalsearch-contextmenu.xml: <onleft>-</onleft>
720p/VideoOSDBookmarks.xml: <onleft>-</onleft>
720p/DialogPVRRecordingInfo.xml: <onleft>-</onleft>
720p/script-RSS_Editor-rssEditor.xml: <onleft>-</onleft>
720p/VisualisationPresetList.xml: <onleft>-</onleft>
720p/Menu.xml:        <onleft>-</onleft>
720p/script-RSS_Editor-setEditor.xml: <onleft>-</onleft>
720p/script-skinshortcuts.xml: <onleft>-</onleft>
720p/DialogMediaSource.xml: <onleft>-</onleft>
720p/DialogMediaSource.xml: <onleft>-</onleft>
720p/SmartPlaylistRule.xml: <onleft>-</onleft>
720p/DialogSongInfo.xml: <onleft>-</onleft>

720p/IncludesHome.xml: <onright>-</onright>
720p/SmartPlaylistEditor.xml: <onright>-</onright>
720p/DialogContentSettings.xml: <onright>-</onright>
720p/DialogContentSettings.xml: <onright>-</onright>
720p/DialogSubtitles.xml: <onright>-</onright>
720p/script-globalsearch-contextmenu.xml: <onright>-</onright>
720p/script-globalsearch-contextmenu.xml: <onright>-</onright>
720p/script-globalsearch-contextmenu.xml: <onright>-</onright>
720p/VideoOSDBookmarks.xml: <onright>-</onright>
720p/DialogPVRRecordingInfo.xml: <onright>-</onright>
720p/script-RSS_Editor-rssEditor.xml: <onright>-</onright>
720p/VisualisationPresetList.xml: <onright>-</onright>
720p/script-RSS_Editor-setEditor.xml: <onright>-</onright>
720p/script-skinshortcuts.xml: <onright>-</onright>
720p/script-skinshortcuts.xml: <onright>-</onright>
720p/DialogFavourites.xml: <onright>-</onright>
720p/DialogMediaSource.xml: <onright>-</onright>
720p/DialogMediaSource.xml: <onright>-</onright>
720p/DialogSongInfo.xml: <onright>-</onright>

720p/VideoOSDBookmarks.xml: <onup>-</onup>
720p/DialogPVRChannelManager.xml: <onup>-</onup>
720p/ProfileSettings.xml:                <onup>-</onup>

720p/script-globalsearch-infodialog.xml: <ondown>-</ondown>
720p/script-globalsearch-infodialog.xml: <ondown>-</ondown>
720p/script-globalsearch-infodialog.xml: <ondown>-</ondown>
720p/VideoOSDBookmarks.xml: <ondown>-</ondown>
720p/DialogPVRChannelManager.xml: <ondown>-</ondown>
720p/DialogPVRChannelManager.xml: <ondown>-</ondown>
720p/script-skinshortcuts.xml: <ondown>-</ondown>



script-globalsearch-main.xml - Undefined variable:
artist_OriginPrefix
artist_Origin


Includes.xml - Undefined variable:
<texture>$VAR[toast_Icon]</texture>


Variables.xml - Unmatched parenthesis:
ListItem.IsResumable + !Skin.HasSetting(overlay.resumable.disable


HomeMenu.xml - Invalid window:
Window.IsActive(keyboard)



if you have any questions, or need help, just let me know.


cheers,
ronie
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to