Collection Updating - project-owner/Peppy.doc GitHub Wiki
The audio files collection can be updated later on by running the following command:
python collector.py update -i PATH_TO_AUDIO_FILES_FOLDER -o PATH_TO_DATABASE_FILE
- PATH_TO_AUDIO_FILES_FOLDER - the path to the folder with audio files (e.g. /home/pi/music). The metadata for all new files in that folder will be collected and inserted into the database file.
- PATH_TO_DATABASE_FILE - the path to the collection database file which should be updated. For example /home/pi/collection/peppy.db.
The following screenshot shows the output of the command: