• 1
  • 198
  • 199
  • 200(current)
  • 201
  • 202
  • 259
Android Yatse: Full featured Kodi Remote (Widgets, Streaming, Offline media, ...)
You need to post your keyboard.xml file to pastebin for anyone to comment properly.

However you might note that <a> is mapped to AudioDelay in FullScreenVideo so that will override a global setting when playing back.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
(2014-04-04, 05:37)nickr Wrote: You need to post your keyboard.xml file to pastebin for anyone to comment properly.

However you might note that <a> is mapped to AudioDelay in FullScreenVideo so that will override a global setting when playing back.

I just used the info from http://wiki.xbmc.org/index.php?title=Keymap

Any ideas what would be the best key to map?

http://pastebin.com/3KQhBuEM
Just choose one that's not being used for something else.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
(2014-04-04, 21:23)nickr Wrote: Just choose one that's not being used for something else.

Smile I had a look through and it seems all the keys are used for something else, how would I map it to the key question mark?, <question_mark>screenshot</question_mark> !!!
Hello! I have followed a guide that in short gives you a playercorefactory.xml file that lets you use yatse inside xbmc to stream youtube-links and links from other addons, to UPnP devices after you click a link. That includes ATV3.

https://www.youtube.com/watch?v=KuBBJFZlG7Y
I have the latest daily build of Gotham and Samsung galaxy s4.


I have two problems I need help with.
1. The problem arises when I want to watch the link on my android device and not stream it away, I can right click and choose: "play using...", but even if I choose DVDplayer(xbmc internal player) or mxPlayer, it always goes back to "complete action with...play on network media player or send to xbmc" (see the video at 2:47).

2. It almost the other way around with local content. I can't stream local content to an UPnP device. I choose Yatse or just click the local file then this message comes up: "External Player active. Click ok when playback has ended". However the DVDPlayer and mxplayer works.

In short, links only works with Yatse and not with local mediaplayers. Internal video files only works with local media players, but not with Yatse.

I can also share that at some point I could stream local videos to Apple TV 3. I can't seem to repeat the process on how I did it, but I does suggest that tweaking YATSE is very interesting for those of us who wants that evil box to work with xbmc. Links most often get this message when I try to send it to the Apple TV: "an error occurred loading this content. try again later"

Any help on how the playercorefactory should be changed to work with both local and add-on links is much appreciated.

Here is the playercorefile:

<playercorefactory>
<players>
<!-- MXPlayer Free definition -->
<player name="MX Playerfree" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.mxtech.videoplayer.ad</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- MX Player Pro definition -->
<player name="MX Player Pro" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.mxtech.videoplayer.pro</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- Plex definition -->
<player name="Plex" type="ExternalPl Mkayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.plexapp.plex</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- Avia definition -->
<player name="Avia" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.videon.android.mediaplayer</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- VLC Player definition -->
<player name="VLC" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>org.videolan.vlc</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- Yatse definition -->
<player name=“Yatse” type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>org.leetzone.android.yatsewidgetfree</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- RockPlayer Lite definition -->
<player name="RockPlayerLite" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.redirectin.rockplayer.android.unified.lite</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- BubbleUPnP definition -->
<player name="BubbleUPnP" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.bubblesoft.android.bubbleupnp</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- Gallery definition -->
<player name="Gallery" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.android.gallery3d</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- Vget definition -->
<player name="Vget" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>mb.videoget</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- mVideoplayer Free definition -->
<player name="mVideoplayerFree" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>afzkl.development.mVideoPlayer</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- Vplayer definition -->
<player name="Vplayer" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>me.abitno.vplayer.t</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- Vbukit Chromecast definition -->
<player name="Vbukit Chromecast" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.creatingrevolutions.vbukitchromecast</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- Vbukit definition -->
<player name="Vbukit" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.creatingrevolutions.virtualbucket</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- SopCast Player definition -->
<player name="SopCast" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>org.sopcast.android</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- Dolphin Web Browser definition -->
<player name="Dolphin Browser" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>mobi.mgeek.TunnyBrowser</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- Dolphin Jetpack definition -->
<player name="Dolphin Jetpack" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.dolphin.browser.engine</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- ES File Explorer definition -->
<player name="ES File Explorer" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.estrongs.android.pop</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- RemoteCast definition -->
<player name="RemoteCast" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>com.benlc.camcast</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- CheapCast definition -->
<player name="CheapCast" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename>at.maui.cheapcast</filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>

