![]() |
Release Mimic 2.x for Isengard - 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: Mimic-LR (https://forum.kodi.tv/forumdisplay.php?fid=218) +---- Thread: Release Mimic 2.x for Isengard (/showthread.php?tid=221728) |
RE: Mimic 2.x for Isengard - braz - 2015-07-12 If you change an existing widget, you have to reapply it to the main menu item to see the changes. This goes for changing the icon, name, or path. Mimic 2.x for Isengard - stueeey - 2015-07-12 (2015-07-12, 23:48)braz Wrote: If you change an existing widget, you have to reapply it to the main menu item to see the changes. This goes for changing the icon, name, or path. arrh! ok got ya, yes changes working now to names changes. thanks again RE: Mimic 2.x for Isengard - braz - 2015-07-14 (2015-07-12, 23:18)stueeey Wrote: small feature request, if I may be so bold... when using the 'Top Menu Home Layout' there are 4main menus available at anytime, I like to hide the clock info (personal thing, I just don't find it that relevant)... with the clock hidden the space at the top right where the clock was located is crying out for an additional menu title... any chance of having 5 menu's as the top? (to fill that 5th space)Thanks for pointing this out, I just pushed an update to github that makes this change for the top and vertical menu layouts. RE: Mimic 2.x for Isengard - stubiff - 2015-07-14 (2015-07-10, 18:07)braz Wrote: Just pushed an update to github that adds an option in the sidebar for video InfoWall to display larger icons. Thanks very much braz. RE: Mimic 2.x for Isengard - Fist - 2015-07-14 (2015-07-10, 16:51)braz Wrote:(2015-07-10, 14:32)Fist Wrote:Be aware that without script.toolbox you won't be able to import/export/reset skin settings.(2015-07-09, 22:26)braz Wrote: I don't get any errors here, so only thing I can suggest is install the latest script.toolbox from github. After reinstalling script.toolbox trying to export settings gives me a script error every time. Any ideas what could be causing that? RE: Mimic 2.x for Isengard - braz - 2015-07-14 (2015-07-14, 09:48)Fist Wrote:You're sure you are using the latest script.toolbox from github? Sounds like you have the repo version installed. You need version 1.1.0.(2015-07-10, 16:51)braz Wrote:(2015-07-10, 14:32)Fist Wrote: Tried that. No luck.Be aware that without script.toolbox you won't be able to import/export/reset skin settings. The toolbox script (1.1.0) was just submitted to the repo, you can also just wait a day or two and it will auto update. Assuming you have auto updates enabled. RE: Mimic 2.x for Isengard - Fist - 2015-07-14 (2015-07-14, 16:04)braz Wrote:(2015-07-14, 09:48)Fist Wrote:You're sure you are using the latest script.toolbox from github? Sounds like you have the repo version installed. You need version 1.1.0.(2015-07-10, 16:51)braz Wrote: Be aware that without script.toolbox you won't be able to import/export/reset skin settings. Yes, the latest freshly downloaded from Github and installed manually. Same with your skin. In fact, I've done a complete wipe, reinstall and configure. I can back up the config now, that works, but the first time I open a video or music file, after Kodi is booted, I get the Toolbox Script Error. Here's what it says in the Log: Code: 16:03:01 T:1574669792 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- Could it be some kind of lookup going on? RE: Mimic 2.x for Isengard - braz - 2015-07-14 My guess is that you never installed the script initially from the repo so you didn't get any of the dependencies. You likely need to install script.module.pil. RE: Mimic 2.x for Isengard - Fist - 2015-07-14 (2015-07-14, 17:24)braz Wrote: My guess is that you never installed the script initially from the repo so you didn't get any of the dependencies. You likely need to install script.module.pil. Okay, thanks, where would I find that? Also, does it matter that, under Addons, the Script Toolbox folder is labeled script.toolbox-master and I have two folders script.mimic and script.mimic-master? RE: Mimic 2.x for Isengard - braz - 2015-07-14 Yeah, you don't want 2 Mimic folders, nor sure which one gets loaded. You will likely be better off just waiting until Mimic 2.2.0 is on the repo. I plan to submit it sometime this week. RE: Mimic 2.x for Isengard - Fist - 2015-07-14 (2015-07-14, 18:10)braz Wrote: Yeah, you don't want 2 Mimic folders, nor sure which one gets loaded. You will likely be better off just waiting until Mimic 2.2.0 is on the repo. I plan to submit it sometime this week. OK. Thanks. RE: Mimic 2.x for Isengard - stueeey - 2015-07-14 (2015-07-14, 04:34)braz Wrote:(2015-07-12, 23:18)stueeey Wrote: small feature request, if I may be so bold... when using the 'Top Menu Home Layout' there are 4main menus available at anytime, I like to hide the clock info (personal thing, I just don't find it that relevant)... with the clock hidden the space at the top right where the clock was located is crying out for an additional menu title... any chance of having 5 menu's as the top? (to fill that 5th space)Thanks for pointing this out, I just pushed an update to github that makes this change for the top and vertical menu layouts. @braz, thank you... the additional 5 menu's across the top is working great! love the way the focus colour zooms left to right across the top when you reach the end ![]() On another note... I've got 2 users setup on one of my machines running mimic, both setup as separate profiles... I've been experimenting with changing the mimic highlight colours (to assist users knowing which profile is logged in)... I've noticed that the colours I set for each user are not being retained, when I log out and back in or quit... they both seem to default back to the default mimic blue colour. I run another machine on Titan and it seems to retain colour setting per profile user. any chance you could have a look to see if its an Isengard or skin issue? thanks again for the additional top bar menu ![]() RE: Mimic 2.x for Isengard - braz - 2015-07-14 (2015-07-14, 23:06)stueeey Wrote:I looked into this once before, each profile should have its own guisettings.xml and retain its own settings. Did you save all of the profiles in the same folder? They may need to be in separate folders.(2015-07-14, 04:34)braz Wrote:(2015-07-12, 23:18)stueeey Wrote: small feature request, if I may be so bold... when using the 'Top Menu Home Layout' there are 4main menus available at anytime, I like to hide the clock info (personal thing, I just don't find it that relevant)... with the clock hidden the space at the top right where the clock was located is crying out for an additional menu title... any chance of having 5 menu's as the top? (to fill that 5th space)Thanks for pointing this out, I just pushed an update to github that makes this change for the top and vertical menu layouts. RE: Mimic 2.x for Isengard - stueeey - 2015-07-14 (2015-07-14, 23:18)braz Wrote:(2015-07-14, 23:06)stueeey Wrote:I looked into this once before, each profile should have its own guisettings.xml and retain its own settings. Did you save all of the profiles in the same folder? They may need to be in separate folders.(2015-07-14, 04:34)braz Wrote: Thanks for pointing this out, I just pushed an update to github that makes this change for the top and vertical menu layouts. yes I believe so... everything has been created separately and stored separately when setup. profiles/guisettings.xml stored as follows... -->userdata folder-->guisettings.xml (I presume this to be my master profile) -->userdata folder-->profiles-->user2--->guisettings.xml RE: Mimic 2.x for Isengard - braz - 2015-07-14 (2015-07-14, 23:35)stueeey Wrote:Hmm, ok will test again.(2015-07-14, 23:18)braz Wrote:(2015-07-14, 23:06)stueeey Wrote: @braz, thank you... the additional 5 menu's across the top is working great! love the way the focus colour zooms left to right across the top when you reach the endI looked into this once before, each profile should have its own guisettings.xml and retain its own settings. Did you save all of the profiles in the same folder? They may need to be in separate folders. |