NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 11 12 13 14 15 … 47 Next »
NEWA -> Stream = delete recording?

 
  • 0 Vote(s) - 0 Average
NEWA -> Stream = delete recording?
kevbotheone
Offline

Junior Member

Posts: 24
Threads: 3
Joined: Apr 2012
#11
2012-04-11, 04:00 AM
Here is the screen shot. My mouse was hovering on the "Stream" button and that is why the text hint for stream appeared. And in the lower left you can see the link URL for the cancel operation. I obscured the references to my machine's name since I did not think that was relevant. If this doesn't help, would the source for the web page be helpful?
kevbotheone
Offline

Junior Member

Posts: 24
Threads: 3
Joined: Apr 2012
#12
2012-04-13, 03:37 AM
I did some searching and I verified that the cause of this problem is that 'strmAllowed' is False even when the path is correct. Once I force 'strmAllowed' to True, the Stream button has the correct link and the Delete button appears with the correct 'cancel' link. The code assumes that the Steam button will always be available and that the Delete button may be optional. I think that should be reversed so that the Delete is always available and the Stream is optional. I changed this logic in the file "CSSEPGEventTableLoad.cs" in the private fillDiv method for the "in-progress" and "available" statuses. So, right now I don't have the ability to Stream since 'strmAllowed' is False for some unknown reason. The up-side is that the 'Delete' button shows up with the correct link and the red highlight before I press it. I am interested in your thoughts about the logic change in the code.
kevbotheone
Offline

Junior Member

Posts: 24
Threads: 3
Joined: Apr 2012
#13
2012-04-13, 04:10 AM
I found my problem with the 'strmAllowed' being False. The VLC directory that is on the server with NPVR installed is slightly different than the VLC directory that is on my personal PC. I got the 2 confused and the settings page had the directory for the VLC directory that is on my personal PC. Once I updated it to be the location for the VLC directory on the server with NPVR installed, the 'Stream' button appeared. I still think the logic change from my previous post applies for people that do not have VLC installed on their NPVR server.
HarryH3
Offline

Posting Freak

U.S.A
Posts: 925
Threads: 56
Joined: Mar 2006
#14
2012-04-13, 12:44 PM
That explanation seems to be the same as the one I pointed out in comment #5 of this thread. When the code can't find VLC then it turns the stream button into the delete button. Also, since the code don't require confirmation of delete, the file just instantly vanishes. In my case it couldn't find VLC because I'm running the x64 version of Win 7 and that puts VLC into a different directory than the default one used by NEWA. Sad
i3-3570k, 8GB RAM, Win10 Pro, Nvidia GT710, HDHomeRun (OTA), NPVR 6.x
On a clear disk, you can seek forever...
kevbotheone
Offline

Junior Member

Posts: 24
Threads: 3
Joined: Apr 2012
#15
2012-04-13, 01:03 PM
HarryH3,
Just to confirm a few things to identify where the problem lies...
1) VLC is installed on the same server as NPVR.
2) The Config page has the VLC directory as "C:\Program Files (x86)\VideoLAN\VLC\". That is without the quotes and it must have the ending slash. This is assuming you are running the 64-bit version of Windows 7.
3) Remember, the config page for VLC is referring to the NPVR server. It is not asking for the VLC path on the machine you use with your web browser to access NEWA.
4) If this is still not working, try downloading the ZIP install for VLC and putting it in a simple location such as "C:\temp\vlc\". Then update the Config page in NEWA to use the new directory and try again.
kevbotheone
Offline

Junior Member

Posts: 24
Threads: 3
Joined: Apr 2012
#16
2012-04-13, 01:42 PM
UJB,
Back to the logic update from post #12... I downloaded the latest development build of NEWA.v1.25, applied my changes, and created this patch file. Besides the change to always show the Cancel/Delete button, it also has a few spelling corrections and tag order corrections.
HarryH3
Offline

Posting Freak

