ganeshrvel / openmtp

OpenMTP - Advanced Android File Transfer Application for macOS
https://openmtp.ganeshrvel.com
MIT License
3.25k stars 130 forks source link

Finder Mount #343

Closed roizcorp closed 2 months ago

roizcorp commented 7 months ago

I am syncing songs to my Garmin watch, I am managing it via shell script (rsync and what not). I cannot seem to fnd where OpenMTP mounts the watch on the filesystem so I could point the script to the proper folder.

So I assume OpenMTP does not mounts on the filesystem (which I cannot explain how this is even possible) but if so, can you add this support?

vokain commented 6 months ago

I support this!

ganeshrvel commented 2 months ago

Currently, OpenMTP doesn't mount devices in the filesystem in the traditional sense, which is why you're not seeing the Garmin watch appear as a regular folder. However, I'm planning a complete rewrite of OpenMTP, and I will consider including support for filesystem mounting in future releases. This should help integrate better with scripts like yours. Stay tuned!

roizcorp commented 2 months ago

Thank you very much, good luck