WIP S W A N (alpha , updated April-2022)
(2021-02-09, 14:17)fantasticn Wrote: @mardukL

Many thanks for the update. Custom entries and custom widgets are very helpful. However, I am somehow struggeling with the system you implemented:

1. I wanted to add the command "StartAndroidActivity("com.einsundeinstv.player")" as a custom entry for the main menu. I used the new "CUSTOM a d v a n c e d)" feature, klicked on "Use executebuiltin(function, block) and entered the aforementioned command. But "Set Entry" now shows the following command-line: ActivateWindows(,return)StartAndroidActivity("com.einsundeinstv.player"). It seems the ActivateWindow command is always shown as well as the (,retun) parameter. However, it seems to work anyway. The respective Android App is starting when I klick on the entry in the main menu.

Do we actually need all three possible options given under "CUSTOM (a d v a n c e d)"? I would assume that (executebuiltin) would do since you can add a "ActivateWindow"-command there anyway.

2. Also I did not get the function of "set target" in the "CUSTOM (a d v a n c e d)" section of the widget configuration. All that seems to work are path entries.

3. Music-HUB has a problem: When you start playing a song the navigation bar on the left slides out and the current playlist bar on the right slides in (at least if you press the "right"-button on your remote). Then you can easily have the current playlist bar slide back and the navigation bar come up again by pressing the "left" button on the remote. However, if instead you exit the music HUB (while the current playlist bar is visible) and then return to it again, you cannot have the current playlist bar slide back and therefore the navigation bar will not come up again. You will not be able to navigate in the Music HUB section anymore until you restart Kodi or reload the skin.

4. Pictures section shows the picture folders (first level of the pictures section) only in cover view. The other levels at least are shown in list view (which is a bit more suitable with the correctly formatted preview on the left side). However, I think squares or fanarts would make the most sense for the pictures section.

So much for my feedback

PS. Just found out about the nice Netflix viewtype you implemented for TV-Shows. That is very cool!

Thanks again and keep up the good work!

Hi, first, all are able to install the update via repo within kodi for all kodi versions (leia & matrix)
- Repo Link


1. The Labels shown at that place are not corrent, BUT THE ACTION WILL WORK Wink

2. how did you use use it ?
BE AWARE SOME windows are not defined or WIP in the skin.
This should work...https://kodi.wiki/view/Opening_Windows_and_Dialogs | https://kodi.wiki/view/Window_IDs

ActivateWindow(target)

This will take you directly to the settings section/window of xbmc:
ActivateWindow(Settings)

Some windows allow you to jump directly to a sub-section of that window. To do this, you can use either the sub-section's name or its path.

ActivateWindow(target,path)

