-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The id3scan tool should have the code split into different modules, separate from the command line tool.
It should be possible for other front-ends to be developered to call the id3scan functionality with a simple API.
It would also make sense to look into a refactor of the code to break down certain operations into separate OOP classes that can allow for substitutions.
Basic functionality of the tool is:
- Scan directory for suitable files
- Read suitable files to build taglib objects
- Build table of objects into an organized structure
- Build a list of output files
- Scan destination directory
- Write out XML streams as needed.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request