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
Getting Spotify working would be one of my top wishes. Iâm using the Neon image but still miss the OVOS image which showed up as a Spotify device that I could control from my phone.
See the above c. 2021. Spotify doesnât want to play nice with voice assistants. The OVOS plugin is a little ditty Jarbas sang that makes your smart speaker play nice with Spotify instead. I donât think itâs possible to bring back the playback skill except via your own API key (see above) which is software institutions would be disinclined to distribute
the original spotify skill is being ported to OCP by @forslund
to show as spotify player you just need to install either raspotify or librespot
the skill (and api leys + premium account) is only needed for searching and starting playback
I think I still have my own API key somewhere and I have a premium account. I realise this doesnât help everyone but Iâm wondering if itâs worth trying again to get it working?
When Forslundâs finished his OVOS port, it oughta work again.