• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 10
SHOUTcast (Plugin) Music Addon support?
#46
is tehre still a shoutcast streamer?

i have one and it says it cant connect, so im assuming that shoutcast changed up the method of connection.

is there a working shoutcast as of right now?

happy halloween!
Reply
#47
It's an addon.
42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#48
found where?
Reply
#49
In the Addons section!
42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#50
Amet thanks a lot for putting that sound and clear. For me Shoutcast is one of the most important add-ons and I appreciate your effort very much! hvala, best, s
Reply
#51
search option is in now, thanks necochino for the idea and the function.
sort by listeners will only work on trunk > r35146, it will not be backported to Dharma branch.

Code:
[plugin.audio.shoutcast] -v 1.0.9
   - added: search option
   - added: sort by listeners, it will only work on trunk > r35146
Reply
#52
more changes in search function

Code:
[plugin.audio.shoutcast] -v1.1.0

search parameter can be passed from skins or via favourites, thx Necochino
usage: ActivateWindow(10501,&quot;plugin://plugin.audio.shoutcast/?search=<your search query>&quot;)
Reply
#53
Amet Wrote:more changes in search function

This is great !!! The plugin works like a charm. Love it. Many thanks.
Reply
#54
Amet thanks for this implementation. I needed some days to exactly understand your message, but eventually I found nighties that have feature on sorting by listeners installed. Up most useful!
Image

Hvala, sinkalonk.
Reply
#55
huge improvements with shoutcast playback after cpiff's modification in trunk code
http://trac.xbmc.org/changeset/35468
Nvidia Shield
kodi 18.1 RC1
Reply
#56
I'm having a problem installing the v1.1 Shoutcast plug-in. When I try to install it, I get a script error.

When I try to run it under the plugins menu from Music, I get the same error. Any suggestions?

Thanks
Reply
#57
ard9000 Wrote:I'm having a problem installing the v1.1 Shoutcast plug-in. When I try to install it, I get a script error.

When I try to run it under the plugins menu from Music, I get the same error. Any suggestions?

Thanks

Post a debug log please
Reply
#58
Amet Wrote:sort by listeners will only work on trunk > r35146, it will not be backported to Dharma branch.

Code:
[plugin.audio.shoutcast] -v 1.0.9
   - added: search option
   - added: sort by listeners, it will only work on trunk > r35146

Dear Amet,
I have a question is this sorting by listeners available only in r35146 release? I tried with Dharma RC1 and RC2 and also night build r35571 and this feature is absent.

I'm puzzled abit as you stated that this will be available in trunk > r35146.

best, sinkalonk
Reply
#59
sinkalonk Wrote:Dear Amet,
I have a question is this sorting by listeners available only in r35146 release? I tried with Dharma RC1 and RC2 and also night build r35571 and this feature is absent.

I'm puzzled abit as you stated that this will be available in trunk > r35146.

best, sinkalonk

hi,

we look for Dharma, if found we dont sort by listeners, see here for more.

I cant comment about unofficial nightly builds, not sure how they are built,sorry

Cheers,
Zeljko
Reply
#60
I know your last post said you don't comment on nightly builds, but I just compiled SVN35642 and Shoutcast 1.1.0 is now failing. Before I was using an SVN build from the same revision as RC2 (this is the Dharma branch).

Here's the debug output when the script runs.

Code:
18:45:09 T:2820651888 M:1289994240   DEBUG: xbp_dlopen loading python lib /usr/local/lib/xbmc/system/python/python24.zip/pyexpat.so. flags: 2
18:45:09 T:2820651888 M:1290375168   DEBUG: Loading: /home/dan/.xbmc/temp/pyexpat.so
18:45:09 T:2820651888 M:1290375168   DEBUG: RegisterExtensionLib, adding pyexpat.so (0xad3a0d90)
18:45:09 T:2820651888 M:1290375168   DEBUG: xbp_dlsym - load symbol initpyexpat
18:45:09 T:2820651888 M:1290375168    INFO: -->Python script returned the following error<--
18:45:09 T:2820651888 M:1290375168   ERROR: Error Type: xml.parsers.expat.ExpatError
18:45:09 T:2820651888 M:1290375168   ERROR: Error Contents: no element found: line 1, column 0
18:45:09 T:2820651888 M:1289994240   ERROR: Traceback (most recent call last):
                                              File "/home/dan/.xbmc/addons/plugin.audio.shoutcast/default.py", line 172, in ?
                                                INDEX()
                                              File "/home/dan/.xbmc/addons/plugin.audio.shoutcast/default.py", line 44, in INDEX
                                                for stat in minidom.parseString(link).firstChild.getElementsByTagName('genre'):
                                              File "../Python/Lib/xml/dom/minidom.py", line 1925, in parseString
                                              File "../Python/Lib/xml/dom/expatbuilder.py", line 940, in parseString
                                              File "../Python/Lib/xml/dom/expatbuilder.py", line 223, in parseString
                                            ExpatError: no element found: line 1, column 0
18:45:09 T:2820651888 M:1289994240    INFO: -->End of Python script error report<--
18:45:09 T:3055572864 M:1289994240   DEBUG: ------ Window Init (DialogKaiToast.xml) ------
18:45:09 T:3055572864 M:1289994240   DEBUG: Alloc resources: 0.03ms (0.02 ms skin load)
18:45:09 T:2820651888 M:1289994240    INFO: Python script stopped
18:45:09 T:2820651888 M:1289994240   DEBUG: Thread 2820651888 terminating
18:45:09 T:2857241456 M:1289994240   DEBUG:  WaitOnScriptResult - plugin exited prematurely - terminating
18:45:09 T:3055572864 M:1289994240   ERROR: GetDirectory - Error getting plugin://plugin.audio.shoutcast/?initial=list
18:45:09 T:3055572864 M:1289994240   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.shoutcast/?initial=list) failed
18:45:09 T:3055572864 M:1289994240   DEBUG: CGUIMediaWindow::GetDirectory (plugin://plugin.audio.shoutcast/)
18:45:09 T:3055572864 M:1289994240   DEBUG:   ParentPath = [addons://sources/audio/]
18:45:09 T:3055572864 M:1289994240   DEBUG: Loading fileitems [plugin://plugin.audio.shoutcast/]

We use this plugin a lot, and I figured it might be useful for you to know there's an issue before Dharma releases another build.
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 10

Logout Mark Read Team Forum Stats Members Help
SHOUTcast (Plugin) Music Addon support?0