ActivateWindow(Videos,MovieTitles)
or
ActivateWindow(Videos,videodb://movies/titles/)

3. is on (the large) to do list
4. is on (the large) to do list
Skins |  Titan M O D   •   S W A N (WIP)
Reply


Messages In This Thread
RE: S W A N (wip, tease) - by ontap - 2019-10-10, 20:09
RE: S W A N (wip, tease) - by 3500 - 2019-10-10, 20:47
RE: S W A N (wip, tease) - by mardukL - 2019-10-11, 15:26
RE: S W A N (wip, tease) - by Butta97 - 2019-10-12, 23:45
RE: S W A N (wip, tease) - by mardukL - 2019-10-14, 13:02
RE: S W A N (wip, tease) - by Butta97 - 2019-10-16, 10:31
RE: S W A N (wip, tease) - by mardukL - 2019-10-16, 12:39
RE: S W A N (wip, tease) - by Fambank - 2019-10-16, 13:16
RE: S W A N (wip, tease) - by mardukL - 2019-10-24, 15:42
RE: S W A N (wip, tease) - by Butta97 - 2019-10-28, 04:56
RE: S W A N (wip, tease) - by mardukL - 2019-10-28, 13:43
RE: S W A N (wip, tease) - by sanangel - 2019-11-16, 21:24
RE: S W A N (wip, tease) - by mardukL - 2019-11-17, 16:38
RE: S W A N (wip, tease) - by sanangel - 2019-11-18, 00:52
RE: S W A N (wip, tease) - by sanangel - 2020-01-02, 18:28
RE: S W A N (wip, tease) - by mardukL - 2020-01-02, 18:44
RE: S W A N (wip, tease) - by sanangel - 2020-01-02, 19:08
RE: S W A N (wip, tease) - by mardukL - 2020-01-03, 02:16
RE: S W A N (wip, tease) - by sanangel - 2020-01-03, 09:44
RE: S W A N (wip, tease) - by mardukL - 2020-01-23, 09:25
RE: S W A N (wip, tease) - by piscdi - 2020-01-23, 14:37
RE: S W A N (wip, tease) - by trkselim - 2020-01-23, 20:29
RE: S W A N (wip, tease) - by mardukL - 2020-01-24, 15:30
RE: S W A N (wip, tease) - by sanangel - 2020-01-30, 18:23
RE: S W A N (wip, tease) - by Butta97 - 2020-01-31, 03:04
RE: S W A N (wip, tease) - by sanangel - 2020-01-31, 10:37
RE: S W A N (wip, tease) - by mardukL - 2020-01-31, 19:57
RE: S W A N (wip, tease) - by mardukL - 2020-02-03, 20:18
RE: S W A N (wip, tease) - by sanangel - 2020-02-04, 17:46
RE: S W A N (wip, tease) - by Butta97 - 2020-02-05, 14:01
RE: S W A N (wip, tease) - by sanangel - 2020-02-05, 16:49
RE: S W A N (wip, tease) - by mardukL - 2020-02-05, 22:21
RE: S W A N (wip, tease) - by Butta97 - 2020-02-06, 12:03
RE: S W A N (wip, tease) - by mardukL - 2020-02-06, 15:16
RE: S W A N (wip, tease) - by mardukL - 2020-02-15, 17:17
RE: S W A N (wip, tease) - by sanangel - 2020-02-15, 18:02
RE: S W A N (wip, tease) - by mardukL - 2020-02-15, 19:47
RE: S W A N (wip, tease) - by Hudson_Hawk04 - 2020-02-15, 18:12
RE: S W A N (wip, tease) - by sanangel - 2020-02-15, 20:09
RE: S W A N (wip, tease) - by mardukL - 2020-02-24, 12:46
RE: S W A N (wip, tease) - by sanangel - 2020-03-01, 18:12
RE: S W A N (wip, tease) - by mardukL - 2020-03-02, 15:36
RE: S W A N (wip, tease) - by sanangel - 2020-03-03, 11:18
RE: S W A N (wip, tease) - by mardukL - 2020-03-16, 17:51
RE: S W A N (wip, tease) - by Butta97 - 2020-03-15, 11:16
RE: S W A N (wip, tease) - by mardukL - 2020-03-16, 17:57
RE: S W A N (wip, tease) - by Castilho - 2020-03-20, 23:04
RE: S W A N (wip, tease) - by mardukL - 2020-03-21, 21:48
RE: S W A N (wip, tease) - by mardukL - 2020-03-25, 16:48
RE: S W A N (wip, tease) - by DoctorBR - 2020-03-26, 03:42
RE: S W A N (wip, tease) - by mardukL - 2020-03-26, 17:45
RE: S W A N (wip, tease) - by ofory2012 - 2020-03-26, 18:29
RE: S W A N (wip, tease) - by mardukL - 2020-03-26, 18:32
RE: S W A N (wip, tease) - by ofory2012 - 2020-03-26, 19:42
RE: S W A N (wip, tease) - by Hudson_Hawk04 - 2020-03-27, 17:56
RE: S W A N (wip, tease) - by mardukL - 2020-03-27, 18:34
RE: S W A N (wip, tease) - by Hudson_Hawk04 - 2020-03-27, 18:40
RE: S W A N (wip, tease) - by mardukL - 2020-03-30, 11:29
RE: S W A N (wip, tease) - by Rijs43 - 2020-04-05, 19:21
RE: S W A N (wip, tease) - by Raitsa - 2020-04-05, 20:37
RE: S W A N (wip, tease) - by mardukL - 2020-04-06, 09:23
RE: S W A N (wip, tease) - by Rijs43 - 2020-04-08, 13:06
RE: S W A N (wip, tease) - by mardukL - 2020-04-08, 16:07
RE: S W A N (wip, tease) - by Rijs43 - 2020-04-09, 20:07
RE: S W A N (wip, tease) - by Rijs43 - 2020-04-10, 00:05
RE: S W A N (wip, tease) - by mardukL - 2020-04-10, 13:19
RE: S W A N (wip, tease) - by Rijs43 - 2020-04-10, 19:08
RE: S W A N (wip, tease) - by nazim12 - 2020-04-15, 19:19
RE: S W A N (wip, tease) - by mardukL - 2020-04-17, 17:41
RE: S W A N (wip, tease) - by TomT - 2020-04-20, 13:30
RE: S W A N (wip, tease) - by mardukL - 2020-04-20, 14:19
RE: S W A N (wip, tease) - by sanangel - 2020-04-20, 17:31
RE: S W A N (wip, tease) - by beatmasterrs - 2020-04-20, 18:27
RE: S W A N (wip, tease) - by mardukL - 2020-04-21, 08:01
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-20, 17:36
RE: S W A N (wip, tease) - by mardukL - 2020-04-20, 17:53
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-20, 18:21
RE: S W A N (wip, tease) - by mardukL - 2020-04-21, 07:59
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-21, 10:17
RE: S W A N (wip, tease) - by Butta97 - 2020-04-21, 10:34
RE: S W A N (wip, tease) - by mardukL - 2020-04-21, 11:18
RE: S W A N (wip, tease) - by Butta97 - 2020-04-23, 00:43
RE: S W A N (wip, tease) - by mardukL - 2020-04-22, 15:54
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-22, 16:56
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-22, 19:07
RE: S W A N (wip, tease) - by mardukL - 2020-04-23, 08:23
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-23, 17:41
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-23, 17:55
RE: S W A N (wip, tease) - by sanangel - 2020-04-25, 01:12
RE: S W A N (wip, tease) - by mardukL - 2020-04-25, 10:40
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-25, 15:16
RE: S W A N (wip, tease) - by mardukL - 2020-04-25, 15:59
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-25, 16:15
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-26, 09:20
RE: S W A N (wip, tease) - by mardukL - 2020-04-26, 09:28
RE: S W A N (wip, tease) - by Aaiemron - 2020-04-26, 09:36
RE: S W A N (wip, tease) - by ontap - 2020-04-26, 12:28
RE: S W A N (wip, tease) - by mardukL - 2020-04-28, 12:28
RE: S W A N (wip, tease) - by Rijs43 - 2020-04-28, 19:46
RE: S W A N (wip, tease) - by mardukL - 2020-04-29, 10:01
RE: S W A N (wip, tease) - by Rijs43 - 2020-04-29, 12:17
RE: S W A N (wip, tease) - by mardukL - 2020-04-29, 15:46
RE: S W A N (wip, tease) - by Rijs43 - 2020-04-29, 20:24
RE: S W A N (wip, tease) - by mardukL - 2020-05-01, 17:37
RE: S W A N (wip, tease) - by Edworld - 2020-05-01, 17:46
RE: S W A N (wip, tease) - by mardukL - 2020-05-06, 09:48
RE: S W A N (wip, tease) - by Picard - 2020-05-08, 05:50
RE: S W A N (wip, tease) - by mardukL - 2020-05-08, 06:02
RE: S W A N (wip, tease) - by Picard - 2020-05-08, 06:26
RE: S W A N (wip, tease) - by mardukL - 2020-05-08, 20:05
RE: S W A N (wip, tease) - by Picard - 2020-05-09, 08:10
RE: S W A N (wip, tease) - by zeeya - 2020-05-09, 05:00
RE: S W A N (wip, tease) - by mardukL - 2020-05-10, 01:12
RE: S W A N (wip, tease) - by zeeya - 2020-05-10, 12:14
RE: S W A N (wip, tease) - by Aaiemron - 2020-05-13, 10:33
RE: S W A N (wip, tease) - by mardukL - 2020-05-13, 11:31
RE: S W A N (wip, tease) - by Aaiemron - 2020-05-13, 11:45
RE: S W A N (wip, tease) - by mardukL - 2020-05-13, 15:56
RE: S W A N (wip, tease) - by hacky4real - 2020-05-13, 18:46
RE: S W A N (wip, tease) - by haicaoboi87 - 2020-05-22, 09:28
RE: S W A N (wip, tease) - by Butta97 - 2020-06-02, 07:21
RE: S W A N (wip, tease) - by mardukL - 2020-06-06, 14:09
RE: S W A N (wip, tease) - by THX1138 - 2020-07-25, 10:57
RE: S W A N (wip, tease) - by Aphykit2006 - 2020-08-17, 18:26
RE: S W A N (wip, tease) - by zeroq - 2020-07-29, 11:34
RE: S W A N (wip, tease) - by thewalkernz - 2020-08-24, 12:34
RE: S W A N (wip, tease) - by Aenima99x - 2020-08-27, 00:17
RE: S W A N (wip, tease) - by mardukL - 2020-09-16, 13:16
RE: S W A N (wip, tease) - by Fuchs2468 - 2020-09-16, 20:19
RE: S W A N (wip, tease) - by Aenima99x - 2020-09-17, 16:13
RE: S W A N (wip, tease) - by sanangel - 2020-09-19, 12:31
RE: S W A N (wip, tease) - by Biofx80 - 2020-09-27, 21:23
RE: S W A N (wip, tease) - by Fhdf - 2020-12-15, 15:17
RE: S W A N (wip, tease) - by jdig4240 - 2020-12-15, 21:19
RE: S W A N (wip, tease) - by Fhdf - 2020-12-16, 01:17
RE: S W A N (wip, tease) - by jdig4240 - 2020-12-16, 02:21
RE: S W A N (wip, tease) - by Fhdf - 2020-12-16, 03:26
RE: S W A N (wip, tease) - by mardukL - 2020-12-19, 17:54
RE: S W A N (wip, tease) - by DJCounter - 2020-12-31, 06:49
RE: S W A N (wip, tease) - by mardukL - 2021-01-07, 18:52
RE: S W A N (wip, tease) - by trkselim - 2021-01-07, 21:15
RE: S W A N (wip, tease) - by mardukL - 2021-01-12, 19:42
RE: S W A N (wip, tease) - by mardukL - 2021-01-19, 19:40
RE: S W A N (alpha , updated feb-2021) - by mardukL - 2021-02-09, 15:57
Logout Mark Read Team Forum Stats Members Help
S W A N (alpha , updated April-2022)3