You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thanks for your work! This is more my way to provide feedback than not a feature request.
I've decided to try it. After a little bit of fiddling I've realized tha that the automatic installation from Jellyfin UI was failing because the release had been removed from Github.
Not being familiar with .NET and not being sure if I could build from Linux, I've decided to fork your repo and to re-use your configured Github Actions to build and deploy.
That way I've been able to get a successful build, but even after pointing Jellyfin to my own repo, the automated installation process failed. I've instead been able to make the plugin to install properly after copying it manually on the filesystem folder.
With that done, and with the correct AWS configuration, I've been able to get the skill built!
I had some issue in getting commands to work, so I've decided to add an Italian model, hoping this would have simplified things for Alexa (since it's configured to use Italian).
With that done I've managed to hit 1 intent working: the PlayLastAddedIntent!
That was the only one working but I was excited never the less and I have now a little more motivation to try to build a and deploy a debug mode plugin and trying to figure out properly how come the operations related to other intents failed.
Thanks for you job, and I hope i will be able to contribute to this.
Optional: Describe your idea for a solution
(Write your answer here.)
The text was updated successfully, but these errors were encountered:
There was a temporary dummy release to test the pipeline and the plugin repo. The release was deleted again because the skill is not functional yet. As you pointed out, almost all intent and basic functions are not working yet. The functionality is not yet implemented.
When the basic functionality like stop, start, continue etc. is working there will be an official first release. This releases can than either be built manually, as you have already done, or installed directly from the Jellyfin server via the web UI. This should avoid the barrier to entry for most and give more people access to the plugin.
I will leave this tiket open until the first release of the plugin is done.
Please describe which problem should be solved
Hello! Thanks for your work! This is more my way to provide feedback than not a feature request.
I've decided to try it. After a little bit of fiddling I've realized tha that the automatic installation from Jellyfin UI was failing because the release had been removed from Github.
Not being familiar with .NET and not being sure if I could build from Linux, I've decided to fork your repo and to re-use your configured Github Actions to build and deploy.
That way I've been able to get a successful build, but even after pointing Jellyfin to my own repo, the automated installation process failed. I've instead been able to make the plugin to install properly after copying it manually on the filesystem folder.
With that done, and with the correct AWS configuration, I've been able to get the skill built!
I had some issue in getting commands to work, so I've decided to add an Italian model, hoping this would have simplified things for Alexa (since it's configured to use Italian).
With that done I've managed to hit 1 intent working: the
PlayLastAddedIntent
!That was the only one working but I was excited never the less and I have now a little more motivation to try to build a and deploy a debug mode plugin and trying to figure out properly how come the operations related to other intents failed.
Thanks for you job, and I hope i will be able to contribute to this.
Optional: Describe your idea for a solution
(Write your answer here.)
The text was updated successfully, but these errors were encountered: