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, ...) - Tolriq - 2015-12-02

Thanks.

And after reading : https://github.com/xbmc/xbmc/tree/master/system/keymaps

Code:
<menu>ContextMenu</menu>
<menu mod="longpress">Menu</menu>
<c>ContextMenu</c>
<c mod="longpress">Menu</c>

It seems Jarvis will implement long press of context like Yatse already does so that's cool Smile


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - speedyrules - 2015-12-02

any changes this will be out for ios?
specially i would love to get/use the Yatse Stream Plugin


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

As soon as cloning is invented and we have another Tolriq Wink (I'm sure some would love 2 Tolriq here Wink )


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - C-Quel - 2015-12-03

(2015-12-02, 09:37)Tolriq Wrote: Thanks.

And after reading : https://github.com/xbmc/xbmc/tree/master/system/keymaps

Code:
<menu>ContextMenu</menu>
<menu mod="longpress">Menu</menu>
<c>ContextMenu</c>
<c mod="longpress">Menu</c>

It seems Jarvis will implement long press of context like Yatse already does so that's cool Smile

Been using this function for a little while now... very useful with the Yatse app on bigger screen phones!


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Thomas_AR - 2015-12-03

(2015-12-01, 21:49)Tolriq Wrote: Well yes I know that and it should work as I use it everyday Smile

Sounds like an addon changed your keymap http://yatse.tv/redmine/projects/yatse/knowledgebase/articles/20 for both logs to get confirmation.
Just to let you know, solved the problem by remaping the context menu button with the mapping editor addon. Now everything perfect.


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

Yatse 5.9.0 is published.
  • Full support of EzeeCube, including it's QR Code pairing system.
    For this occasion a special discount code is available : Use the code YATSE75 to get 75$ off the retail price at http://www.ezeecube.tv .

  • Complete internal rewrite to use more Google code (Recyclerview, CoordinatorLayout, ....).
  • Support play locally for music playlist / folders in file mode (1 level recursivity / limited to Kodi sometimes bugged default sorting)
  • Add Jarvis support with proper icon.
  • Add support for Android M Direct Share. (Can be disabled in settings).
  • New option for DLNA streaming.
  • More details in video info views. (Audio channels, more Codecs, details about audio / subtitles streams)
  • Optimizations for users with lot of Widgets.
  • Add Ukrainian translation (Thanks vvnadolskyy).
  • Add Galician (Spain) translation (Thanks xurxogp).
  • Tons of visible and invisible details.
  • Performance and bug fixes.

* 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, ...) - Rhys15 - 2015-12-04

Wonder if you could help with 2 issues. I have changed my setup so my library is now stored in a MySQL database so I can share my media to another device. I've shared all my media and is accessible via SMB.

1) Playlists are empty in the Yatse app. I've created new playlists since I changed my setup so they use the new path. I've also checked my playlist files and they are using the full smb:// path

2) My movies and TV shows no longer have thumbnails


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

As always : http://yatse.tv/redmine/projects/yatse/knowledgebase/articles/20 Smile

But I suppose you just do not have correctly set up your sources on the devices. You need to creates sources.xml on each devices with correct allowsharing=true.


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

(2015-12-04, 22:22)Tolriq Wrote: As always : http://yatse.tv/redmine/projects/yatse/knowledgebase/articles/20 Smile

But I suppose you just do not have correctly set up your sources on the devices. You need to creates sources.xml on each devices with correct allowsharing=true.

I've only tested it on my master and the sources is setup using smb:// paths which i've checked. allowsharing is also set in the sources file.

I'll submit a bug report.


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Rhys15 - 2015-12-07

Sorry to bug you again... Bit of a strange one this.

I have 2 devices - main HTPC with all media running MySQL and a RPi2 running OSMC. Everything seems to be working fine apart from the playlists. If in Yatse i'm connected to the main HTPC, it shows my audio playlists. However, if i'm connected to my RPi2, it can't find any playlists.

As above, I have set pathsubstitution and should now be correct. It has been working for a couple of days and then this morning when I looked at audio playlists, they did appear and then they disappeared. I've tried swiping down to refresh.

What could have broken this? Only saw the issue this morning before I left for work so just gathering ideas so I know where to look later.

Thanks


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

Well as last time without logs I can only guess you have missed something else in the configuration Smile


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Rhys15 - 2015-12-08

(2015-12-08, 09:53)Tolriq Wrote: Well as last time without logs I can only guess you have missed something else in the configuration Smile

It's a strange one because it's an intermittent issue! I'll try explain...

I went home yesterday and opened the app, connected to the OSMC device and went to playlists and my 1 playlist was there. If I swipe down to refresh, it disappears. I can swipe down a handful of times and it just says it's empty. However, if I swipe from the bottom up, it suddenly appears?

I can repeat the process above and it happens again and again.

Not really an issue as I can get it to work, but it's very strange behaviour.


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

Well same things Smile Logs and video / screenshot is something I can read


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

Hi folks,
I am new to Yatse but so far I solved most issues I had, added the custom commands I need, etc. But I can not get a custom command to pop-up the "Audio and subtitle configuration" window. Found the corresponding keymap explanation in the wiki, but....
Somebody can give me a hint how to?
Thanks a lot.

P.S. Solved it my self after studying a little bit closer the Wiki Smile.


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

I will sound harsh but I really hate this kind of edits on public forums.

It does take the same amount of time to tell you have found the solution than to give the solution that could help many other people.

So please always give the solution, the next guy that looks for this and see your answer may not really enjoy it Wink