Code Monkey home page Code Monkey logo

archivist's Introduction

Archivist

A simple program that helps you organizing your musics

Getting Started

Follow this instructions to install the program in your machine.

Prerequisites

This program requires Python 3 in order to run. Check how to install the latest version in your platform.

The only third-party package that's being used is Mutagen, a library used to handle the files' tags in order to extract information such as the song's band/artist and its album. To install it:

pip install mutagen==1.40.0

Installing

The only file you'll need is archivist.py. To download and install it, folow these steps:

  • wget https://raw.githubusercontent.com/JeffersonCarvalh0/Archivist/master/archivist.py - To download it
  • chmod u+x archivist.py - To give it permission to execute
  • sudo mv archivist.py /usr/bin/archivist - To allow it to be executed globally

Usage

Just type archivist anywhere you like, and it should do the job. Alternatively, you can give a directory as an argument.

The program will search for music files in the given directory, separating the files by artist and album, after getting this info from the file's tag.

Uninstalling

To uninstall, just type sudo rm /usr/bin/archivist in the terminal.

Built With

  • Mutagen - A Python module to handle audio metadata

License

This project is licensed under the MIT License - see the LICENSE file for details

archivist's People

Contributors

jeffersoncarvalh0 avatar

Stargazers

 avatar  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.