Re: Open source software for moving media files off portable storage
RR <[email protected]>
| Newsgroups | gmane.user-groups.linux.singapore |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Feb 22, 2010 at 1:28 PM, Trent Payne <[email protected]> wrote: > Hey guys, > > Can anyone recommend open source software for moving media files (images, > movies etc) from portable storage (memory stick, SDHC etc.) to local > storage? Does your device support MTP or PTP ? Mobile devices and cameras use these protocols to sync media files with PCs There are open source libraries available for this.(libmtp,libptp) > > I'd like some subset of the following features: > > Configurable target directory > Configurable rename (date, index, meta information etc.) > Target collision detection > Command line driven > Confirmed copy > Bacula hooks > > At the moment I do the equivalent of find /media/mmc ... -exec mv --update > {} {target_dir}. I found out in the weekend that this isn't the most robust > way of doing this (think unmounted parent of the target directory... ;( ). > I could fix the issue with my script (and will before I run it again ;), but > I'm guessing somebody has already written something that solves the problem. > > Thanks for your time! > > _______________________________________________ > LUGS Mailing list - [email protected] > List FAQ: http://wiki.lugs.org.sg/LugsMailingListFaq > Info page: http://www.lugs.org.sg/mailman/listinfo/slugnet > To unsubscribe send an empty email to: [email protected] > > _______________________________________________ LUGS Mailing list - [email protected] List FAQ: http://wiki.lugs.org.sg/LugsMailingListFaq Info page: http://www.lugs.org.sg/mailman/listinfo/slugnet To unsubscribe send an empty email to: [email protected]