Quantcast
Channel: Kodi Community Forum - Music Add-ons
Viewing all 299 articles
Browse latest View live

CBC Radio addon: select Toronto, get Charlottetown

$
0
0
The CBC Radio Addon for KODI by James Boston [v0.9.0] has worked great for listening to CBC Toronto until this morning:  Monday July 29.
Selecting Toronto gives you the audio feed from the CBC station in Charlottetown.

I checked many of the other channels.  The 10 or so I checked all seem fine.

I have reinstalled the Addon from the repository - no change.

Anyone got suggestions ?

Thanks
-jg-

John

Release - The Intercept_ podcast addon and daily addition

Release - plugin.audio.davidpakmanshow (podcast)

$
0
0
Github link

The David Pakman Show started as a community radio show called Midweek Politics in the basement of WXOJ’s studio in Northampton, Massachusetts. Today, it is a daily internationally syndicated politics and news talk show airing on radio, television, and the internet, and on Free Speech TV via DirecTV and DISH Network, The program first aired in August 2005.

Image

Release - NPR podcasts - audio addon

$
0
0
Hi all,

Below is a link for a podcast addon I have made for around 45 or so of the main NPR podcasts. Please feel free to try it out, it's a bit slow on my setup (but does work), not sure if it's because of my machine or that there's a lot of code? Any advice or feedback would be appreciated e.g. do all the images work on your setup?

NPR podcasts - Github link

Image

vgm extension problem

$
0
0
Hi,

When you add kodi-audiodecoder-vgmstream addon it dont add the .vgm and .vgz audio extension when you browse your library. If you add them to the advancedsettings.xml it then associate it to paplayer which dont know what to do with them.

While examining the git source I noticed that the file audiodecoder.vgmstream/audiodecoder.vgmstream/addon.xml.in contain the LONG defaut line :
extension=".aax|.acm|.adp /.../ .ymf|.zwdsp" but not the .vgz and .vgm extension. If I look at the sid equivalent :
audiodecoder.sidplay/audiodecoder.sidplay/addon.xml.in you can see that the extension=".sid|.sidstream" and this work correctly.

My guess is that this line for vgmstream should be : extension=".vgm|.vgz", I will git clone and compile it for myself. But I think you might like to fix that for the plugin.

Regards

Android - Official repo's outdated/missing

$
0
0
I'm missing a lot of addons that are supposed to be listed, I'm just trying to get a visualization addon for my audio books so image doesn't burn into screen.

None of these are listed in their respected categories or through search Category:Music_visualization_add-ons (wiki)

I tried adding the repo but https://addons.kodi.tv doesn't work, when I click install from zip file the source I added isn't listed.

Linux - TIDAL2 Addon not working

$
0
0
TIDAL2 Kodi Addon does not work properly.

When tryong to play Tidal-music, I got an error  "Tidal2 error 401, user does not have a valid session".
Tidal Android app works without problems.

