>>348
停止中は
print('再生中: ',MPMPCsysMP.nowPlayingItem().title())
でエラー出るから
ここの前に
if None!= MPMPCsysMP.nowPlayingItem():
入れないとダメだな