Alex
7d1dcef209
README: Update workflow status badge
2022-12-15 22:15:32 -05:00
Serial
6562166eb4
Misc: Hide criterion behind a flag to shorten CI time
2022-10-15 10:45:51 -04:00
Serial
2cd3798fbe
README: Ask for help with documentation
2022-10-13 19:53:28 -04:00
Serial
2780bf2607
docs: Split supported formats out into its own file
2022-10-11 19:51:49 -04:00
Alex
f48014fda8
Implement custom file resolvers ( #40 )
2022-07-24 16:08:46 -04:00
Serial
ed37d932bd
Misc: Add WavPack to supported formats
2022-07-10 16:42:48 -04:00
Serial
ebb5dae2c6
Fix language in README
2022-03-18 14:53:25 -04:00
Serial
c6d1ef505d
Support FLAC files with an ID3v2 tag
2022-03-16 16:59:55 -04:00
Serial
513cce7d41
Fix inconsistencies in the examples
2022-03-15 20:52:10 -04:00
Serial
38a286cc6e
Clarify ID3v2
being read only in APE
2022-02-13 20:14:24 -05:00
Serial
a21d0380de
Cleanup
2022-02-12 02:52:43 -05:00
Serial
00473aafc1
Add Speex
to README table
2022-01-31 20:55:37 -05:00
Serial
08b2dd9209
Add missing AIFF extensions
2022-01-31 13:26:02 -05:00
Serial
a23e285c8f
Update README.md
2021-12-20 10:58:00 -05:00
Serial
07c4bf8cbc
Add tag_stripper
example
2021-12-20 09:44:38 -05:00
Serial
64362615cf
Add simplified getters/setters and tag reader example
2021-12-12 12:47:26 -05:00
Serial
bc0c246dbf
Add format specific tag structs
...
This allows for the use of format-specific elements, such as ID3v2 frame headers
2021-11-21 15:18:19 -05:00
Serial
11d4d55dc8
Add Tag::remove_from, get_string, and get_binary
2021-10-01 17:59:53 -04:00
Serial
9c26533550
Remove old dependencies from README
2021-09-03 15:39:30 -04:00
Serial
b8ee9457b1
Update tables
2021-08-19 18:48:41 -04:00
Serial
57b35b268d
Update docs
2021-08-19 18:02:24 -04:00
Alex
850c0c7f4e
Fix another mistake in README
2021-07-31 23:05:28 -04:00
Alex
ea8e9a7ff5
Fix mistake in README
2021-07-31 23:03:39 -04:00
Serial
b64091d649
Add APE property reading, remove ape as a dependency
2021-07-31 21:33:52 -04:00
Serial
efd4239c5a
Rebase and update changes
2021-07-28 18:53:50 -04:00
Serial
f490879263
Update README
...
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-07-07 17:36:36 -04:00
Serial
2a3e54ba25
Remove riff as a dependency
...
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-07-06 11:29:00 -04:00
Serial
1df0908c38
Remove old comments
...
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-06-29 23:09:58 -04:00
Serial
d5be11a40e
Remove duration feature, out of the scope of this crate
...
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-06-27 14:42:50 -04:00
Serial
f75e693b7d
Remove lewton and ogg as dependencies
...
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-06-27 13:56:08 -04:00
Serial
4498e04068
Multi-page write for Opus/Vorbis
...
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-06-27 13:47:27 -04:00
Serial
ce76d861b6
Less verbose README, fix comments
...
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-06-20 23:24:59 -04:00
Serial
9dccd733a2
Start tracking duration availability
...
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-05-16 00:44:05 -04:00
Serial
946d19e0e1
Fix links
2021-04-23 18:12:55 -04:00
Serial
d888adb491
Merge remote-tracking branch 'origin/main'
2021-04-23 13:31:48 -04:00
Serial
14c04f3ae8
Support writing to opus
2021-04-23 13:31:35 -04:00
Alex
dac5d2d08d
Update README.md
2021-04-23 09:27:16 -04:00
Alex
4c73894999
Update README.md
2021-04-22 22:45:53 -04:00
Alex
227d697b67
Update README.md
2021-04-22 22:11:04 -04:00
Serial
afbdd35493
Add aif extension
2021-04-22 13:27:50 -04:00
Serial
dc23ec1ffd
Support AIFF
2021-04-22 12:57:20 -04:00
Serial
3be3bf8880
Better table in README
2021-04-21 14:48:45 -04:00
Serial
4d65545940
Update README
2021-04-21 13:03:06 -04:00
Serial
3df43317fd
Forgot some MP4 extensions
...
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-04-18 00:24:32 -04:00
Serial
c886cc87be
Implement read/write for WAV (RIFF INFO LIST)
...
This format is pretty limited, and a few non-standard IDs were used, so there's a high chance the data will be inaccurate. At least it works somewhat :)
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-04-18 00:12:47 -04:00
Serial
e59a41420b
Much nicer supported formats table :)
...
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-04-16 16:02:12 -04:00
Serial
4d6f2db8e9
Ape is no longer TODO :)
...
Signed-off-by: Serial <69764315+Serial-ATA@users.noreply.github.com>
2021-04-15 13:40:54 -04:00
Alex
e5bc09efe3
Update README.md
2021-04-03 23:15:06 -04:00
Alex
770b35af81
Update README.md
2021-04-03 23:11:35 -04:00
Alex
398be28c77
Update README.md
2021-04-02 21:11:24 -04:00