Posts: 7
Joined: Nov 2018
Reputation:
2
I'm using openinfo a fork of extended info mod which is meant to be backwards compatible with eim in skins etc. Weird thing is it works, just not through the skins own info page. Meaning if I longpress a movie I see openinfo in the context menu, which works fine if I click it. If I instead go to information then click the link within that for eim it doesn't work. I'm sure it is just a case of me renaming some code in aura somewhere, but I have no idea, any help appreciated.
Posts: 91
Joined: Dec 2015
Reputation:
3
2019-05-19, 20:36
(This post was last modified: 2019-05-20, 05:05 by Tired Dad.)
Hello,
I have interesting issue with managing dependencies and multiple profiles. The first profile (whether Master or another one) can install the non-default dependencies, but after that, none of the other ones can. This leads to situations where the other users cannot do things like change the highlight colour. I am guessing it relies on the color picker script, which shows 1.0.11 in the dependencies list, but the checkbox is not marked and you cannot add it. I've been able to repeat this by blowing away the profiles and letting one profile install the skin first, and seeing what happens to the other profile
Another thing, after the first profile installs the skin, when the second (and other) profiles adds the skin from the repository, Kodi says it's already installed (but not in use). I am guessing that this is because the skin itself is already downloaded and in the addons folder, but does not have settings saved yet in the profile's specific addons_data folder? All you can do is select "update", "use" or "enable" (?) which does not download the dependencies as they've already been downloaded, but also won't enable some of them.
Any advice?
Thanks,
TD
Posts: 261
Joined: Dec 2015
Reputation:
2
have been away from kodi for quite a while but decided to give it another go recently, and just wanted to say that after stumbling across your skin during setup i absolutely love it, great work! and thanks very much!
Posts: 9
Joined: Apr 2018
Reputation:
1
I have an issue whereby TV shows some times have the logos of other TV shows showing on top of their image, any ideas what might be causing that?
Posts: 30
Joined: Apr 2018
Reputation:
0
xinseo
Junior Member
Posts: 30
Feature request:
Add an option to hide the info when a media is paused.
This way the info screen (with the rating and name etc) goes away EITHER after a specific amount of time OR after a button press (e.g. back key)
Posts: 10
Joined: Sep 2015
Reputation:
0
2019-06-07, 20:18
Hello,
Aura is a nice skin. I have one question.
How can I start the music partymode in Aura. I dont find the button
Thank you foryou reply
Posts: 1,219
Joined: Jul 2011
Reputation:
12
TRaSH
Posting Freak
Posts: 1,219
Tried searching but no real results,
I would like to know if it's possible when I go to the shutdown entry that it shows the system information ?
LibreElec Kodi | Aeon MQ ?
Posts: 25
Joined: Jul 2013
Reputation:
0
2019-06-15, 00:48
(This post was last modified: 2019-06-15, 00:50 by jhr1948.)
Hi jurialmunkey
I am using the IPTV Recorder add-on. The developer put in the ability to integrate his add-on into a modded Estuary skin. I love Aura and can't go back, so he said that you just have to lines into the DialogPVRInfo.xml. The only thing is the path he said the xml file is "addons\skin.estuary\xml\DialogPVRInfo.xml" I don't see an XML folder in Aura, but I eventually found the DialogPvr xml file in /Android/data/org.xbmc.kodi/files/.kodi/addons/skin.aura/1080i The problem is when i add the modification to the dialogPVR file, nothing changes.
<control type="grouplist" id="9000">
<include content="InfoDialogButton">
<param name="width" value="275" />
<param name="id" value="666" />
<param name="icon" value="icons/infodialogs/record.png" />
<param name="label" value="IPTV Recorder" />
<param name="onclick_1" value="Action(close)" />
<param name="onclick_2" value="RunScript(plugin.video.iptv.recorder,$ESCINFO[ListItem.ChannelName],$ESCINFO[ListItem.Title],$ESCINFO[ListItem.Date],$ESCINFO[ListItem.Duration],$ESCINFO[ListItem.Plot])" />
<param name="visible" value="System.hasAddon(plugin.video.iptv.recorder)" />
</include>
I appreciate any help, Thanks