Anton

Results 25 comments of Anton

Hopefully in the future I'll find an elegant solution to this problem. Perhaps there will be new features in the API or something else.

update, https://github.com/Feverqwe/JavaScript-ID3-Reader/commit/abb3fedb50feeed3574ae0fbd1e0620c2ce6a3b1 speed up ID3v1 and ID3v2

I'am add BufferedBinaryFileReader! This draft, but works perfectly! _Note_, have big problem with getBlockAtOffset, I don't know how fix it, need callback. https://github.com/Feverqwe/JavaScript-ID3-Reader/commit/768928004cfa0cfe059b2f01fe91426f93e9e86a

When I tested this code, part of the images were broken, it's probably due to the fact that not all the relevant part of the file is loaded. I tried...

You won't have problems because blockSize in most cases covers the required part. Need to change some of the range for loadRange then blockSize is not required. If you would...

I'am update bufferedbinaryfilereader, remove blockSize, add Uint8Array, and now it very small and fast reader =) https://github.com/Feverqwe/JavaScript-ID3-Reader/commit/d76672bd57e50ac612242664e6f74a0320d61617 ID3v2 ID3v1 and should work well, as they have the specified size. ID4...

Just.. uncomment console.log in bufferedbinaryfilereader.js, and it show all unloaded blocks, it don't all fix's, but it work. I sometimes difficult to understand code and specifications, but it seems now...

yes bufferedfilereader.js sounds better =) Thanks for a great library.

Hi. If you have any problems with adding channel, try send link for video from this channel

Hi, it works for me. In general - you can add link for video, it will work too.