https://github.com/kde/kio-mtp
Provides KIO Access to MTP devices using the mtp:/// protocol.
https://github.com/kde/kio-mtp
Last synced: about 1 month ago
JSON representation
Provides KIO Access to MTP devices using the mtp:/// protocol.
- Host: GitHub
- URL: https://github.com/kde/kio-mtp
- Owner: KDE
- License: gpl-2.0
- Created: 2015-09-18T14:15:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-31T15:31:45.000Z (over 9 years ago)
- Last Synced: 2025-04-04T23:01:31.011Z (2 months ago)
- Language: C++
- Size: 94.7 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
kio-mtp: KIO slave to access MTP devices
========================================This KIO slave enables KDE applications to access
files stored on devices that provide access to them
via the MTP protocol.Project page: https://projects.kde.org/projects/playground/base/kio-mtp
Installation
------------Dependencies:
* LibMTP - http://libmtp.sourceforge.net/
Library providing convenience Access to MTP devices.
Version 1.1.3 or newer required.1) Install LibMTP
2) Clone from git://anongit.kde.org/kio-mtp
3) cd kio-mtp
4) mkdir build && cd build
5) cmake -DCMAKE_INSTALL_PREFIX=$( kde4-config --prefix ) -DCMAKE_BUILD_TYPE=Debug ..
6) make && su -c 'make install'Usage
-----To list all currently connected devices, just type
mtp:/ in the addressbar of your preferred KDE filebrowser.Using the scheme mtp:udi= you can access the
device using their unique device identifier as provided
by Solid.A Device Notificator Desktop-File is also provided that
enables you to access the device directly from there.Bugs
----Please report all bugs to the KDE Bugzilla at http://bugs.kde.org
using the product "kio" with the component "mtp".Contact
-------If you want to get in contact with me drop me an email: [email protected]