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/Kodi Remote (Widgets, Streaming, Offline media, ...) - Tolriq - 2014-09-04

Quote:2) If I reset my router, I then have to search a new host, because the IP changes from 1.100 to 1.101 or something. I thought about doing a static IP, but then I'd have to manually set my whole house every time. SO... can I set Yatse to just recognize my xbmc automatically or set multiple hosts at once so I don't have to rescan?

Use DHCP reservation, it's all in your router documentation Wink


Quote:3) I can't seem to get vids to play ON my phone from the xbmc. If I set it to local, I just get "preparing for media to stream" for a few seconds, then it sticks on that screen with no status bar. If I just use a different UPNP app, I can play them. I go MX Player, but it doesnt seem to link in. I can't figure out how to even use MX Player outside of playing vids from my phone directly. I tried Native, UPNP, Resume...all settings. I tried force MX, I turned it off. Nothing. Everything works fine except that.

http://yatse.leetzone.org/redmine/projects/androidwidget/wiki/Debug but have you read http://yatse.leetzone.org/redmine/projects/androidwidget/wiki/FAQ 1st point ??

Quote:4) Is there a way to keep the art, even away from my wifi? I tried downloading the cache, which worked a bit...but when my router reset, I have to download everything again (I think). If I could just keep all artwork on my device, that would be fine.

Art are keeped but i supposed you remove and add again an host each time. Just edit the host until you find how to do dhcp reservation.

Quote:5) Last minor thing... is there a way to load Genre covers for movies or hide the TAG tab? No biggie. Just curious.

http://yatse.leetzone.org/redmine/projects/androidwidget/wiki/YatseGenresThumbs for genres and yes you can but again answers are in the wiki.

You should really take 2 minutes to read the Wiki as it have all the answers you need and much more Smile


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

I read a bunch of the wiki, but didn't see these. Thanks! All answered except the streaming to yatse. I've reset everything. I can pull video right from my cloud or the drive plugged in to xbmc, and all work outside of the app. I fell like it's something I'm doing that yatse doesn't like.


RE: Yatse - Full featured XBMC/Kodi Remote (Widgets, Streaming, Offline media, ...) - cramu - 2014-09-08

I'm trying to play a TuneIn Radio station on XBMC by sending a Tasker intent, so I put a station to my XBMC favourites and openened the favourites.xml to find out which uri to use:

Code:
</favourite><favourite name="NTS Radio" thumb="http://d1i6vahw24eb07.cloudfront.net/s150238q.png">PlayMedia("plugin://plugin.audio.tuneinradio/?logo=http%3A%2F%2Fd1i6vahw24eb07.cloudfront.net%2Fs150238q.png&amp;id=s150238&amp;name=NTS+Radio&amp;path=tune")</favourite>

Then I set up a Tasker send intent action and put in the following:
Code:
Action: org.leetzone.android.yatsewidget.ACTION_MEDIA_PLAYURI
Extra: org.leetzone.android.yatsewidget.EXTRA_STRING_PARAMS:plugin://plugin.audio.tuneinradio/?logo=http%3A%2F%2Fd1i6vahw24eb07.cloudfront.net%2Fs150238q.png&amp;id=s150238&amp;name=NTS+Radio&amp;path=tune
Target: Service

After I sent this intent, XBMC shows a popup saying TuneIn addon opens the stream but at 50% the popup disappears and nothing happens.
I guess something is wrong with the format of the uri but I can't find out what to change.

Can anyone tell me, what I'm doing wrong?


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

Well you need XBMC logs and ask the addon author Sad or at least post in his thread as if the plugin start then all is ok from Yatse side Sad


RE: Yatse - Full featured XBMC/Kodi Remote (Widgets, Streaming, Offline media, ...) - enen92 - 2014-09-08

I rarely pay for anything online (even more xbmc related appart from donations to the foundation itself) but just got the unlocker yesterday even though I do not need the functionalities it provides.
Just because this app deserves it. Top quality stuff, awesome job u did with yatse.

Keep up the good work

PS: I don't know how do you get the listitems from the addons (not sure if json-rpc allows this) but a neat idea was to somehow grab the context menu items of directories. This would be pretty usefull to automate stuff Smile


RE: Yatse - Full featured XBMC/Kodi Remote (Widgets, Streaming, Offline media, ...) - Ferdi-T - 2014-09-09

Tasker-related question, perhaps someone might be of assistance?

I'm trying to set up a script which pauses all torrentdownloads on my transmission-server when XBMC is playing and resumes on pause/stop. I got the task set up which pauses and unpauses and now need to link it to a profile.

I've set up an Intent Received profile with action org.leetzone.android.yatsewidget.INFO_STATUS_CHANGED, but don't know what to do from here. Someone experienced in this field?


RE: Yatse - Full featured XBMC/Kodi Remote (Widgets, Streaming, Offline media, ...) - cramu - 2014-09-09

(2014-09-08, 15:58)Tolriq Wrote: Well you need XBMC logs and ask the addon author :( or at least post in his thread as if the plugin start then all is ok from Yatse side :(

I thought there is some uri standard within XBMC and you could tell me where my mistake was.
However, I contacted the developer of the TuneIn addon and he told me to get rid of all the "amp;" to make the uri work.

So if anyone is interested:
Code:
Action: org.leetzone.android.yatsewidget.ACTION_MEDIA_PLAYURI
Extra: org.leetzone.android.yatsewidget.EXTRA_STRING_PARAMS:plugin://plugin.audio.tuneinradio/?logo=http%3A%2F%2Fd1i6vahw24eb07.cloudfront.net%2Fs150238q.png&id=s150238&name=NTS+Radio&path=tune
Target: Service



RE: Yatse - Full featured XBMC/Kodi Remote (Widgets, Streaming, Offline media, ...) - Ferdi-T - 2014-09-10

In relation to my post above: have you ever tried the app Media Utilities, available from the appstore? What it does is in itself not that spectacular (it acts as a remote to numerous media-apps including yatse), but it does have a nice plugin for tasker. It's very easy to use and saves a lot of hassle filling in the intent-tasks.

A similar tasker-plugin for Yatse would be simply awesome. :-)


RE: Yatse - Full featured XBMC/Kodi Remote (Widgets, Streaming, Offline media, ...) - wpbpete - 2014-09-11

Incredible app Smile
I recently installed xbmcstarter and it's working fine, except once in a while the config box pops up. Could it be because the .exe is on my external drive? Also, is it possible to map my mce remote to use the script?


RE: Yatse - Full featured XBMC/Kodi Remote (Widgets, Streaming, Offline media, ...) - Stereodude - 2014-09-13

(2014-08-30, 11:15)Tolriq Wrote: @Stereodude : https://plus.google.com/u/0/communities/106607702940190202508 to apply for beta with this patch in.
I appreciate you incorporating this fix. It works well. I unlocked Yatse to support your continued development. Nod

I noticed that if you start playback of a new song or album from the library (not queuing or queuing next) while something is already playing XBMC (OpenELEC) also kicks you out of the full screen visualization mode back to the main screen. Can that behavior be eliminated as well?


RE: Yatse - Full featured XBMC/Kodi Remote (Widgets, Streaming, Offline media, ...) - Ferdi-T - 2014-09-17

(2014-09-13, 23:08)Stereodude Wrote:
(2014-08-30, 11:15)Tolriq Wrote: @Stereodude : https://plus.google.com/u/0/communities/106607702940190202508 to apply for beta with this patch in.
I appreciate you incorporating this fix. It works well. I unlocked Yatse to support your continued development. Nod

I noticed that if you start playback of a new song or album from the library (not queuing or queuing next) while something is already playing XBMC (OpenELEC) also kicks you out of the full screen visualization mode back to the main screen. Can that behavior be eliminated as well?

Prolly XBMC/skin behavior which causes this, but perhals Tolriq can solve it from within Yatse?

I believe that there's a JSON-RPC that toggles full screen, and a tickbox under advanced settings ("start music with full screen visualisation") would be awesome.


RE: Yatse - Full featured XBMC/Kodi Remote (Widgets, Streaming, Offline media, ...) - Stereodude - 2014-09-17

(2014-09-17, 09:33)Ferdi-T Wrote: Prolly XBMC/skin behavior which causes this, but perhals Tolriq can solve it from within Yatse?

I believe that there's a JSON-RPC that toggles full screen, and a tickbox under advanced settings ("start music with full screen visualisation") would be awesome.
CCM has that option. I've tried it with and without it checked. With it checked it if nothing is playing starting playback with Yatse will jump to the full screen visualization. However, playing anything once something else is already playing will exit it. Without it checked, the behavior is the same except when starting playback from stop you don't enter the full screen visualization automatically. It still exits the same way.


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

Back from holidays Smile

As you may have understood before, the fact that the fullscreen stops is tied to how Player.Open works and there's no way to change that on my side.
The workaround found by Joethefox is only possible with playlists.


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

Wouldn't it be possible to (optionally) send a fullscreen toggle sometimes after starting a song/playlist?

Welcome back btw, hope you had a great holiday. :-)


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

Well no it's an awful hack for some XBMC limitations.Sometimes could be anything from 0.1s to 45s for long playlist on rpi ...