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 … 39 40 41 42 43 … 47 Next »
RSS Feed Beta

 
  • 0 Vote(s) - 0 Average
RSS Feed Beta
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#1
2007-02-13, 02:55 AM (This post was last modified: 2007-02-14, 01:55 PM by UncleJohnsBand.)
Edit: See new version in later post.

Unzip into your web\bin directory.

Config file has the settings:

You can specify to set the link to the posting to the local LAN file name or it defaults to the download process offered out of EWA.

You can choose to use your WAN IP (default) or set your own LAN IP or use a Machine name. This is the address to access your GBPVR Server. It is used in the links that are embedded in the content of the feed.

I will add the ability to set your EWA port and EWA Streamer port with the next update.

You can set where to store the RSS feed files....by default it places them in the gbpvr\web\public folder since this is an open folder that does not require login to access.

The genrss.exe file will create (if there is content to create) files for each type of recording.

Completed_Recordings.xml
Conflict_Recordings.xml
Failed_Recordings.xml
In-Progress_Recordings.xml
Pending_Recordings.xml
Season_Recordings.xml

Let me know if you have issues.

I have tested with RssReader and SharpReader.
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
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#2
2007-02-13, 08:05 PM
i take it i need to add GenRSS.exe to postprocessing.bat to update this after each recording?
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#3
2007-02-13, 10:59 PM
stu8080 Wrote:i take it i need to add GenRSS.exe to postprocessing.bat to update this after each recording?

Yep.....I am working on an on demand version that you can run by hitting a web page as well.....but some may only want to update the list as needed on a regular schedule rather than via an on-demand web page....
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
#4
2007-02-14, 01:53 PM
Ok....lets give this version a try.....

Links no longer are available for non recorded shows.
Batch config now execepts port.....
Batch config now excepts filter option to only genrerate one type of RSS file

rss.aspx page/code is now included for real-time rss generation.

url: http:\\localhost:7647\gbpvr\public\rss.aspx?filter=

Where filter = one of the following:
pending
completed
failed
conflict
season
deleted
in-progress

Let me know how this works....seems ok on my system.

New Version
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
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#5
2007-02-14, 07:37 PM
What exactly would i need to enter in 'RSSReader' to locate the .xml file, its not liking what im doing!

GBPVR machine is at 192.168.2.4, ive changed use WANIP to false and entered the above ip address, and ive left storage as default.

When i enter 'http:\\192.168.2.4:7647\gbpvr\public\rss.aspx?filter = pending'

it says 'wrong feed URL'
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#6
2007-02-14, 07:50 PM
stu8080 Wrote:What exactly would i need to enter in 'RSSReader' to locate the .xml file, its not liking what im doing!

GBPVR machine is at 192.168.2.4, ive changed use WANIP to false and entered the above ip address, and ive left storage as default.

When i enter 'http:\\192.168.2.4:7647\gbpvr\public\rss.aspx?filter = pending'

it says 'wrong feed URL'

The config is only for the batch process.....so the parameters you entered do not impact what you get via the web.

The webpage has the parameters set to get the correct info for RSS readers.

To access the feed via a reader (using your IP Inof) it should look like the following:

Code:
http://192.168.2.4:7647/gbpvr/public/rss.aspx?filter=pending
If you have any pending recordings they will be returned in an RSS XML document to the reader....othwrwise nothing is returned.

You can also just enter the address in your browser address bar and your browser should render the returned xml.

I think your problem may have been the backward slashes.....a web browser will convert them to the correct type (forward slashes rather than backward slashes) whereas the readers (at least on the readers I have tested) do not so it can't find the feed.
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
stu8080
Offline

Senior Member

Posts: 639
Threads: 52
Joined: Aug 2004
#7
2007-02-17, 11:24 AM
Thanks UJB! got it working now.

The reason i wanted this was so i could display 'in-progress' and 'failed' recordins in Vista Sidebar RSS reader, which now works ok - min update time is 15 mins, 5 would be better.

If anyone wants to try this, use Outlook 2007 or Win Live Mail Desktop to add feeds to IE7 feeds list (cant add feeds from url in IE7) and they are automatically added as options in the Sidebar RSS reader.

I was scrathcing my head for ages last night trying to edit the feeds list!
Koenie
Offline

Senior Member

Posts: 356
Threads: 31
Joined: Aug 2005
#8
2007-02-18, 10:50 AM
I get a few errors in the logfile, not sure how they affect the rssfeeds though.

In IE7 the RSS works fine. In Firefox the initial page loads, firefox recognises the feeds but after subscribing it keeps saying loading the feed.

I use build 57 of the EWA
Regards Koen,

GBPVR 1.4.7
AMD 780G with X2 BE2350, 2gb ram, LCD-TV, Win XP
PVR500, PVR150 & PVC150 MCE MediaMVP D3A, 2 networked clients
Koenie
Offline

Senior Member

Posts: 356
Threads: 31
Joined: Aug 2005
#9
2007-02-18, 11:48 AM
After restarting the recordingsservice Firefox now loads the rss feedlist. when clicking on a link windows downloads the file before playing it. Can this be changed?

When accessing the feeds through the addressbar firefox says: "This XML file does not appear to have any style information associated with it. "
Regards Koen,

GBPVR 1.4.7
AMD 780G with X2 BE2350, 2gb ram, LCD-TV, Win XP
PVR500, PVR150 & PVC150 MCE MediaMVP D3A, 2 networked clients
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#10
2007-02-18, 03:53 PM
Koenie Wrote:After restarting the recordingsservice Firefox now loads the rss feedlist. when clicking on a link windows downloads the file before playing it. Can this be changed?

When accessing the feeds through the addressbar firefox says: "This XML file does not appear to have any style information associated with it. "

It can...but different readers let you control that behavoir....such as RSSReader lets you open the description in the preview window when clicking on the title.

I hate to change something for one view.....if others provide feedback I can look at either formating it different or provide additional formating options on the query string....

Thanks...keep me posted on how things are working.
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)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Enhanced Web Admin (EWA) Build 81 BETA Web Service Release UncleJohnsBand 0 1,683 2009-05-17, 01:06 AM
Last Post: UncleJohnsBand
  Wish: ICal Feed uwfalcon 1 1,124 2008-01-03, 04:09 AM
Last Post: UncleJohnsBand
  EWA Build 66 Beta 2 (10/15/2007) UncleJohnsBand 6 2,620 2007-10-17, 10:48 PM
Last Post: UncleJohnsBand
  EWA Build 66 Beta UncleJohnsBand 62 15,109 2007-10-16, 03:17 PM
Last Post: HtV
  Build 66 Beta: Guest login functionality agerdin 1 1,797 2007-10-16, 10:01 AM
Last Post: UncleJohnsBand

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

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

Linear Mode
Threaded Mode