the-black-eagle / script.streaming.radio.helper

A python script to help skins cleanly display artist and track details when listening to streaming radio via Kodi
GNU General Public License v3.0
4 stars 2 forks source link

Installation... #3

Closed Andy-ABTec closed 6 years ago

Andy-ABTec commented 6 years ago

Apologies for the dumb question, but are there any installation instructions?

Just a few pointers would do... (having trouble, edited MusicVisualisation.xml but not sure what else I need to do to get a sensible display for "Planet Rock")

(Using the latest Kodi Krypton with Estuary on Win 10 and Linux)

Ta!

Andy B.

the-black-eagle commented 6 years ago

If you click on the 'Clone or download' button on the code page, you'll see the option to download as a zip file. You can then install the addon via Kodi's 'install from zip file' option. You will need to enable installation of addons from unknown sources first.

I'm not sure if it ever got fixed, but Krypton didn't pass meta-data from internet streams correctly, meaning that there was no data for the addon to work with. I wrote it originally for V16 (which I still use) and everything works as expected there.

Andy-ABTec commented 6 years ago

Mmm, done all of that already but it doesn't seem as if the script is even running, can you confirm which windows directories the MusicVisualisation.xml and the actual adon should be in please...

Thanks,

Andy B.

the-black-eagle commented 6 years ago

Yeah. On Windows, the path to the addon should be '%APPDATA%\kodi\addons\script.radio.streaming.helper\

The path to the MusicVisualisation.xml will depend upon which skin you are altering to display the data from the addon but it'll be something like '%APPDATA%\addons\skin.AeonMQ7\1080i\MusicVisualisation.xml'

On Linux the paths are similar in that the addon would be at /home/username/.kodi/addons/script.radio.streaming.helper' and the skin at '/home/username/.kodi/addons/skin.aeonmq7/MusicVisualisation.xml'

Andy-ABTec commented 6 years ago

Already had everything in the right place, no joy still...

Guessing its a Krypton/Estuary issue 😞

Anyway, thanks for your time...

the-black-eagle commented 6 years ago

You could always try installing v16 in portable mode https://kodi.wiki/view/HOW-TO:Install_Kodi_for_Windows#Portable_Mode

There is a modded version of Musicvisualisation.xml for AeonMQ7 at https://github.com/the-black-eagle/MQ7-MusicVisualisation.mod/blob/master/MusicVisualisation.xml

Andy-ABTec commented 6 years ago

OK thanks for the pointers...