NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 2 3 4 5 … 56 Next »
New External App: Netflix Viewer

 
  • 0 Vote(s) - 0 Average
New External App: Netflix Viewer
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#1,221
2013-01-12, 01:04 AM
My internet is not quite well tonight so the process timed out with an exception from .net framework, have to try again tomorrow. Let me know if you want the log.
BTW, when I set my location to US, Netflix does not give me Norwegian subtitles, is that something your program could fix?

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

Senior Member

Posts: 717
Threads: 4
Joined: Jun 2009
#1,222
2013-01-12, 01:35 AM
Reddwarf Wrote:Ok, testing the new version now, it's currently working with the one hour update. How do I know if we have an instant query in Norway?

If you go to the netflix website, on the main page it should have a tab called Instant Queue. Also when you hover over a movie it gives you an option to add a movie to your queue. It is a way of marking movies to a list for later viewing.

If you still don't know what I am referring to, then you probably don't have one.

-DH
HTPC: Foxxconn -case w/ 300W PSU, 2 x 80 mm case fans, Foxxconn A74MX-K, ATI Radeon 4550 1GB PCIE x16, AMD X2 4850e 45W, 4GB OCZ DDR800, Windows XP Home/SP3, Hauppauge HVR-2250 dual tuner, K-lite 5.75 FFDShow video & audio, ATIdvcr Decoder, VMR9
dhgb256
Offline

Senior Member

Posts: 717
Threads: 4
Joined: Jun 2009
#1,223
2013-01-12, 01:40 AM
Reddwarf Wrote:My internet is not quite well tonight so the process timed out with an exception from .net framework, have to try again tomorrow. Let me know if you want the log.
BTW, when I set my location to US, Netflix does not give me Norwegian subtitles, is that something your program could fix?

OK, just let me know once you are done.

As for subtitles, my program just provides a wrapper around the IE webpage, so you won't have any subtitle options that you don't in IE. Netflix doesn't make it easy to support other countries for us little guys, otherwise I would take a crack at it if I could access the norway site.

-DH
HTPC: Foxxconn -case w/ 300W PSU, 2 x 80 mm case fans, Foxxconn A74MX-K, ATI Radeon 4550 1GB PCIE x16, AMD X2 4850e 45W, 4GB OCZ DDR800, Windows XP Home/SP3, Hauppauge HVR-2250 dual tuner, K-lite 5.75 FFDShow video & audio, ATIdvcr Decoder, VMR9
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#1,224
2013-01-12, 10:20 AM (This post was last modified: 2013-01-12, 10:00 PM by Reddwarf.)
The program still crashes during star rating updating but I think I'v located the problem. Tha last messages in the attached log says (translated to english) "Converting to decimal from the string 3.1 is invalid". Note that in most european countries we use . instead of , as the decimal notation. So it's a matter of globalisation, I remember there was the same problem with the Weather plugin for NPVR in early days.

BTW, the date format in Europe/Scandinavia is also slightly different from the US format, if you'r doing anything with date strings in your program.

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

Senior Member

Posts: 717
Threads: 4
Joined: Jun 2009
#1,225
2013-01-13, 03:12 PM
Reddwarf Wrote:The program still crashes during star rating updating but I think I'v located the problem. Tha last messages in the attached log says (translated to english) "Converting to decimal from the string 3.1 is invalid". Note that in most european countries we use . instead of , as the decimal notation. So it's a matter of globalisation, I remember there was the same problem with the Weather plugin for NPVR in early days.

BTW, the date format in Europe/Scandinavia is also slightly different from the US format, if you'r doing anything with date strings in your program.

That is very odd considering it was converting the strings just fine previously and I didn't change any of that code. If I understand you correctly, I need to change 3.1 to 3,1 in order to convert it?

-DH
HTPC: Foxxconn -case w/ 300W PSU, 2 x 80 mm case fans, Foxxconn A74MX-K, ATI Radeon 4550 1GB PCIE x16, AMD X2 4850e 45W, 4GB OCZ DDR800, Windows XP Home/SP3, Hauppauge HVR-2250 dual tuner, K-lite 5.75 FFDShow video & audio, ATIdvcr Decoder, VMR9
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#1,226
2013-01-13, 06:40 PM
dhgb256 Wrote:That is very odd considering it was converting the strings just fine previously and I didn't change any of that code. If I understand you correctly, I need to change 3.1 to 3,1 in order to convert it?

-DH
It complains about 3.1, so I guess your program expects 3,1. If that is not so, something else is fishy in that string. Did you look at the log file?

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

Senior Member

Posts: 717
Threads: 4
Joined: Jun 2009
#1,227
2013-01-14, 01:46 PM
Reddwarf Wrote:It complains about 3.1, so I guess your program expects 3,1. If that is not so, something else is fishy in that string. Did you look at the log file?

My program expects 3.1, we use periods in the US. I did look at the log file, I don't know what is wrong, like I said your previous log showed it worked with periods consistently; the previous problem was API glitches. I'll send you a debugging version, so I can get a bit more detail on what is happening.

-DH
HTPC: Foxxconn -case w/ 300W PSU, 2 x 80 mm case fans, Foxxconn A74MX-K, ATI Radeon 4550 1GB PCIE x16, AMD X2 4850e 45W, 4GB OCZ DDR800, Windows XP Home/SP3, Hauppauge HVR-2250 dual tuner, K-lite 5.75 FFDShow video & audio, ATIdvcr Decoder, VMR9
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#1,228
2013-01-14, 04:34 PM
dhgb256 Wrote:My program expects 3.1, we use periods in the US. I did look at the log file, I don't know what is wrong, like I said your previous log showed it worked with periods consistently; the previous problem was API glitches. I'll send you a debugging version, so I can get a bit more detail on what is happening.

-DH
Ok, do you need my email address?

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

Senior Member

Posts: 717
Threads: 4
Joined: Jun 2009
#1,229
2013-01-14, 05:50 PM
Reddwarf Wrote:Ok, do you need my email address?

Yes, please PM it to me.

-DH
HTPC: Foxxconn -case w/ 300W PSU, 2 x 80 mm case fans, Foxxconn A74MX-K, ATI Radeon 4550 1GB PCIE x16, AMD X2 4850e 45W, 4GB OCZ DDR800, Windows XP Home/SP3, Hauppauge HVR-2250 dual tuner, K-lite 5.75 FFDShow video & audio, ATIdvcr Decoder, VMR9
Reddwarf
Offline

Posting Freak

Posts: 6,629
Threads: 230
Joined: Mar 2007
#1,230
2013-01-16, 06:50 PM
dhgb256 Wrote:Yes, please PM it to me.

-DH
In case you didn't get my email, sending the testversion as text did not work, try 7zip or rar format.

"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 (132): « Previous 1 … 121 122 123 124 125 … 132 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  New External App: Netflix Browser dhgb256 6 4,168 2015-01-07, 10:47 PM
Last Post: dhgb256
  External tool: Transfer Season Record schedules from GBPVR to NPVR kendrak24 37 21,302 2013-04-11, 05:58 AM
Last Post: kendrak24
  New External App : Channel Logo Tools For NPVR (Beta) systemshark 0 1,712 2011-09-03, 08:15 AM
Last Post: systemshark
  Recordings2 - New Recordings Viewer psycik 25 7,569 2006-10-20, 12:11 AM
Last Post: psycik
  Recordings Viewer - version 2 psycik 18 5,077 2006-08-15, 07:48 AM
Last Post: mila06
  Web Viewer Plugin jorm 53 18,243 2006-06-22, 06:14 PM
Last Post: ccsnet
  External Recorder plugin now works with 97.7 release ubu 0 1,267 2006-05-23, 09:37 PM
Last Post: ubu
  Comskip 0.77 has an integrated mpeg viewer erik 3 2,526 2005-09-27, 02:12 PM
Last Post: erik
  CDK Scheduler (External Recordings Manager) KingArgyle 7 3,412 2005-02-14, 12:59 AM
Last Post: KingArgyle
  External Recording Manager KingArgyle 9 4,374 2005-01-20, 03:42 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