Git Product home page Git Product logo

is-my-music-complete's Introduction

is-My-Music-Complete

...But why ?

I got bored, that's why. ... Ok, I got angry seeing that my music library contained incomplete albums, and I wanted to dynamically detect those albums (instead of doing it all manually).

Set-up

There is just one very small step : Give the path to your music library folder. You have to change it here :

src/Util.cs

change the line 16 (the @ is important) :
 public static string PATH_READ_MUSIC = @"C:\path\to\my\music\library";

How to run it

Simply open the project in Visual Studio and run it :) Or if you have .NET (core) installed, enter $ dotnet run in the console at the root of the project's folder.

Depending on the action you perform, a text file containing the according logs will appear in the source folder.

ENJOY !! (well, I hope you do)

It does not f@cking work

Ah. To my knowledge, there is only one explanation. The program supposes that your music is stored as the following :

Artist A
 --Album A-1
 ----song A-1-a
 ----song A-1-b
 ----song A-1-c
 
 --Album A-2
 ----song A-2-a
 ----song A-2-b
 ----song A-2-c
 
Artist B
 --Album B-1
 ----song B-1-a
 ----song B-1-b
 ----song B-1-c
 
 --Album B-2
 ----song B-2-a
 ----song B-2-b
 ----song B-2-c
 
 --Album B-3
 ----song B-3-a
 ----song B-3-b
 ----song B-3-c

If you don't have such a structure, well... it won't work well.

That or the file's names do not begin by numbers.. To keep things short, the file's names are really, REALLY important to this code.

Authors

It was made by... me :)

See also the list of contributors who participated in this project.

is-my-music-complete's People

Contributors

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