Antoine Gersant
0f25a12877
Dependency bumps
2024-07-13 19:01:06 -07:00
duydl
77dc2eac23
Add support for m4b format ( #208 )
...
* Add support for m4b
* Formatting
* Formatting
---------
Co-authored-by: Antoine Gersant <antoine.gersant@lesforges.org>
2024-05-09 19:59:45 -07:00
Antoine Gersant
4807b2d3b9
Apply lints
2023-09-08 18:23:34 -07:00
Antoine Gersant
a8660793f8
Use TDOR frame for ID3v2 to populate year
2022-11-24 20:22:35 -08:00
Antoine Gersant
e4959be2f4
metadata module error cleanup
2022-11-21 16:51:31 -08:00
Antoine Gersant
a5f5a77100
Linter suggestions
2022-11-08 02:04:54 -08:00
Tobias Schmitz
41a4b21327
Fix clippy warnings ( #175 )
2022-08-29 21:17:03 -07:00
Tobias Schmitz
90fd6bbcc9
Update dependencies ( #166 )
2022-03-20 19:50:14 -07:00
pmphfm
e2bf97db99
Code cleanup ( #148 )
...
Fixed all most all clippy warnings.
Test: cargo test && cargo clippy
2021-10-19 19:31:17 -07:00
pmphfm
f104355076
Add few more fields to song information ( #141 )
...
* [meta] Add ignore paths to vscode settings
* [feature] Add few more fields to song information
Fields include lyricist, composer, genre, category
and label.
2021-05-20 22:08:43 -07:00
gahag
ed581c57cf
Add support for AIFF files ( #137 )
...
The new patch in rust-id3 fixes the AIFF API, which is now used to support AIFF files.
2021-04-24 22:05:52 -07:00
gahag
652772ba0e
Implement support for Wave files ( #135 )
...
* Implement support for Wave files
Metadata extraction for such format is supported by the latest version of rust-id3, which
has been updated in this commit. The code has been updated to handle such files and call
the new APIs.
* Code review
2021-04-19 21:49:23 -07:00
Antoine Gersant
7edcc38483
Test setup improvements ( #125 )
...
* More descriptive test names
* Test writing tools
* Migrate to new test tooling
* Adds test for collection cleaner
2020-12-29 20:05:04 -08:00
Antoine Gersant
34e0538562
App features re-organization ( #111 )
2020-12-10 03:23:00 -08:00