Adjust/extend IDataProvider interface
Open, NormalPublic

Description

  • 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
BAndiT1983 updated the task description. (Show Details)
BAndiT1983 raised the priority of this task from to Needs Triage.
BAndiT1983 added a project: Open Cine.
BAndiT1983 moved this task to Input/Output on the Open Cine board.
BAndiT1983 moved this task from Input/Output to Misc on the Open Cine board.
BAndiT1983 moved this task from Misc to Pending tasks on the Open Cine board.
BAndiT1983 triaged this task as Normal priority.
BAndiT1983 added a subscriber: BAndiT1983.
BAndiT1983 updated the task description. (Show Details)Mar 31 2015, 10:11 PM
  • First problem occurred: How to handle different data types? Same data provider but different visitors (Visitor Pattern) for different types?