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 3 4 5 6 7 13 Next »
In progress recordings in xnewa

 
  • 0 Vote(s) - 0 Average
In progress recordings in xnewa
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#31
2017-04-03, 02:22 PM
sorry
here are some more logs
[SIZE="1"]Specs[/SIZE]
[SIZE="1"]Server:Cpu-Intel i3,ATI Radeon HD 5670 ,OS-Windows 7,2gig ram. 2xHvr4400,Nova-s plus(dvb-s SD),hvr2210(dvb-t HD)[/SIZE]
[SIZE="1"]Client:Cpu-AMD am2,Gpu-Ati HD2100 integrated ,OS-Windows 7,2gig ram[/SIZE]
[SIZE="1"]Client:Cpu Intel 2 gig ram ,Nvidia 9400[/SIZE]
[SIZE="1"]ClientTongueopcorn Hour A110[/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2012]BD-E5900x2 [/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2013]BD-F6500 [/SIZE]
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,183
Threads: 958
Joined: May 2006
#32
2017-04-03, 02:27 PM
Thanks still no go, not sure what is going on. I will load up libreelec on my RPi and reconfigure it this week and see what I do.

Martin
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#33
2017-04-03, 02:33 PM
No problem

Im sure its probably me
thanks for looking at it for me
[SIZE="1"]Specs[/SIZE]
[SIZE="1"]Server:Cpu-Intel i3,ATI Radeon HD 5670 ,OS-Windows 7,2gig ram. 2xHvr4400,Nova-s plus(dvb-s SD),hvr2210(dvb-t HD)[/SIZE]
[SIZE="1"]Client:Cpu-AMD am2,Gpu-Ati HD2100 integrated ,OS-Windows 7,2gig ram[/SIZE]
[SIZE="1"]Client:Cpu Intel 2 gig ram ,Nvidia 9400[/SIZE]
[SIZE="1"]ClientTongueopcorn Hour A110[/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2012]BD-E5900x2 [/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2013]BD-F6500 [/SIZE]
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,183
Threads: 958
Joined: May 2006
#34
2017-04-04, 01:22 AM
Ok you can probably do it but you will need to edit emulate.py again and insert this before the else at line 277

Code:
elif actionID == 122 or actionID == 999 :
            if buttonID == 40:
                url = keyBase + '112'
            elif buttonID == 101
                url = keyBase + '119'
            elif buttonID == 24:
                url = keyBase + '113'
            else:
                print 'action unsupported ', actionID, buttonID
                pass

(leave the existing else)
    else:


