I see this in the main console when I try to import my music directory:
~/git/forks/hyperamp master ⇣ 1d 59m 13s
❯ npm start
> hyperamp@0.0.1 start /Users/z/git/forks/hyperamp
> electron main
scanning /Users/z/Google Drive/Music
Error: expected frame header but was not found
at seekFirstAudioFrame (/Users/z/git/forks/hyperamp/node_modules/musicmetadata/lib/id3v2.js:174:21)
at /Users/z/git/forks/hyperamp/node_modules/musicmetadata/lib/id3v2.js:80:18
at emitData (/Users/z/git/forks/hyperamp/node_modules/strtok2/lib/index.js:419:20)
at Stream.dataListener (/Users/z/git/forks/hyperamp/node_modules/strtok2/lib/index.js:482:11)
at emitOne (events.js:96:13)
at Stream.emit (events.js:188:7)
at Stream.<anonymous> (/Users/z/git/forks/hyperamp/node_modules/musicmetadata/lib/index.js:69:13)
at Object.onceWrapper (events.js:290:19)
at emitOne (events.js:96:13)
at Stream.emit (events.js:188:7)
2017-06-18 20:06:47.693 Electron Helper[88470:5873773] Couldn't set selectedTextBackgroundColor from default ()
I see this in the main console when I try to import my music directory: