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 脚本来监视用户音乐库并将新文件信息(mp3、aac、flac)添加到 sqllite db。
如果用户从种子下载音乐,我如何检查它是否已完全下载并且没有损坏?
可能最简单的方法是打开种子文件并验证文件的哈希值。没有人知道您的 torrent 是否比您的 torrent 文件做得更好。
https://github.com/mohanraj-r/torrentparse