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 … 29 30 31 32 33 … 47 Next »
Video library tab in EWA

 
  • 0 Vote(s) - 0 Average
Video library tab in EWA
adrian_vg@yahoo.com
Offline

Member

Posts: 87
Threads: 9
Joined: Jul 2006
#1
2007-11-04, 11:04 PM
Hi all,

The Video library tab in EWA and the video-folders I see in there, do not always show the contents. Do I have to do something special to make EWA see the contents, or should the contents just show up?

I use PVRX2 1.0.16.

TIA.
BW
AvG
---
Running NextPVR on an HP Elitebook 2540p with a Harmony One and a Philips 42" wide-screen TV.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#2
2007-11-06, 02:35 AM
adrian_vg@yahoo.com Wrote:Hi all,

The Video library tab in EWA and the video-folders I see in there, do not always show the contents. Do I have to do something special to make EWA see the contents, or should the contents just show up?

I use PVRX2 1.0.16.

TIA.

Are your libraries on a network share? If so, that is more than likely the issue? EWA runs as a web process and will not have access to the network shares. You can use this utility to overcome the problem....works nicely.
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
scb147
Offline

Posting Freak

Posts: 806
Threads: 77
Joined: Nov 2006
#3
2007-11-08, 12:44 PM
UncleJohnsBand,

I asked this in another post, but I wanted to ask here to since this post is more recent. But how exactly do I get EWA to work with UseShare? I have a couple network shares that I'd like to see using EWA. I setup UseShare according to the author's website, but I have no idea what to do after that. Where are these UseShare drives "mounted"?

Thanks.
Author of Weather (NPVR) & Weather2 (GBPVR)
adrian_vg@yahoo.com
Offline

Member

Posts: 87
Threads: 9
Joined: Jul 2006
#4
2007-11-09, 10:02 PM
UncleJohnsBand Wrote:Are your libraries on a network share? If so, that is more than likely the issue? EWA runs as a web process and will not have access to the network shares. You can use this utility to overcome the problem....works nicely.

Yepp, they are. I use a windows domain with clients and servers at home. My PVR-computer is just another client in the domain and I set the netwrok shares where the movies and stuff are to allow System and Authenticated users to have Full Control. I assumed this'd be enough.

I think I saw this reference to a fix in another thread but wasn't sure it applied to me and the problem I had. Will check it out though.

Thx for the pointer!
BW
AvG
---
Running NextPVR on an HP Elitebook 2540p with a Harmony One and a Philips 42" wide-screen TV.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#5
2007-11-15, 01:56 AM (This post was last modified: 2008-02-13, 05:19 AM by UncleJohnsBand.)
I will try to capture each step of what I needed to do to get the UseShare utility.
  • Create a text file that ends in .reg.
  • This file should contain the following:
[INDENT]
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UseShare\Parameters]
"Application"="C:\\Program Files\\babgvant\\UseShare\\UseShare.exe"
"AppDirectory"="C:\\Program Files\\\\babgvant\\UseShare\\"
[/INDENT]
  • Now right click on the reg file that you just created and choose to Merge. This will add it to the registry.
  • Download UseShare software.
  • Run the install of the software.
  • It will install to directory:
    Code:
    C:\Program Files\babgvant\UseShare
  • Edit the UseShare.exe.config file to have the following format. Make sure to use the same format substituting in your share name, user id on the machine running the UseShare service and the user password.
    • This user id and password will need to be defined on the PC or NAS that is hosting the share.
[INDENT]
Code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="server1" value="\\share-machine\share-name /USER:machine-running-service\userid-on-machine-running-service user-password /persistent:yes"/>
       </appSettings>
</configuration>
Example:
Code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    <appSettings>
        <add key="server1" value="\\myNAS\Videos /USER:PCInDen\UJB myPwd /persistent:yes"/>
       </appSettings>
</configuration>
[/INDENT]
  • Restart your pc
  • After restarting go into your services.
    • The service will be named Configures shares for Network Service via .Net Use (I know....looks stupid to me too...I think the programmer got the Name and Description fields mixed up since the description is simply UseShare )

    • Right click on this service and select properties
    • Click on the logon tab and change it to be Local System Account and interact with desktop.
    • Click Apply
    • Click Ok
    • Exit out of the properties for the service
    • Right click on the service again
    • Click stop
    • Right click on the service again
    • Click start

  • At this point the service should start
  • Look in your Application Event log and you should see an entry for UseShare and it should read command completed successfully.
  • Now....try to access the network share(s) via EWA....you should be able to access no problem.
Note: You can change the name of the service after all this is done by going into Regedit and drilling down to the key for the service:
Code:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UseShare\
Just modify the name and description fields to be what you want.

Let me know.....I will be glad to help if I can.
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
scb147
Offline

Posting Freak

Posts: 806
Threads: 77
Joined: Nov 2006
#6
2008-02-13, 01:05 PM
UJB,

Thanks for the step-by-step instructions. This works great!
Author of Weather (NPVR) & Weather2 (GBPVR)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  You Can Watch Live Analog Capture Device Video through NEWA itsacoaster 0 1,635 2014-03-09, 05:51 AM
Last Post: itsacoaster
  FlowPlayer 5 Video tab kricker 4 2,054 2013-11-09, 05:48 AM
Last Post: kricker
  Video Library does not display sub folders OTAjunkie 3 2,341 2013-08-18, 09:00 PM
Last Post: UncleJohnsBand
  Some File Types Do Not Show Up in Web Video Library taz 3 2,372 2011-07-03, 05:02 AM
Last Post: UncleJohnsBand
  Audio, no Video m.clizzle 3 2,094 2009-12-01, 08:19 PM
Last Post: m.clizzle
  Not showing music, video, photo folders gazoo 5 2,215 2008-09-19, 08:07 PM
Last Post: UncleJohnsBand
  Video Bitrate jslarsen 1 1,780 2008-08-14, 02:40 PM
Last Post: UncleJohnsBand
  Video Bitrate perry 1 1,353 2008-04-23, 09:49 PM
Last Post: UncleJohnsBand
  Photo Library cut off in Firefox scb147 1 1,347 2008-02-14, 04:21 AM
Last Post: UncleJohnsBand
  default.jpg in Music Library awendt 2 1,508 2008-01-26, 04:29 PM
Last Post: awendt

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

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

Linear Mode
Threaded Mode