Kodi Community Forum
[THREAD CLOSED] Maximinimalism V1.0.6 (Gotham) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Maximinimalism (https://forum.kodi.tv/forumdisplay.php?fid=209)
+----- Thread: [THREAD CLOSED] Maximinimalism V1.0.6 (Gotham) (/showthread.php?tid=170839)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38


RE: [WIP] Maximinimalism - thedeadman - 2013-11-11

Aha - OK, so that's what the PVR group manager dialog is for...

Leave it with me, i'll see what I can do. It might make the next update, but no promises yet!


RE: [WIP] Maximinimalism - pyrrho - 2013-11-21

Adore this skin in every way. Its fantastic and has become my favourite skin through sheer ease of use and minimalism.

I've been trying to search for a while to find out how to code hide watched items myself but as I have no skinning experience I am at a loss. Is this likely to be in the next update?


RE: [WIP] Maximinimalism - thedeadman - 2013-11-21

Thanks pyrrho, much appreciated.

Watched items flagging is complete and it will be in the next update (pushing for today or tomorrow).


RE: [WIP] Maximinimalism - pyrrho - 2013-11-21

Thanks for such a quick reply! That is just fantastic news and makes me very happy!


RE: [WIP] Maximinimalism - thedeadman - 2013-11-21

No worries, caught me on a slow afternoon :-)

V0.7.0 just posted to GIT Master (skin development repo update to follow shortly)

Changelog:
- [NEW] Hide watched flag in video section (side menu toggle)
- [NEW] Global search (split across video and music)
- [NEW] Favourites browser
- [NEW] User profiles
- [MODIFIED] Home screen layout tweaked
- [MODIFIED] Hidden side menu styling revised
- [FIXED] Incorrect letter cases 'musicViewType' amongst a couple of others (thanks Wishie)
- [FIXED] Footer information sometimes being shown incorrectly (myVideoNav, myMusicNav) Thanks Wishie.
- [FIXED] Global background not working in music file lists
- [MODIFIED] Item information in music section now handles albums and artists more appropriately.
- [MODIFIED] Global background systems reworked and simplified. Skin now defaults to hard coded background. User can override this with a static image, or use a fanart slideshow (assuming fanart paths are set).
- [REMOVED] Animated fanart slides, except in video / music info screens.
- [DIALOG ADDED] DialogSlider.xml (supports zoom setting in video settings)
- [DIALOG ADDED] DialogPVRGroupManager.xml
- Various skinwide nips, tucks and tweaks.


RE: [WIP] Maximinimalism - levijay - 2013-11-22

Great! thanks tdm Smile

I know this isn't important but any roadmap for color themes?


RE: [WIP] Maximinimalism - thedeadman - 2013-11-22

Thanks Levijay,

Rapid modding and ease-of-entry (especially for novice skinners) forms a big part of what i'm trying to do here.

Changing up the colours will be pretty straightforward once I hit alpha :-)


RE: [WIP] Maximinimalism - moneymaker - 2013-11-22

@thedeadman

Awesome. Great to have favourites in the side bar. Could be nice to have the view of favourites for all addons as second option for big screens. What do you think?

- I'm not quite sure if we have talked about it. I can't choose any subtitle scripts, no window pops up (xbmc v13.x)
- Yes / No is reversed. Also in the dependencies.

Image


RE: [WIP] Maximinimalism - moneymaker - 2013-11-22

- The keyboard buttons aren't highlighted. Not possible to use it with a remote control - occurs since v0.6.0.

Image


RE: [WIP] Maximinimalism - thedeadman - 2013-11-22

@moneymaker

- Favourites for all addons I will look into. Not sure whether it will be possible yet.

- The subtitles problem puzzles me.. It's calls exactly the same function as Confluence does. I'm assuming you're setting it from skin settings?
It could be a letter casing thing, will double check.

- Keyboard highlighting is there. I did change the names of the colours used around V0.6 and that might not have been fully pulled through. It might be worth doing a full reinstall - let me know if that works.


RE: [WIP] Maximinimalism - moneymaker - 2013-11-22

- Nice.
- Yes, from skin setting.
- I'll let you know tomorrow.

Thanks for the big update especially the DialogPVRGroupManager. Looks so much better.


RE: [WIP] Maximinimalism - moneymaker - 2013-11-23

- favourites won't start

Code:
23:24:15 T:140735299244816   DEBUG: ------ Window Deinit (DialogFavourites.xml) ------
23:24:15 T:4566028288    INFO: CPythonInvoker(10, /Users/OSX/Library/Application Support/XBMC/addons/plugin.video.southpark_de/default.py): script successfully run
23:24:15 T:140735299244816   DEBUG: WaitOnScriptResult- plugin returned successfully
23:24:15 T:4601679872  NOTICE: Thread BackgroundLoader start, auto delete: false
23:24:15 T:140735299244816   DEBUG: ExecuteXBMCAction : Translating action string
23:24:15 T:4566028288    INFO: Python script stopped

Debug log is off.


RE: [WIP] Maximinimalism - FREAKJAM - 2013-11-23

@moneymaker
script.xbmc.subtitles is no longer used in latest nightlies (gotham), at this moment it only works in confluence 2.2.2 and latest aeon mq 5 (5.7.4) as far as i know.

new syntax:
"<onclick>ActivateWindow(SubtitleSearch)</onclick>"

check this thread for more info.


RE: [WIP] Maximinimalism - thedeadman - 2013-11-23

Cheers Freakjam, will update and add an extra condition for pre-Gotham builds (if possible)


RE: [WIP] Maximinimalism - moneymaker - 2013-11-30

I'm confused. All addons from my repository have the following error in the settings window:

Image
Free Cable even uses strings.po. Do you have any idea what this might be? I do not see any error or see the error in the log file.