Code Monkey home page Code Monkey logo

artsizereader's Introduction

ArtSizeReader

ArtSizeReader is a small commandline utility to check the size of covers in your digial music collection. This way you can quickly determine songs without covers or below a certain threshold (i.e. low resolution covers).

Requires .NET 6 or higher.

ArtSizeReader uses TagLib# (https://github.com/mono/taglib-sharp) for accessing the MP3 Tags and the Command Line Parser Library (https://github.com/commandlineparser/commandline).

Available arguments:

-i, --input Required. A file or directory to analyze.

-l, --logfile Writes output into the specified file. If no directory is given, the current directory will be used.

-t, --threshold Cover sizes above this threshold (in pixels) will be ignored. Required if -s/--size is not used. Format example: 400x400.

-p, --playlist Creates a M3U playlist with all scanned tracks below the threshold. Use to quickly load all affected files into your favorite tag editor or media player.

-r, --ratio Additionally restrict the cover size to a 1:1 aspect ratio. If enabled e.g 400x350 will cause an error while 400x400 won't.

-s, --size Cover file sizes below this threshold (in kilobytes) will be ignored. Useful to check for large image files. Required if -t/--threshold is not used. Format example: 1000 (equals 1 Megabyte).

-m, --max-threshold Can be used together with -t to define a maximum upper limit for covers, i.e. covers larger than this resolution will be reported. Format example: 1000x1000.

--help Display the help screen.

artsizereader's People

Contributors

lennartb- avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.