Open endthestart opened 9 years ago
This should probably be made into a separate package than can be used by both the client and the server. Essentially the app will need to search for songs and return the information. The information can then be processed by the client or server however it needs to.
The Importer should be decoupled from the database saving. The Importer and related utilities should return sets of data that can be processed by whatever application is looking for the data. This information can then be inserted into a database or such. Perhaps it can return a list/dictionary of songs and the pertinent data.