Popular Python recipes tagged "rip"http://code.activestate.com/recipes/langs/python/tags/rip/2010-04-20T23:24:57-07:00ActiveState Code RecipesReorganize mp3 from an ipod to a Artist/Album{s}/songs structure (Python)
2010-04-20T23:24:57-07:00Benjamin Sergeanthttp://code.activestate.com/recipes/users/4039626/http://code.activestate.com/recipes/577204-reorganize-mp3-from-an-ipod-to-a-artistalbumssongs/
<p style="color: grey">
Python
recipe 577204
by <a href="/recipes/users/4039626/">Benjamin Sergeant</a>
(<a href="/recipes/tags/ipod/">ipod</a>, <a href="/recipes/tags/music/">music</a>, <a href="/recipes/tags/rip/">rip</a>).
</p>
<p>mp3 that you copied from an ipod are weirdly organized on disk. This recipe will move them to a sane and classic structure (the one iTune use). Written during a boring / long meeting :)</p>