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 … 35 36 37 38 39 … 47 Next »
RSS Batch Process Configuration

 
  • 0 Vote(s) - 0 Average
RSS Batch Process Configuration
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#41
2007-03-08, 07:34 PM
UJB,
I promise to not post anymore of these messages. This is another person that had a valid feed but wouldn't work in Firefox and is asking for help.

Here is the text of the discussion.


Anyway, the problem of Live Bookmark is actually a bug of Firefox. You may do some workarounds to make the Live Bookmark work. I understand that you have been annoyed by this issue, and I just want to tell you - it is not your fault

Since your original feed is valid, I will use it as the example.

This is the first item found:
Quote:
<item>
<title>SMCShow220</title>
<description>[description hidden]</description>
<guid isPermaLink="false">guidhttp://www.djdavecee.com/podcasts/radio/smcshow220.mp3</guid>
<itunes:author>The Sour Mash Collective</itunes:author>
<pubDate>Wed, 12 Jul 2006 12:30:00 GMT</pubDate>
<enclosure url="http://www.djdavecee.com/podcasts/radio/smcshow220.mp3" length="112822592" type="audio/mpeg" />
<author>dave@djdavecee.com (The Sour Mash Collective)</author>
<media:content url="http://www.djdavecee.com/podcasts/radio/smcshow220.mp3" fileSize="112822592" type="audio/mpeg"></media:content>
<itunes:explicit>No</itunes:explicit>
<itunesConfusedubtitle>Show 220 Hosted by DaveCee</itunesConfusedubtitle>
<itunesConfusedummary>[summary hidden]</itunesConfusedummary>
<itunes:keywords>[keywords hidden]</itunes:keywords>
</item>


Currently, there is no <link> element in this item and the <guid> element is not a PermaLink.

You may add a <link> element and change the <guid> element to be a PermaLink in the every item. The URLs of <link> and <guid> should be the same as the URL of <enclosure>.
Code:
<link>http://www.djdavecee.com/podcasts/radio/smcshow220.mp3</link>

Code:
<guid isPermaLink="true">http://www.djdavecee.com/podcasts/radio/smcshow220.mp3</guid>


After doing these, I think the Live Bookmark will work.

Read on - he found more - Pastro...

Some more things in the original feed that may cause problems have been found.

<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2enclosuresfull.xsl" type="text/xsl" media="screen"?> and <?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?> should be removed since they should not be used in the original feed.

On the other hand, <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/SoulDamnPhisticatedRadioShow" type="application/rss+xml" /> is not correct. You may either remove it or change the href to http://www.djdavecee.com/podcasts/radio/...odcast.rss, but removing it is recommended.

And a couple more -- Pastro..

Some more things in the original feed that may cause problems have been found.

<xml> and <xml> should be removed since they should not be used in the original feed.

On the other hand, <atom10> is not correct. You may either remove it or change the href to http://www.djdavecee.com/podcasts/radio/...odcast.rss, but removing it is recommended.



Wow, Franklin, thank you for your time on this, when i get a chance i will change what you have suggested and see if that helps.

And the final post-- Pastro

It works!!!!!!!!!!!!!!!!!!!!!!!!!!!!
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#42
2007-03-08, 10:47 PM
pastro Wrote:UJB,
I promise to not post anymore of these messages. This is another person that had a valid feed but wouldn't work in Firefox and is asking for help.

Here is the text of the discussion.


Anyway, the problem of Live Bookmark is actually a bug of Firefox. You may do some workarounds to make the Live Bookmark work. I understand that you have been annoyed by this issue, and I just want to tell you - it is not your fault

Since your original feed is valid, I will use it as the example.

This is the first item found:
Quote:
<item>
<title>SMCShow220</title>
<description>[description hidden]</description>
<guid isPermaLink="false">guidhttp://www.djdavecee.com/podcasts/radio/smcshow220.mp3</guid>
<itunes:author>The Sour Mash Collective</itunes:author>
<pubDate>Wed, 12 Jul 2006 12:30:00 GMT</pubDate>
<enclosure url="http://www.djdavecee.com/podcasts/radio/smcshow220.mp3" length="112822592" type="audio/mpeg" />
<author>dave@djdavecee.com (The Sour Mash Collective)</author>
<media:content url="http://www.djdavecee.com/podcasts/radio/smcshow220.mp3" fileSize="112822592" type="audio/mpeg"></media:content>
<itunes:explicit>No</itunes:explicit>
<itunesConfusedubtitle>Show 220 Hosted by DaveCee</itunesConfusedubtitle>
<itunesConfusedummary>[summary hidden]</itunesConfusedummary>
<itunes:keywords>[keywords hidden]</itunes:keywords>
</item>

The above feed example did not come from EWA.....not sure where it came from......the person states since your first feed was valid they will use it as an example.....

pastro Wrote:Currently, there is no <link> element in this item and the <guid> element is not a PermaLink.


You may add a <link> element and change the <guid> element to be a PermaLink in the every item. The URLs of <link> and <guid> should be the same as the URL of <enclosure>.
Code:
<link>http://www.djdavecee.com/podcasts/radio/smcshow220.mp3</link>

Code:
<guid isPermaLink="true">http://www.djdavecee.com/podcasts/radio/smcshow220.mp3</guid>

If you are using the latest patch the channel link is there. The feed is now 100% compliant with the quid as permalink=false......if it were true the link would not be a guid but would be the same url as the link for the item.

pastro Wrote:After doing these, I think the Live Bookmark will work.

Read on - he found more - Pastro...

Some more things in the original feed that may cause problems have been found.

