babrazerzkidai.blogg.se

Tasker intent
Tasker intent












tasker intent

I tried this and it works, however, if I try the Poweramp API method, nothing happens. Also, for specific shuffle mode you need to send additional command, as search query supports just shuffle (and that _query: depends on device system language).

tasker intent

#Tasker intent for free

Instead I suggest using _PLAY_FROM_SEARCH with free-form search text:Īction:_PLAY_FROM_SEARCHĮxtra: _query: shuffleĬlass: īut this is API is for free format/voice search, so it can't "focus" on folders, it supports targeting on genres/artists/albums or just songs. so it won't be easy if you want just to play something with a simple intent. To know id you should query Poweramp database, etc. The uri would be Data:content:///folders  /1 Hierarchy folders view (files and folders intermixed in one cursor)Ĭontent:///folders/#/folders_and_filesĬontent:///folders/#/folders_and_files/#Ĭontent:///folders/files // All folder files, sorted as folders_files sort (for mass ops). Plain folders view (just files in plain folders list)Ĭontent:///foldersĬontent:///folders/#Ĭontent:///folders/#/filesĬontent:///folders/#/files/# * - 1 if this is shuffle session (for internal use) * All queries support following params (added as URL encoded params, e.g. Into the Package field enter au. Type one of the below codes into the Action. * or from first one, or from random one in shuffle mode. Open the Tasker app Select System Then Send Intent. 4) You can create text processor to elaborate the text (Android 6+) 5) You can create custom commands to perform actions when you share something. 2) You can launch any app using Tasker variables. * If track id (in place of #) is not specified, Poweramp plays whole list starting from the specified track, With IntentTask you can: 1) Send intent with any number of extras. * # means some numeric id (track id for queries ending with /files, otherwise - appropriate category id). Hear are some stuff from PowerampAPI.java /** I want to play specified folder in Poweramp with send intent using taskerĪction:_COMMANDĭata:content:///folders="Bla Bla"














Tasker intent