This commit is contained in:
sentriz
2019-04-29 17:39:36 +01:00
parent 669bc2f6bc
commit 27981ae3cf
6 changed files with 70 additions and 17 deletions

View File

@@ -75,7 +75,7 @@ func readTags(fullPath string) (tag.Metadata, error) {
}
func handleFolderCompletion(fullPath string, info *godirwalk.Dirent) error {
log.Printf("processed folder `%s`\n", fullPath)
log.Printf("++++++ processed folder `%s`\n", fullPath)
if cLastAlbum.isEmpty() {
return nil
}
@@ -101,6 +101,7 @@ func handleFolderCompletion(fullPath string, info *godirwalk.Dirent) error {
}
func handleFile(fullPath string, info *godirwalk.Dirent) error {
fmt.Println("+++++", fullPath)
if info.IsDir() {
return nil
}