See log file:
Code:
2019-09-30 19:00:10.670 T:140012100253440   ERROR: [TIDAL2] tidalapi: https://api.tidal.com/v1/tracks/11414430...tryCode=AT
2019-09-30 19:00:10.673 T:140012100253440   ERROR: [TIDAL2] tidalapi: User does not have a valid session
2019-09-30 19:00:10.673 T:140012100253440   ERROR: Traceback (most recent call last):
2019-09-30 19:00:10.673 T:140012100253440   ERROR:   File "/home/walter/.kodi/addons/plugin.audio.tidal2/addon.py", line 803, in <module>
2019-09-30 19:00:10.674 T:1400122019100253440   ERROR:     plugin.run(argv=newargv)
2019-09-30 19:00:10.674 T:140012100253440   ERROR:   File "/home/walter/.kodi/addons/script.module.routing/lib/routing.py", line 130, in run
2019-09-30 19:00:10.677 T:140012100253440   ERROR:     self._dispatch(self.path)
2019-09-30 19:00:10.677 T:140012100253440   ERROR:   File "/home/walter/.kodi/addons/script.module.routing/lib/routing.py", line 141, in _dispatch
2019-09-30 19:00:10.678 T:140012100253440   ERROR:     view_func(**kwargs)
2019-09-30 19:00:10.678 T:140012100253440   ERROR:   File "/home/walter/.kodi/addons/plugin.audio.tidal2/addon.py", line 737, in play_track
2019-09-30 19:00:10.678 T:140012100253440   ERROR:     media_url = session.get_media_url(track_id, album_id=album_id)
2019-09-30 19:00:10.678 T:140012100253440   ERROR:   File "/home/walter/.kodi/addons/plugin.audio.tidal2/resources/lib/koditidal2.py", line 270, in get_media_url
2019-09-30 19:00:10.679 T:140012100253440   ERROR:     media = self.get_track_url(track_id, quality=soundQuality, cut_id=cut_id)
2019-09-30 19:00:10.679 T:140012100253440   ERROR:   File "/home/walter/.kodi/addons/plugin.audio.tidal2/resources/lib/koditidal.py", line 1166, in get_track_url
2019-09-30 19:00:10.681 T:140012100253440   ERROR:     media = Session.get_track_url(self, track_id, quality=soundQuality, cut_id=cut_id)
2019-09-30 19:00:10.682 T:140012100253440   ERROR:   File "/home/walter/.kodi/addons/plugin.audio.tidal2/resources/lib/tidalapi/__init__.py", line 443, in get_track_url
2019-09-30 19:00:10.683 T:140012100253440   ERROR:     return self._map_request(url,  params=params, ret='track_url')
2019-09-30 19:00:10.683 T:140012100253440   ERROR:   File "/home/walter/.kodi/addons/plugin.audio.tidal2/resources/lib/tidalapi/__init__.py", line 367, in _map_request
2019-09-30 19:00:10.683 T:140012100253440   ERROR:     r = self.request(method, url, params=params, data=data, headers=headers)
2019-09-30 19:00:10.683 T:140012100253440   ERROR:   File "/home/walter/.kodi/addons/plugin.audio.tidal2/resources/lib/tidalapi/__init__.py", line 165, in request
2019-09-30 19:00:10.683 T:140012100253440   ERROR:     r.raise_for_status()
2019-09-30 19:00:10.683 T:140012100253440   ERROR:   File "/home/walter/.kodi/addons/script.module.requests/lib/requests/models.py", line 940, in raise_for_status
2019-09-30 19:00:10.684 T:140012100253440   ERROR:     raise HTTPError(http_error_msg, response=self)
2019-09-30 19:00:10.684 T:140012100253440   ERROR: HTTPError: 401 Client Error: Unauthorized for url: https://api.tidal.com/v1/tracks/11414430...tryCode=AT
2019-09-30 19:00:10.845 T:140013636555520   ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.audio.tidal2/play_track/114144302/114144297]
2019-09-30 19:00:12.679 T:140012392195840   ERROR: [TIDAL2] tidalapi: https://api.tidal.com/v1/tracks/11414433...tryCode=AT
2019-09-30 19:00:12.680 T:140012392195840   ERROR: [TIDAL2] tidalapi: User does not have a valid session

v18 - Artist Image Display

$
0
0
Is there a plugin that will display the artist's image in the background when that artist's music is playing? I remember this working on earlier versions of Kodi.

Pandora for Kodi

$
0
0
I searched for the subject here and didn't find anything recent, so I figured it was time for a new thread.

I'm running Kodi 18.4 on a Ubuntu Server box. I remember there used to be a Pandora add-in in the official repository, but I can't seem to find it anymore. So I did some digging and discovered Gominoa's Pandora Slim add-on. It installed easily and I was up and running pretty quickly. It works surprisingly well given its age and integrates well with Kodi's default skin. I have one question about it, though, for anyone else who is running it: Is there a way to Thumbs-up/Thumbs-down the currently-playing track? I haven't found any way to do it.

Any ideas?

addon to get album art from what is playing on Sonos

$
0
0
Hi Fellow Kodi-ers.

I know that there used to be an add on to get Album art / Artist art on Kodi (XBMC) when playing music on Sonos.
The Add on is gone, nowhere to be found.
BUT, does anybody know if there is a replacement / something similar?
I really enjoyed looking at the artists pictures while listen to music.

thanks in advance for any answers.

regards,
Dubbeljoe

Kodi audio mixer will not save settings

$
0
0
Hi All,

i'm running LibreELEC 9.1.502 Generic.x86_64 and i'm having an issue with the audio mixer add-on. When I play movies or music i get sound from the PC speaker. Using the add-on i mute the "'Speaker',0" and it stops. However, after I reboot the setting is unmuted again. It appears that none of the settings in the add-on are saved after a reboot.

Any ideas?

TIA

Deezer Plugin? Now that Deezer is streaming LOSSLESS quality audio....

$
0
0
The Deezer plugin I found a thread about here doesn't work. It will allow for login and viewing of playlists, favorites, etc... but it will not allow playback.

Does anyone know of a functional one?  Any coders out there want a new project?  Wish I knew how.

Release - [RELEASE] ORF Radiothek

$
0
0
ORF Radiothek KODI Addon
=======
This Addon provides access to the ORF Radiothek (Austrian public service broadcaster) Streaming Portal (Live Radio, Podcasts, Archive, ...)


Supported platforms
-------------------
Windows, Linux , Android and OSX


Current Features
----------------
* Livestream
* Broadcast with Cue Tracks
* Highlights, Tags, Archive, Podcasts
* Missed a Show
* Search


Legal
-----
This addon provides access to audiostreams/podcasts on the ORF Radiothek Website but is not endorsed, certified or otherwise approved in any way by ORF.


https://github.com/s0faking/plugin.audio.radiothek

MilkDrop preset lock doesn't work (fix/workaround found)

$
0
0
MilkDrop v2.0.4 exhibits this problem.  I've reproduced it with Kodi v17.6 and v18.4, both on Windows 10 1903.  I have not checked if MilkDrop 2 exhibits the same problem.

To produce the problem - while playing music with MilkDrop in fullscreen:
  1. Press 'L' on the keyboard to lock the current preset
  2. Press 'P' on the keyboard to get the preset list and choose the preset you like
  3. Confirm your chosen preset remains locked
  4. Stop the music
  5. Start the music again
  6. The MilkDrop preset will be unlocked and it will randomly change

Kodi debug log shows the following errors.
2019-12-25 18:34:08.832 T:2684   DEBUG: ADDON: Dll Initializing - MilkDrop
2019-12-25 18:34:08.832 T:2684   DEBUG: SECTION:LoadDLL(C:\Users\htpc\AppData\Roaming\Kodi\addons\visualization.milkdrop\visualization.milkdrop.dll)
2019-12-25 18:34:08.837 T:2684   DEBUG: CAddonSettings[visualization.milkdrop]: loading setting definitions
2019-12-25 18:34:08.837 T:2684   ERROR: CSetting: missing <control> tag of "lastpresetfolder"
2019-12-25 18:34:08.837 T:2684 WARNING: CSettingGroup: unable to read setting "lastpresetfolder"
2019-12-25 18:34:08.837 T:2684   ERROR: CSetting: missing <control> tag of "lastpresetidx"
2019-12-25 18:34:08.837 T:2684 WARNING: CSettingGroup: unable to read setting "lastpresetidx"
2019-12-25 18:34:08.837 T:2684   ERROR: CSetting: missing <control> tag of "lastlockedstatus"
2019-12-25 18:34:08.837 T:2684 WARNING: CSettingGroup: unable to read setting "lastlockedstatus"
2019-12-25 18:34:08.839 T:2684   DEBUG: CAddonSettings[visualization.milkdrop]: loading setting values
2019-12-25 18:34:08.839 T:2684   DEBUG: CSettingsManager: requested setting (lastlockedstatus) was not found.
2019-12-25 18:34:08.839 T:2684   DEBUG: CAddonSettings[visualization.milkdrop]: failed to find definition for setting lastlockedstatus. Creating a setting on-the-fly...
2019-12-25 18:34:08.840 T:2684   DEBUG: CSettingsManager: requested setting (lastpresetfolder) was not found.
2019-12-25 18:34:08.840 T:2684   DEBUG: CAddonSettings[visualization.milkdrop]: failed to find definition for setting lastpresetfolder. Creating a setting on-the-fly...
2019-12-25 18:34:08.840 T:2684   DEBUG: CSettingsManager: requested setting (lastpresetidx) was not found.
2019-12-25 18:34:08.840 T:2684   DEBUG: CAddonSettings[visualization.milkdrop]: failed to find definition for setting lastpresetidx. Creating a setting on-the-fly...
...
2019-12-25 18:34:08.877 T:2684   ERROR: kodi::General::ADDON::CAddonDll::get_setting_bool - setting 'lastlockedstatus' is not a boolean in 'MilkDrop'
2019-12-25 18:34:08.881 T:2684   ERROR: kodi::General::ADDON::CAddonDll::get_setting_int - setting 'lastpresetidx' is not a integer in 'MilkDrop'
...
2019-12-25 18:34:23.717 T:2684   ERROR: kodi::General::ADDON::CAddonDll:Confusedet_setting_bool - invalid setting type
2019-12-25 18:34:23.718 T:2684   ERROR: kodi::General::ADDON::CAddonDll:Confusedet_setting_int - invalid setting type

