Giter Site home page Giter Site logo

displayid3's Introduction

displayid3 Build Status

Displays an MP3 file's ID3 information, based on ID3v2.3

Usage

displayid3 filename

No options, only one filename argument accepted.


Based on my verifyid3 program available at https://github.com/Cantido/verifyid3 Documentation on the ID3v2.3 unofficial standard: http://id3.org/d3v2.3.0

Copyright (C) Robert Richter under the GNU GPL v3

displayid3's People

Contributors

cantido avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

displayid3's Issues

Make returned structs not static

Currently getframe and getheader return pointers to static structs. That means that there can only be one of each. I imagine some time someone is going to want to use more than one of these things at a time. Maybe I might want to fill an array with pointers to a file's full set of frames.

Rename tag_preserve and file_preserve struct members

The names are misleading when considered along with their numeric values. These should be changed to "tag_discard" or something similar; assuming 1 is "true" then this change would make the code a bit more readable. This is entirely an aesthetic choice.

Properly handle text frame encodings

Implementation: for all text frames, just break down the data into a string. This should probably be contained in the struct itself, with a bit indicating regular or Unicode encoding.

Add command line option parsing

Option ideas:

  • Control print verbosity
  • Display only a certain type of tag (Year, artist, etc)
  • Display usage info (of course)

Implement a unit testing framework

The code is getting difficult to debug just by scattering print statements throughout. I need to get this done before the code base gets much bigger i.e. before I start making this software compatible with additional versions of ID3.

Recognize all versions of ID3

The versions of ID3v2 should be easy. Adding capability for ID3v1 would be almost entirely new code, though there are a few features of ID3v2 which can optionally reference ID3v1 information, like the genre list.

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.