2017-09-10, 11:44
(2017-09-10, 11:06)Angelinas Wrote: When you have time in log have some wrong include, fix is in
...
Cheers! Fixed silly mistakes for next update
(2017-09-10, 11:06)Angelinas Wrote: When you have time in log have some wrong include, fix is in
...
(2017-09-10, 10:34)Jeroen Wrote: Did you guys have the 6.x version of NextAired installed before? Maybe try installing that first from the Kodi repo, start it / set it up and then installing the new 7.x version on top of 6.x
That's what I did at least and it has worked for me.
edit: from the looks of that log excerpt it seems the add-on is using old window names that have been deprecated.
(2017-09-10, 10:34)Jeroen Wrote: Did you guys have the 6.x version of NextAired installed before? Maybe try installing that first from the Kodi repo, start it / set it up and then installing the new 7.x version on top of 6.x
That's what I did at least and it has worked for me.
edit: from the looks of that log excerpt it seems the add-on is using old window names that have been deprecated.
https://i.imgur.com/M2VEMKm.png
(2017-09-10, 11:48)McYoshi Wrote: Version 6.x works here. But installing the 7.x gives the same issue as before. I just copied the 7.x folder in the add-on folder and replaced.Strange, does the log file show anything interesting? I think the best thing to do is to post an issue about this in the add-on's thread. Meanwhile, with several people reporting issues I may have to think about aiming on support for Next Aired 6.x instead of 7.x, at least for now.
(2017-09-10, 15:29)zeevgg Wrote: Hey guy, don't know why but artwork download isn't downloading anything, I have just poster media and info. How can I get an homescreen and stuff?? Second on the content menu I get just one photo and nor the poster of each movie... What am I doing wrong?I believe there's problems with Artwork Download again, please post an issue in the addon's thread.
(2017-09-10, 17:51)akya Wrote: I tried 6.x again and its working. Is this how it's supposed to look?Yes, seems right
(2017-09-11, 07:26)Jeroen Wrote: With several people reporting issues I may have to think about aiming on support for Next Aired 6.x instead of 7.x, at least for now.
(2017-09-11, 09:33)jurialmunkey Wrote:(2017-09-11, 07:26)Jeroen Wrote: With several people reporting issues I may have to think about aiming on support for Next Aired 6.x instead of 7.x, at least for now.
If you are only using fanart artwork then it should work with either 6.x or 7.x as code from the skinning end is pretty much the same. Only thing with 6.x is that its settings has options to select the different artwork types which requires skin support to work. It isn't much of a problem though -- not supporting those options doesn't break anything, it just makes the option do nothing. But I can't imagine you want to support posters/banners for next aired anyway as they don't really work so great with the horizontal approach.
(2017-09-11, 19:31)UsefulG Wrote: @Jeroen thanks for adding the option for a Favourites widget, just to let you know when I add the favourites widget from the first list the video addons are listed but you can't open them. With the work around from your previous post I can open them, not a problem for me but just to make you aware.
(2017-09-07, 17:56)Luke Cage Wrote:I looked into this just now (yes a bit later than expected).(2017-09-06, 21:17)Jeroen Wrote: [quote='Luke Cage' pid='2643396' dateline='1504713152']Thanks Jeroen. I'm giving it a shot later tonight.
@Jeroen
...
You're going to need something to move focus to in the custom window. So I would put an invisible button in the custom dialog and set an onload in the custom window to focus on that button (use allowhiddenfocus="true"). That should prevent the focus staying on the button in the video info screen. You could also try using ActivateWindowAndFocus on the button in dialogvideoinfo.xml but I believe that function doesn't work in custom windows. Not completely sure about that though.
...
(2017-09-12, 22:22)Luke Cage Wrote: I looked into this just now (yes a bit later than expected).If you found out the cause and managed to get it to work no time was wasted
I wasted your time and my time.
The problem was that I still had a <visibile> tag right after my <window type="dialog" id="1196"> with videowindow control. A leftover from a tryout with popping the trailer dialog automatically (combined with <onload>PlayMedia) when the movie information screen is displayed.
So Kodi ignored my <onclick>ActivateWindow(1196)</onclick> on the new button and auto popped and auto closed my new trailer dialog. But in doing so it leaves control with the movie information window below it. The skin debugger showed this nicely.
Once I removed the <visible> tag from the dialog window the movie information buttons and keys were disabled. And control moved to my trailer dialog.
(2017-09-13, 13:35)Meschugge Wrote: I`m still dealing with the same problem regarding the artist slideshow on my home screen. I added a log so hopefully this with help you to see where the problem is.Does it not show any type of artwork? Or just artwork sourced from Artist Slideshow? Can you try disabling Artist Slideshow and check with music you are sure you have artwork for in your library?