NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) v
« Previous 1 … 16 17 18 19 20 Next »
Windows Desktop/Sidebar Gadget with Recording Schedule

 
  • 0 Vote(s) - 0 Average
Windows Desktop/Sidebar Gadget with Recording Schedule
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#11
2011-10-15, 05:19 PM
cncb Wrote:Go into the gadget options, select all the text in the 'HTML string for recording schedule item', and copy and paste it to notepad so you can retrieve it later. Then, replace all the text with just rec.Title and see if you still get the error.
Done, but I still get the same error. Does it matter where I place the .gadget file before installing it?

"I'd rather have a bottle in front of me than a frontal lobotomy"
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#12
2011-10-15, 05:27 PM
Reddwarf Wrote:Done, but I still get the same error. Does it matter where I place the .gadget file before installing it?

No, it doesn't matter where you install it from. Could you post the xml file of the web server RSS feed at 'http://SERVER:PORT/public/rss.aspx?filter=pending'? Look at in a browser, right-click, 'View Source', and save the file or copy the text. I assume you are not using English for your operating system so it might be a "locale/language" issue but I'm not sure.
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#13
2011-10-15, 06:04 PM
cncb Wrote:No, it doesn't matter where you install it from. Could you post the xml file of the web server RSS feed at 'http://SERVER:PORT/public/rss.aspx?filter=pending'? Look at in a browser, right-click, 'View Source', and save the file or copy the text. I assume you are not using English for your operating system so it might be a "locale/language" issue but I'm not sure.
In fact I am using english as operating system language, but most of the titles and descriptions in the xmltv file is in norwegian. Anyway, here it is.

"I'd rather have a bottle in front of me than a frontal lobotomy"
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#14
2011-10-15, 06:44 PM (This post was last modified: 2011-10-15, 07:44 PM by cncb.)
Please try the attached modified gadget. I'm pretty sure it is due to the different date representation for your locale that the RSS uses. Ideally I would create my own "feed" for the gadget to use instead of all the string parsing done to use the existing RSS feed but that probably won't be anytime soon.
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#15
2011-10-15, 06:55 PM
Sorry no, still same result.

"I'd rather have a bottle in front of me than a frontal lobotomy"
cncb
Offline

Senior Member

Posts: 729
Threads: 112
Joined: Aug 2011
#16
2011-10-15, 07:09 PM
The attached zip file in the post above shows '0 views' for me. Did you download that one and install it (I changed the attachment right away so you may have grabbed the previous one)? You might also want to go into the 'Gadget Gallery' after you close the previous one and uninstall it (right-click the icon in the Gallery) before you install the new one. If you've done all this and it still doesn't work you may have to wait for me to create my own feed for the gadget as I described above. Sorry.
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#17
2011-10-15, 07:37 PM
cncb Wrote:The attached zip file in the post above shows '0 views' for me. Did you download that one and install it (I changed the attachment right away so you may have grabbed the previous one)? You might also want to go into the 'Gadget Gallery' after you close the previous one and uninstall it (right-click the icon in the Gallery) before you install the new one. If you've done all this and it still doesn't work you may have to wait for me to create my own feed for the gadget as I described above. Sorry.
It says 1 view here, but I downloaded it again, uninstalled and installed, but the result is still the same. Thanks for looking into this anyway Smile

"I'd rather have a bottle in front of me than a frontal lobotomy"
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#18
2011-10-16, 03:29 AM
Reddwarf Wrote:Sorry no, still same result.

In the rss.aspx page....

replace this line:
Code:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RSS.aspx.cs" Inherits="N_EWA.RSS" %>

with this line:

Code:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RSS.aspx.cs" Inherits="N_EWA.RSS" culture="auto" uiculture="auto" %>

Let me know if this helps.....
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
#19
2011-10-16, 03:36 AM
whurlston Wrote:Nice! UJB might just have to replace the one I wrote with this one for NEWA.

I like them both....they have different info yet equally valuable......perhaps someone could merge the functionality of the two to provide both sets of data via a single gadget.... Big Grin
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
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#20
2011-10-16, 01:03 PM
UncleJohnsBand Wrote:In the rss.aspx page....

replace this line:
Code:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RSS.aspx.cs" Inherits="N_EWA.RSS" %>

with this line:

Code:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RSS.aspx.cs" Inherits="N_EWA.RSS" culture="auto" uiculture="auto" %>

Let me know if this helps.....
I'm pretty sure I replaced it the correct place, but it didn't help (note that I don't get the norwegian letters æ, ø and å). Here's how it looks in IE:

"I'd rather have a bottle in front of me than a frontal lobotomy"
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  HDHRGuide for Windows mvallevand 62 9,240 2025-01-14, 03:44 PM
Last Post: mvallevand
  Comskipped videos played back on NextPVR desktop application halt on commercial break mlopez1007 2 916 2023-07-03, 07:47 PM
Last Post: mvallevand
  NextTool for Windows question MrReis 12 2,314 2023-03-31, 10:23 PM
Last Post: mvallevand
  Multiple Instances of Desktop Gadget BrettB 6 1,902 2021-05-16, 04:23 PM
Last Post: mvallevand
  Automatic movie recording based on existing libraries daneo 10 5,061 2020-04-14, 08:02 PM
Last Post: daneo
  NextPVR Recording Service Monitor ChaosMageX 2 2,223 2019-09-23, 02:19 PM
Last Post: ChaosMageX
  Desktop Gadget not working after Win10 Creators Update Bobbybear 1 3,520 2017-06-26, 09:01 PM
Last Post: Bobins
  ParallelProcessing.bat Recording Growth Monitor BrettB 0 2,081 2017-05-24, 01:51 AM
Last Post: BrettB
  Desktop gadget stopped working roy 4 3,463 2017-02-18, 08:16 PM
Last Post: roy
  Created a program to purge recording directory evans036 3 3,517 2016-11-30, 11:44 AM
Last Post: Graham

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

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

Linear Mode
Threaded Mode