[RELEASE] German Audio Add-ons
#1
Hi,
this is a support thread for my german audio add-ons:
  • 1LIVE.de - Comedy, reports, talks, clubbing, last shows and livestream
  • Vorleser.net - More than 500 free Mp3 audio books

You can install them from the xbmc.org eden repo.
Happy testing Wink Any feedback is welcome!
asde
Reply
#2
Thanks for 1LIVE !
Reply
#3
(2012-05-30, 20:07)otcho Wrote: Thanks for 1LIVE !
You're welcome! Smile
Reply
#4
Vorleser.net v1.0.1 (eden) / v2.0.1 (frodo) is now available via the repo.
- Fixed site changes (new: correct title, thumbs, categories)

But not all audio books are playable because some are in zip format...
Reply
#5
Hi,

this addon seems to be broken in a gotham nightly build.
All categories are empty, search by author also doesn't show any results.

to fix categories you can change the following lines from

Quote: addDir("Krimi & Spannung","Krimi_kUND_Spannung","listCatBooks","")
addDir("Kinder & Jugendliche","Kinder_kUND_Jugendliche","listCatBooks","")
addDir("Romane & Erzählungen","Romane_kUND_Erzaehlungen","listCatBooks","")
addDir("Philosophie & Religion","Philosophie_kUND_Religion","listCatBooks","")
addDir("Hörspiele & Bühne","Hoerspiel_kUND_Buehne","listCatBooks","")
addDir("Lyrik & Musik","Lyrik_kUND_Poesie","listCatBooks","")
addDir("Sachtexte & Essays","Sachtexte_kUND_Essays","listCatBooks","")
to
Quote: addDir("Krimi & Spannung","Krimi+%26+Spannung","listCatBooks","")
addDir("Kinder & Jugendliche","Kinder+%26+Jugendliche","listCatBooks","")
addDir("Romane & Erzählungen","Romane+%26+Erzählungen","listCatBooks","")
addDir("Philosophie & Religion","Philosophie+%26+Religion","listCatBooks","")
addDir("Hörspiele & Bühne","Hörspiel+%26+Bühne","listCatBooks","")
addDir("Lyrik & Musik","Lyrik+%26+Poesie","listCatBooks","")
addDir("Sachtexte & Essays","Sachtexte+%26+Essays","listCatBooks","")

To fix the list by author, the following seems to work. Change lines from

Quote:spl=content.split('<div class="box news"')
match=re.compile('<div class="h2 orange" style="(.+?)">(.+?)</div>', re.DOTALL).findall(entry)
title=match[0][1]
to
Quote:spl=content.split('<div class="box news field"')
match=re.compile('<div class="h2 orange fieldH2">(.+?)</div>', re.DOTALL).findall(entry)
title=match[0]
Reply
#6
(2014-01-05, 12:43)Bitboy Wrote: Hi,

this addon seems to be broken in a gotham nightly build.
All categories are empty, search by author also doesn't show any results.

to fix categories you can change the following lines from
Thanks. Already fixed it but forgot to push it to the repo... Angel
Reply
#7
hello!

Seems that Vorleser.net still does not work correct on my XBMC 12.3.
It opens and show the list of available categories but when opening them nothing appears.

/krijeck
rebuilding ....
Reply
#8
Bug 
Currently using XBMC 13.1
with 1LIVE.de 1.0.2

When I want to play the livestream it hangs for a while on "Opening stream", and after a while I get a "Playback failed" error.
In the logfile I see Python caught an exception of URLLib that timed out, followed by the following line:
Quote:ERROR: Playlist Player: skipping unplayable item: 1, path [plugin://plugin.audio.einslive_de/?url=http%3A%2F%2Fwww.wdr.de%2Fwdrlive%2Fmedia%2Feinslive.m3u&mode=playAudio]

When I try to go to http://www.wdr.de/wdrlive/media/einslive...=playAudio in my browser, I also get an error. But if I leave the mode parameter out it works fine. Should the URL perhaps be changed in the plugin, or is the error due to a different reason?

Full stack trace from XBMC log file:
Code:
09:01:38 T:139915866138368  NOTICE: -->Python Interpreter Initialized<--
09:02:09 T:139915866138368   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'urllib2.URLError'>
                                            Error Contents: <urlopen error timed out>
                                            Traceback (most recent call last):
                                              File "/home/jpmeijers/.xbmc/addons/plugin.audio.einslive_de/default.py", line 159, in <module>
                                                playAudio(url)
                                              File "/home/jpmeijers/.xbmc/addons/plugin.audio.einslive_de/default.py", line 95, in playAudio
                                                url=getUrl(url)
                                              File "/home/jpmeijers/.xbmc/addons/plugin.audio.einslive_de/default.py", line 113, in getUrl
                                                response = urllib2.urlopen(req,timeout=30)
                                              File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
                                                return _opener.open(url, data, timeout)
                                              File "/usr/lib/python2.7/urllib2.py", line 404, in open
                                                response = self._open(req, data)
                                              File "/usr/lib/python2.7/urllib2.py", line 422, in _open
                                                '_open', req)
                                              File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
                                                result = func(*args)
                                              File "/usr/lib/python2.7/urllib2.py", line 1214, in http_open
                                                return self.do_open(httplib.HTTPConnection, req)
                                              File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
                                                raise URLError(err)
                                            URLError: <urlopen error timed out>
                                            -->End of Python script error report<--
09:02:09 T:139916557682624   ERROR: Playlist Player: skipping unplayable item: 7, path [plugin://plugin.audio.einslive_de/?url=http%3A%2F%2Fwww.wdr.de%2Fwdrlive%2Fmedia%2Feinslive.m3u&mode=playAudio]
Reply

Logout Mark Read Team Forum Stats Members Help
[RELEASE] German Audio Add-ons0