https://bugs.kde.org/show_bug.cgi?id=358709

--- Comment #10 from S. Bryant <st...@bawue.de> ---
> Determining the mimetype when multiple types have the same file suffix 
> involves downloading a portion of the file and looking for a magic sequence 
> of bytes. For obvious reasons we do not do that on non-local slave types as 
> we'd flood the network and server with a gazillion requests when entering a 
> directory with a gazillion files.

While this is true, it may or may not be a problem, and may even be preferred
behaviour.  If I'm going across the Internet, it causes problems.  However,
when I access files on a local server across a gigabit LAN, I'd like the option
to have the gazillion requests made.

Dolphin already does this, based on file size. Preferences->General->Previews:
"Skip previews for remote files above" (size).

Would it not be possible to use the same setting to determine whether to
perform magic number checking?  At least, can data obtained for previews not
also be used for magic numbers?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to