Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Python 库 HSAudioTag,并且我正在尝试读取文件中的曲目编号,但是,该文件毫无疑问地返回 0 作为曲目编号,即使它更高。有人知道如何解决这个问题吗?
谢谢。
解决方案是进入代码,并将以下行更改为:第 118 行: self.track = u'' 第 149-152 行: self.track = int(self._fields.get(TRACK, u'')) + 1