Code Monkey home page Code Monkey logo

muzip's Introduction

Muzip - Music ZIP archive indexer

Muzip is a handy little command-line tool to review the contents of a zip archive containing music.

Currently supported formats:

  • MP3

Installation

Muzip can be installed with go through the following command

$ go get -u github.com/tobbbles/muzip

Alternatively, you can grab a pre-compiled binary from the releases tab.

Usage

The muzip takes a file through the -file command line flag. It'll then parse the supported zip file and print out a table of recognised tracks from the file's metadata.

Example

$ muzip -file Calibre\ -\ Even\ If\ \(MP3\).zip
            ARCHIVE           | ARTIST  |        # TITLE
------------------------------+---------+-------------------------
  Calibre - Even If (MP3).zip | Calibre | 1 - All You Got
+                             +         +------------------------+
                              |         | 2 - Even If
+                             +         +------------------------+
                              |         | 3 - Rose
+                             +         +------------------------+
                              |         | 4 - Broken
+                             +         +------------------------+
                              |         | 5 - Thirst Dub
+                             +         +------------------------+
                              |         | 6 - Me Myself & I
+                             +         +------------------------+
                              |         | 7 - Steptoe
+                             +         +------------------------+
                              |         | 8 - Open Your Eyes
+                             +         +------------------------+
                              |         | 9 - Acid Hands
+                             +         +------------------------+
                              |         | 10 - Section Dub
+                             +         +------------------------+
                              |         | 11 - Gone Away
+                             +         +------------------------+
                              |         | 12 - No Reply
+                             +         +------------------------+
                              |         | 13 - Manchester Nights
------------------------------+---------+-------------------------

muzip's People

Watchers

 avatar

muzip's Issues

Directory indexing support

We should be able to provide a directory to muzip and allow it to recurse through the directory, pulling out archives and extracting the metadata. One thing to be considered here is how to manage de-duplication, if at all, over multiple archives.

FLAC Support

Gimme some info on those zips containing FLACs, please!

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.