Summary: | Open files on network drives without copying them first | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Matjaz Drolc <mdrolc> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | CC: | kristjan.ugrin, nate, peter.penz19 |
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Matjaz Drolc
2009-08-19 13:24:48 UTC
If you have a closed home network without password protected shares, you can pass url directly to called aplication. Mplayer supports smb streaming, so modifying appropriate file associations will do just fine. E.g.: mplayer %f will cause kde to pass "file path" to application, but that means in case of special protocols that kde will copy this file to local HD first and then pass local filepath to called app. Using: mplayer %u will cause kde to pass whole url to mplayer. Mplayer will have to take care of smb protocol (which it can) and play the movie. Unfortunately this will not work if you have password protected shares, mplayer doesn't handle that. A more transparent solution would be nice, I already saw desktops mounting shares on the fly while you browse them and probably they pass mounted filepath to called app tranparently, This also works for all kind of apps (doesn't need to be kde app strictly) and password protected shares. |