Skip to content

Commit

Permalink
Ogg metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Dec 1, 2023
1 parent 3a758fe commit 607f5fe
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 83 deletions.
224 changes: 188 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion packages/scanner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ profiling = []
[dependencies]
derive_builder = "0.12.0"
id3 = "1.7.0"
lewton = "0.10.2"
md5 = "0.7.0"
metaflac = "0.2.5"
mockall = "0.11.4"
mp3-duration = "0.1.10"
mp4ameta = "0.11.0"

[dependencies.symphonia]
version = "0.5.3"
features = ["aac", "mp3", "flac", "ogg", "isomp4", "wav"]

[dependencies.image]
version = "0.24.7"
features = ["webp-encoder"]
Expand Down
Loading

0 comments on commit 607f5fe

Please sign in to comment.