• 1
  • 42
  • 43
  • 44(current)
  • 45
  • 46
  • 116
v18 Aeon MQ 8 - 2.9.0 - Kodi Leia
@StoneT 

Yes, check about I wrote in this post

https://forum.kodi.tv/showthread.php?tid...pid2843890
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
(2019-04-09, 18:46)shedrock Wrote: Please let me know if what I have provided is sufficient enough to make my point. If not, I shall try again.
If your image is from start supose that is menu no.2 (Qikpix)
Try to see what is name of widget in skin folder(Aeonmq7) settings.xml
Code:
<setting id="menu2.widgets" type="string">tvshow.nextairedtvshows</setting>
 and find in includesvariables.xml wath is path-code for that widget
Code:
<value condition="String.IsEqual(Container(9000).ListItem.Property(widgets),tvshow.nextairedtvshows)">plugin://script.skin.helper.widgets/?action=nextaired&amp;mediatype=episodes&amp;reload=$INFO[Window(Home).Property(widgetreload2)]</value>
If this is true....MQ8 use same code

If isn't same then write here, code for string.
<setting id="menu2.widgets" type="string">Huh??
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
(2019-04-09, 20:53)Angelinas Wrote:
(2019-04-09, 18:46)shedrock Wrote: Please let me know if what I have provided is sufficient enough to make my point. If not, I shall try again.
If your image is from start supose that is menu no.2 (Qikpix)
Try to see what is name of widget in skin folder(Aeonmq7) settings.xml
Code:
<setting id="menu2.widgets" type="string">tvshow.nextairedtvshows</setting>
 and find in includesvariables.xml wath is path-code for that widget
Code:
<value condition="String.IsEqual(Container(9000).ListItem.Property(widgets),tvshow.nextairedtvshows)">plugin://script.skin.helper.widgets/?action=nextaired&amp;mediatype=episodes&amp;reload=$INFO[Window(Home).Property(widgetreload2)]</value>
If this is true....MQ8 use same code

If isn't same then write here, code for string.
<setting id="menu2.widgets" type="string">Huh??  

Forget the QIKPIX screen. This is just a playlist I created. The widget I chose in Aeon MQ7 is TV Shows on Air (NEXT AIRED) (9) as you can see from the image I attached here.

Image

Now, below is the code used for Aeon MQ7 (Latt's Mod)
php:
        <value condition="String.IsEqual(Container(9000).ListItem.Property(widgets),tvshow.nextairedtvshows)">plugin://script.skin.helper.widgets/?action=nextaired&amp;mediatype=episodes&amp;reload=$INFO[Window(Home).Property(widgetreload2)]</value>

This is the code that Aeon MQ8 uses:
php:
    <value condition="String.IsEqual(Container(9000).ListItem.Property(widgets),tvshow.nextairedepisodes)">plugin://script.skin.helper.widgets/?action=nextaired&amp;mediatype=episodes&amp;reload=$INFO[Window(Home).Property(widgetreload2)]</value>

How is this the same code?

Also, when I use the code from Aeon MQ7 (Latt's Mod) it works, but does not list all of the shows airing today. For instance, it does not list The Widow and Splitting up together TV show episodes. Below is an image to show you just what I am referring to.

Aeon MQ7 (Latt's Mod)
Image

Aeon MQ8 (modified code)
Image

The codes should work, but it just doesn't work correctly. Aeon MQ7 code does. I don't know what is preventing it from displaying all the TV shows airing "Today".

Thanks,

Shedrock
Reply
your problem is "sorting"...set by date

Image

BTW ....same code use mq6,mq7 and mq8

glad to help you Smile
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
(2019-04-09, 22:19)Angelinas Wrote: your problem is "sorting"...set by date

Image

BTW ....same code use mq6,mq7 and mq8

glad to help you Smile
It is not the date. Sorry to tell you that, but I already tried that before. It is not the same code. How can it be the same code when I clearly copied and pasted it for you in the above post? There is a problem that exists and I have explained it over and over again. I have provided screen shot after screen shot but yet you are telling me it is a sorting issue? I am confused.

Since it is the same code, as well as a sorting issue, then can you please explain to me why one skin is displaying it correctly and the others isn't? Where is the (2) missing TV Show episodes "The Widow" and "Splitting up together". Those are airing today, but not present on Aeon MQ8. Only present on Aeon MQ7 (Latt's Mod).
Reply
Two things come to mind @shedrock...

1. Perhaps the missing shows are to the left of the image you have of MQ8. I have seen this happen on my MQ8 system a couple of times, its like they are hidden in a pocket to the left. Just go "Up" to the shows, and then scroll left to see if them will show up.

2. If nothing else is working, have you tried doing a portable install of Kodi 18.1, then install just enough of your add-on's (including MQ8) to see if the functions are working correctly or not?

Just throwing stuff out there to see if it will help you out.

PS, 
Also, differences...MQ7
,tvshow.nextairedtvshows)"

MQ8
,tvshow.nextairedepisodes)"

