martinatime / SuperDeDuper_archived

A program for cataloging, updating, and reducing duplicates of MP3 files
1 stars 0 forks source link

Given a location read in all mp3 files and catalog them #6

Open martinatime opened 11 years ago

martinatime commented 11 years ago

Dependency on the Skeleton Program working (issue #5)

This task is to add onto the base program the ability to scan a location, for now let's assume a file system folder, and find all of the mp3 files within that location and it's subfolders.

Then it will store some minimal information about each file into the data store.

Upon completion the program will output something signifying the work that it completed.

(If I'm getting too detailed let me know)

evnjones commented 11 years ago
martinatime commented 11 years ago
martinatime commented 11 years ago

A prerequisite of getting this working is defining the data schema from both the derby and lucene sides.