rickyphewitt / emby-skill

This skill allows audio playback from an emby server
11 stars 19 forks source link

Build Status

Emby

This skill allows audio playback from an Emby server

About

Stream music from your Emby server using Mycroft! Play all songs by an artist or an instant mix of any artist/album/song in your Emby library.

Examples

Common Play Framework

This skill supports the common play framework! This means you don't have to specify "Emby" in your intent. For Example

Credits

rickyphewitt

Category

Music

Tags

Emby,#Music

Contributing

Always looking for bug fixes, features, translation, and feedback that make the Emby for Mycroft experience better!

Troubleshooting

Setup Connection Info

Dev Notes

Skill is broken down into 3 main parts

Testing

This test files are expected to have tests using mocks and using a real Emby server. The expectation is that there will be 2 tests that are exactly the same; 1 that will utilize mocks for the calls to the Emby server and another that will actually call the Emby server and handle real responses. They will be distinguished by pytest marks. All tests marked with 'mocked' will be ran on each push to git via travis CI.