Code Monkey home page Code Monkey logo

amded's Introduction

amded - Basic command line tagging engine for audio files


What it is:
    Amded is based on KDE's taglib[1]. It is a very basic program,
    that lists and modifies meta information found in audio files.

What it is NOT:
    Amded is *not* an automatic tagging utility. But it can be used
    as a tagging backend in higher-level applications.


Requirements:
    In order to build amded, you will need:
        - a C++11-able C++ compiler
        - taglib installed on the system (including its headers)
        - jsoncpp for JSON formatted output
        - libb64 for base64 encoded string payload in JSON output
        - pkg-config to figure out where taglib lives on the system
        - txt2tags to generate amded's manual
        - exuberant ctags if you're planning to use `make tags'


Current File Type Support:

    - Ogg Vorbis
    - FLAC
    - MP3 (id3v2, id3v1 and apetag support)
    - MP4
    - OPUS


Building:

    For users:
    % make all doc

    The default compiler in Makefile is ‘g++’. You can change the default by
    supplying a CXX parameter for ‘make’:

    % make all doc CXX=clang++

    For developers:
    % make depend tags
    % make all doc
    % make apidoc


Installation:
    % make install


Name

    Yes, this program was once called "taggit". But there's another program
    by that name with a similar purpose (it's a GUI tagging utility).


For user-visible changes see the CHANGES file.

[1] <http://taglib.github.io>

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.