- Add ScanFolder() method, currently checked in with "std::vector<std::string>& foundData" signature for test purposes, maybe vector<ClipInfo> should be better
- ClipInfo exists already for data exchange between QML and C++ in MediaExplorer, but this name should be used for real clip info, maybe rename it to ClipItem
Description
Description
Comment Actions
- First problem occurred: How to handle different data types? Same data provider but different visitors (Visitor Pattern) for different types?