• 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 65
[MOD] Aeon MQ 5 for Kodi 14 Helix
#76
Thanks for your fast response.

(2014-11-29, 04:49)scott967 Wrote: Please advise exactly what steps you take to get to TV recordings.

For example: keyboard right arrow on main menu (Home window) to "Live TV"
keyboard down arrow to custom submenu bar
keyboard right arrow to submenu "LIVE TV-RECORDINGS"
keyboard enter (select)

That should bring up the TV recordings window (MyPVRRecordings)

In fact I'm doing exactly that. It is perhaps no bug in the skin but more some old files/settings/cache on my system. I already deleted the original MQ5 folder from .kodi/addons

(2014-11-29, 04:49)scott967 Wrote: A debug log when you are doing this uploaded to xbmclogs would also help. I can only test using pvr.wmc as the client but that shouldn't matter.

Starting on the main screen with the sub menu "All Channels" used the last time entering "Live TV"
Code:
13:53:29 T:140166739540160   DEBUG: OnKey: right (0xf083) pressed, action is Right
13:53:30 T:140166739540160   DEBUG: Keyboard: scancode: 0x72, sym: 0x0113, unicode: 0x0000, modifier: 0x0
13:53:30 T:140166739540160   DEBUG: OnKey: right (0xf083) pressed, action is Right
13:53:32 T:140166739540160   DEBUG: Keyboard: scancode: 0x74, sym: 0x0112, unicode: 0x0000, modifier: 0x0
13:53:32 T:140166739540160   DEBUG: OnKey: down (0xf081) pressed, action is Down
13:53:32 T:140166739540160   DEBUG: Activating window ID: 16005
13:53:32 T:140166739540160   DEBUG: ------ Window Init (CustomSub6005.xml) ------
13:53:33 T:140166739540160   DEBUG: Keyboard: scancode: 0x72, sym: 0x0113, unicode: 0x0000, modifier: 0x0
13:53:33 T:140166739540160   DEBUG: OnKey: right (0xf083) pressed, action is Right
13:53:34 T:140166739540160   DEBUG: Keyboard: scancode: 0x72, sym: 0x0113, unicode: 0x0000, modifier: 0x0
13:53:34 T:140166739540160   DEBUG: OnKey: right (0xf083) pressed, action is Right
13:53:34 T:140166739540160   DEBUG: Keyboard: scancode: 0x72, sym: 0x0113, unicode: 0x0000, modifier: 0x0
13:53:34 T:140166739540160   DEBUG: OnKey: right (0xf083) pressed, action is Right
13:53:35 T:140166739540160   DEBUG: Keyboard: scancode: 0x24, sym: 0x000d, unicode: 0x000d, modifier: 0x0
13:53:35 T:140166739540160   DEBUG: OnKey: return (0xf00d) pressed, action is Select
13:53:35 T:140166739540160   DEBUG: ------ Window Deinit (CustomSub6005.xml) ------
13:53:35 T:140166739540160   DEBUG: Activating window ID: 10615
13:53:35 T:140166739540160   DEBUG: ------ Window Deinit (Home.xml) ------
13:53:35 T:140166739540160   DEBUG: ------ Window Init (MyPVRChannels.xml) ------
13:53:35 T:140166739540160   DEBUG: CGUIMediaWindow::GetDirectory (pvr://channels/tv/All channels/)
13:53:35 T:140166739540160   DEBUG:   ParentPath = [pvr://channels/tv/All channels/]
13:53:35 T:140166739540160   DEBUG: CPVRDirectory::GetDirectory(pvr://channels/tv/All channels)
Reply
#77
is it possible to change the font size of the part shown in the pic?

Image
Reply
#78
(2014-11-29, 11:43)scott967 Wrote: @clubwerks -- how do you get the movie set logo in gotham?
scott s.
.

I don't think I did anything specifically. Loaded extendedinfo script and run movie set artwork automator. Logos are completely gone for me. Not just movie sets, regular movies too.
Reply
#79
Just wanna check with you guys if anyone more than me have problems with "script.extendedinfo", it wont fill in any extra info in "movie sets" view?
Reply
#80
You can try that
remove script.extendedinfo and use from first post

Quote:Added support for addon script.skin.info.service (get here: http://forum.kodi.tv/showthread.php?tid=203196)

edit

my bad it is working with "movie sets view"
Reply
#81
I don't think that script works in Helix. You have to use skin.info.service now. I mean you can see my movie set screenshot I posted last night. Obviously everything is working in this skin except logos.
Reply
#82
Thanks to both of you Smile.. Will try and see what works
Reply
#83
I actually have both scripts loaded but I think the extended info is the new one and has all the movie set stuff removed and built into the skin services script. It definitely won't work with the versions of extended info floating around these threads about movie sets. That script won't even load.
Reply
#84
It worked perfect, thank you guys Smile.
Reply
#85
(2014-11-29, 15:02)billyx Wrote: Thanks for your fast response.

In fact I'm doing exactly that. It is perhaps no bug in the skin but more some old files/settings/cache on my system. I already deleted the original MQ5 folder from .kodi/addons

Well, you log shows that you were in the Live TV submenus (CustomSub6005) and whatever you selected was set to open the PVR TV Channels. The submenu labels and actions are controlled by the custom menu and all the settings are stored in your guisettings.xml in your userdata area. You could first try to create a new custom submenu item for Live TV (go into the custom / Live TV and select one of the "empty" submenu items then "replace this menu with..." and on the right list select "Live TV-Recordings".

Image

When you do that you should see the new submenu item at the end of the submenu list. Escape out of that back to the home screen and the new submenu for Live TV-Recordings should show up. Click on that and see where you go. If that still isn't working I probably ask you to cpy out from your guisettings.xml under <skinsettings> everything from the skin.aeonmq5.menu05* lines so we can see what has been stored. The default settings should have something like this:

Code:
<setting type="string" name="skin.aeonmq5.menu0504.master">livetvrecords</setting>
        <setting type="string" name="skin.aeonmq5.menu0504.action">ActivateWindow(TVRecordings)</setting>

scott s.
.
Reply
#86
(2014-11-29, 16:00)scorpie Wrote: is it possible to change the font size of the part shown in the pic?

Is that from a modded skin? In Low List view I don't see where the titles of the movies in the set are even displayed anywhere.

scott s.
.
Reply
#87
Edit: nevermind, I'm an idiot.
Reply
#88
(2014-11-30, 05:13)scott967 Wrote: Escape out of that back to the home screen and the new submenu for Live TV-Recordings should show up. Click on that and see where you go. If that still isn't working I probably ask you to cpy out from your guisettings.xml under <skinsettings> everything from the skin.aeonmq5.menu05* lines so we can see what has been stored.
Thank you Scott. I just deleted everything below skinsettings and now it is working correctly.
Reply
#89
Tongue 
Hello scott .. can I ask help for a change ??

You can replace the " logo " with the " banner " in views " ViewsWide " in the " music " and " TV series" .. is it possible ??

Just give me an indication on how to change them


A few months ago I had already asked but nobody helped me .. I've also tried it with poor results

Also in the screen ViewsRightList , I would like the titles right


How I wish views


Image


Image


Image


Image


I hope we can do .....

sorry , as always , my broken English


thanks
Reply
#90
I know it's personal preference, but putting a banner where you want it looks terrible.
Reply
  • 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 65

Logout Mark Read Team Forum Stats Members Help
[MOD] Aeon MQ 5 for Kodi 14 Helix6