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 - 2016-01-12

Thanks was reported by someone else too will be fixed for next release Smile

For faster fix report faster Wink


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - blubserl - 2016-01-12

(2016-01-12, 11:20)Tolriq Wrote: You can sort every view by date added this gives the same result Smile

sometimes the solution is just too easy to see Blush thanks!


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - D-m-x - 2016-01-12

(2016-01-12, 23:38)Tolriq Wrote: Thanks was reported by someone else too will be fixed for next release Smile

For faster fix report faster Wink
Thanks!
I have to say I've never seen a Developer that dedicated and fast. I didn't know your App until last November, but the second I used it I bought the Unlocker. Great Support and wonderful App, I just had to say that.


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - cabbresson - 2016-01-13

Loving the new PVR additions thx for all of your work!


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - HMuenz - 2016-01-15

I noticed a strange issue in music playback: My Kodi (latest OpenELEC on a rPi 1B) is connected to a Twonky media server via UPnP. When I control Kodi by my tv remote and select a whole album to play, it will play everything in the right order. But when I control Kody by Yatse and do the same, it will mess up the play order of the album. I've tried BubbleUPnP and Music Pump, and both will play the album in the right order. When I select the same album in Yatse via SMB, NFS or Kodi database, Kodi will play it the right way as well.
So this issue only seems to occur with Yatse and seems to be restricted to UPnP connections.

Any solution?

Thanks in advance!


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Tolriq - 2016-01-15

Well Yatse does nothing specific about UPNP so this sounds like one of the many ordering problem of Kodi Sad

http://yatse.tv/redmine/projects/yatse/knowledgebase/articles/20 to confirm that.


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - HMuenz - 2016-01-15

Thanks for this very quick answer!
I don't think it's a Kodi issue, because
Quote:When I control Kodi by my tv remote and select a whole album to play, it will play everything in the right order.
But anyway I'll follow the debugging procedure later today and send a bug report.
Thanks again!


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Tolriq - 2016-01-15

JSON and GUI does not work the same at all unfortunately Smile

Half the code of Yatse is to workaround problems like that.

For information I use Kodi API's since 2009 and have contributed to them too, so I pretty well know how they work and their limits Wink


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Tolriq - 2016-01-15

Google finally introduced Redeem Codes for all Smile

Join Facebook and Google+ For chances to win free licences

- http://yatse.tv/Facebook
- http://yatse.tv/GooglePlus


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - Tolriq - 2016-01-15

Yatse 5.9.7 is published.
  • Add filter by Channel group / directory for PVR Channels listing / recordings.
  • New option to disable gesture for right menu.
  • Proper Kodi Krypton icon / API.
  • Add random sort for listing where it make sense.
  • Fix grouped movie sets.
  • Fix some Android 4.x bugs.
  • 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, ...) - HMuenz - 2016-01-15

Thanks for your efforts, Tolriq! So it seems, this can't be fixed. But at least I found a workaround for this issue:
Obviously Kodi sorts the tracks by their UPnP identifier. Since this is just a kind of counter, you have to ensure that the single tracks of an album are added to the nas in the right order while twonky is running with automatic library scan enabled.
This can easily be done using a decent tag editor with "rename-by-tag" tool.


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - jant90 - 2016-01-18

I would like to make a custom command to refresh the video library while using Emby for Kodi. The command for this is:
Code:
RunPlugin(plugin://plugin.video.emby/?mode=manualsync)

In favorites:
Code:
<favourite name="Manual sync" thumb="special://home/addons/plugin.video.emby/icon.png">RunPlugin(plugin://plugin.video.emby/?mode=manualsync)</favourite>

As a keymap (= a period, found using the Keymap Editor plugin):
Code:
<key id="61486">RunPlugin(plugin://plugin.video.emby/?mode=manualsync)</key>


So this command works when I enter it in the favorites list or when I make a keymap out of it, however now I still need to get it working as a Yatse custom command.

When I enter the key ID (61486) in the Yatse custom command screen while having the keymap set up it doesn't work, Kodi does nothing when I press the custom command in Yatse.

This is probably really simple for somebody who knows what he's doing but I can not figure it out for the life of me. I've been at it for at least an hour now.


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - jant90 - 2016-01-18

Oh it looks like it is working when using a keyname for example space or f1, however with the keycode it's not working. So this works:
Code:
<space>RunPlugin(plugin://plugin.video.emby/?mode=manualsync)</space>

Then I enter space in Yatse and the command executes as I want it to. But how can I do this with keycodes? So I can use some meaningless key and map it to my wanted action.

(Or it would be even better if I can run the "RunPlugin" straight from Yatse, without any keymaps.


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

http://yatse.tv/redmine/projects/yatse/wiki/CustomCommands#Built-In-command Smile

For keycode you can't from EventServer it seems.


RE: Yatse - Full featured Kodi/XBMC Remote (Widgets, Streaming, Offline media, ...) - jant90 - 2016-01-18

(2016-01-18, 21:31)Tolriq Wrote: http://yatse.tv/redmine/projects/yatse/wiki/CustomCommands#Built-In-command Smile

For keycode you can't from EventServer it seems.

Thank you Tolriq! That did the trick Smile.