Can you connect Jarvis with a Samsung tv
ArivAfonso opened this issue · 5 comments
pywebostv module is for a LG OS TV. How can you connect Jarvis to a Samsung smart tv?
I own a smart TV that is LG ThinAI model, so I am not sure about using/testing Samsung tv's features. I'd say the good place to start would be samsungtvws or samsungtv in pypi or check out some public APIs for Samsung smart devices
If it is a smart TV, I am almost sure there would be some APIs out there which you can use.
Good luck with your search.
Can you also give Jarvis the ability to distinguish between a man's and woman's voice (as it will be quite awkward if Jarvis replies with 'sir' when a woman is speaking), spell a spoken word and to play a user's spotify playlist (as more people are having spotify accounts rather than downloading music from the web) I really look forward to your next code-change to Jarvis Thanks On Fri, Jan 15, 2021 at 8:28 AM Crisanto Afonso crisantoafonso@gmail.com wrote:
…
Thanks for the help. Can you please give Jarvis the ability to translate between languages and to read story books from a website (like www.fairytalez.com)? It would be really appreciated. Thanks On Mon, Jan 11, 2021 at 1:06 PM Vignesh @.***> wrote: > I own a smart TV that is LG ThinAI model, so I am not sure about > using/testing Samsung tv's features. I'd say the good place to start would > be samsungtvws https://pypi.org/project/samsungtvws/ or samsungtv > https://pypi.org/project/samsungtv/ in pypi or check out some public > APIs for Samsung smart devices > If it is a smart TV, I am almost sure there would be some APIs out there > which you can use. > Good luck with your search. > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <#4 (comment)>, > or unsubscribe > https://github.com/notifications/unsubscribe-auth/ASJ7EWME6JMLQPQJKJQVOGLSZKS6DANCNFSM4V2T57AA > . >
Identifying male and female voice sounds interesting and I did think about it before but it is not simple as importing a library or using a trained dataset. Moreover it doesn't help me much. So I'd not spend much time on it, but will be happy to review and accept PRs for the same.
I will definitely start spending some time on playing music from Spotify playlists. The initial idea was to run a music file from local directories which Jarvis does, this sounds much cool though. Thanks for bringing up good ideas. Appreciate your initiative. I'm currently inclined towards making the code neat and reducing the pain points. So it might be a while before I start working on additional features.