Also I gave you a bad instruction before you need to edit remote.xml to exclude the keys for the PVR processing (if you don't you will get a PVR message if it is not enabled or it will go to the PVR app if it is running.)

Code:
<keymap>
    <window13003>
        <remote>
            <guide>noop</guide>
            <recordedtv>noop</recordedtv>
            <livetv>noop</livetv>
        </remote>
    </window13003>
</keymap>

This should get you recordings on the Recorded TV, EPG on Guide and Live TV on Live TV If you still get a popup the ID is probably not 13003

Martin
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#35
2017-04-04, 02:57 AM
Cool
Thanks will try after I get home from work(in 3hrs time)
[SIZE="1"]Specs[/SIZE]
[SIZE="1"]Server:Cpu-Intel i3,ATI Radeon HD 5670 ,OS-Windows 7,2gig ram. 2xHvr4400,Nova-s plus(dvb-s SD),hvr2210(dvb-t HD)[/SIZE]
[SIZE="1"]Client:Cpu-AMD am2,Gpu-Ati HD2100 integrated ,OS-Windows 7,2gig ram[/SIZE]
[SIZE="1"]Client:Cpu Intel 2 gig ram ,Nvidia 9400[/SIZE]
[SIZE="1"]ClientTongueopcorn Hour A110[/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2012]BD-E5900x2 [/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2013]BD-F6500 [/SIZE]
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#36
2017-04-04, 08:58 AM
ok i loaded both
the editing of emulate.py stopped x-newa from loading but couldnt see anything in the debug log

and i tried different window numbers but that didnt seem to work either
[SIZE="1"]Specs[/SIZE]
[SIZE="1"]Server:Cpu-Intel i3,ATI Radeon HD 5670 ,OS-Windows 7,2gig ram. 2xHvr4400,Nova-s plus(dvb-s SD),hvr2210(dvb-t HD)[/SIZE]
[SIZE="1"]Client:Cpu-AMD am2,Gpu-Ati HD2100 integrated ,OS-Windows 7,2gig ram[/SIZE]
[SIZE="1"]Client:Cpu Intel 2 gig ram ,Nvidia 9400[/SIZE]
[SIZE="1"]ClientTongueopcorn Hour A110[/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2012]BD-E5900x2 [/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2013]BD-F6500 [/SIZE]
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,183
Threads: 958
Joined: May 2006
#37
2017-04-04, 09:22 AM
If you are just trying the guide, undo any changes you made in Lircmap.xml also you may not have edit emulate.py correctly, Try all three keys in the main UI and upload the logs.

Martin
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#38
2017-04-04, 09:28 AM
i actually only have guide mapped on my remote i dont use the other 2
yeah its weird i copy and pasted exactly where you said and it stopped it loading as soon as i delete that part all is good again.
[SIZE="1"]Specs[/SIZE]
[SIZE="1"]Server:Cpu-Intel i3,ATI Radeon HD 5670 ,OS-Windows 7,2gig ram. 2xHvr4400,Nova-s plus(dvb-s SD),hvr2210(dvb-t HD)[/SIZE]
[SIZE="1"]Client:Cpu-AMD am2,Gpu-Ati HD2100 integrated ,OS-Windows 7,2gig ram[/SIZE]
[SIZE="1"]Client:Cpu Intel 2 gig ram ,Nvidia 9400[/SIZE]
[SIZE="1"]ClientTongueopcorn Hour A110[/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2012]BD-E5900x2 [/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2013]BD-F6500 [/SIZE]
stustunz
Offline

Posting Freak

Posts: 5,111
Threads: 112
Joined: Oct 2006
#39
2017-04-04, 09:36 AM
I probably did stuff it up what about if you make the changes then upload to here and i will replace my stuffed up one ?
[SIZE="1"]Specs[/SIZE]
[SIZE="1"]Server:Cpu-Intel i3,ATI Radeon HD 5670 ,OS-Windows 7,2gig ram. 2xHvr4400,Nova-s plus(dvb-s SD),hvr2210(dvb-t HD)[/SIZE]
[SIZE="1"]Client:Cpu-AMD am2,Gpu-Ati HD2100 integrated ,OS-Windows 7,2gig ram[/SIZE]
[SIZE="1"]Client:Cpu Intel 2 gig ram ,Nvidia 9400[/SIZE]
[SIZE="1"]ClientTongueopcorn Hour A110[/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2012]BD-E5900x2 [/SIZE]
[SIZE="1"]Client:Samsung [NZ][DVB-s][2013]BD-F6500 [/SIZE]
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,183
Threads: 958
Joined: May 2006
#40
2017-04-04, 09:48 AM
From ssh do the following

Code:
cd /storage/.kodi/addons/script.xbmc.x-newa/resources/src/nextpvr
mv emulate.py emulate.bad
wget http://xnewa.netai.net/Files/emulate.py

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 2 3 4 5 6 7 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  XNewa on Kodi 18.8 on Android TV Jumps out Playing Show Currently Recording jksmurf 28 11,067 2020-09-13, 06:09 AM
Last Post: jksmurf
  [Moved] Comskip with XNEWA on Kodi 18 Leia jksmurf 50 15,077 2019-03-02, 08:53 PM
Last Post: jksmurf
  Recordings with special characters in title do not play Sheik Yerbouti 8 4,730 2019-01-25, 01:57 PM
Last Post: mvallevand
  Location of Guide.xml in XNEWA on RPi2? jksmurf 2 2,302 2018-01-27, 02:34 AM
Last Post: jksmurf
  Upcoming Recordings Sections are Empty TDown 12 6,347 2017-12-09, 04:44 PM
Last Post: ReplayHarry
  Playback Recordings Not Working for VLC Streaming crackulator 5 3,955 2017-11-16, 03:46 PM
Last Post: mvallevand
  Playing commercial-less recordings from HTPC to android clients from xnewa, nPVR tryingtocordcut 5 3,048 2017-02-08, 11:34 PM
Last Post: mvallevand
  Playing Recordings that are still in progress srhutch 1 2,067 2016-12-17, 09:08 PM
Last Post: mvallevand
  XNEWA Estuary Skin for Kodi 17 pkscout 21 11,832 2016-11-27, 12:33 AM
Last Post: pkscout
  Occasionally recordings fail to play until I exit Kodi cncb 7 4,182 2016-08-05, 03:57 PM
Last Post: BrettB

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

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

Linear Mode
Threaded Mode