Skip to content

Commit a569066

Browse files
committed
Link to music organizer blog post.
1 parent 75d0602 commit a569066

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python2.7/music-organizer.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
iTunes and [mpv](http://mpv.io) using tag information.
99
The directory structure is `<artist>/<track>`, where `<artist>` and `<track>`
1010
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.
1115
"""
1216

1317
import argparse

0 commit comments

Comments
 (0)