![]() |
Release Aeon MQ 7 - Jarvis - 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: Release Aeon MQ 7 - Jarvis (/showthread.php?tid=287669) |
RE: [RELEASE] Aeon MQ 7 - Jarvis - Angelinas - 2016-12-22 Not exist in dinamic widget list, in official skin,but............ You can set widget as VNode, and set widget from that vnode#...that always working ![]() in custom settings set vnode -replace this menu with... chose video node-video addons-skin.helper.service.widgets-pvr-tvchannels RE: [RELEASE] Aeon MQ 7 - Jarvis - Jumpy73 - 2016-12-23 (2016-12-22, 23:46)Angelinas Wrote: Not exist in dinamic widget list, in official skin,but............ I downloaded a repo skin.helper.widgets from github (https://github.com/marcelveldt/script.skin.helper.widgets) and I tryed to install from zip file but during installation a dependencies problem occur. Where can I download the video addon you mentioned? Regards RE: [RELEASE] Aeon MQ 7 - Jarvis - Angelinas - 2016-12-23 that is it....try to install reposority from Marcel git hub...and install all of his scripts.... If you are on Krypton then all will working https://github.com/marcelveldt/repository.marcelveldt/blob/master/repository.marcelveldt/repository.marcelveldt-1.0.1.zip RE: [RELEASE] Aeon MQ 7 - Jarvis - Jumpy73 - 2016-12-23 (2016-12-23, 17:46)Angelinas Wrote: that is it....try to install reposority from Marcel git hub...and install all of his scripts.... After installing your zip file, I installed the script.skin.helper.widgets addon again. The dependency problem with script.module.simplecache is now solved. A drawback rises installing your zip file... an higher version of script.skin.helper.service than 1.0.100 is installed. That version is not compatible with other Aeonmq7 code. A backward step is needed installing the script.skin.helper.service-1.0.100 again RE: [RELEASE] Aeon MQ 7 - Jarvis - Luke20013 - 2016-12-23 Hi, I'm having some difficulty with the video playlist widget. The problem is that I have got a playlist which is only TV shows and the info about them is fine in the library, but the widget is displaying some of the TV shows a movie actors for movies with similar names. Here, Westworld is showing the Westworld movie actors in the widget. ![]() But here it is showing the TV show actors in the library. ![]() When trying to get the media info from the widget, it uses the moviedb instead of the tvdb. ![]() I think this is what's wrong with the widget and was wondering how I would be able to fix it, or if it would be fixed in an update? RE: [RELEASE] Aeon MQ 7 - Jarvis - turdferguson - 2016-12-23 (2016-12-13, 17:30)turdferguson Wrote:(2016-10-30, 20:19)turdferguson Wrote: Hi, just wondering when we can expect 1.5.0, saw that you had fixed the stacked options issue when you select a program in the EPG, so I'm excited to get that up and running. Bumping to see if anyone has any recommendations regarding getting channel numbers to show in the EPG. Right now, I just see the station call sign. Even if you could point me towards the file I need to modify, that would help and I'll give it a go. Also, any ideas why I'm suddenly throwing errors for MyPicsDB as shown on my logs above? Always worked before, have no idea what the issue is now. RE: [RELEASE] Aeon MQ 7 - Jarvis - Angelinas - 2016-12-23 Are you try this ![]() ![]() RE: [RELEASE] Aeon MQ 7 - Jarvis - turdferguson - 2016-12-23 (2016-12-23, 23:22)Angelinas Wrote: Are you try this Yes, I am using channel numbers from the backend. As far as I can tell, that option just sorts the channel as per the backend channel numbers (NextPVR in my case). It has no influence on whether they show up in the EPG. They are sorted in the EPG according to my backend numbers. The entry for each channel in the EPG only shows the station call sign. "WGNHD" for instance, instead of "625 WGNHD" Thanks for your reply Angelinas. This is, by far, the best skin around. RE: [RELEASE] Aeon MQ 7 - Jarvis - Angelinas - 2016-12-24 I use simplePVR and have all number in all dialogs and windows ![]() Marcos was remove this code $INFO[ListItem.ChannelNumber] if you want to see channel number then change line ( 208 , 240 ) in ViewsLiveTV.xml Code: <label>$INFO[ListItem.ChannelNumber]$INFO[ListItem.Label, - ]</label> see with program, sqllite database browser your file c:\Users\#####\AppData\Roaming\Kodi\userdata\Database\TV##.db does he have id numbers for IDchannel (first column) ![]() RE: [RELEASE] Aeon MQ 7 - Jarvis - turdferguson - 2016-12-24 (2016-12-24, 10:46)Angelinas Wrote: I use simplePVR and have all number in all dialogs and windows ![]() Making progress, but the channel number is only visible when the focus is on the channel. How can I make them visible all the time? Thanks for the help! RE: [RELEASE] Aeon MQ 7 - Jarvis - Angelinas - 2016-12-24 Dont need to quote my post just write as new post ![]() You change only for "focusedlayout" that is row 240,just change in row 208 Find label before that code (you was changed) Code: <label>$INFO[ListItem.Label]</label> Code: <label>$INFO[ListItem.ChannelNumber]$INFO[ListItem.Label, - ]</label> RE: [RELEASE] Aeon MQ 7 - Jarvis - turdferguson - 2016-12-24 Both lines were changed before I posted the screen capture. Not sure why the number isn't showing up on the unfocused channels. Lines 208-240 below: Code: <label>$INFO[ListItem.ChannelNumber]$INFO[ListItem.Label, - ]</label> RE: [RELEASE] Aeon MQ 7 - Jarvis - Angelinas - 2016-12-24 Sorry line 216 is for that RE: [RELEASE] Aeon MQ 7 - Jarvis - turdferguson - 2016-12-24 Reverted 208 to original and changed 216. Works perfectly! Thank you very much for your assistance! RE: [RELEASE] Aeon MQ 7 - Jarvis - KevinSartori - 2016-12-25 Hello all, I like to use the Wall view for Artists in the Music Library. I would love to see text labels on the thumbnails. Is this possible? Can one of the XML files be edited to add this? Thanks! |