Yatse/tasker integration
#1
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?
Reply
#2
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.
Reply
#3
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..
Kodi 16.1 on main HTPC Win 7 64-bit, 8 GB RAM, Quad Core 2.4 Ghz
3 x Pi2 running Kodi 16.1 (OSMC)
TVHeadend PVR server providing Freeview HD and Freesat HD
Reply

Logout Mark Read Team Forum Stats Members Help
Yatse/tasker integration1