Kodi Community Forum

Full Version: Yatse/tasker integration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm attempting to set up tasker so that when my alarm goes off, it will automatically start playing a music playlist through yatse.

I have scoured the Internet and attempted a couple of times but it never works, has anybody got anything similar working?
have attempted to do this using yatse by sending the intent action:
org.leetzone.android.yatsewidget.ACTION_MEDIA_COMMAND
with extra:
org.leetzone.android.yatsewidget.EXTRA_STRING_PARAMSTonguelayMedia(special://profile/playlists/music/Morning.xsp)
however this does not work. i have also tried useing the intent action:
org.leetzone.android.yatsewidget.ACTION_CUSTOM_COMMAND
however neither of these work.
I used the following to get Kodi to play a playlist. Maybe you could play with it to make Yatse the player....

Action:
org.leetzone.android.yatsewidget.ACTION_MEDIA_PLAYURI

Extra:
org.leetzone.android.yatsewidget.EXTRA_STRING_PARAMSConfusedpecial://masterprofile/GardenParty.xsp

Target:
Service

I found that unless I put the playlist.xsp file in the main userdata directory (and not in a playlist subdirectory), I could not get it to play the file using special://profile, only with special://masterprofile..