We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d0602 commit a569066Copy full SHA for a569066
python2.7/music-organizer.py
@@ -8,6 +8,10 @@
8
iTunes and [mpv](http://mpv.io) using tag information.
9
The directory structure is `<artist>/<track>`, where `<artist>` and `<track>`
10
are lower case strings separated by dashes.
11
+
12
+See my blog post
13
+[Using Python to organize a music directory](http://bamos.github.io/2014/07/05/music-organizer/)
14
+for a more detailed overview of this script.
15
"""
16
17
import argparse
0 commit comments