Giter Club home page Giter Club logo

robotag's Introduction

RoboTag v.3.3

Dependencies:

How It Works

rt uses file names, directory names, and metadata files to create ID3v2 tags on MP3 files. The goal is to create clean tags without unwanted junk in them without having to go full manual. As an added bonus the use of metadata files allows non Latin characters to be stored safely outside of filenames while still resulting in properly spelled tags.

rt expects a directory structure where an Artist Name directory contains Album Name directories which then contain MP3 files. An example of the full path to the fifth track on the second disc of Radiohead's 2007 album "In Rainbows" would be as follows:
/home/brian/music/Radiohead/2007 In Rainbows/02-05 Last Flowers.mp3

rt is run from inside the Album Name folder and will find MP3 files located within.

Metadata Files

A metadata file inside of the Album Name folder will supersede a metadata file of the same name in the Artist Name directory. (ie. If both 2007 In Rainbows/.genre.txt and Radiohead/.genre.txt exist in the example above, the data from 2007 In Rainbows/.genre.txt will be used.
Only the first line is read for files that are only meant to contain a single value (ie. .artist.txt). Any additional data is ignored.

.album.txt

Contains the title of the album.

.albumartist.txt

Contains the name to be used in the Album Artist field.
Example usage: Thee Silver Mt. Zion Memorial Orchestra has used several different names for various releases, but you don't want them randomly sorted everywhere. Album Artist is supported by most MP3 players and will allow all releases to be sorted together, but display the right artist name for the release.

.artist.txt

Contains the artist name.

.genre.txt

Contains the genre name for the artist or album.

.tracks01.txt; tracks02.txt; &c

The title of the album tracks. The first line corresponds to the first track and so on. In the event of a multi-disc album, the metadata file should be .tracks01.txt, tracks02.txt and so on.

Locations

Within the Artist Name folder, the following metadata files are supported:

  • .artist.txt
  • .genre.txt

Within the Album Name folder, the following metadata files are supported:

  • .album.txt
  • .albumartist.txt
  • .artist.txt
  • .genre.txt
  • .tracks01.txt
  • .year.txt

robotag's People

Contributors

robotmachine avatar

Watchers

 avatar  avatar

robotag's Issues

Testing?

Weird data sets -- arbitrary numbers of tracks/albums
Catching errors
What happens if glyr can't find a cover?

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.