There should be a way to import multiple files. e.g.:
tocc --import /media/aidin/home_storage/photography/2014-07-21/*
Which imports all the files inside the 2014-07-21 directory.
Note that it should be done in CLI, not the library. From the API point of view, this kind of path doesn't have any meanings.
CLI should parse this path, extract files, and call libtocc::Manager::Import multiple times.
There should be a way to import multiple files. e.g.:
Which imports all the files inside the 2014-07-21 directory.
Note that it should be done in CLI, not the library. From the API point of view, this kind of path doesn't have any meanings.
CLI should parse this path, extract files, and call
libtocc::Manager::Importmultiple times.