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 … 7 8 9 10 11 … 13 Next »
X-newa 2.4.4

 
  • 0 Vote(s) - 0 Average
X-newa 2.4.4
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 56,700
Threads: 996
Joined: May 2006
#1
2014-10-13, 05:35 PM
Here's the first alpha release of X-NEWA prior to putting it out for auto distribution.

2.4.4~alpha
- save primary and secondary sort
- didn't show advanced recurring rules
- start displaying Season/Episode
- parse filename for Season/Episode
- a couple of utf-8 changes
- pending recordings still used SOAP calls
- web client exits when server not available
- changes for upcoming NEWA
- other fixes
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#2
2014-10-14, 10:50 PM
I tried setting this up but it will not start. No problem with previous version.

Code:
15:47:07 T:5104 NOTICE: ['C:\\Users\\Edwin\\AppData\\Roaming\\XBMC\\addons\\script.xbmc.x-newa\\resources\\src', 'C:\\Users\\Edwin\\AppData\\Roaming\\XBMC\\addons\\script.xbmc.x-newa\\resources\\lib', 'C:\\Users\\Edwin\\AppData\\Roaming\\XBMC\\addons\\script.xbmc.x-newa', 'C:\\Program Files (x86)\\XBMC\\addons\\script.module.pil\\lib', 'C:\\Program Files (x86)\\XBMC\\addons\\xbmc.debug\\', 'C:\\Program Files (x86)\\XBMC\\system\\python\\DLLs', 'C:\\Program Files (x86)\\XBMC\\system\\python\\Lib', 'C:\\Program Files (x86)\\XBMC\\python27.zip', 'C:\\Program Files (x86)\\XBMC\\system\\python\\lib\\plat-win', 'C:\\Program Files (x86)\\XBMC\\system\\python\\lib\\lib-tk', 'C:\\Program Files (x86)\\XBMC', 'C:\\Program Files (x86)\\XBMC\\system\\python', 'C:\\Program Files (x86)\\XBMC\\system\\python\\lib\\site-packages'] 15:47:07 T:5104 NOTICE: X-NEWA Version: 2.4.4~alpha Date: 2014-10-13 15:47:07 T:5104 NOTICE: False 15:47:07 T:5104 NOTICE: C:\Users\Edwin\AppData\Roaming\XBMC\userdata\x-newa.ini 15:47:07 T:5104 NOTICE: C:\Users\Edwin\AppData\Roaming\XBMC\addons\script.xbmc.x-newa\x-newa.ini 15:47:07 T:5104 NOTICE: EXCEPTION: : Traceback (most recent call last): File "C:\Users\Edwin\AppData\Roaming\XBMC\addons\script.xbmc.x-newa\default.py", line 43, in <module> my_settings = XNEWA_Settings() File "C:\Users\Edwin\AppData\Roaming\XBMC\addons\script.xbmc.x-newa\resources\src\XNEWA_Settings.py", line 73, in __init__ self.loadFromSettingsXML() File "C:\Users\Edwin\AppData\Roaming\XBMC\addons\script.xbmc.x-newa\resources\src\XNEWA_Settings.py", line 281, in loadFromSettingsXML self.XNEWA_SORT_EPISODE = int(addon.getSetting("episodeSort")) ValueError: invalid literal for int() with base 10: ''
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 56,700
Threads: 996
Joined: May 2006
#3
2014-10-14, 11:09 PM
Thanks for the post, I updated the zip in post 1 to hopefully fix this.

If you want to fix it yourself in your master settings.xml C:\Users\Edwin\AppData\Roaming\XBMC\addons\script.xbmc.x-newa\resources\settings.xml

add this right before </category>

Code:
<setting default="0" enabled="false" id="episodeSort" label="episodeSort" type="number" visible="false" />

Martin
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#4
2014-10-14, 11:36 PM
Thanks that fixed it will try it on my OPENELEC main HTPC and let you know how it goes there. I used the new Zip.

One Question What is the preferred method of streaming on a fast network Native Direct PVR?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 56,700
Threads: 996
Joined: May 2006
#5
2014-10-14, 11:58 PM
For live tv if you have XBMC PVR enabled Native or PVR would be based on how it works for you. I don't bother with the overhead of XBMC PVR so it would fall back to Native

Direct is just a demo of how I stream live TV directly from an HDHR bypassing NextPVR and the disk cache altogether. It falls back to Native too.

My only real recommendation is for recordings and it would be to configure advanced settings to use shares so that a user could watch recordings in progress to conclusion and have comskip.

Martin
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#6
2014-10-15, 12:04 AM
Thanks will look into it I had some errors when accessing upcoming recordings. I attached the logs.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 56,700
Threads: 996
Joined: May 2006
#7
2014-10-15, 12:10 AM
Did you hit the Refresh option to get the new fields?

Martin
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#8
2014-10-15, 12:29 AM
That did it ... one thing I did notice is that you get an error when there are no recordings in default and I select all recordings.. I usually move my recordings at night but it is no big deal.

Also I am trying to find where to enable shares ... I will find it eventually thanks for a great program.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 56,700
Threads: 996
Joined: May 2006
#9
2014-10-15, 12:38 AM
I saw an error 405 on all recordings that I can't explain

Code:
16:54:05 T:140245093832448 NOTICE: Posting to http://10.0.0.35:8866/public/ScheduleService/RecordingsSummary?sid=085d2c476ea14927b58d218536f6c215&sortByName=true&sortAscending=true 16:54:05 T:140245093832448 NOTICE: error during request: 405 16:54:05 T:140245093832448 NOTICE: json getRecordingsSummary failed falling back to SOAP

When you move them do you do this using Archive?

Martin
NYPlayer
Offline

Senior Member

Posts: 308
Threads: 22
Joined: Aug 2014
#10
2014-10-15, 12:53 AM
No I use MCEBUDDY to rename them correctly and create NFO files for XBMC to a folder on the NAS. Is there a better way?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  X-NEWA client problem jcjefferies 2 2,759 2023-04-11, 05:01 PM
Last Post: jcjefferies
  x-newa new install wheemer 14 7,230 2020-09-15, 02:21 AM
Last Post: mvallevand
  New repository for KNEWC and X-NEWA mvallevand 8 12,442 2020-05-09, 02:19 AM
Last Post: jksmurf
  X-NEWA keeping host PC awake lost@c 6 4,412 2020-04-03, 04:26 AM
Last Post: lost@c
  X-NEWA End of Life mvallevand 39 21,737 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 3,947 2019-06-15, 01:33 AM
Last Post: mvallevand
  X-NEWA 2.5.4 Release mvallevand 4 4,079 2019-03-11, 05:57 PM
Last Post: mvallevand
  X-NEWA Web Client Not Acting On Keypresses BrettB 4 4,446 2019-02-02, 02:05 AM
Last Post: mvallevand
  X-NEWA Web Client Crashing BrettB 2 3,230 2019-01-31, 08:50 PM
Last Post: mvallevand
  Unable to load NEWA data ChaosMageX 7 4,709 2018-12-29, 01:25 AM
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