CCM - Confluence Customizable Mod - 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: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125) +---- Thread: CCM - Confluence Customizable Mod (/showthread.php?tid=160184) 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
RE: CCM - Confluence Customizable Mod - bigbully - 2014-06-03 (2014-06-03, 05:50)Mudislander Wrote: Yeah I haven't used a nightly for a while now. Will look into it. Had some time on my hands and I've been able to solve the first two problems. Changes are working in nightlies now, but I still need to test it with Gotham RC1 to see if it's backwards compatible. I'll post you the changes I made tomorrow and see if I can figure out the playlist not returning to main list issue. RE: CCM - Confluence Customizable Mod - LordElrond - 2014-06-03 update for Ouya Users: for the power off options don't bother Mudislander...it is the XBMC for Android problem or "bug",name it as you want... probably it is not in the code or sth similar...don't know exactly to tell you... install on your rooted Ouya this version Code: http://ouyaforum.com/showthread.php?8220-SPMC-Koying I think that I am falling in love...oh,no I am a liar...I m definetely in love... hope that this was helpful and first of all thanks to Mudislander for the amazing skin and "aftersale" support... respect to all those who spent their free time to make our free time better... RE: CCM - Confluence Customizable Mod - tommymsw - 2014-06-04 I am stuck using confluence for my raspberry Pi because all the other skins are too heavy, but I don't love it. I figured I would give this a try especially as it was supposed to have a "repeat" option for the video in the gui? But I can't find it anywhere. Can anybody point me in the right direction? Other than that, I really like it, although it is quite a bit more taxing on the PI than the regular version, but still usable. RE: CCM - Confluence Customizable Mod - jcorsaut - 2014-06-05 I've updated to the latest CCM gotham version from github with the larger playlist widget size. A problem I have now is that some of the playlist widgets show on the home menu, and others don't. If its a movie type playlist, no problem. If its a tv show playlist, it appears for a brief second when I scroll over the playlist and then the widget disappears. Any thoughts or fixes? RE: CCM - Confluence Customizable Mod - Mudislander - 2014-06-05 It's work in progress, not all of the code is there, hopefully by the end of the weekend it'll be working properly. RE: CCM - Confluence Customizable Mod - Mudislander - 2014-06-05 CCM Organization added Balek, Etharr and seanet7or to Collaborators Team as you've all submitted stuff to CCM. I'm trying to keep the Old GitHub under my name as a backup and would prefer to use the new github account for day to day work. ATM rules are pretty simple, do a PR for any code you'd like to change. Give it a few days for any comments and then do a commit. If ( When ) any issues arise we can amend the rules. I'll get stuff commited by you guys to Mudislander Github across as soon as I get the chance - is now going to need a bit of work. Also if you push something that gets users jumping up and down - you can defend it in this thread RE: CCM - Confluence Customizable Mod - Mudislander - 2014-06-05 Been playing around with UPnp, CCM GitHub has WIP code, if anyone has a spare machine and would like to give it a whirl. Movies are working for a XBMC UPnP server. The rest is not yet written - same as Large Widgets (2014-06-03, 09:23)bigbully Wrote: Had some time on my hands and I've been able to solve the first two problems. Changes are working in nightlies now, but I still need to test it with Gotham RC1 to see if it's backwards compatible. I'll post you the changes I made tomorrow and see if I can figure out the playlist not returning to main list issue. If you'd like to be added to GitHub team - let me know RE: CCM - Confluence Customizable Mod - simba82 - 2014-06-05 Hi, I'm trying to run a command from a menu subitem, but I cannot get it to run.... What I did is, I created a new Submenu set "ambilight", then I choose the "XBMC command" type. Now the funny thing is, when I do this I get prompted for a label three times. To be certain to add the command in the correct place I just repeated the command each time. I've tried the following: hyperion-remote --priority 50 --color red System.Exec("hyperion-remote --priority 50 --color red") System.Exec(hyperion-remote --priority 50 --color red) The last one crashed my system... What's the correct way to execute shell commands from the menu?? Also, when I ran a grep, I found that the items were added to guisettings.xml, but changing that file directly didn't change my menu, so I guess the settings are stored elsewhere, I wonder where?? I'd like to back-up my settings in case I have to do a reinstall later.. Thx!! RE: CCM - Confluence Customizable Mod - Mudislander - 2014-06-06 All settings are saved to guisettings.xml, however XBMC retains this file in memory while running so any editing of the file cannot be done while XBMC is running as your alterations will just be overwritten. Exit XBMC first. The unfortunate thing about using the XBMC command menu item is that the input panel always has the title "Enter the new label". If I could change that I would. The first time is for the XBMC Command to run. EG: one of these commands The second time you need to add the menu item name, that you'd like to see on the menu. I'll change the suggested labe to try and make that a bit clearer. Also check your version of the MOD, should only ask for input twice. RE: CCM - Confluence Customizable Mod - bigbully - 2014-06-06 (2014-06-05, 22:10)Mudislander Wrote: Been playing around with UPnp, CCM GitHub has WIP code, if anyone has a spare machine and would like to give it a whirl. Movies are working for a XBMC UPnP server. The rest is not yet written - same as Large Widgets I appreciate the offer. I ended up abandoning the nightlies. They were causing high CPU loads and the "fixes" I had made weren't 100% working. The fix for the scraper preferences not showing worked, but was not backwards compatible. The playlist preferences fix was backwards compatible, but not 100% fixed. I never discovered the problem for the playlist submenu link not returning to home. I can't advise using CCM on nightlies though. Even with a fresh install and no add-ons, CPU loads jumped 10-20%. Regular Confluence CPU loads seemed unaffected with nightlies. One change you might want to incorporate though is a small modification to the EmptyCaseMask.png size. I increased the image size in Photoshop from 208x311 to 211x313 which resolved the rough edges of the coverart in low list view. Here's a shot including other mods that I made to lowlist view. Including: selected title labels blue, clearart logo and tagline at top, studio image at bottom, wider spaced flags, director name above running time and larger window to show 6 titles instead of 4. RE: CCM - Confluence Customizable Mod - evangelion - 2014-06-07 That view looks absolutely wonderful, good job!! I want! RE: CCM - Confluence Customizable Mod - Mudislander - 2014-06-07 Cool, send through a PR to GitHub, or a link to the code. My one issue with the view is the studio label on the floor as it will interfere with other stuff already there as in below screenie, also think the view is more suited to Hybrid with the TagLine on the top of the screen. I like the views to have a theme running through them eg TagLine and Logo in one, then should be in all. But if you guys want it - go for it. CCM is open for anyone to add code. RE: CCM - Confluence Customizable Mod - bluechris - 2014-06-07 @Mudislander m8 is something changed? I thing after latest update I lost the vu+ channels. I use argustv + pvriptvsimple + vu+ with windows latest margros build. Edit: never mind. . It fixed alone. RE: CCM - Confluence Customizable Mod - FrodoPL - 2014-06-08 Large Widget Layout works and look perfect! Thank you Mudislander. RE: CCM - Confluence Customizable Mod - protocol77 - 2014-06-08 first of all i want to say thanks for the large widget items it is much better now however i have one other question if that is ok I noticed in the settings a uPnP Library mode now i don't know much about uPnP or how it works i am simply using SMB shares from my server and they seem to work fine but i went to turn it on to see what it was and it warned me it would reset my main menu so that scared me off doing it until i know what it is so if you could explain a little i would appreciate it |