Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rkleine
/
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
Branch selector
master
User selector
All users
All time
Commit history
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
Browse repository at this point
Added options.dataReader to the documentation (README)
aadsm
committed
8fb1e81
View commit details
Copy full SHA for 8fb1e81
Browse repository at this point
Added filereader.js to the minimization process and updated id3-minimized.js
aadsm
committed
c905d50
View commit details
Copy full SHA for c905d50
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
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
Browse repository at this point
Fixed the jsdoc for the BufferedBinaryAjax function
aadsm
committed
98cc48b
View commit details
Copy full SHA for 98cc48b
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
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
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
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
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
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
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
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
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
Browse repository at this point
Commits on Apr 17, 2010
Add idea for parsing strings encoded in local charsets
aadsm
committed
25e23c6
View commit details
Copy full SHA for 25e23c6
Browse repository at this point
First commit with full working library but missing synchronisation support.
aadsm
committed
831f79c
View commit details
Copy full SHA for 831f79c
Browse repository at this point
You can’t perform that action at this time.