Kodi Community Forum

Full Version: Songza Music Plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11
Just upgraded to full release of helix 14.2 and same result... Empty folders and no songza. Any updates on this?
I'm not sure man, you may just have to install the addon zip directly: Link
THANK YOU!!! IT WORKS!

I've tried to get to xbmcovens.cloudapp.net and I can't connect - anyone else have this trouble or is it just me? At any rate, so happy this now works, and wifey will be thrilled. Thank you.
(2015-03-02, 17:33)avens19 Wrote: [ -> ]
  1. Go to the File Manager (submenu item of System)
  2. Select Add Source
  3. Enter http://xbmcovens.cloudapp.net for the path and give it a name
  4. Go into Settings and Addons
  5. Select Install from zip file
  6. Select your new source and install repository.byalongshot.zip
  7. Go back to Addons and select Get Addons
  8. Select ByALongShot's XBMC Addons
  9. Select Music Addons
  10. Select Songza

For these instructions, you can now replace "http://xbmcovens.cloudapp.net" with "http://andrewovens.com/xbmc" and should be good to go! Sorry for any issues caused! It should also work on OpenELEC now!
Keeps telling me to update to 1.1.3, but I already have the latest version installed.
Dang, sorry everyone, I missed updating one file. Should be good to go now, you'll have to do one more update and then the version should read 1.1.3. Let me know if you find any other issues!
Just installed off the zip repository but getting a "script error". Reading through the thread, are we still using the numeric UID from Songza?
Hmm nope. Can you post a debug log?
I'd like to try sorting it out. If I don't get it in a day or two I'll post here. Only way to learn is to dig in Wink
Hi love the plugin, been using it on my Windows Kodi box for a while, recently purchased a FireTV Stick and the app crashes Kodi anytime I try to play anything. Can confirm doesn't happen within windows, any solutions or is this known problem ? Thanks, awesome work either way!
(2015-06-16, 03:05)avens19 Wrote: [ -> ]Hmm nope. Can you post a debug log?

getting the same error (i think)
here's the log -- http://pastebin.com/iMFi6ALb

although it's hard to tell if i'm even logging in.
had this problem before with the google+ authentication.
If you don't mind writing some python, please add the following line to the default.py file, just above the current line #176 "title = item[titleKey]"

Add: "print item"

So the code will then read (excerpt):

Code:
def GenerateList(data, titleKey, queryParam, dataKey, descriptionKey=None, iconKey=None, isFolder=True, conditionalKey=None, conditionalValue=None, extraData=None):
    for item in data:
        print item
        title = item[titleKey]

Then reproduce the error and repost the debug log. I'm assuming you're having network issues and getting back an error page instead of actual data.

Thanks for your help!
(2015-06-21, 02:31)watermouf Wrote: [ -> ]Hi love the plugin, been using it on my Windows Kodi box for a while, recently purchased a FireTV Stick and the app crashes Kodi anytime I try to play anything. Can confirm doesn't happen within windows, any solutions or is this known problem ? Thanks, awesome work either way!

Not sure what this could be, is it possible for you to post a debug log? The instructions to do so are a quick Google away.
(2015-06-23, 21:45)avens19 Wrote: [ -> ]If you don't mind writing some python, please add the following line to the default.py file, just above the current line #176 "title = item[titleKey]"

Add: "print item"

So the code will then read (excerpt):

Code:
def GenerateList(data, titleKey, queryParam, dataKey, descriptionKey=None, iconKey=None, isFolder=True, conditionalKey=None, conditionalValue=None, extraData=None):
    for item in data:
        print item
        title = item[titleKey]

Then reproduce the error and repost the debug log. I'm assuming you're having network issues and getting back an error page instead of actual data.

Thanks for your help!

sorry for the delay.
here ya go -- http://pastebin.com/uFyRBxih
Sorry, I just re-read your original comment, only Songza accounts are supported for this plugin, not Google or Facebook
Pages: 1 2 3 4 5 6 7 8 9 10 11