Kodi Community Forum
[RELEASE] 8tracks - Listen to handcrafted internet radio - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Music Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=148)
+---- Thread: [RELEASE] 8tracks - Listen to handcrafted internet radio (/showthread.php?tid=102012)

Pages: 1 2 3 4 5 6 7


RE: [RELEASE] 8tracks - Listen to handcrafted internet radio - sakos - 2014-01-18

Good news. Now, the addons is working with the new release 3.9.6 of Yatse.

The "Opening stream" window still remains on the screen but it is not important since I do not have to switch on the TV to listen 8 tracks.


RE: [RELEASE] 8tracks - Listen to handcrafted internet radio - User 124081 - 2014-02-12

Hey. Just a quick note about 0.2.10
Going to the next page of liked mixes doesn't work. It basically brings you the 1st page again.
Otherwise nothing to complain about Smile thanks for keeping the addon alive!


RE: [RELEASE] 8tracks - Listen to handcrafted internet radio - sjobbels - 2014-03-07

It's incompatible with XBMC Gotham....


RE: [RELEASE] 8tracks - Listen to handcrafted internet radio - autogun - 2014-04-21

Hi,

I've fixed the plugin for my own use to be compatible with Gotham just so it'll play some music, I did not dive in at all.
Here are my two cents so you can do the same to have this great plugin working again -

Gotham compatibility is fixed by changing in addon.xml, now can be installed from zip
Code:
<import addon="xbmc.python" version="1.0"/>
to
Code:
<import addon="xbmc.python" version="2.1.0"/>

Now edit /.xbmc/addons/plugin.audio.8tracks/resources/lib/Addon.py
and comment out lines 36,37,38 - should look like that:
Code:
#    else:
#        xbmc.output(addon.getAddonInfo('name') + ': ' +
#                    msg.encode('ascii','ignore'), xbmc.LOGDEBUG)

Doing so made plugin work again.

I know, it's ugly but it works :-|


RE: [RELEASE] 8tracks - Listen to handcrafted internet radio - Riksa - 2014-04-21

Just as that ?
Wonderful.


RE: [RELEASE] 8tracks - Listen to handcrafted internet radio - Thracky - 2014-06-14

Any issues that people are having, such as not being able to see the next page of liked mixes, is likely due to the fact that the current 8tracks API appears quite different from what is currently in the addon. I'm going to take a look at it over the next week or two when I have time, and clean it up to use the newer API calls. So far the only one I've outright identified is the mixes API being changed to "Mix sets" but I'm sure there's more, as they are on V3 of their API. Eventually I'd like to add in more search functionality such as tags, user etc.

I'll fork it and link to my github once I've made some progress Smile


RE: [RELEASE] 8tracks - Listen to handcrafted internet radio - wizgnome - 2014-06-21

How do I install this in Gotham?

It just shows "Add-on is incompatible or has been marked broken in repository - Dependencies not met Please contact Add-on author."


RE: [RELEASE] 8tracks - Listen to handcrafted internet radio - Oli_Oops - 2014-08-03

Thanks for the fix @autogun.


RE: [RELEASE] 8tracks - Listen to handcrafted internet radio - Cannellizer - 2014-08-26

I am on Gotham 13.2 and I tried the fix provided by Autogun. I was able to get it to install as a zip, but after editing the addon.py it still throws an error script failed at me.

Any thoughts?

EDIT:
It is working now... maybe it has some protection on trying to start up too many times? No idea, I guess it just needed some time to sit. Anyway, thank you autogun!


RE: [RELEASE] 8tracks - Listen to handcrafted internet radio - mozes - 2014-11-22

can you post the working zip ?


RE: [RELEASE] 8tracks - Listen to handcrafted internet radio - sjobbels - 2014-12-19

thanks it's working. It's a pity that you can't login to see you're own playlists...


RE: [RELEASE] 8tracks - Listen to handcrafted internet radio - skyhigh69 - 2015-01-05

Works with Gotham 13.2, All I did was download 0.2.10 from sbchisholm Github found here


https://github.com/sbchisholm/repository.xbmc.sbchisholm/tree/master/repo/plugin.audio.8tracks



and exract the rar file and open plugin.audio.8tracks folder and edit the addon.xml in this line as autogun suggested

<import version="2.0" addon="xbmc.python"/>

to

<import version="2.1.0" addon="xbmc.python"/>

now save your change and move the folder to

C:\Users\YourComputerNameHere\AppData\Roaming\XBMC\addons

Go to Music/ Add-ons, click on it and Bingo Works Smile


RE: [RELEASE] 8tracks - Listen to handcrafted internet radio - Fofer - 2015-01-24

Before diving in with manual edits, I'm wondering, does this plugin also work in Kodi v14 (Helix) ?


RE: [RELEASE] 8tracks - Listen to handcrafted internet radio - Dash145 - 2015-02-14

plugin.audio.8tracks-0.2.10.zip workes with Kodi 14.1 (no changes required)


RE: [RELEASE] 8tracks - Listen to handcrafted internet radio - Fofer - 2015-02-22

(2015-02-14, 01:30)Dash145 Wrote: plugin.audio.8tracks-0.2.10.zip workes with Kodi 14.1 (no changes required)

I have Kodi 14.1 installed and running well on my Amazon FireTV Stick, with many excellent plugins.

When I try to install plugin.audio.8tracks-0.2.10.zip though, I get the "Dependencies not met" error.

Huh