当前位置: 首页 > news >正文

What to do if your NFO files doesnt check to 100%?

 

 

https://wiki.tlgetin.cc/doku.php/nfo_incomplete

 

[[nfo_incomplete]]
 
 
 
 
 
  
 

What to do if your NFO files doesn't check to 100%?

If you want to (re)seed a torrent but the NFO doesn't match and you are unable to redownload it from the site for some reason, you can try to manually fix this.

First off: If there is a seed already I just let it re-download. If there is no seed and you're trying to reseed a torrent and have all the files and only the NFO or SFV (+ adjacent files) don’t check to 100%, then you can try to redo the line endings in the NFO.

The reason adjacent files are affected is because torrents are transferred in pieces, a piece size can be anything from 1 Byte to 16 MB (it can be larger but older clients like uTorrent 2.2.1 only handle up to 16 MB). If anything within a piece isn’t 100% perfect the whole piece fails so even when an NFO file of 3 kb doesn’t match you may need to re-download 16 MB to fix it even if the rest of it was perfect.

Why do you need to poke at line endings?

Text file lines are terminated differently in Windows/DOS platforms than they are in *nix platforms.

Unix/Linux platforms terminate a line with LF or 0x0A or ASCII 10
Windows terminates a line with CRLF or 0x0D+0x0A or ASCII 13 + ASCII 10

If you’ve ever used an old manual typewriter think of LF (Line Feed) as scrolling the paper up to the space under the text you've just typed, and CR (Carriage Return) as moving the paper carriage over to the beginning of the line.

If an NFO or SFV file is opened & saved or transferred via FTP/TEXT (instead of FTP/BINARY) on a different platform than it was created on, then the line termination character is changed even though the file may look identical. You can use command line utility called AWK to switch from Windows to *nix linefeeds and back, to figure out which one was used on the original uploaded torrent. AWK comes with Git for Windows, which you can find here.

To convert a Windows file to *nix, enter:

awk '{ sub("\r$", ""); print }' winfile.txt > unixfile.txt

To convert a *nix file to Windows, enter:

awk 'sub("$", "\r")' unixfile.txt > winfile.txt

Another low-tech solution that works is to open a *nix file in Wordpad on windows and click Save, it will save with the CR added.

This solves the issue and allows the torrent to check to 100% about 90% of the time. If your NFO still doesn't check out then there might be something else wrong with it.

Credits for this info to HaArD

 
 
 nfo_incomplete.txt · Last modified: 2022/09/24 10:01 by zdeev
 
 
 
 
 
  
 
Recent changes RSS feed Driven by DokuWiki
http://www.zskr.cn/news/22223.html

相关文章:

  • 2598. 执行操作后的最大 MEX——模运算
  • pg_resetwal 使用简介 - 实践
  • 2025年工业陶瓷厂家 TOP 企业品牌推荐排行榜,工业陶瓷,氧化铝陶瓷推荐这十家公司!
  • 2025 年碳纤维布厂家 TOP 企业品牌推荐排行榜,碳纤维布 / 建筑碳纤维布 / 加固碳纤维布 / 300 克碳纤维布 / 碳纤维加固布公司推荐!
  • fastjson转换json时,碰到的那些首字母大小写转换的坑
  • 2025年10月龙骨机厂家最新推荐榜,轻钢,装配式建筑,高速,全自动,吊顶,隔墙,高精度,快装式,方通龙骨龙骨机推荐这十家公司!
  • 2025年10月品牌设计公司推荐排行榜,聚焦企业综合实力与核心竞争力
  • 实用指南:pink老师html5+css3day01
  • auipc指令在NEMU中的执行过程 - Zeeh
  • initContainers实现整个数据目录的挂载
  • 2025年屋脊通风天窗厂家最新权威推荐榜:工业厂房自然通风解决方案优选品牌
  • 一种适用于正整数值域的无旋平衡树
  • LobeHub
  • 跨境电商智能选品的未来:从经验到算法的革命
  • 收敛数列的性质
  • nginx基本配置详解
  • 2025.10.16——1绿
  • 2025 年展柜定制厂家最新推荐排行榜:聚焦全链条服务与大规模生产能力的优质品牌精选
  • jsp初级crud
  • 2025年鸡精生产线厂家最新权威推荐榜:高速混合机/WDG农药生产线/鸡粉干燥设备/海鲜精干燥设备/调味料干燥成套系统专业解析
  • 2025年最值得关注的五款AI Wiki软件,打造你的专属知识大脑
  • 杂题记录2
  • 每日坚持读一段英文,熟悉英文表达-2025-10-16
  • ESP32-C5来袭,双频Wi-Fi 6 + BLE 5.0 + Zigbee三线合一
  • 2025年铝单板厂家最新推荐排行榜,幕墙铝单板,双曲铝单板,冲孔铝单板,雕花铝单板,异形铝单板公司精选
  • 2025 年国内本安电源源头厂家最新推荐排行榜:聚焦 12V/24V/5V 防爆电源,助力企业精准选优质供应商
  • 2025年粉末冶金制品/零件厂家最新权威推荐榜:电机轴承、单向轴承、含油轴承、自润滑轴承源头供应商精选
  • DevExpress WinForms中文教程:Data Grid - 数据排序基础知识
  • 虚拟机的环境配置
  • 【随手记录】minio最新社区版控制台没有管理权限