It would be great to send streams to kodi from the bandcamp app.
would anyone else use this? It’s a great site that actually sends the artists the bulk of the revenue from album/song sales. Artist can also choose to let you stream content before you buy (most do).
I hate spotify, apple music etc etc
thankyou
Is anyone else using bandcamp out there? I’ve tried to get send to kodi working from band camp, but just get the above error. I’ll generate some logs and send through.
thanks
Is there any way to team-up with Yatse devs to add support for Link sharing as it’s done for YouTube? I can provide with the proper plugin://plugin.audio.kxmxpxtx.bandcamp URL for you to consume.
Great addon thankyou. Personally speaking, having the addon working with full functionality removes the need for me to “send to kodi” from bandcamp app/mobile through Yatse.
For full remote function I can always go to addons section in Yatse and menus for bandcamp are displayed.
I’m not saying don’t do it of course, just noting this for anyone.
yes, that’s true, but not convenient at all. Just imagine the situation when you’ve seen a new album on the bandcamp app and wanna listen to it. Currently you have to navigate to the addon, use search (very painful sometimes), and then finally open the album.
with yatse support it can be so much better and in one click only.
So should also support queuing without any changes, I will use the player.open / playlist.add way as it’s the proper way to handle those and all others do work like that.
Just a few remarks.
I made Kodi crash quite easily with that command, it’s like 50/50 to either play or crash Kodi.
There’s many other urls that can be shared like https://vivabelgrado.bandcamp.com/ that yet shows the exact same thing as the album view.
you are quite lucky, it crashes 100% for me.
not sure how it should work, functionality of Player.Open with “plugin://” as params.item.file isn’t clear for me.
Anyway 100% of the plugins I support do work with player.open and playlist.add
For example Youtube/GoogleMusic/Ted/Twitch/Myvideo.de/soundclound/vimeo/stvplay/… should give you plenty of examples about how, unfortunately I’m not a plugin side expert at all
it doesn’t crash at all and it makes sense to me since this is not just file, but a directory (album). is it possible for you to use “directory” there?
little bit of reasoning behind my initial proposal with “GUI.ActivateWindow” for music addon: “Player.Open” works, but:
opens the player in the background
it isn’t possible to open playlist from it (at least I didn’t find it)
So the best way seen to me was: open directory in kodi (that will display all items like a playlist) and then automatically play the first one. But if you have common implementation using Player.Open for each and every addon - obviously I will go with it, np (but pls use “directory” instead of “file”)
I checked how it works for SoundCloud plugin. Huh, that’s really not easy thing to do without “directory”.
Was able to get it working.
Posted topic on Kodi forum with my findings in case somebody is interested: https://forum.kodi.tv/showthread.php?tid=354733&pid=2952379