playlist-duration

Crates.ioplaylist-duration
lib.rsplaylist-duration
version0.1.9
sourcesrc
created_at2018-11-01 21:12:37.280652
updated_at2022-04-25 21:54:43.25908
descriptionComputes the total music time of a playlist.
homepagehttps://framagit.org/Bromind/playlist-duration
repositoryhttps://framagit.org/Bromind/playlist-duration
max_upload_size
id94090
size21,736
Martin Vassor (Bromind)

documentation

README

Playlist-Duration

Computes the length of a given playlist.

$ playlist-duration foo.mp3 bar.flac my_directory/

Format supported:

  • mp3
  • flac
  • ogg (Vorbis + Opus)
  • m3u : Caution, m3u is implemented naively. Recursive m3u playlists should not be used. Also, it manages only paths and not urls, to avoid downloading the whole file just to know its duration.
  • m4a
Commit count: 0

cargo fmt