U.S.A
Posts: 925
Threads: 56
Joined: Mar 2006
#17
2012-04-13, 04:10 PM
kevbotheone Wrote:HarryH3,
Just to confirm a few things to identify where the problem lies...
1) VLC is installed on the same server as NPVR.
2) The Config page has the VLC directory as "C:\Program Files (x86)\VideoLAN\VLC\". That is without the quotes and it must have the ending slash. This is assuming you are running the 64-bit version of Windows 7.
3) Remember, the config page for VLC is referring to the NPVR server. It is not asking for the VLC path on the machine you use with your web browser to access NEWA.
4) If this is still not working, try downloading the ZIP install for VLC and putting it in a simple location such as "C:\temp\vlc\". Then update the Config page in NEWA to use the new directory and try again.

I already fixed that here. Once I did, the Instant-Delete-On-Stream (IDOS) Wink feature was gone. In your post above (#13), it sounds like you also had the VLC pointer set to the wrong location and it was triggering the IDOS when you clicked the Stream button. Once you corrected the VLC pointer, all was well?
i3-3570k, 8GB RAM, Win10 Pro, Nvidia GT710, HDHomeRun (OTA), NPVR 6.x
On a clear disk, you can seek forever...
kevbotheone
Offline

Junior Member

Posts: 24
Threads: 3
Joined: Apr 2012
#18
2012-04-13, 04:23 PM
HarryH3 Wrote:I already fixed that here. Once I did, the Instant-Delete-On-Stream (IDOS) Wink feature was gone. In your post above (#13), it sounds like you also had the VLC pointer set to the wrong location and it was triggering the IDOS when you clicked the Stream button. Once you corrected the VLC pointer, all was well?

Yes, I was fine once VLC was pointed to the correct location. The Stream button had the correct link and the Delete button had the 'cancel' link.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#19
2012-04-14, 03:41 PM
kevbotheone Wrote:UJB,
Back to the logic update from post #12... I downloaded the latest development build of NEWA.v1.25, applied my changes, and created this patch file. Besides the change to always show the Cancel/Delete button, it also has a few spelling corrections and tag order corrections.

HarryH3 Wrote:I already fixed that here. Once I did, the Instant-Delete-On-Stream (IDOS) Wink feature was gone. In your post above (#13), it sounds like you also had the VLC pointer set to the wrong location and it was triggering the IDOS when you clicked the Stream button.

Thanks for the patch file. I applied it and it looks good. Attached is the full patched file for those wanting to apply this fix prior to the next NEWA release.

Cheers.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  Broken X-NEWA Info Link on NextPVR.com cweseloh 4 2,689 2020-05-02, 01:02 AM
Last Post: cweseloh
  gbpvr.com still somewhere in the NEWA code? jksmurf 0 2,067 2019-02-26, 01:29 AM
Last Post: jksmurf
  Can't stream existing recordings Bobins 44 15,488 2018-07-18, 08:19 PM
Last Post: sub
  NEWA scheduled recording update ability broken in 4.2.2 snagglewest 0 2,022 2018-07-11, 12:12 AM
Last Post: snagglewest
  Where does NEWA read the Show name from in the NEWA Web App? jksmurf 3 3,106 2018-07-03, 03:26 AM
Last Post: jksmurf
  Newa snaitaz 8 4,676 2018-05-17, 09:30 PM
Last Post: sub
  NEWA Auto-Search Command Line Interface (CLI) UncleJohnsBand 40 37,673 2018-05-09, 12:50 AM
Last Post: jksmurf
  NEWA modern "NEW" page missing urls??? snagglewest 3 3,403 2017-12-03, 12:48 AM
Last Post: snagglewest
  Difference between NPVR and NEWA recordings lists Bobins 4 5,095 2017-09-27, 10:16 PM
Last Post: Bobins
  Legacy NEWA stu2j 4 4,525 2017-07-19, 12:21 AM
Last Post: stu2j

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

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

Linear Mode
Threaded Mode