airdcpp-web / airdcpp-release-validator

AirDC++ extension that performs various validations for release directories
1 stars 3 forks source link

Bug when there are multiple sfv files. #20

Closed BlepingMatrix closed 3 years ago

BlepingMatrix commented 3 years ago

/xxx/Subs/: NFO/SFV found but there are no other files in the folder /xxx/Subs/: File listed in the SFV file does not exist on disk (1 file(s): xxx.subs.rar)

So here's the issue. For some reason When there's another SFV file inside a folder I think it scans the main folder instead? I can't be sure. But even when manually checking with cksfv results in an "OK" this extensions just excludes it from the share on the basis of xxx.subs.rar not existing.

NOTE: I've tested it without "Check extra NFO/SFV files" and I get the same result.

Further EDIT: Directory /xxx/Subs/ won't be shared: Release validator: File listed in the SFV file does not exist on disk (1 file(s): xxx.subs.rar) -- this is the error when I refresh the share (this isn't for a single thing. Anything that's of the form Dir1/Dir2/(contains sfv, rar, nfo)

BlepingMatrix commented 3 years ago

nvm figured out the issue. messed up a skiplist regex