mycroft-skills
mycroft-skills copied to clipboard
Add jellyfin
Info
This PR adds the new skill, jellyfin, to the skills repo.
Description
Stream music from your Jellyfin server using Mycroft! Play all songs by an artist or an instant mix of any artist/album/song in your Jellyfin library.
Created with mycroft-skills-kit v0.3.16
If some one at mycroft needs access to a jellyfin server to test this for approval then send me a PM and I will create a temp account and API key.
Voight Kampff Integration Test Failed (Results). Mycroft logs are also available: skills.log, audio.log, voice.log, bus.log, enclosure.log
Voight Kampff Integration Test Failed (Results). Mycroft logs are also available: skills.log, audio.log, voice.log, bus.log, enclosure.log
Hey @tuxfoo,
I just took a quick glance and thought I'd throw a few tips out there. You may or may not be aware of them already
-
self.log.log(20, string)
is the same asself.log.info(string)
- If you don't need a method like
initialize()
it can be deleted from your Skill.
With the tests, I'm not sure why they are being executed by Voight Kampff when no VK tests are included. The tests in test/intent
are in the format of the old integration test runner. @chrisveilleux can you shed some light on this?
Voight Kampff Integration Test Failed (Results). Mycroft logs are also available: skills.log, audio.log, voice.log, bus.log, enclosure.log
Voight Kampff Integration Test Failed (Results). Mycroft logs are also available: skills.log, audio.log, voice.log, bus.log, enclosure.log