The add-on file
C:\Users\USERNAME\AppData\Roaming\Kodi\addons\visualization.milkdrop\resources\settings.xml
seems to be the problem.  Changing the settings definitions contained within fixes the issue.

From this:
        <setting id="lastpresetfolder" type="string">
          <visible>false</visible>
          <default></default>
        </setting>
        <setting id="lastpresetidx" type="integer">
          <visible>false</visible>
          <default>0</default>
        </setting>
        <setting id="lastlockedstatus" type="boolean">
          <visible>false</visible>
          <default>false</default>
        </setting>

To this (substitute your Windows username below):
        <setting id="lastpresetfolder" type="string">
          <visible>false</visible>
          <default>zip://C%3A%2FUsers%2FUSERNAME%2FAppData%2FRoaming%2FKodi%2Faddons%2Fvisualization.milkdrop%2Fpresets%2FWA51-presets(265).zip/</default>
          <control type="edit" format="string" />
        </setting>
        <setting id="lastpresetidx" type="integer">
          <visible>false</visible>
          <default>0</default>
          <control type="edit" format="string" />
        </setting>
        <setting id="lastlockedstatus" type="boolean">
          <visible>false</visible>
          <default>false</default>
          <control type="toggle" />
        </setting>

Shoutcast Network Error on Xbian Raspberry Pi 3

$
0
0
Hello,

I just installed Xbian on Raspberry Pi 3 and then the Shoutcast Add-on. 

When searching for radios I get a "Network Error" message without further details.

The logs are empty too, not sure what's happening there too. 

Note: I used to use OSMC and the same Shoutcast error used to occur.

Broken - ProjectM Visualization: is it working for anyone?

$
0
0
Other visualizations are working for me in Android 18.5 but ProjectM gives the following error:

Addon couldn't be loaded
Unknown error

Is it working for you?

youtube music error

$
0
0
Hello

I am using Youtube Music add-on for several months and recently I got an error and can't play anything.

