Kodi Community Forum
Android Yatse: Full featured Kodi Remote (Widgets, Streaming, Offline media, ...) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: Android Yatse: Full featured Kodi Remote (Widgets, Streaming, Offline media, ...) (/showthread.php?tid=117885)



RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - fightnight - 2015-09-04

Hi buddy, yatse doesn't detect the player with the lastest Openelec Milhouse build.. Everything else works perfectly. Any idea?

Thanks for this Blush


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Tolriq - 2015-09-04

Well either the build is bugged or you have activated play locally in left menu ? Smile

Else http://yatse.tv/redmine/projects/yatse/knowledgebase/articles/20


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Tolriq - 2015-09-14

Yatse beta's are now open to everyone : https://plus.google.com/116630648530850689477/posts/6djmsYSBTFS for more details and announcement for each betas.


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Tolriq - 2015-09-18

Yatse 5.8.5 is published
  • Add support for PUT to HTTP Custom Commands.
  • New help screen in About / Help.
  • Complete rework of settings. (Do not miss the toggle to see expert settings).
  • New first run screens.
  • Performance and bug fixes

* Official website : http://yatse.tv
* Facebook : http://yatse.tv/Facebook
* Twitter : http://yatse.tv/Twitter
* Google+ : http://yatse.tv/GooglePlus

Do not forget to rate the application.
If you like this, please buy the Unlocker to ensure continued development.


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - T800 - 2015-09-19

Is there any sort of guide I can read on how to use this with android wear? I've just got a Moto 360, when something is playing it comes up as a notification that I can pause/play. Does it do anything else?

EDIT:
Sussed it, had to refresh the apps.


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Tolriq - 2015-09-20

Since some users said it's not obvious (I must admit it :p) but I have no better idea : Do not miss the long press center button for more buttons Smile


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - ThiagoPedro - 2015-09-23

Yatse 5.8.5
Kodi 15.1
Moto G Android 5.1

Option: PVR
Player: Local(Android)

Error: Media type not supported ( Tipo de Midia não Suportado )

Help...


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Magic815 - 2015-09-23

Tolriq - were you the one who developed the XBMC Starter program? I see it's referenced and linked to on your Yatse website, but I couldn't easily tell if it was someone else who developed it.

The reason I ask is I'm having an issue which recently sprouted up out of nowhere. When Kodi is run through the XBMC Starter program, I'm getting an error message that says "The configured port is already in use". Originally, I had port 9, but then I changed it to port 12 per your instructions on your website (I run Windows 8.1 Pro). However, even with port 12, I still get the same error message.

The odd thing is is that a lot of times Kodi will still launch and be able to be controlled by the Yatse remote. But the error message is still there in the background. Other times, it seems to bugger up Kodi from starting.

I'm using Yatse 5.8.5 and Kodi 14.2 Helix.

I would post logs, but this is something that's happening outside of Kodi, so I don't think they'd help. Any thoughts?


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Owel - 2015-09-24

Hi Tolriq!
just a keen question:

my current setup is RaspPi with Kodi -> Onkyo AVR -> TV

In my Setup Volume control is done by the AVR, Is it possible to change the volume control in yatse not to change the kodi volume but to send e.g. http commands to the AVR? (The AVR is managable through http) ?


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Tolriq - 2015-09-24

@Magic815 : Without logs can't tell apart permission problems / firewall Smile

@Owel : No one wrote a Onkyo plugin yet : https://github.com/Tolriq/yatse-avreceiverplugin-api maybe you can write one Smile


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Owel - 2015-09-24

Hi
@Tolriq: this is not what I meant. I meant a setting here I can change the normal volume control in kodi, to a custom command of my own. That would be a nice feature.

But on the other Side, an onkyo plugin might be really awesome...
My Job is Java related, so if you guide me, Perhaps I can do it. Smile But the guide must be really narrow :p


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Tolriq - 2015-09-24

Well this is not possible I not just only send commands I have feedback about volume values / mute status / ....

The API is pretty self explanatory and the sample covers everything you need, you just have to put in Onkyo related code.

There's a user made denon full working plugin and a pioneer but unfinished public code (His network code is far from perfect but gives some idea)


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Owel - 2015-09-25

Ah, Ok.
Well then I give it a try. Can you point me to the right developer environment?
Is eclipse enough or do I need some Android branded stuff?


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Tolriq - 2015-09-25

Eclipse is abandoned by Google, you need to install Android Studio it have 100% needed things, then just import the project and it's done Smile


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Owel - 2015-09-25

Yeah thanks, already installed it, downloaded the avr api project and imported it.
Next task will be to get the sample running.

After that I will add the onkyo specific code here...
But first of all I must get a feeling for developing android Smile

Can you tell me how tu run the sample code?

I gave it a spin by clicking run and used an emulated device, but all I could see was just the device popping up with homescreen.

Is there a wiki or tutorial to this related?