[RELEASE] Jazz FM

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
XBMC Fan Offline
Junior Member
Posts: 32
Joined: Feb 2007
Reputation: 0
Post: #11
Is there any way to get this working again?

It stopped working a while back - I cant listen to JazzFM (script fails). Thanks if you can do this!
find quote
afishe2000 Offline
Junior Member
Posts: 40
Joined: Dec 2008
Reputation: 0
Location: Morrisville, NC
Post: #12
I went into the code and did just a little tweaking...

You will need to find the default.py file in the plugin.audio.jazzfm directory which is in the addons directory...

Around line 29 change the RTMP_APP string to the following...

RTMP_APP = 'rtmp://listen.onmyradio.net/shoutcast/mp4:jazzfmPR.stream'

Then go down to the bottom of the file and comment out the following lines. (Place a # in front of them...)

#for show in shows:
# thumb = show.img['src']
# title = decode_unicode_references(show.h3.a.string)
# comment = decode_unicode_references(show.p.string)
# data_url = show.p.findNextSibling('p').a['data_url']
# add_stream(title, thumb, comment, data_url)


Hope this helps, I will try to do some more digging and try to get on-demand part working...

p.s. - Tested only on a windows machine...
(This post was last modified: 2011-12-28 17:10 by afishe2000.)
find quote
XBMC Fan Offline
Junior Member
Posts: 32
Joined: Feb 2007
Reputation: 0
Post: #13
Thank you! I will try this out. Hopefully it will work on the Xbox version of XBMC. Im really hoping the 'on demand' part will be usable again - I really miss listening to Dinner Jazz in my living room.
(This post was last modified: 2011-12-29 00:28 by XBMC Fan.)
find quote
afishe2000 Offline
Junior Member
Posts: 40
Joined: Dec 2008
Reputation: 0
Location: Morrisville, NC
Post: #14
[Image: logo.jpg]

So I rewrote the plugin it works with both the xbmc4xbox as audio plugin and xbmc as a addon.

I changed the name to Jazz FM on Demand.

plugin.audio.jazzfmondemand.1.1.0.zip

I have it working on both a windows machine and the original xbox.
find quote
kyotocafe Offline
Senior Member
Posts: 214
Joined: Jul 2011
Reputation: 0
Location: kyoto, Japan
Post: #15
afishe2000 Wrote:[Image: logo.jpg]

So I rewrote the plugin it works with both the xbmc4xbox as audio plugin and xbmc as a addon.

I changed the name to Jazz FM on Demand.

plugin.audio.jazzfmondemand.1.1.0.zip

I have it working on both a windows machine and the original xbox.

Thank you! it works great.
find quote
Myrddraal Offline
Member
Posts: 86
Joined: Apr 2012
Reputation: 1
Post: #16
Unfortunately, for me, the on demand shows stop after like one or two minutes.
The live part works just fine.
find quote
PatrickBateman Offline
Posting Freak
Posts: 1,643
Joined: Mar 2011
Reputation: 15
Location: Another Earth
Post: #17
This now no longer works for me at all, just a script error in the last few days? It was mainly used for background music in my visitors room.

Any chance of an update?
find quote
Post Reply