예제 #1
0
파일: yamc.py 프로젝트: indiscible/yamc
 def GoTo(c,playerid, to ):
     vlc.command("pl_play",id=Playlist.getnodes()[to] )
     c.position= to
     return "OK"