NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Kodi / XBMC X-NEWA v
« Previous 1 … 9 10 11 12 13 Next »
Jumping into X-Newa directly at XBMC startup..

 
  • 0 Vote(s) - 0 Average
Jumping into X-Newa directly at XBMC startup..
osx-addict
Offline

Member

Posts: 76
Threads: 17
Joined: Dec 2010
#1
2012-10-19, 02:12 PM
So, I really like XBMC (I moved back to Eden last night from the Frodo series -- too glitchy for now).. Anyway, I installed X-Newa without issue but it took a while to find it as it was not where I was expecting -- I expected something like it being under LiveTV or similar but it was hiding under Programs->Add-ons if I recall..

Is there a way to have XBMC jump right into it at startup (and then of course allow navigation out of it in the off chance someone wants to use other areas of XBMC)? I'm going to predict that IR is going to play a role here with a macro or something.. Is there a way to automagically do it one way or another..

IMHO (don't take this the wrong way), I think it's currently buried too deep in menus for the rest of the family to find -- it'd be nice if it was right up front with the rest of the video, music, etc ..
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,881
Threads: 954
Joined: May 2006
#2
2012-10-19, 04:39 PM
I made a conscience decision to not make x-newa high profile or load it where it's function could confuse people using sub plugin. Eventually I expect that the main raison d'etre for x-newa will be scheduling so it thought programs would be the logical location

To autostart x-newa add the following to line to addon.xml

Code:
<extension point="xbmc.service" library="default.py"  start="startup"></extension>

To place the shortcut to xnewa somewhere else go to

System->Appearance->Settings->Skin->Settings->Addon Shortcuts

This will likely need an icon.png in the folder with addon.xml, I haven't made one yet.

Martin
osx-addict
Offline

Member

Posts: 76
Threads: 17
Joined: Dec 2010
#3
2012-10-19, 08:00 PM
Thanks Martin! I appreciate that.. In my case (which I know is not what others might be doing) I've decided to stick with the Eden version (hence no ability to use Sub's plugin) for now to reduce stability problems with the nightly builds.
T800
Offline

Junior Member

Posts: 11
Threads: 1
Joined: Oct 2012
#4
2012-10-22, 08:31 PM
I use the skin Aeon Nox.
I disabled 'Live TV' in the skin settings and created another custom selection 'Live TV' on the main screen and linked it to the X-NEWA program addon.
It doesn't start live TV when XBMC boots but it's very easy to select and works very well until Frodo is ready.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,881
Threads: 954
Joined: May 2006
#5
2012-10-22, 11:00 PM
Personally, I would recommend avoiding the LiveTV options just to avoid problems in the future when you upgrade to sub's addon. I have attached the icon.png (compressed to ensure it is XBMC standards) that should go into the script.xbmc.x-newa folder If you use the Settings approach I mentioned this would give a new option to Videos

Martin
digidad
Offline

Member

Posts: 67
Threads: 15
Joined: Jan 2008
#6
2013-04-21, 02:36 AM
mvallevand Wrote:I made a conscience decision to not make x-newa high profile or load it where it's function could confuse people using sub plugin. Eventually I expect that the main raison d'etre for x-newa will be scheduling so it thought programs would be the logical location

To autostart x-newa add the following to line to addon.xml

Code:
<extension point="xbmc.service" library="default.py"  start="startup"></extension>

To place the shortcut to xnewa somewhere else go to

System->Appearance->Settings->Skin->Settings->Addon Shortcuts

This will likely need an icon.png in the folder with addon.xml, I haven't made one yet.

Martin

How do you later remove it from startup if you no longer want it to run automatically?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,881
Threads: 954
Joined: May 2006
#7
2013-04-21, 02:40 AM
Remove the line you added to addon.xml

Martin
digidad
Offline

Member

Posts: 67
Threads: 15
Joined: Jan 2008
#8
2013-04-21, 03:09 AM
mvallevand Wrote:Remove the line you added to addon.xml

Martin

Thus my question... In actuality it looks like the line gets commented out somehow and subsequently removing it seems to have no effect.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.xbmc.x-newa" name="X-NEWA" version="1.4.8" provider-name="emveepee">
<requires>
<import addon="xbmc.python" version="2.0"/>
</requires>
<extension point="xbmc.python.script" library="default.py">
</extension>
<!--extension point="xbmc.service" library="default.py" start="startup"></extension-->
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<minversion>28764</minversion>
<summary lang="en">X-NEWA python script to access NextPVR using NEWA web services</summary>
<description lang="en">Supplement NextPVR PVR Addon with additional functionality </description>
</extension>
<extension point="xbmc.service" library="default.py" start="startup"></extension>
</addon>
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,881
Threads: 954
Joined: May 2006
#9
2013-04-21, 03:18 AM
There is a commented out line in the addon.xml that I distributed, but look down lower, you may have added it.

Martin
digidad
Offline

Member

Posts: 67
Threads: 15
Joined: Jan 2008
#10
2013-04-21, 03:56 AM
My bad - deleted the wrong one.

Thanks
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  X-NEWA client problem jcjefferies 2 1,032 2023-04-11, 05:01 PM
Last Post: jcjefferies
  Buffering at Channel Startup - Only Once jcole998 12 3,468 2020-12-09, 09:32 PM
Last Post: mvallevand
  x-newa new install wheemer 14 4,655 2020-09-15, 02:21 AM
Last Post: mvallevand
  New repository for KNEWC and X-NEWA mvallevand 8 8,718 2020-05-09, 02:19 AM
Last Post: jksmurf
  X-NEWA keeping host PC awake lost@c 6 2,722 2020-04-03, 04:26 AM
Last Post: lost@c
  X-NEWA End of Life mvallevand 39 15,748 2019-11-16, 02:30 AM
Last Post: jksmurf
  X-NEWA 2.5.4 & knew4v5 2.6.6 both "Die" when pressing Previous Chapter in LE BrettB 3 2,866 2019-06-15, 01:33 AM
Last Post: mvallevand
  X-NEWA 2.5.4 Release mvallevand 4 2,909 2019-03-11, 05:57 PM
Last Post: mvallevand
  X-NEWA Web Client Not Acting On Keypresses BrettB 4 3,057 2019-02-02, 02:05 AM
Last Post: mvallevand
  X-NEWA Web Client Crashing BrettB 2 2,298 2019-01-31, 08:50 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode