Sub, with Firefox .61 I can no longer auto-login to the forums because FF want secure authentication and prompts me. Is there any chance that you will be able to set up things for https one day https://www.vbulletin.com/forum/articles...-to-https? Hopefully your ISP CPanel supports Lets' Encrypt
And Playing when I select a channel on Kodi 16.1 MXQ TV Box,The only way I can stop it is to press the left arrow on the remote,it makes it skip back 10 seconds than it plays ok...?
Its looks like its trying to buffer and then play and the buffer runs out then it buffers again then tries to play and starts all over again.
I have a Avermedia AverTV A800 Digital DVB-T TV USB 2.0 Tuner,and on Kodi the live TV is small,its like half the size on the TV screen,its not a full screen size and its in the left top corner,so if you look at your TV and cut it into 4 squares,the top left square is where the picture is,live TV is.
This is the A800..
[ATTACHMENT NOT FOUND]
[ATTACHMENT NOT FOUND]
I have a KWorld DVB_T 399U and that works fine at full screen on Kodi..?
Anyone know why or have a fix,would like to use it..?
Been running NextPVR for a few months. Just upgraded harddrive for more media space/speed. Double clicked on NextPVR and it didn't load. Uninstalled, reinstalled multiple times and still nothing. Any ideas?
ok so I have this setup and works great for some things.
I have tv shows like APB and 24 Legacy and they work without issue.
This one is weird...
I have the hallmark channel setup to record anything new. Funny thing is it does record new tv shows as you will see in screenshots but it doesn't show new movies. I checked Comcast cable and it lists this show as NEW.... so I thought it would record it but it didn't. so I setup a manual record of it for the wife..
[ATTACHMENT NOT FOUND]
[ATTACHMENT NOT FOUND]
[ATTACHMENT NOT FOUND]
any help appreciated.. tryin to get on the wifes nice list!!! LOL
Use with keyboard or remote.
The client support lirc remotes but will need some configuration. In my own setup I use a $ 2 infrared sensor (TSOP38238) directly on the GPIO together with an old Hauppauge MVP remote.
There is also some experimental support for cec but ATM I can't get it to work with the current libcec3 package in raspbian jessie.
Installation:
You need a Raspbian Jessie up and running, preferably booting into text console, not desktop.
If you already got one you can skip to the Install NextPiVR section.
Get the latest raspbian Jessie lite image from raspberrypi.org,
If you pick the standard larger image you may want to tweak it to boot into text console rather than into desktop (sudo raspi-config, boot options) https://www.raspberrypi.org/downloads/raspbian/
Use Win32DiskImager (g00gle it) to flash the image onto a micro SD card.
Boot the pi on the newly flashed image and let it resize the disk.
Logon with user pi and password raspberry
Install NextPiVR:
Get the NextPiVR debian packade, install it and its dependencies, reboot
The raspberry will now boot into a screen where all your active nextPVR servers are listed.
Select one using arrow keys and press enter to connect.
To exit NextPVR GUI select Exit in menu or press End-button on keyboard.
Tweaks:
You will probably want to change the overscan settings to suite your TV.
Code:
sudo nano /boot/config.txt
change parts of your config.txt to look something like this for a start.
Code:
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
disable_overscan=1
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
overscan_left=16
overscan_right=16
overscan_top=16
overscan_bottom=16
Playback of certain HD content require more memory to the gpu
Code:
gpu_mem=128
While you're at it put in your mpeg2 license key if you got one.
(this one won't work since the license key is specific to every individual raspberry pi)
Code:
# MPEG2 License
decode_MPG2=0xfff7025b
This is my entry to enable lirc remote on GPIO, I've put my IR sensor on pin 23.
(pin 22 is reserved for a future IR blaster)
Code:
# Uncomment this to enable the lirc-rpi module
dtoverlay=lirc-rpi,gpio_in_pin=23,gpio_out_pin=22,gpio_in_pull=up
ctrl-O to save and ctrl-X to exit in the nano editor
Just upgraded to NPVR 3.9.2, and everything tests out OK for me.
I have always used the legacy NEWA (guide2.aspx) with VLC, but decided to test the modern GUI.
So far I seem to be able to so everything I need with the latest NEWA modern GUI, except for playback control, for which I can only locate the pause button.
Upgraded to NPVR 3.9.2 today, and decided to give NLite a shot. It works well, so congratulations, very nice job!!!
I finally found a few keyboard shortcuts that work, after realizing that my mouse wouldn't do much.
Esc = back
Space bar = Pause/Play
Ctrl-s = Stop Play
Arrow up/down = up/down menu
Are there more keyboard commands that I should know which might work with this app? I use a MCE remote on my main NPVR host PC, so I am not familiar with most of the standard MCE keyboard shortcuts.