Can't you just change the code in MQ8 to match that of MQ7?
Reply
(2019-04-09, 23:33)Powerhouse Wrote: Two things come to mind @shedrock...

1. Perhaps the missing shows are to the left of the image you have of MQ8. I have seen this happen on my MQ8 system a couple of times, its like they are hidden in a pocket to the left. Just go "Up" to the shows, and then scroll left to see if them will show up.

2. If nothing else is working, have you tried doing a portable install of Kodi 18.1, then install just enough of your add-on's (including MQ8) to see if the functions are working correctly or not?

Just throwing stuff out there to see if it will help you out.
@Powerhouse -  I've done all that and nothing works. I just tested it on Windows 10 and same issue. I also noticed that it happens on Aeon Nox Silvo skin as well. It appears that only Aeon MQ7 (Latt's Mod) has it right. I've spent hours and hours trying to figure this out, but nothing works. I am no coder, so that makes it even more difficult. The thing is, there are (9) shows in my collection showing today, even TV Show Next Aired lists 9, but yet SHS is only showing (7) on the widget.

I did try changing the code but it does not work.


Maybe @latts9923 can have a look and tell me what I need to change to get this working.

Just to put things into perspective I am posting this image below to show that there is indeed something wrong with the Next Airing episodes.

Image
Reply
(2019-03-05, 23:00)defhead Wrote: Hi

Awesome skin have been using it and loved it since V6. Thanks Devs

I wanted to ask is there a way to have
2 x separate movies directories with cover at.

E.g
Movies (mine / adult)
- D:\Movies
Kids Movies
- D:\Kids Movies

How I do it now is I have the movies directory as mine and the wife’s and for the Kids Movies directory I created a Video Nodes menu and pointed it to D:\Kids Movies.

Any help would be much appreciated.

Thank you.

Hi, did anyone respond to this? I was in the TV Shows menu looking at a series and pressed a few keys and the Nodes Menu (including my defined nodes) popped up. Try as I might I cannot seem to find out what keys I pressed, could anyone enlighten me?
(2019-04-10, 00:16)sridall Wrote:
(2019-03-05, 23:00)defhead Wrote: Hi

Awesome skin have been using it and loved it since V6. Thanks Devs

I wanted to ask is there a way to have
2 x separate movies directories with cover at.

E.g
Movies (mine / adult)
- D:\Movies
Kids Movies
- D:\Kids Movies

How I do it now is I have the movies directory as mine and the wife’s and for the Kids Movies directory I created a Video Nodes menu and pointed it to D:\Kids Movies.

Any help would be much appreciated.

Thank you.

Hi, did anyone respond to this? I was in the TV Shows menu looking at a series and pressed a few keys and the Nodes Menu (including my defined nodes) popped up. Try as I might I cannot seem to find out what keys I pressed, could anyone enlighten me? 

Finally figured it out if anyone is interested. From the main TV Shows menu press the down arrow key, select 'GENRES', select '..', select '..' again, select 'TV Shows' and the Nodes appear.
Reply
@shedrock

@Angelinas is correct when mention the value command is the same (100% identical), the only difference is the widget name used in customWidgets.xml (no impact in the results list).

MQ7 mod
Code:
plugin://script.skin.helper.widgets/?action=nextaired&amp;mediatype=episodes&amp;reload=$INFO[Window(Home).Property(widgetreload2)]
MQ8
Code:
plugin://script.skin.helper.widgets/?action=nextaired&amp;mediatype=episodes&amp;reload=$INFO[Window(Home).Property(widgetreload2)]

Probably in MQ8 you have items hidden, go in the first item in the widget list and press left arrow, something for Marcos fix, happen in other widgets too like recents, when included new items, list widget is fine, but 2 first items only appear after use left arrow. @Powerhouse, I send one message to Marcos check this issue, happen here too.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
(2019-04-10, 01:17)Wanilton Wrote: @shedrock

Angelinas is correct the value command is the same (100% identical), the only difference is name widget used in customWidgets.xml.

