/music-organizer

This program organizes a folder of music files into the correct directory. It will also try to fill in the metadata for the songs as best it can should the user choose that option.

Primary LanguagePythonMIT LicenseMIT

song-metadata-downloader

This script organizes your unorganized musci for you. teh final stucture looks like this:

Music --- <artist> --- <album> --- <song>
       |            |           |
       |            |           |- <song>
       |            |
       |	    |
       |            |- <album> --- <song>
       |	       	        |
       |	    		|- <song>
       |
       |
       |- <artist> --- <album> --- <song>
                    |           |
                    |           |- <song>
                    |
		    |
                    |- <album> --- <song>
        	       	        |
        	    		|- <song>

developement status:

this program is not yet runable. it has only been mapped out.