Marginal / QLVideo

This package allows macOS Finder to display thumbnails, static QuickLook previews, cover art and metadata for most types of video files.
GNU General Public License v2.0
2.56k stars 88 forks source link

Cannot delete "empty" folders from network share. (QNAP) #52

Closed darkfader closed 6 years ago

darkfader commented 6 years ago

Does the thumbnails data ".@thumb" not get cleaned up when (re)moving video files? I see these files on my NAS but not under macOS (via smb). So I can only remove them from my NAS. (QNAP) `find . -name ".@thumb" | while read f; do rm -rf "$f"; done`

Marginal commented 6 years ago

.@__thumb files are created by your QNAP NAS, and not by macOS QuickLook or by this plugin. They're used to display thumbnails in File Station and Media Station, and are not required or used by macOS's Finder.

You can disable them by setting "Scan Settings" to "Manual Scan" under Control Panel -> Applications -> Multimedia Management -> Media library.

darkfader commented 6 years ago

Oh dang. Stupid QNAP. My ReadyNAS software-wise was better xD Anyway, I already seemed to have put it on manual but that didn't delete them automatically.

My good old slow ReadyNAS doesn't like too much indexing, SMBD was pretty much eating all CPU time after opening in the Finder and kept going even after closing the Finder window. I guess I should stop using it.