Sorry, but is a premium account necessary to use the spotify skill? I have a free one, is it possible to configure with it?
Hi @Patata unfortunately you must have a Premium Spotify Skill in order to use the Mycroft Spotify Skill. This is a limitation of the Spotify API - we can only access it if the user has a Premium account.
Ok, I undertand. Is there any other streaming music service that allows to develop a skill?
Bandcamp and soundcloud are services Iâd like to see getting a skill.
Great work as usual @Jarbas_Ai, unfortunately this isnât submitted to the mycroft-skills repo, so it wonât be available for voice installation.
none of my skills areâŚ
im going to make a tool to auto handle skill submission, then ill get all my skills there
hopefully ill find the time for auto tests and py3 migration
Excuse @KathyReid, but is there any reason for this?
Could you validate and verify the skills developed by Jarbas and include them in the mycroft-skills repo? Or this is not possible?
Hi @Patata, the Skill Author must first submit them, then they go through a Skill Acceptance Process.
As for a voice assistant Iâd ask of something different than just âplay pause blaâ
Features Iâd love to see instead are more AI
"suggest me some genres".
âlet me try genre xyzâ
âI like genre xyzâ (remember this for the next point)
âlist my favorite genresâ
âplay something XYZâ (relaxing, happy, moodyâŚ)
âplay something else that is XYZâ (relaxing, happy, moodyâŚ)
âplay more like thatâ
âwhatâs the genre for that songâ
âlike the songâ
âdislike the songâ
âdelete from my libraryâ
âadd to my libraryâ (and tag it to a playlist mycroft so I can categorize it later on the client if I want"
etc.
Make it smart. Make it AI 
i would not mind at all for someone else to submit my skills, that way i can spend my time making more skills!
i have so many skills, i need to find quite some time to get them up to date (py3 and tests)
I like the way you think @dottedfish.
Taking this a step further, you could also imagine understanding the userâs patterns and pre-empting a request:
It's been a long day for you $NAME, shall I play some $GENRE music?
Sorry to drag up an old post, but some of this isnât as difficult as it initially looks.
You have the Get a Userâs Top Artists and Tracks endpoint which, funnily enough gives you artists and tracks based on the users past plays.
Then from that you get the seeds (or artist/genre ids to cut the naff lingo) and use them on the Get Recommendations Based on Seeds endpoint
I have yet to really look into or test this, but when I get a free moment Iâll have a play. Iâd like to expand the Spotfiy skill at some pointâŚ
source of info: https://stackoverflow.com/questions/17874851/can-i-use-the-spotify-recommendation-intelligence-in-an-app
Spotify Idea submission for an official Spotify skill for Mycroft:
Go vote for an official Spotify skill for Mycroft!!! 
if anyone has good suggestions for wording Iâd be happy to change it.
just curious if itâs possible to get spotify plays
Hi,
Iâm also curious if Spotify is already working again on Mycroft. That would be really cool!
Best,
JulianFV
This is not so easy as spotify (the company) has decided it does not want to play nice with mycroft.
See this thread for info.
They demurred on twitter to respond about why this week again. 
I believe Ake changed the code for use with your own api code. Check the docs on read me to see how to set it up
Alright, thank you, Iâll check that 