Here is the error I had in kodi.log file : bakozojelo.kodi (paste) (I don' really how it works to share logs, I hope you will be able to see those logs)
I already tried to uninstall and install again but nothing change.

Thanks a lot for your help.

Best regards

v18 - Kodi crashes after showing error about Modplug audiodecoder - help!!

$
0
0
This pops up just before crash - audio decoders: modplug audio decoder error addon couldn't be loaded   <I know it is installed and updated>!!

Here is part of the error log -

2019-05-15 14:55:52.369 T:2497018688   ERROR: IAddonInstanceHandler::CreateInstance: audiodecoder.modplug returned bad status "Permanent failure" during instance creation
2019-05-15 14:55:52.369 T:2497018688   ERROR: CAudioDecoder: Unable to Init Codec while loading file http://strm112.1.fm/chilloutlounge_mobile_mp3
2019-05-15 14:55:52.369 T:2497018688 WARNING: PAPlayer::QueueNextFileEx - Failed to create the decoder
2019-05-15 14:55:52.447 T:1539976000  NOTICE: [xbmcswift2] Request for "/station/15376" matches rule for function "get_stream_url"
2019-05-15 14:55:52.447 T:1539976000  NOTICE: [plugin.audio.radio_de] get_station_by_station_id started with station_id=15376
2019-05-15 14:55:52.447 T:1539976000  NOTICE: [plugin.audio.radio_de] __api_call started with path=broadcast/getbroadcastembedded, param={'broadcast': '15376'}
2019-05-15 14:55:52.448 T:1539976000  NOTICE: [plugin.audio.radio_de] __urlopen opening url=http://rad.io/info/broadcast/getbroadcastembedded?broadcast=15376

James
Indiana, USA

Another one Squeezebox viewer addon for kodi.

$
0
0
hello all, 

I am just reading the thread n° 205 there :  squeezebox addo
So I post my stuff for people who want to try an other addon for kodi that display on kodi box the information from le LogitechMediaServer.
I wrote it for my need , if you want to try it ...

The install is easy : You download the zip file , put it on the kodi station then in kodi you install it from the zip file like all the others addons.

Once installed there is no settings. So you have a logitechMediaServer and a player  on your local network, it must work out of the box
or you don't have the server and it will not work neither other squeezebox addons.
I say that but I run it only on my LibreElec on raspberry pi3. I don't have any idea if it works on Kodi Windows.

the addon can be dowload from : https://github.com/sitronet/script.kodijivelette

nice pleasure

jango pluing doesn't work

$
0
0
I downloaded the jango plugin 0.8.9 but when I tried to start obtain an error:

2020-04-06 18:20:13.144 T:139643312301824   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.AttributeError'>
                                            Error Contents: 'NoneType' object has no attribute 'group'
                                            Traceback (most recent call last):
                                              File "/home/mce/.kodi/addons/plugin.audio.jango/default.py", line 841, in <module>
                                                play_song(url,name,type,iconimage,id,True,False)
                                              File "/home/mce/.kodi/addons/plugin.audio.jango/default.py", line 316, in play_song
                                                similarartists=regex_from_to(link,'similar_stations":',']')
                                              File "/home/mce/.kodi/addons/plugin.audio.jango/default.py", line 729, in regex_from_to
                                                r = re.search("(?i)" + from_string + "([\S\s]+?)" + to_string, text).group(1)
                                            AttributeError: 'NoneType' object has no attribute 'group'
                                            -->End of Python script error report<--
2020-04-06 18:20:13.217 T:139642850494208   ERROR: GetDirectory - Error getting plugin://plugin.audio.jango/?iconimage=%2fhome%2fmce%2f.kodi%2faddons%2fplugin.audio.jango%2fart%2ficon_generic.jpg&id=113260879&list=%3ctype%20%27list%27%3e&mode=10&name=Pink%20Floyd&type=UnZLgj4rfTOva5MozkOslu%2fCZaKBN9AGnQnS%2fZVrYz8fv%2fXnNwqu1ctFDB5lLUFV8fy2Kh13voNrdmQ7SIW%2b8w%3d%3d&url=http%3a%2f%2fwww.jango.com%2fmusic%2fPink%2bFloyd
2020-04-06 18:20:13.226 T:139643468188864   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.jango/?iconimage=%2fhome%2fmce%2f.kodi%2faddons%2fplugin.audio.jango%2fart%2ficon_generic.jpg&id=113260879&list=%3ctype%20%27list%27%3e&mode=10&name=Pink%20Floyd&type=UnZLgj4rfTOva5MozkOslu%2fCZaKBN9AGnQnS%2fZVrYz8fv%2fXnNwqu1ctFDB5lLUFV8fy2Kh13voNrdmQ7SIW%2b8w%3d%3d&url=http%3a%2f%2fwww.jango.com%2fmusic%2fPink%2bFloyd) failed
Viewing all 299 articles
Browse latest View live