<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2enclosuresfull.xsl" type="text/xsl" media="screen"?> and <?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?> should be removed since they should not be used in the original feed.

On the other hand, <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/SoulDamnPhisticatedRadioShow" type="application/rss+xml" /> is not correct. You may either remove it or change the href to http://www.djdavecee.com/podcasts/radio/...odcast.rss, but removing it is recommended.

And a couple more -- Pastro..

Some more things in the original feed that may cause problems have been found.

<xml> and <xml> should be removed since they should not be used in the original feed.

On the other hand, <atom10> is not correct. You may either remove it or change the href to http://www.djdavecee.com/podcasts/radio/...odcast.rss, but removing it is recommended.



Wow, Franklin, thank you for your time on this, when i get a chance i will change what you have suggested and see if that helps.

And the final post-- Pastro

It works!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Latest batch from yesterday is 100% compliant....if it still isn't working in FireFox (it works in mine for completed feeds) then they need to fix Firefox.
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
pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#43
2007-03-08, 11:34 PM
That post was some web surfing trying to find whether there were firefox issues with live bookmarks. It's sounds like some people are going through some headaches and coding workarounds to get it to work.


I might try to see if any of the developers at Mozilla want to take a look at the EWA feed to see why it doesn't work in firefox live bookmarks. It does seem like a Firefox issue since your feeds are validating 100%.
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#44
2007-03-09, 11:54 AM (This post was last modified: 2007-03-09, 12:47 PM by liteswap.)
Can you reproduce the problems I'm having? Wouldn't want to go off at half-cock if the problem I'm having is to do with some weirdness in my settings...

Edited to add: good grief! Just checked the link - and now it's working (although only in filtered mode - and then only on completed recordings). But it's progress... Big Grin
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

pastro
Offline

Posting Freak

Posts: 1,885
Threads: 128
Joined: Jul 2006
#45
2007-03-09, 04:27 PM
liteswap Wrote:Can you reproduce the problems I'm having? Wouldn't want to go off at half-cock if the problem I'm having is to do with some weirdness in my settings...

Edited to add: good grief! Just checked the link - and now it's working (although only in filtered mode - and then only on completed recordings). But it's progress... Big Grin

Interesting. Completed recordings was the only one that worked on my setup (Thunderbird) prior to the last patch which then somehow fixed the pending recordings. Thunderbird doesn't verify on the unfiltered thread.
You tried all of the other filtered threads and the only one that works is completed?
GBpvr PC: Intel Celeron 1.8 Ghz. 768 Mb WinXp Home Sp2
Video: Diamond 128 Mb 9550
Capture Cards: PVR-150 & PVR-150 MCE w/fm + 2x MVP
Author of: BurnDVDX2 and Skiptool
liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#46
2007-03-09, 07:07 PM
Correct - I'm using the filter parameters as set out on UJB's RSS Wiki posting.
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#47
2007-03-09, 11:21 PM (This post was last modified: 2007-03-09, 11:31 PM by UncleJohnsBand.)
pastro Wrote:Interesting. Completed recordings was the only one that worked on my setup (Thunderbird) prior to the last patch which then somehow fixed the pending recordings. Thunderbird doesn't verify on the unfiltered thread.
You tried all of the other filtered threads and the only one that works is completed?

liteswap Wrote:Correct - I'm using the filter parameters as set out on UJB's RSS Wiki posting.

Ok...try the attached......when I added the channel link to make the completed recordings 100% it messed up feeds that had nothing to return. This patch addresses that.

There may be an issue with the pending filter for FireFox....the post date on the items is in the future....it passes validation fine with a warning that some readers may not like it.....

My guess is that FireFox will not like the feeds that do not contain any item info such as the deleted filter.....there is an item but there is no info since there is nothing to put into it.....this passes feed validation without an issue.....works in stand alone readers.......
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
liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#48
2007-03-30, 06:13 PM
Sorry to take so long coming back on this - been busy Smile

I've updated the two dlls and I get the same result as before...
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#49
2007-03-31, 03:35 PM
liteswap Wrote:Sorry to take so long coming back on this - been busy Smile

I've updated the two dlls and I get the same result as before...

Try the latest release build 1.1 that was just put out today.....RSS now supports enclosures for recorded programmes. Read the wiki for information.
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
liteswap
Offline

Senior Member

Posts: 713
Threads: 70
Joined: Aug 2006
#50
2007-04-30, 04:44 PM
Strewth, it's been a month - where did April go? Smile

And sadly, it's the same story: I stopped the service, installed new version, restarted the service - and the result's the same. Now I feel guilty, UJB....
- Silent client PVR: HDPlex HS.1 aluminium fanless case / Thin-ITX ASRock H81TM-ITX motherboard / Intel Celeron 1850T CPU / 4GB RAM / 120GB SSD / TBS6982 DBS-S2 [SIZE=1]dual-tuner card / Win10+nPVR+Plex Media Player feeding LG OLED55B6V + Anthem MRX510 AV Receiver / PMC GB1 / B&W / REL speakers.
- Noisy NAS: Xeon / Intel mobo / 16GB RAM / FreeNAS + Ubuntu VMs on VMware ESXi + 12TB RAID
[/SIZE] running Plex Media Server

« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (7): « Previous 1 … 3 4 5 6 7 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Getting Started / Any Configuration that Works? crackulator 6 4,209 2017-11-06, 07:35 PM
Last Post: crackulator
  Basic Installation and Configuration shawnvw 14 5,984 2008-06-09, 03:29 PM
Last Post: shawnvw
  Wish - Streamer Configuration Settings profiles madcat 1 1,571 2007-05-26, 01:25 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