v18 Aeon MQ 8 - 2.9.0 - Kodi Leia - 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: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68) +---- Thread: v18 Aeon MQ 8 - 2.9.0 - Kodi Leia (/showthread.php?tid=341547) 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
|
RE: Aeon MQ 8 - 2.8.0 - Kodi Leia - Wanilton - 2019-03-09 @Lockzar Skin don´t use artwork downloader or artwork beef. Arts came auto via skin helper. We have only an issue in getting extrafanart, work ok in music, but no in videos, probably issue in the script. If exist local extrafanart folder, will cycle fine. The user doesn´t need more run scripts for receive arts, the skin uses local arts if available, or will get via script skin helper service. About PVR, yes have only 1 view. EPG I know is fine, we have other members using. No idea why don´t work for you. I will check animated fanarts, when possible here. RE: Aeon MQ 8 - 2.8.0 - Kodi Leia - chrissix666 - 2019-03-09 (2019-03-05, 00:07)the_bo Wrote: @AmjakExcept when you push these buttons in AB you can also read extrafanart from extrafanarts folder into the libary: (A great feature so you don't have to (i also don't want to) paste/copy all extrafanarts from extrafanarts folder beside the movie) RE: Aeon MQ 8 - 2.8.0 - Kodi Leia - Angelinas - 2019-03-09 (2019-03-08, 20:41)shedrock Wrote: @@Wanilton - Would it be possible for you to add a feature which is quite common on most skins where I can add a "Favourite" as a widget? By that I mean, lets say I have 5 YouTube channels added to my favourites, but now I want to add them as a widget. I don't see an option to do this. Maybe I am missing how to do it.For Widget favourite skin use SHS widget script..If this script is missing (or some bed version) you can set widget favourite. find in IncludesVariables.xml row 294 and change in this (Kodi code). You will have Title,action and image (just basic things).With SHS widget code you will have all info and image, Decide what you need simple or alllllll Code: <value condition="String.IsEqual(Container(9000).ListItem.Property(type),13)">Favourites://</value> RE: Aeon MQ 8 - 2.8.0 - Kodi Leia - _SLayer_ - 2019-03-09 (2019-03-09, 21:22)Wanilton Wrote: Skin don´t use artwork downloader or artwork beef. Arts came auto via skin helper. We have only an issue in getting extrafanart, work ok in music, but no in videos, probably issue in the script. If exist local extrafanart folder, will cycle fine.In the meantime i have installed a fresh/clean KODI on a Windows 10 VM and installed nothing but Aeon MQ8 and all scripts and addons mentioned on the Skin-Setup-Page. Then i scraped some movies (some of which contain an extrafanart-folder, and some do not). After scraping there was not one single movie where there was any type of extrafanart-cycling. Only the standard fanart showed. So i can't confirm, that cycling is ok if a local extrafanart folder exists. Nonetheless i whish there was native Artwork Beef support in the skin... simply because i don't like it if someone/something else (i.e. a script) decides for me what kind of art i should see, be it discart, fanart or clearlogo. I appreciate the effort to guess the "right" artwork and auto-download it... but in the end... i like steering the car myself better. So... currently the non functioning cycling extrafanart is not a dealbreaker for me... but i would really appreciate it, if this issue could be solved in a future skin-update. RE: Aeon MQ 8 - 2.8.0 - Kodi Leia - RonnieG3 - 2019-03-09 Is there an option to have the video I'm watching play as background if i go back out to the menu? I know it was available before, but i can't find the option to turn it on here. I know i'm just not finding it. Any direction on where to look? Edit: Nevermind - I found it. If I hit S for the shutdown menu, the option to turn vis on/off is right there. Aeon MQ 8 - 2.8.0 - Kodi Leia - kwirk - 2019-03-09 Some pages ahead it is mentioned that there is a long time in the series widget Perhaps I have a hint I'm using episodes in progress and after watching an episode the turning circles appear until the weather has updated. Is there perhaps an unwanted serialization? RE: Aeon MQ 8 - 2.8.0 - Kodi Leia - Jumpy73 - 2019-03-10 https://forum.kodi.tv/showthread.php?tid=341547&pid=2832112#pid2832112 RE: Aeon MQ 8 - 2.8.0 - Kodi Leia - chrissix666 - 2019-03-10 (2019-03-09, 23:02)_SLayer_ Wrote: Nonetheless i whish there was native Artwork Beef support in the skin... simply because i don't like it if someone/something else (i.e. a script) decides for me what kind of art i should see, be it discart, fanart or clearlogo. I appreciate the effort to guess the "right" artwork and auto-download it... but in the end... i like steering the car myself better. install notepad++ go to: C:\Users\youruser\AppData\Roaming\Kodi\addons\skin.aeonmq8\1080i\xml -> open IncludesParams.xml -> go to line 421 replace this: $INFO[Window(home).Property(SkinHelper.ListItem.Art.ExtraFanArt)] with this: plugin://script.artwork.helper/multiimage/listitem/?refresh=$INFO[ListItem.DBID]&&arttype=fanart Now you have extrafanarts the ArtworkBeef way ArtworkHelper is dependency, in most cases if you have ArtworkBeef on your System you also have ArtworkHelper yet. RE: Aeon MQ 8 - 2.8.0 - Kodi Leia - Lockzar - 2019-03-10 (2019-03-09, 23:02)_SLayer_ Wrote: Nonetheless i whish there was native Artwork Beef support in the skin...Same, so many ppl using it since artwork downloader died, and so well done that it should be a must have in the kodi official repo, soon or later ^^ RE: Aeon MQ 8 - 2.8.0 - Kodi Leia - Lockzar - 2019-03-10 (2019-03-10, 00:48)chrissix Wrote: Now you have extrafanarts the ArtworkBeef wayThanks a lot, will try tomorrow RE: Aeon MQ 8 - 2.8.0 - Kodi Leia - _SLayer_ - 2019-03-10 (2019-03-10, 00:48)chrissix Wrote: Now you have extrafanarts the ArtworkBeef wayThanks... I'll try that... RE: Aeon MQ 8 - 2.8.0 - Kodi Leia - shedrock - 2019-03-10 (2019-03-09, 22:12)Angelinas Wrote:That does not give me the option to add YouTube channels to the widgets as I showed in the attached image. I can add favorites, but that includes the entire list of favorites, and not just the ones I want to select to be displayed. The only way I see it possible is when you have a "Playlist". For example, I added a Hallmark playlist, then I now have the option to select that as a widget from the main menu where you can select various widgets.(2019-03-08, 20:41)shedrock Wrote: @@Wanilton - Would it be possible for you to add a feature which is quite common on most skins where I can add a "Favourite" as a widget? By that I mean, lets say I have 5 YouTube channels added to my favourites, but now I want to add them as a widget. I don't see an option to do this. Maybe I am missing how to do it.For Widget favourite skin use SHS widget script..If this script is missing (or some bed version) you can set widget favourite. Shedrock RE: Aeon MQ 8 - 2.8.0 - Kodi Leia - Jumpy73 - 2019-03-10 Hi, I found this bad behaviour - Weather icon, different from animated icon (default, outline, outline HQ, etc...), doesn't work in main menu view. - It is displayed in the right way, indeed, in the Skin Settings menu I don't understand why the media type is not displayed anymore in movies widget view. The AEON MQ7 skin could display this correctly. How can this info be displayed? Thanks in advance RE: Aeon MQ 8 - 2.8.0 - Kodi Leia - Wanilton - 2019-03-10 @Jumpy73 Have one issue, will be fixed in next release, but work with a few weather icon addon, try with HD animated and will see. Check if you have .bluray in your movie filename. Here work ok. RE: Aeon MQ 8 - 2.8.0 - Kodi Leia - jespermart - 2019-03-10 (2019-03-03, 21:40)Wanilton Wrote:Where do I find the coloured icons used in the last picture?(2019-03-03, 21:31)halidri Wrote: Hi, realy nice work, looks great!1. Something in your side, was tested a lot. |