Skip to main content

Count audio files in a directory.

Project description

audioinfo

A tool to check audio file durations in a directory.

Usage

Install the audioinfo package with:

pip install audioinfo

Check the help with:

$ audioinfo --help

usage: audioinfo [-h] [--directory DIRECTORY] [--ext EXT [EXT ...]] [--recurse] [--case-sensitive]

A tool to check audio file durations in a directory.

options:
  -h, --help            show this help message and exit
  --directory DIRECTORY, -d DIRECTORY
                        The directory to search
  --ext EXT [EXT ...], -e EXT [EXT ...]
                        The extension to search for
  --recurse, -r         Recurse into subdirectories
  --case-sensitive, -c  Case sensitive search

Examples

Check all audio files with the ".wav" suffix in the directory "~/Music":

audioinfo --directory ~/Music --ext wav
# or use the short form:
audioinfo -d ~/Music -e wav

Check all audio files with ".wav" and ".flac" suffixes in the directory "~/Music":

audioinfo --directory ~/Music --ext wav flac

Check audio files with the ".wav" suffix in the directory "~/Music" and do not recurse into subdirectories:

audioinfo --directory ~/Music --ext wav --recurse=false

License

This software is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

audioinfo-0.1.0.tar.gz (19.8 kB view hashes)

Uploaded Source

Built Distribution

audioinfo-0.1.0-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page