musicfix

music file renamer and tagger
git clone git://git.2f30.org/musicfix
Log | Files | Refs | README | LICENSE

CHANGELOG (1200B)


      1 * Clear old tags and images
      2 
      3 ## 0.2.2
      4 * Fix a numbering bug
      5 * Removed tracks filtering
      6 
      7 ## 0.2.1
      8 * Updated license and license identifier in gem.
      9 
     10 ## 0.2.0
     11 * Fix zero padding in numbering and filename order.
     12 * Switch to HTTPS and use Discogs Auth through user tokens.
     13 * Get images only through the API as intended.
     14 
     15 ## 0.1.7
     16 * Fix http requests to work with the current API.
     17 * All stdout output is valid YAML.
     18 * Sort tracklist of output release file in filename order.
     19 * Get artwork from the s.pixogs.com domain.
     20 
     21 ## 0.1.6
     22 * Can now generate release files from audio file tags.
     23 * Add the release metadata saving functionality and loading logic.
     24 
     25 ## 0.1.5
     26 * Dummy song entries have empty pos, not nil (came with JSON change).
     27 
     28 ## 0.1.4
     29 * Remove the discogs-wrapper gem dependency and directly call the
     30   Discogs API with JSON output format.
     31 * Most of the common release format abbreviations are in place.
     32 * Always start numbering of track lists from 1 ("A" becomes "A1").
     33 * Numbering in artist name can also appear before the article, strip it.
     34 
     35 ## 0.1.3
     36 * Release format string is now abbreviated for file naming.
     37 * Add the fake command prefix to avoid writing to disk.
     38 * Start to keep a change log.