RandomRhythm
RandomRhythm
have a file named ©_test.txt and when running bulk extractor against it (technically against the folder recursively) I get the following error: Exception read error skipping (D:\Temp\test/┬⌐_test.txt|0) read error Was...
rule excel_2003: XLS is the same as rule dgn: DGN
PE and ELF Golang detection
Fix https://github.com/l3uddz/plex_dupefinder/issues/43 UTF-8 logging helps with Windows who wants to ANSI log stuff that does not comply
fix https://github.com/l3uddz/plex_dupefinder/issues/76 Error processing unattributed TV episode: ``` File "C:\git\plex_dupefinder\plex_dupefinder.py", line 353, in item.grandparentTitle, int(item.parentIndex), int(item.index), item.title) TypeError: int() argument must be a string, a bytes-like object or a number,...
The initial default config file specifies library "TV" but mine was called "TV Shows" which caused an error when "TV" was attempted to be accessed. Messaging the user is a...