MQ7 mod
Code:
plugin://script.skin.helper.widgets/?action=nextaired&amp;mediatype=episodes&amp;reload=$INFO[Window(Home).Property(widgetreload2)]
MQ8
Code:
plugin://script.skin.helper.widgets/?action=nextaired&amp;mediatype=episodes&amp;reload=$INFO[Window(Home).Property(widgetreload2)]

Probably in MQ8 you have items hidden, go in the first item in the widget list and press left arrow, something for Marcos fix, happen in other widgets too like recents, when included new items, list widget is fine, but 2 first items only appear after use left arrow for browser the items. @Powerhouse, I send one message to Marcos check this issue, happen here too.   
@Wanilton - Can I ask you something? Why would you say that both MQ7 and MQ8 uses the same line of code for that particular widget without first verifying. I am telling you for a fact that the line of code in Aeon MQ8 IncludeVariables.xml is this:

php:
        <value condition="String.IsEqual(Container(9000).ListItem.Property(widgets),tvshow.nextairedepisodes)">plugin://script.skin.helper.widgets/?action=nextaired&amp;mediatype=episodes&amp;reload=$INFO[Window(Home).Property(widgetreload2)]</value>

Can you please show me where in MQ8 that code is located? I am using a program called Agent Ransack to search for that code and it simply does not exist. However, the second part of the code does, but what you're leaving out is this:

php:
<value condition="String.IsEqual(Container(9000).ListItem.Property(widgets),tvshow.nextairedepisodes)">

I have also tried to change that part of the code to match MQ7's but it simply does not work for me. Not only that, but I am not even using Marcel's TV Show Next Aired. If I do, then it just lists a bunch of TV show episodes for an entire week and beyond. I am all out of ideas now. This is something the skin developer needs to address.
Reply
You find the code in customWidgets.xml, line 567, the first part code (you say is different) its only one NAME skinner give for each widget (link each command with one item in widget selector). For value and results only need code begin with Plugin.

Check  readme 

https://github.com/kodi-community-addons...er.widgets
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
(2019-04-10, 02:20)Wanilton Wrote: You find the code in customWidgets.xml, line 567, the first part code (you say is different) its only one NAME skinner give for each widget (link each command with one item in widget selector). For value and results only need code begin with Plugin.
I already changed that to match that of MQ7 both in customWidgets.xml and IncludeVariables.xml and it still doesn't work. That was actually one of the first things I tried this morning.

btw, that is NOT the same code.
Reply
Understand now the code is absolute the same, results of course are the same,  do you try focus in the first widget item on the widgets items in mq8 and press left arrow?

Marcos use for widget name = tvshow.nextairedepisodes

Latts use for widget name = tvshow.nextairedtvshows

If I use any other name, it´s don´t cause any issue, the only code necessary is the command, nothing more

plugin://script.skin.helper.widgets/?action=nextaired&amp;mediatype=episodes&amp;reload=$INFO[Window(Home).Property(widgetreload2)]

The relevant code is 100% identical.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
(2019-04-10, 02:28)Wanilton Wrote: Understand now the code is absolute the same, results of course are the same,  do you try focus in the first widget item on the widgets items in mq8 and press left arrow?
I have tried the left button. I have tried everything. I have been at this since 7am this morning to now. I am going around in circles with you guys and I am telling you that it does not matter what code you show me, it simply does not work. It is not working. The only skin it works correctly with is Aeon MQ (Latt's Mod). I have explained this over and over. I don't mean to be rude, but it really is frustrating re-posting the same thing over and over with no positive outcome thus far.

I appreciate your help, but I give up. It is not worth the hassle anymore. I will stick with MQ7 from Latt's.

Shedrock
Reply
I only show the code is the same, why you have distinct results for me is a big mystery.  Don´t exist any other alternative or fix, since the code is fine. Have something more causing this issue.

Here author script explain
Code:
Next airing episodes

plugin://script.skin.helper.widgets/?action=nextaired&mediatype=episodes&reload=$INFO[Window(Home).Property(widgetreload2)]

Provides the next unaired episode for each tvshow in the library which is airing within the next 2 months. Difference with the unaired episodes is that it will only show the first airing episode for each show while unaired episodes shows all airing episodes. Also, the next airing episodes looks 60 days ahead for airing episodes while the unaired episodes looks 120 days ahead.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
  • 1
  • 42
  • 43
  • 44(current)
  • 45
  • 46
  • 116

Logout Mark Read Team Forum Stats Members Help
Aeon MQ 8 - 2.9.0 - Kodi Leia12