ShareBugreports

Results 10 comments of ShareBugreports

I did some testing. It is confusing. The problem is the "bin" file. > It is possible to modify files with JSON extension(may be helpful when moving files to different...

Things got weirder. I now compiled it from scratch on Debian (my actual target). Now it does NOT create the json file AND the bin file is now called "cache_similar_videos_61.bin".

Yes, it seems to have caching. It is [documented](https://github.com/qarmin/czkawka/blob/master/instructions/Instruction.md) But it is implemented very [weird](https://github.com/qarmin/czkawka/issues/1122)

Things got weirder. I now compiled CLI from scratch on Debian (my actual target). Now it does NOT create the json file AND the bin file is now called "cache_similar_videos_61.bin".

I agree, using a separator is difficult because a lot of characters are allowed in linux. Compared to Jdupes. All items at the end are directories. ``` jdupes --options "/path/to/dir1"...

I created a [ticket as well](https://github.com/Farmadupe/vid_dup_finder/issues/6). Investigated it a bit. It just seems a random issue. Did multiple runs with different results. So i expect a multithreaded issue, of some...

I needed to fix "imagedominantcolor/dominantcolor.py", line 20 as well.

Note: Tumbleweed pip does not seem to include "dumprar.py" ``` test@linux-5q3o:~/path/to/venv> find . -name "*rarfile*" ./lib/python3.11/site-packages/unrar/rarfile.py ./lib/python3.11/site-packages/unrar/tests/test_rarfile.py ./lib/python3.11/site-packages/unrar/tests/__pycache__/test_rarfile.cpython-311.pyc ./lib/python3.11/site-packages/unrar/__pycache__/rarfile.cpython-311.pyc ./lib/python3.11/site-packages/rarfile.py ./lib/python3.11/site-packages/rarfile-4.1.dist-info ./lib/python3.11/site-packages/__pycache__/rarfile.cpython-311.pyc test@linux-5q3o:~/path/to/venv> find . -name "*dumprar*" test@linux-5q3o:~/path/to/venv ``` So,...

Did compare output of 2 similar rarsets. One working and not-working. In the working set i see "flags=0x400f:NEXTVOL,DATACRC,REVSPACE,VOLNR,SKIP" in the part01 file. In the not working set i only see...

@markokr can i contribute other info?