Giter Club home page Giter Club logo

wrong-tag-finder's Introduction

Undefined Genre Tag Finder


From the root directory of the script recursively scans the genre tag of specified audio file types and compares it with a given list of known genres. The files with unidentified genres are displayed on the console. All concerned files are printed into a m3u8 file for easy dragging into OneTagger or Mp3Tag. All unidentified genres are printed into a txt file alphabetically.

(Only tested on Windows 10)

Supported file types

  • aif(f)
  • flac
  • AAC (m4a)
  • mp3
  • ogg
  • wav

Requirements

Installation

  • Download Source
  • Install Requirements
    pip install -r requirements.txt

Usage

  1. Put find_undefined_genres.py in the root folder of the folder structure you want to scan.
  2. Open find_undefined_genres.py in a text editor.
  3. Navigate to line 12, add/remove the desired file types you want to scan, and save the changes.
  4. Navigate to line 15, list all the genres you want to exclude in the search between the two single quotes, separate them by comma, and save the changes.
    Example: 'Deep House, Techo, Drum & Bass'
  5. Then execute the script with the command python find_undefined_genres.py.

wrong-tag-finder's People

Contributors

tjerbor avatar

Watchers

 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.