aadsm / jsmediatags

Media Tags Reader (ID3, MP4, FLAC)
Other
748 stars 128 forks source link

change to XhrReader canReadFile test #73

Closed johnnotron closed 7 years ago

johnnotron commented 7 years ago

short URL’s were not working eg: jsmediatags.read("./track.mp3”) and tests for file extension.

aadsm commented 7 years ago

@rich-earth XHR file should always have the http prefix, a path like ./music.mp3 should be read using the node file reader. The extension should also not be fixed to anything, we don't really care about it.