<!-- definition -->
<player name="" type="ExternalPlayer" audio="false" video="true">
<!-- Android intent -->
<filename></filename>
<!-- Hide XBMC -->
<hidexbmc>true</hidexbmc>
<!-- After 2 minutes bump the play count of the item in XBMC -->
<playcountminimumtime>120</playcountminimumtime>
</player>
</players>

<!-- Rules for which external player to use -->
<!-- MX Player Pro is default
change player= value to one of the above names to change this -->
<rules action="prepend">

<!-- Video files -- Default rule (last to ensure above trigger first -->
<rule video="true" player=“Yatse”/>
</rules>
</playercorefactory>
@axlroy : As answered on official site this is pure Xbmc xml configuration so I don't have the knowledge to help this is not my tweak Smile

You may want to ask the original author or the correct Xbmc forum Smile
Features suggestions:
- disable/remove icons when listing music/videos, only show author & title
- remove volume control from remote (not working on small resolution devices)
- overhaul settings a bit? it's a bit confusing now, settings -> general, interface, advanced
- ask on exit when back is pressed
- maybe just settings -> advanced or something like that?
- playlist -> randomize list
- playlist, undo option if something is removed/rearanged on it

Once again, great app, works nice, streaming is great feature, buy unlocker to support tolriq!
(2014-04-07, 09:47)Tolriq Wrote: @axlroy : As answered on official site this is pure Xbmc xml configuration so I don't have the knowledge to help this is not my tweak Smile

You may want to ask the original author or the correct Xbmc forum Smile

Hi! I know it is not yours, thats why I hoped someone else could help. Thats why I asked here, but I did not know this was the wrong thread, I´m really bad at this, huh? I guess I hoped this was a solution to the ATV3 problem.
I still dig your app and would recommend it to everyone though, its very nice for the xbmc I have on my mac Smile. On the phone I ended up deleting the xml file, and instead I am running xbmc and yatse both on the phone at the same time. then scroll through whatever with the yatse app. Its a bit inconvenient, but some of it can be streamed to the ATV3 (if I pull out the ethernetcable) and more can be streamed to a samsung TV.

Thanks again for your patience and a great app.

A
hi, i hope that you guys can help me.

i am using tasker on my android phone. as far as i know there is no way to link yatse and tasker. (or is there?)

so what i'm trying to do is to power down my xbmcbuntu machine via tasker-ssh plugin.
i'm also using a cec adapter so that my tv turns off as well.

when i'm sending commands like "shutdown" or "poweroff" my xbmc machine powers down but my tv stays on.

when i'm using yatse to power down xbmc then both devices power down.

my question is if there is a specific command that yatse uses that i maybe also could use in tasker.

thanks for your help Smile
There's a lot of way to link Yatse and Tasker Wink

Please see http://yatse.leetzone.org/redmine/projec...t/wiki/Api
oh, i totally missed that. thank you very much
Hi,
Sorry if this has been asked be for, I have looked but is there a way to get rid of the genres and tag views when searching through my movies? All I want is movie and sets view. Many thanks
In XBMC, when there is a window open and you want to exit out of it (clicking the x using the mouse), how do you do that from Yatse? The back button in Yatse does not do that in dialog boxes which require an input, e.g. adding a source and the cursor is on the input source field. I even tried the gesture pad in Yatse but it does not take the cursor to the 'x'.

Thanks
@mrhyde1969 : There's a settings to hide tabs, but nothing for genre sorry.

@squarecut1 : There's some strange behavior in some Xbmc dialogs Sad
Most can be closed with the back, some don't and need to be closed by pressing the done button in the dialog
Any chance to implement some kind of notification when Im connected with xbmc. currenty its just gray. Maybe turn it to yellow or orange just to let me know connectio is Ok when Im connected with 3/4G and want to stream
ty
  • 1
  • 198
  • 199
  • 200(current)
  • 201
  • 202
  • 259

Logout Mark Read Team Forum Stats Members Help
Yatse: Full featured Kodi Remote (Widgets, Streaming, Offline media, ...)24