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 Xbmc Remote and Widgets for Android & Eden/Frodo - Tolriq - 2013-02-23

For the moment there's no way to push info to tasker. I guess this would need to write a tasker plugin but this is out of scope for the moment.

Since DashClock give great idea about extension system some API may comes to Yatse in far future, then any would be able to write tasker plugins Smile


Re: Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo - ntk1 - 2013-02-24

maybe you can make plugin for smart homes and sell it on the Google play, this not related to xbmc and YATSE still be free, you can make the plug in execute http commands, no need for scripts support most smart home systems can receive http command like this

http://192.168.1.13:8080/redeye/rooms/-0/devices/423/commands/send?commandId=375

if I open this in the browser (phone /pc/tablet) I can turn the light, mute tv, turn on projector and about anything

in tasker I just choose "http get" and it execute commands without open the browser, so in the plugin, for every button in yatse you can choose a command

and if I press play it will start playing and also execute http command to dim the lights, if I press volume up/down it will also execute command to change amp volume and etc

I don't know how complicated this to do, but I know most people with smart home invested a lot of money, and pay a little more for supported in YATSE will not be a problem, and also if you see that people willing to pay and buying this addon you can add more complicated things like scripts and etc

this is just an idea, but maybe you can make survey to see how many people want and willing to pay for this

anyway YATSE still the best remote in the marketBig Grin


RE: Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo - Tolriq - 2013-02-24

Well as I said before the plugins are only one way for now Smile

I know you and a few others really want this but while I'll do it for sure in the future there's so many things to do before Smile

BTW I'm still looking for someone with a little time to help maintaining the Wiki.


RE: Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo - gman3042 - 2013-02-24

any idea why resume isn't working? if i try it in another app, it works perfectly fine (official xbmc remote).. so I know it's not an issue with my setup.. Raspberry PI, Frodo final.


RE: Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo - Tolriq - 2013-02-24

Perhaps giving a little more information would help don't you think ?

Like what is not working ? the button does nothing, the button is not showing there's a message ? Smile

And as usual : http://yatse.leetzone.org/redmine/projects/androidwidget/wiki/Debug to gather logs.


RE: Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo - the_alien - 2013-02-24

Hi,

I get an error when trying to import my Movies into the Remote:
Code:
2013-02-24 17:17:53.323 Error/Director Parse error : null: e.b@479: Invalid UTF-8 start byte 0xf8
at [Source: libcore.net.http.FixedLengthInputStream@421416f0; line: 5367, column: 8]
2013-02-24 17:17:53.330 Error/JsonParsers: e.b@781: error
com.a.a.a.g: Unexpected character ((CTRL-CHAR, code 155)): was expecting comma to separate ARRAY entries
at [Source: libcore.net.http.FixedLengthInputStream@421416f0; line: 5367, column: 9]
    at com.a.a.a.h.a(SourceFile:1378)
    at com.a.a.a.a.b.b(SourceFile:520)
    at com.a.a.a.c.d.a(SourceFile:664)
    at org.leetzone.android.yatselibs.b.b.e.b(SourceFile:473)
    at org.leetzone.android.yatselibs.b.b.h.a(SourceFile:174)
    at org.leetzone.android.yatsewidget.service.DatabaseSyncService.run(SourceFile:143)
    at java.lang.Thread.run(Thread.java:856)

2013-02-24 17:17:53.343 Warning/YatseLogger: l.b@177: End parsing Movies

Any advise?


RE: Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo - Tolriq - 2013-02-24

Well it's the usual bad UTF data in Xbmc database Sad

http://yatse.leetzone.org/redmine/projects/androidwidget/wiki/FAQ#Some-of-my-media-does-not-synchronize

I still hope to see UTF sanitization on JSON side for users that have old database or all the side UTF bugs like NFS on some Mac and such Sad


RE: Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo - hatefly - 2013-02-24

Hello,

I'm new to this XBMC thing, but I am loving it so far. I downloaded your remote because I was told it was the best of the best. I have a problem though, I am unable to connect to the remote. I keep getting an error that says - Unable to connect, check your settings...

I have went over the wiki found at http://yatse.leetzone.org and followed the instructions listed for Frodo. I am able to get the system to find my XBMC instance, but after that it's a no go. I am pretty sure I am doing something wrong, but I have no idea what that could be.

This is what I have done:

Checked my settings via the instructions on the wiki.
Changed my port a couple of time
Restarted system
Turned off all system options, turned them back on.

any help would be greatly appreciated.


Re: Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo - vidor - 2013-02-24

Have a coffee, and go through it again!

It works flawlessly, and no one had similar issues so far.


RE: Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo - Tolriq - 2013-02-25

Well It can be the firewall that lock the port or software like Adblock that are known to cause some troubles Sad

Try to open http://ip:port/jsonrpc from you phone's browser and see if it works.


RE: Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo - hatefly - 2013-02-25

(2013-02-25, 00:31)Tolriq Wrote: Well It can be the firewall that lock the port or software like Adblock that are known to cause some troubles Sad

Try to open http://ip:port/jsonrpc from you phone's browser and see if it works.

OK, so I tried to open it with my phones default browser and it came back as the webpage is not available.


RE: Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo - Tolriq - 2013-02-25

Then there's a firewall or network problem Sad

Check if you have anti virus or adblock like on your phone.


RE: Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo - hatefly - 2013-02-25

Hmm not that I know of, I running a standard version of Android CM10, as far as I know, they don;t have this, but I can check.

OK question, would I need to add anything to a safe list on my firewall by chance? Or is this more on the phone side? If so, I can always try and flash a new ROM and see if that helps.


RE: Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo - Tolriq - 2013-02-25

The problem is that since this is a pure network problem this can be so many things Sad

If Yatse can see your Xbmc then multicast works so you seems to be connected to the same network as your Xbmc.

So the left things are firewall / anti virus on pc side or same on phone side.

Not really sure I'll be able to help many more Sad


RE: Yatse - Full featured Xbmc Remote and Widgets for Android & Eden/Frodo - hatefly - 2013-02-25

OK so I checked the phone, nothing of the sorts on my phone. I am running Kaspersky Antivirus if that says anything at all. I'm just wondering if I need to allow anything in that to make this work.