Giter Club home page Giter Club logo

cmdid3tagger's Introduction

CMD ID3 tagger

ID3 command-line tagger for Windows. Simple taglib-sharp wrapper.

Examples

Renaming files to tags

Before:

/d/Downloads/
├── 003_STAY BY ME.mp3
├── 01.真夜中のドア/stay with me (1980).mp3
├── 02. Plastic Love (100% City Pop).mp3
├── 2 - 杏里 - WINDY SUMMER.mp3
├── FULL MOON by 八神純子.mp3
├── 大橋純子 - 10 - Dancin'.mp3
└── 大橋純子 - クリスタル・シティー.mp3

Run utility:

cmdtagger fromtags "D:\Downloads" "%artist%/%year% - %album%/%track% - %title%"

After:

/d/Downloads/
├── 八神純子
│   └── 1983 - FULL MOON
│       └── 9 - FULL MOON.mp3
├── 大橋純子
│   ├── 1977 - クリスタル・シティー
│   │   └── 1 - クリスタル・シティー.mp3
│   └── 1984 - Magical
│       └── 10 - Dancin'.mp3
├── 杏里
│   └── 1983 - Timely!!
│       ├── 2 - WINDY SUMMER.mp3
│       └── 3 - STAY BY ME.mp3
├── 松原みき
│   └── 1980 - Pocket Park
│       └── 1 - 真夜中のドア/stay with me.mp3
└── 竹内まりや
    └── 1984 - VARIETY
        └── 2 - Plastic Love.mp3

Getting tags from file names

Before (without ID3 tags):

/d/Downloads/
├── AKB48 - #好きなんだ.mp3
├── Aqours - WATER BLUE NEW WORLD.mp3
├── Guilty Kiss - コワレヤスキ.mp3
├── Tokyo 7th シスターズ - SEVENTH HAVEN.mp3
└── μ's - 僕らは今のなかで.mp3

Run utility:

cmdtagger fromfilename "D:\Downloads" "%artist% - %title%"

Result:

File Artist Title
AKB48 - #好きなんだ.mp3 AKB48 #好きなんだ
Aqours - WATER BLUE NEW WORLD.mp3 Aqours WATER BLUE NEW WORLD
Guilty Kiss - コワレヤスキ.mp3 Guilty Kiss コワレヤスキ
Tokyo 7th シスターズ - SEVENTH HAVEN.mp3 Tokyo 7th シスターズ SEVENTH HAVEN
μ's - 僕らは今のなかで.mp3 μ's 僕らは今のなかで

Downloads

Latest.

cmdid3tagger's People

Contributors

danand avatar

Watchers

 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.