FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - EQ4/JavaScript-ID3-Reader · GitHub
EQ4
/
JavaScript-ID3-Reader
Public
forked from
aadsm/JavaScript-ID3-Reader
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
JavaScript-ID3-Reader
src
on
master
User selector
Datepicker
Commit history
Commits on Feb 23, 2015
Merge pull request #46 from janryWang/master
Show description for fe76e1f
aadsm
committed
fe76e1f
View commit details
Copy full SHA for fe76e1f
View code at this point
Browse repository at this point
Commits on Feb 10, 2015
Fixed 'If-Modified-Since' date format
Show description for 2790d1f
xps
committed
2790d1f
View commit details
Copy full SHA for 2790d1f
View code at this point
Browse repository at this point
Commits on Jan 27, 2015
Update bufferedbinaryajax.js
Show description for 506e9ed
janryWang
committed
506e9ed
View commit details
Copy full SHA for 506e9ed
View code at this point
Browse repository at this point
Commits on Apr 27, 2014
Removed document.write call and replaced with an appendChild call.
Show description for 4ed3614
maniacalmaniac
authored and
aadsm
committed
4ed3614
View commit details
Copy full SHA for 4ed3614
View code at this point
Browse repository at this point
Commits on Apr 6, 2014
Check for 206 status on HEAD requests
Show description for 60dd82f
aadsm
committed
60dd82f
View commit details
Copy full SHA for 60dd82f
View code at this point
Browse repository at this point
Merge branch 'gh-28_error-handling'
Show description for 4978f96
aadsm
committed
4978f96
View commit details
Copy full SHA for 4978f96
View code at this point
Browse repository at this point
Add options.onError to handle errors
Show description for c3fb4b3
aadsm
committed
c3fb4b3
View commit details
Copy full SHA for c3fb4b3
View code at this point
Browse repository at this point
Commits on Mar 17, 2014
fix bug in reading MIME type in APIC frame: the MIME is not encoded
yangjian
committed
ef9824b
View commit details
Copy full SHA for ef9824b
View code at this point
Browse repository at this point
Commits on Nov 29, 2013
Remove binaryajax.js
Show description for e66192a
aadsm
committed
e66192a
View commit details
Copy full SHA for e66192a
View code at this point
Browse repository at this point
Places BinaryFile into its own file
aadsm
committed
ffca4b0
View commit details
Copy full SHA for ffca4b0
View code at this point
Browse repository at this point
Commits on Nov 19, 2013
Add optional FileReader to FileAPIReader.
Show description for 1b81ae7
dashersw
committed
1b81ae7
View commit details
Copy full SHA for 1b81ae7
View code at this point
Browse repository at this point
Commits on Nov 11, 2013
Remove Base64 object and respective file.
Show description for 63a9c4d
aadsm
committed
63a9c4d
View commit details
Copy full SHA for 63a9c4d
View code at this point
Browse repository at this point
Commits on Nov 10, 2013
Normalize ID4 and ID3 comment structure
Show description for 45358df
aadsm
committed
45358df
View commit details
Copy full SHA for 45358df
View code at this point
Browse repository at this point
Add missing tags to ID4
Show description for a953d04
aadsm
committed
a953d04
View commit details
Copy full SHA for a953d04
View code at this point
Browse repository at this point
Commits on Mar 30, 2013
Add clearTags and clearAll methods to ID3
Show description for e86fd74
aadsm
committed
e86fd74
View commit details
Copy full SHA for e86fd74
View code at this point
Browse repository at this point
Commits on May 14, 2011
Fixed issue #6 reported on github, the picture structure properties were not quoted.
Show description for 8f0782e
aadsm
committed
8f0782e
View commit details
Copy full SHA for 8f0782e
View code at this point
Browse repository at this point
Added FileReader, this is the data reader that wraps the FileAPI.
aadsm
committed
078ed94
View commit details
Copy full SHA for 078ed94
View code at this point
Browse repository at this point
Added loadRange to BinaryFile, a default one was needed.
aadsm
committed
c524d30
View commit details
Copy full SHA for c524d30
View code at this point
Browse repository at this point
Fixed the jsdoc for the BufferedBinaryAjax function
aadsm
committed
98cc48b
View commit details
Copy full SHA for 98cc48b
View code at this point
Browse repository at this point
Added the missing IE specific VBScript code that was making IE failing.
aadsm
committed
fdcb46d
View commit details
Copy full SHA for fdcb46d
View code at this point
Browse repository at this point
Commits on Oct 14, 2010
Added the option to define which function will create the data reader.
Show description for 2795796
aadsm
committed
2795796
View commit details
Copy full SHA for 2795796
View code at this point
Browse repository at this point
Commits on Oct 13, 2010
The library is asynchronous again!
Show description for ab09642
aadsm
committed
ab09642
View commit details
Copy full SHA for ab09642
View code at this point
Browse repository at this point
Commits on Aug 8, 2010
Fixed "issue 2" of-by-one bug when calculating the number of blocks needed by the file.
aadsm
committed
b56cfae
View commit details
Copy full SHA for b56cfae
View code at this point
Browse repository at this point
Fixed an issue with the ID3v1 tag names being minimized by the google closure compiler because they're not inside quotes.
aadsm
committed
545b42d
View commit details
Copy full SHA for 545b42d
View code at this point
Browse repository at this point
Commits on Jul 22, 2010
Introduces minimized version of the library using closure compiler.
Show description for d430e2c
aadsm
committed
d430e2c
View commit details
Copy full SHA for d430e2c
View code at this point
Browse repository at this point
Commits on Jun 20, 2010
Mostly documentation but also some bugfixes:
Show description for f9c1256
aadsm
committed
f9c1256
View commit details
Copy full SHA for f9c1256
View code at this point
Browse repository at this point
Commits on Jun 19, 2010
Created BufferedBinaryAjax function, this function acts like the original BinaryAjax but it returns a BufferedBinaryFile object instead.
Show description for 582df71
aadsm
committed
582df71
View commit details
Copy full SHA for 582df71
View code at this point
Browse repository at this point
Commits on Jun 12, 2010
Added Joshua Kifer's changes to support extraction of QuickTime metadata information in aac files (.m4a).
aadsm
committed
69c9a60
View commit details
Copy full SHA for 69c9a60
View code at this point
Browse repository at this point
Commits on Apr 17, 2010
First commit with full working library but missing synchronisation support.
aadsm
committed
831f79c
View commit details
Copy full SHA for 831f79c
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL