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) Old Stuff (Legacy) UbuStream, Web Radio and Universe v
1 2 3 4 5 … 8 Next »
WebRadio 4.0 pre-wiki release

 
  • 0 Vote(s) - 0 Average
WebRadio 4.0 pre-wiki release
Lao Pan
Offline

Posting Freak

UK (Mendip TX)
Posts: 1,300
Threads: 114
Joined: Oct 2008
#11
2014-02-09, 04:34 PM
mvallevand Wrote:Thanks for doing the research! for some reason ogg was never a valid type when loading from a csv file. I'm surprised that it worked before. I've updated post one with the fix. It's easy while I keep things in sync.

Martin

That sorted the Last Played thanks - It quite probably was an issue before but I hadn't loaded so many Ogg stations one after the other to notice.
I was trying to find why the Opus logo was never used, but I guess that as the streams are always [.opus.ogg] they will always use the Ogg logo - at least they play fine.

Quote: Quote Originally Posted by mvallevand
Gives me good reason to upload a Web Radio experimental release this weekend.

Martin

My sneaky underhand ploy worked then Big Grin :p - Thank You Martin
It's not an overly complicated system - it's more - overly simple operatives  Huh
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#12
2014-02-09, 04:43 PM (This post was last modified: 2014-02-09, 04:53 PM by johnsonx42.)
I get an unhandled exception, when I select "Internet Television":
Code:
System.NullReferenceException: Object reference not set to an instance of an object.
   at WebRadio.WebRadio2.PopulateXMLWidget(String loadStationFile, List`1 itemList)
   at WebRadio.WebRadio2.PopulateList()
   at WebRadio.WebRadio2.ActivateItem(ListObject selectedObject)
   at NUtility.Controls.ListRenderers.UiListList.OnKeyDown(KeyEventArgs e)
   at NUtility.Base.NewStyleButtonListPlugin.OnKeyDown(KeyEventArgs e)
   at WebRadio.WebRadio2.OnKeyDown(KeyEventArgs e)
   at NextPVR.ControllerForm.OnKeyDown(Object sender, KeyEventArgs e)
   at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
   at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
   at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
   at System.Windows.Forms.Control.WmKeyChar(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at NextPVR.ControllerForm.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

The content of my TVStations.xml is the example you posted above. I thought maybe it was because the two icon images didn't exist (tv.png and vevotv.png), but I copied another .png to those names and it didn't help.

nothing seems very interesting in NPVR.log, just this for two attempts to go into "Internet Television":
Code:
2014-02-09 08:51:01.012    [DEBUG][1]    OnKeyDown() called: Return
2014-02-09 08:51:01.043    [DEBUG][1]    NUtility.Controls.UiList+ListContainer
2014-02-09 08:51:01.043    [DEBUG][1]    False
2014-02-09 08:51:01.043    [DEBUG][1]    Populating C:\Users\Public\NPVR\Plugins\WebRadio\TVStations.xml
2014-02-09 08:51:01.044    [DEBUG][1]    C:\Users\Public\NPVR\Plugins\WebRadio\TVStations.xml
2014-02-09 08:51:04.432    [DEBUG][1]    OnKeyDown() called: Return
2014-02-09 08:51:04.432    [DEBUG][1]    NUtility.Controls.UiList+ListContainer
2014-02-09 08:51:04.432    [DEBUG][1]    False
2014-02-09 08:51:04.433    [DEBUG][1]    Populating C:\Users\Public\NPVR\Plugins\WebRadio\TVStations.xml
2014-02-09 08:51:04.433    [DEBUG][1]    C:\Users\Public\NPVR\Plugins\WebRadio\TVStations.xml
2014-02-09 08:51:06.658    [DEBUG][1]    OnKeyDown() called: Escape
2014-02-09 08:51:06.658    [DEBUG][1]    Populating C:\Users\Public\NPVR\Plugins\WebRadio\TVStations.xml
2014-02-09 08:51:06.659    [DEBUG][1]    C:\Users\Public\NPVR\Plugins\WebRadio\TVStations.xml
2014-02-09 08:51:08.976    [DEBUG][1]    Unable to find radio icon: C:\Users\Public\NPVR\Media\RadioLogos\tvfolder.png
2014-02-09 08:51:08.977    [DEBUG][1]    Loading radio icon: C:\Users\Public\NPVR\Media\RadioLogos\moremusic.png
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#13
2014-02-09, 04:55 PM
I must have cut the wrong example for Vevo. Just remove that stationlist for now.

Martin
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#14
2014-02-09, 04:59 PM
yes, that fixes the unhandled exception, thanks.
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#15
2014-02-09, 07:27 PM
johnsonx42 Wrote:yes, that fixes the unhandled exception, thanks.

Ok I fixed my example, it is a Station not StationList VevoTV is a great example of OTT HD broadcasting if you have the bandwdith

Martin
Lao Pan
Offline

Posting Freak

UK (Mendip TX)
Posts: 1,300
Threads: 114
Joined: Oct 2008
#16
2014-02-11, 12:51 PM (This post was last modified: 2014-02-14, 02:01 PM by Lao Pan.)
I have been testing your example for Internet TV -

1) Some of the links in the Stationlist work fine but there are a lot of "File Unavailable" etc. I presume that is the nature of the beast?
2) The Vevo TV link chucks me off could that be because I am not in North America? - Although I found a link in the Whuffclee list for it that worked OK.
3) Last Played shows the TV links - but they will not load from there, I always have to go back to the original link in Internet Television.
4) Can we use an XBMC xml file as a StationList similar to:

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<items>

<item>
<title>01 联合新闻网 </title>
<link>mms://udnlive.media.hinet.net/bc000093</link>
<thumbnail>http://david-link.googlecode.com/svn/trunk/icons/news/udn.jpg</thumbnail>
</item>

<item>
<title>02 凤凰卫视资讯台</title>
<link>mms://112.230.192.196/zb12</link>
<thumbnail>http://david-link.googlecode.com/svn/trunk/icons/news/fenghuangzixun.jpg</thumbnail>
<fanart>http://david-link.googlecode.com/svn//trunk/icons/background/fenghuang.jpg</fanart>
</item>

<item>
<title>39 香港卫视 </title>
<link>http://zb.v.qq.com:1863/?progid=2584831218</link>
<thumbnail>http://imgsrc.baidu.com/baike/abpic/item/b7bc4c66ba285765ab184ca4.jpg</thumbnail>
</item>

Don't know if any of the stations will stream but it might be worth a go.

Finally
Anyone using Internet TV with the icon packs from the wiki will want this one. (Once you update the wiki version to WebRadio 4.0 I will update the install instructions and put it in the RadioLogo pack)
It's not an overly complicated system - it's more - overly simple operatives  Huh
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#17
2014-02-11, 03:42 PM
Lao Pan Wrote:1) Some of the links in the Stationlist work fine but there are a lot of "File Unavailable" etc. I presume that is the nature of the beast?

You will get many that fail for sure. Bad link and 1 million XBMC users don't help. If you run in Windows in a window on PC the hidden menu has a debug optionand you might see something more detailed. ie mmsh isn't support but you might be able to change those links to rtsp.

Also anything that requires scraping will fail, those are of dubious origin anyway.

Quote:2) The Vevo TV link chucks me off could that be because I am not in North America? - Although I found a link in the Whuffclee list for it that worked OK.

Geo-blocking is certainly going to be an issue for several links

Quote:3) Last Played shows the TV links - but they will not load from there, I always have to go back to the original link in Internet Television.

That is there to help you find a a link in a plx file, I figured it was easier than logging it.

Quote:4) Can we use an XBMC xml file as a StationList similar to:

A plx file should be able to be saved and played from your disk. It is recommended for those that are worried about adult content that might be available when just going via the online lists (also why TVStations.xml is not included in the installer)

Martin
Lao Pan
Offline

Posting Freak

UK (Mendip TX)
Posts: 1,300
Threads: 114
Joined: Oct 2008
#18
2014-02-14, 02:04 PM
Just added the TVFolder png in a zip to the post above - didn't realize the forum turned all images into jpg mush.
It's not an overly complicated system - it's more - overly simple operatives  Huh
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,767
Threads: 954
Joined: May 2006
#19
2014-02-20, 08:46 PM
In the unlikely event that anyone tried Shoutcast with WebRadio and had problems and didn't post, the problem has been resolved. My dev ID wasn't properly moved over on the 17th when the changes from the purchase of Shoutcast from AOL to Radionomy started kicking in.

Martin
Lao Pan
Offline

Posting Freak

UK (Mendip TX)
Posts: 1,300
Threads: 114
Joined: Oct 2008
#20
2014-02-23, 09:39 AM
Worked last week-end - worked this week-end
Thanks
It's not an overly complicated system - it's more - overly simple operatives  Huh
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  webradio 3.7, unhandled exception on digital radio johnsonx42 26 18,990 2013-12-23, 10:35 AM
Last Post: Lao Pan
  Universe on NPVR wiki steeb 11 14,362 2012-01-21, 08:01 AM
Last Post: McBainUK
  WebRadio 3.6 mvallevand 13 14,423 2011-06-29, 01:42 AM
Last Post: Northpole
  WebRadio support for radiofeeds.co.uk mvallevand 4 7,651 2011-04-06, 12:35 PM
Last Post: mvallevand
  WebRadio 3.4 mvallevand 45 28,321 2011-02-10, 07:32 PM
Last Post: mvallevand
  WebRadio questions for the wiki steeb 20 16,086 2011-02-09, 02:39 PM
Last Post: steeb
  Sirius Radio with WebRadio 3 Dave72 19 14,177 2011-02-06, 03:08 AM
Last Post: Dave72
  WebRadio greg in kansas 4 3,389 2010-12-05, 10:21 PM
Last Post: greg in kansas
  Webradio 2.1.0 on Win 7 Problem mikeh49 10 6,637 2010-08-13, 11:20 PM
Last Post: mikeh49
  Webradio 3.2 pcostanza 6 4,165 2010-07-22, 10:27 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode