Posts: 26
Threads: 11
Joined: Dec 2014
Reputation:
0
I want to import 1TB of my PDF files from my networked QNAP NAS. It appears that when I use MSP browse facility I can select either individual files or all files. I cannot see a way to deselect certain file types, e.g. docx or mp3 without doing this for every file. This is a problem as I have hundreds of files I do not want. Perhaps I am missing an import filter?
Samsung Galaxy S9 Ultra 14.6", 1TB, Android 14, AirTurn BT-105
Posts: 1,043
Threads: 112
Joined: Dec 2015
Reputation:
11
I doubt it.
A workaround I would use in your situation would be to make a hardlink copy of all your files on the NAS (providing you have a file OS like NTFS) on the same partition (it's quick and doesn't use additional space) into another directory and then delete all the unwanted files from the hardlinked directory. After "unselect by delete" you can import the complete dir again without the unwanted files.
Posts: 13,243
Threads: 301
Joined: Apr 2012
Reputation:
234
You can also just import multiple times and filter on the file types you do want. For example, you can use Import->Batch Import, set the file filter to *.pdf, and import all the PDFs. Then you could do it again for *.jpg. If you want to get really complicated, that filter is actually a regular expression field, so you technically could do something like
(?si).*\.(pdf|jpg)$
if you wanted to only import PDFs and JPG files.
Mike
Posts: 26
Threads: 11
Joined: Dec 2014
Reputation:
0
Thanks Mike, '
l'll try that,
Isn
Samsung Galaxy S9 Ultra 14.6", 1TB, Android 14, AirTurn BT-105