1
0
mirror of synced 2026-05-22 14:43:19 +00:00

README: Improve formatting unordered lists

This commit is contained in:
Borewit
2024-07-16 22:52:01 +02:00
parent c21dd570b0
commit 0587ce328c
+22 -22
View File
@@ -53,14 +53,14 @@ Primarily designed for [Node.js](https://nodejs.org/), but has also been designe
### Supported tag headers ### Supported tag headers
Following tag header formats are supported: Following tag header formats are supported:
* [APE](https://wikipedia.org/wiki/APE_tag) - [APE](https://wikipedia.org/wiki/APE_tag)
* [ASF](https://wikipedia.org/wiki/Advanced_Systems_Format) - [ASF](https://wikipedia.org/wiki/Advanced_Systems_Format)
* EXIF 2.3 - EXIF 2.3
* [ID3](https://wikipedia.org/wiki/ID3): ID3v1, ID3v1.1, ID3v2.2, [ID3v2.3](http://id3.org/id3v2.3.0) & [ID3v2.4](http://id3.org/id3v2.4.0-frames) - [ID3](https://wikipedia.org/wiki/ID3): ID3v1, ID3v1.1, ID3v2.2, [ID3v2.3](http://id3.org/id3v2.3.0) & [ID3v2.4](http://id3.org/id3v2.4.0-frames)
* [iTunes](https://github.com/sergiomb2/libmp4v2/wiki/iTunesMetadata) - [iTunes](https://github.com/sergiomb2/libmp4v2/wiki/iTunesMetadata)
* [RIFF](https://wikipedia.org/wiki/Resource_Interchange_File_Format)/INFO - [RIFF](https://wikipedia.org/wiki/Resource_Interchange_File_Format)/INFO
* [Vorbis comment](https://wikipedia.org/wiki/Vorbis_comment) - [Vorbis comment](https://wikipedia.org/wiki/Vorbis_comment)
* [AIFF](https://wikipedia.org/wiki/Audio_Interchange_File_Format) - [AIFF](https://wikipedia.org/wiki/Audio_Interchange_File_Format)
It allows many tags to be accessed in audio format, and tag format independent way. It allows many tags to be accessed in audio format, and tag format independent way.
@@ -70,15 +70,15 @@ Support for [MusicBrainz](https://musicbrainz.org/) tags as written by [Picard](
### Audio format & encoding details ### Audio format & encoding details
Support for encoding / format details: Support for encoding / format details:
* [Bit rate](https://wikipedia.org/wiki/Bit_rate) - [Bit rate](https://wikipedia.org/wiki/Bit_rate)
* [Audio bit depth](https://wikipedia.org/wiki/Audio_bit_depth) - [Audio bit depth](https://wikipedia.org/wiki/Audio_bit_depth)
* Duration - Duration
* Encoding profile (e.g. [CBR](https://en.wikipedia.org/wiki/Constant_bitrate), V0, V2) - Encoding profile (e.g. [CBR](https://en.wikipedia.org/wiki/Constant_bitrate), V0, V2)
## Online demo's ## Online demo's
* [<img src="https://raw.githubusercontent.com/Borewit/audio-tag-analyzer/master/src/assets/icon/audio-tag-analyzer.svg" width="40">Audio Tag Analyzer](https://audio-tag-analyzer.netlify.app/) - [<img src="https://raw.githubusercontent.com/Borewit/audio-tag-analyzer/master/src/assets/icon/audio-tag-analyzer.svg" width="40">Audio Tag Analyzer](https://audio-tag-analyzer.netlify.app/)
* [<img src="https://cdn.sanity.io/images/3do82whm/next/ba8c847f13a5fa39d88f8bc9b7846b7886531b18-2500x2500.svg" width="40"> Webamp](https://webamp.org/) - [<img src="https://cdn.sanity.io/images/3do82whm/next/ba8c847f13a5fa39d88f8bc9b7846b7886531b18-2500x2500.svg" width="40"> Webamp](https://webamp.org/)
### Sponsor ### Sponsor
@@ -114,13 +114,13 @@ graph TD;
``` ```
Dependency list: Dependency list:
* [tokenizer-token](https://github.com/Borewit/tokenizer-token) - [tokenizer-token](https://github.com/Borewit/tokenizer-token)
* [strtok3](https://github.com/Borewit/strtok3) - [strtok3](https://github.com/Borewit/strtok3)
* [token-types](https://github.com/Borewit/token-types) - [token-types](https://github.com/Borewit/token-types)
* [file-type](https://github.com/sindresorhus/file-type) - [file-type](https://github.com/sindresorhus/file-type)
* [@tokenizer-token](https://github.com/Borewit/tokenizer-token) - [@tokenizer-token](https://github.com/Borewit/tokenizer-token)
* [peek-readable](https://github.com/Borewit/peek-readable) - [peek-readable](https://github.com/Borewit/peek-readable)
* [readable-web-to-node-stream](https://github.com/Borewit/readable-web-to-node-stream) - [readable-web-to-node-stream](https://github.com/Borewit/readable-web-to-node-stream)
## Usage ## Usage
@@ -273,7 +273,7 @@ This is a low level function, reading from a [strtok3](https://github.com/Borewi
[music-metadata-browser](https://github.com/Borewit/music-metadata-browser) is depended on this function. [music-metadata-browser](https://github.com/Borewit/music-metadata-browser) is depended on this function.
This also enables special read modules like: This also enables special read modules like:
* [streaming-http-token-reader](https://github.com/Borewit/streaming-http-token-reader) for chunked HTTP(S) reading, using [HTTP range requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests). - [streaming-http-token-reader](https://github.com/Borewit/streaming-http-token-reader) for chunked HTTP(S) reading, using [HTTP range requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests).
#### orderTags function #### orderTags function