随机铃声卡在这了。求助
tasker吧
全部回复
仅看楼主
level 9
ps9002 楼主
2015年05月19日 07点05分 1
level 9
ps9002 楼主
铃声名称为1.mp3 2.mp3 3.mp3
2015年05月19日 07点05分 2
level 9
ps9002 楼主
高手来看看啊
2015年05月20日 10点05分 3
level 9
ps9002 楼主
实在找不到方法了,只能暂时这么做了,期待高手改善。
2015年05月20日 21点05分 4
level 10
第二项铃声右边设置有个放大镜,应该是指定具体内容,你既设置了变量,那么在执行此任务前,变量也应该是具体内容才好吧
2015年05月23日 15点05分 5
level 12
对1.mp3右键属性看下标题是什么,没标题才是铃声才是1 2 3
2015年05月23日 20点05分 6
我请空了文件属性,才方便使用变量,谢了
2015年05月31日 00点05分
level 9
ps9002 楼主
因为要用变量,所以我索性把音乐属性全清空了,这样就方便了。
2015年05月26日 05点05分 7
level 9
ps9002 楼主
还有一点铃声文件较小,MIUI音乐识别不出来,我是把它们放到录音目录才整出来。
2015年05月26日 05点05分 8
level 6
javascriptlet: var files = listFiles( '/sdcard/netease/cloudmusic/Music' ,0); var arr = files.split( '\n' ); do { var rnd=Math.floor(Math.random()*arr.length); } while(arr[rnd].lastIndexOf('.mp3')==-1); setGlobal('Temp0',arr[rnd]);
2015年05月29日 23点05分 9
level 6
再加个播放Temp0的动作。
2015年05月29日 23点05分 10
多谢了,已经搞定了
2015年05月31日 00点05分
1