NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 45 46 47 48 49 … 93 Next »
Enhanced Web Admin

Thread Closed 
 
  • 0 Vote(s) - 0 Average
Enhanced Web Admin
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#741
2006-02-08, 08:21 PM
Qjimbo Wrote:This is very cool, however I can't get streaming to work over here as VLC just doesn't work with my colleges proxy, neither does Winamp =/ (I'm beginning to think I have the password wrong), so is there any way to directly download the MPG files instead of having them streamed?

Still, very nice work on this, I look forward to being able to set up recordings through the web interface etc.

If you are using a current release of the EWA then there should be a download button under the play button in the Video Manager tab.
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
drugstore_cowboy
Offline

Member

Posts: 151
Threads: 11
Joined: Jul 2005
#742
2006-02-09, 01:01 AM
normanr Wrote:What's the naming convention of the icons?... I'm not sure what method sub uses, but I just use the 'channel Name' directly. (This is not what shows on the guide, because numbers are stripped if the channel number matches the start of the channelName)

The naming convention used is the same as the channels e.g HGTV channel icon is named HGTV.gif etc...

Any thoughts on what else it could be?
_______________________________
Drugstore_Cowboy
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#743
2006-02-09, 02:05 AM
drugstore_cowboy Wrote:The naming convention used is the same as the channels e.g HGTV channel icon is named HGTV.gif etc...

Any thoughts on what else it could be?

PM me a couple of your icons.
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
drugstore_cowboy
Offline

Member

Posts: 151
Threads: 11
Joined: Jul 2005
#744
2006-02-09, 02:32 AM (This post was last modified: 2006-08-23, 06:57 AM by drugstore_cowboy.)
UncleJohnsBand Wrote:PM me a couple of your icons.

As requested.. well almost as I didn't know how to attach a file to the PM Smile
_______________________________
Drugstore_Cowboy
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#745
2006-02-09, 02:44 AM
drugstore_cowboy Wrote:As requested.. well almost as I didn't know how to attach a file to the PM Smile

Ok....it doesn't show up in mine either as is.....however changing the name to match the channel number made it work. So instead of Spike.gif I made it 34 Spike.gif and it showed up fine.

Try putting the channel number and a space before the channel name on a few of your graphic files and see if that works.
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
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#746
2006-02-09, 02:57 AM
turkey Wrote:ip range selection would be a great feature. Right now i use a firewall to block the web admin port when i dont want to use it, but it would be better if gbpvr did this automatically. No one should be using the autologin if they are not on a local computer!

I agree....this would be a nice feature....it should support either a single ip or an ip range. When I access my system from work I will connect with one of 3 different ip ranges.
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
drugstore_cowboy
Offline

Member

Posts: 151
Threads: 11
Joined: Jul 2005
#747
2006-02-09, 03:01 AM
UncleJohnsBand Wrote:Ok....it doesn't show up in mine either as is.....however changing the name to match the channel number made it work. So instead of Spike.gif I made it 34 Spike.gif and it showed up fine.

Try putting the channel number and a space before the channel name on a few of your graphic files and see if that works.

That was it Smile Thanks again my friend
_______________________________
Drugstore_Cowboy
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#748
2006-02-09, 03:05 AM
normanr Wrote:What's the naming convention of the icons? I had to tweak the detection to find my icons, but I'd expected it to be backwards compatable (and certaily UJB didn't complain).

I'm not sure what method sub uses, but I just use the 'channel Name' directly. (This is not what shows on the guide, because numbers are stripped if the channel number matches the start of the channelName)

Currently the code is pulling the channel number and the name....at least that what get returned on this method call on my machine.

string channelIcon = GetChannelIcon(channel.getName());
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
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#749
2006-02-09, 09:16 AM
Here's the 'entire' code that we started with (sub's comment afaik):
Code:
string channelName = channel.getName();
if (channelName.StartsWith(channel.getChannelNumber().ToString())) // cosmetic stuff for my american friends
{
   channelName = channelName.Substring(channel.getChannelNumber().ToString().Length);
}
string chnl = channel.getChannelNumber().ToString();
string channelIcon = GetChannelIcon(chnl + channelName);
I then changed it to:
Code:
string channelIcon = GetChannelIcon(channel.getName());
because my channel icons are named exactly with the channel name (i.e. no number).

I assumed that Lee's icons were named with <number><name> because he was going to the effort of adding them back together after the number was stripped off. Which meant that it worked for UJB and myself.

I'm not sure what the naming convention that sub looks for in the main GB-PVR app. If the main app is plainly looking for names with and without the channel number, then that seems to be the easiest way to fix this.

Adding a long list of things to scan for won't slow the guide down, once we start caching the results. (which I have planned anyways)
Marty
Offline

Junior Member

Posts: 32
Threads: 3
Joined: May 2005
#750
2006-02-12, 11:59 PM
I have read and re-read the posts and tried port forwarding and setting my pc as a dmz server but I still get the error message "invalid user name or password" when I try to login to the web app remotely via the login page.
Also tried setting the mtu on the router as low as possible 650? - I've currently set it back to 1500
I've set up port forwarding on port 7647 (Router asks for a range but i've just entered 7647 for both values). I'am running win xp - no software firewall is enabled - only the router firewall.

If I set the username to "autologin" I can get in no problem.But I'am concerned this is not very secure and would prefer to login using the user name and password.

Can anyone suggest how i can get this to work? I'am using the web admin built into gbpvr v 0.95.16.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (161): « Previous 1 … 73 74 75 76 77 … 161 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  SQLite GUI-based admin & query building? Braklet 3 1,960 2006-10-30, 02:45 PM
Last Post: Braklet
  Recordings made via the Web Admin interface are at the wrong resolution! mmatheny 9 3,108 2006-08-04, 06:34 PM
Last Post: HtV
  Enhanced Web Admin Hobson 3 2,384 2006-06-09, 07:47 AM
Last Post: Hobson
  Enhanced Web Admin (Time Slice error?) SFX Group 2 1,837 2006-02-04, 08:10 PM
Last Post: normanr
  Web Admin suggested feature babybob 0 1,155 2006-01-31, 10:12 PM
Last Post: babybob
  Enhanced Web Admin Request psycik 1 1,343 2005-10-10, 08:16 PM
Last Post: UncleJohnsBand
  reoccuring + web admin aegisx 0 1,176 2005-01-25, 10:57 PM
Last Post: aegisx
  GBPVR Web Admin KingArgyle 8 4,080 2004-12-15, 03:01 AM
Last Post: KingArgyle

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

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

Linear Mode
Threaded Mode