unintended / download-organizer-chrome-extension

Chrome extesion that allows you to set custom download locations with a flexible regexp-based rules.
MIT License
68 stars 8 forks source link

Office file extensions not working #53

Open SOEBREN opened 2 years ago

SOEBREN commented 2 years ago

All filetypes work but whenever I download a pptx or xlsx or docx file, it doesnt make the folder and put the files in. These are the rules i made for excel: application/vnd.ms-excel/vnd.ms-excel.addin.macroenabled.12/vnd.ms-excel.sheet.binary.macroenabled.12/vnd.ms-excel.sheet.macroenabled.12/vnd.ms-excel.template.macroenabled.12/vnd.openxmlformats-officedocument.spreadsheetml.sheet/vnd.openxmlformats-officedocument.spreadsheetml.template

for word: application/msword/vnd.ms-word.document.macroenabled.12/vnd.ms-word.template.macroenabled.12/vnd.openxmlformats-officedocument.wordprocessingml.document/vnd.openxmlformats-officedocument.wordprocessingml.template/

for powerpoint: application/vnd.openxmlformats-officedocument.presentationml.presentation/vnd.ms-powerpoint/vnd.ms-powerpoint.presentation.macroenabled.12/vnd.openxmlformats-officedocument.presentationml.presentation

any idea why it doesnt work?

unintended commented 2 years ago

Please check the debug section in readme to see proper formats https://github.com/unintended/download-organizer-chrome-extension#debugging

SOEBREN commented 2 years ago

i made it work thanks!, but for some reason .dmg files dont get sorted and this one i cant seem to figure out.

SOEBREN commented 2 years ago
image

this is the log when i download a dmg file

unintended commented 2 years ago

You need to show the log of object that doesn’t match, not the rule

SOEBREN commented 2 years ago

Is this what you need? image

SOEBREN commented 2 years ago

i made it work by using octet-stream, but will ISO files also be placed in this folder now because i dont want that