We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
楼主,您好!我在play()方法中的添加了print "success",发现换歌后的歌曲网址是一样的(如图),而且我把网址提取出来,用命令行中输入omxplayer http://xxxx没有播放任何歌曲,不知道是为什么,期待您的答复! 注:omxplayer 能正常播放本地歌曲
print "success"
omxplayer http://xxxx
mp3_url = song["mp3_url"] try: subprocess.Popen("pkill omxplayer", shell=True) time.sleep(1) subprocess.Popen("omxplayer " + mp3_url, shell=True, stdout=subprocess.PIPE) self.con.notifyAll() print "success" print "mp3"+mp3_url self.con.wait(int(song.get('playTime')) / 1000) except: pass
The text was updated successfully, but these errors were encountered:
你好朋友,好像网易云音乐的播放地址变了现在,后面有时间我再跟踪一下吧
Sorry, something went wrong.
我的也是 摆弄了还久还是没有解决 希望楼主强势解决啊
@yaphone 您好 我print(mp3_url)也是和楼主一样的结果 应该是没有获取到MP3的实际地址,求告知
No branches or pull requests
楼主,您好!我在play()方法中的添加了
print "success"
,发现换歌后的歌曲网址是一样的(如图),而且我把网址提取出来,用命令行中输入omxplayer http://xxxx
没有播放任何歌曲,不知道是为什么,期待您的答复!注:omxplayer 能正常播放本地歌曲
The text was updated successfully, but these errors were encountered: