marker icon indicating copy to clipboard operation
marker copied to clipboard

chunk_convert.sh saves no files to output directory

Open Hyphen133 opened this issue 1 year ago • 4 comments

I'm running chunk_convert.sh with following command

NUM_DEVICES=4 NUM_WORKERS=10 ./chunk_convert.sh download_dir_test marker_test3

I can see that it processes (based on progress bars and GPU utilisation), however no files are saved

Hyphen133 avatar Jun 18 '24 16:06 Hyphen133

Nice to have, but I think it should use mine-type as the fallback rather than path as this will allow users to choose desired mime fetcher to meets their different needs

sxyazi avatar Jun 18 '24 05:06 sxyazi

Or maybe only use mine-type (instead of the extension of current implementation) since it's more accurate and flexible

sxyazi avatar Jun 18 '24 05:06 sxyazi

Hey, great project :) I have a similar problem with $ file returning test.xopp: gzip compressed data, from Unix, original size modulo 2^32 8510711 which technically is correct. (yazi unzips it succesfully and data makes sense) However I want these files (having a mimetype of application/x-xopp) to be opened by xournalpp As expected xdg-open works just fine

haennes avatar Jul 15 '24 21:07 haennes