id3fs.git
2010-11-06 Ian Beckwithid3fs-tag: usage(): document -V
2010-11-06 Ian Beckwithid3fs-tag: -V: summarize tags in directories
2010-11-06 Ian Beckwithrecurse down @ARGV instead of treating them as files
2010-11-06 Ian Beckwithid3fs-tag: don't print filename on tags line
2010-11-03 Ian Beckwithid3fs-index -l: bare tags: don't display tags with...
2010-11-03 Ian Beckwithfix setting genre
2010-11-02 Ian Beckwithid3fs-tag: reenable bundling
2010-11-02 Ian Beckwithid3fs-tag: don't print if -o or -O
2010-11-02 Ian Beckwithid3fs-tag: implement -o
2010-11-02 Ian Beckwithid3fs-tag: implement -o
2010-11-01 Ian Beckwithid3fs-tag: set genre
2010-11-01 Ian Beckwithid3fs-tag: fix removing all tags individually
2010-11-01 Ian Beckwithadd audiotype/UNKNOWN, just in case
2010-11-01 Ian Beckwithset bitrate/samplerate to UNKNOWN when == 0
2010-11-01 Ian Beckwithfix id3v2 tag writing weirdness
2010-10-31 Ian Beckwithnew special tags: channels, samplerate, bitrate
2010-10-31 Ian Beckwithfixed delete_all
2010-10-31 Ian Beckwithid3fs-tag: add/replace tags in genre tag
2010-10-30 Ian Beckwithid3fs-tag: view tags
2010-10-30 Ian BeckwithAudioFile: more write support
2010-10-30 Ian BeckwithPrepare AudioFile for writing
2010-10-30 Ian Beckwithadd id3fs-tag to build system
2010-10-30 Ian Beckwithput back "use lib"
2010-10-30 Ian Beckwithstart id3fs-tag
2010-10-30 Ian Beckwithadd special UNTAGGED tag when no non-special tags present
2010-10-23 Ian BeckwithMakefile.PL: add audio dependencies debian/1.0-1 releases/1.0
2010-10-23 Ian BeckwithREADME: correct dependencies
2010-10-23 Ian Beckwithdebian: add dependencies on libmp3-tag-perl, libaudio...
2010-10-23 Ian Beckwithremove "use lib"
2010-10-23 Ian Beckwithupdate release dates
2010-10-23 Ian Beckwithreduce default maxtagdepth to 6
2010-10-23 Ian Beckwithtidy code
2010-10-23 Ian Beckwithmake hasvals a per-node setting
2010-10-23 Ian Beckwithtweak number_joins
2010-10-22 Ian Beckwithdisable filters again, further tweaks to number_joins
2010-10-21 Ian Beckwithpreprocess elements, calculating joins
2010-10-21 Ian BeckwithNode::to_sql: NOT: only return an extra join, don't...
2010-10-21 Ian Beckwithdoc tweaks
2010-10-20 Ian Beckwithmore special-casing joins
2010-10-19 Ian Beckwithjoin stack tweaking
2010-10-19 Ian Beckwithreverse default sort order in schema
2010-10-19 Ian Beckwithrename in_or to want_all_tags, tweak
2010-10-19 Ian Beckwithmore doc tweaks
2010-10-19 Ian Beckwithdoc tweaks
2010-10-19 Ian Beckwithremove more dead code
2010-10-19 Ian Beckwithtidy Path and Node
2010-10-19 Ian Beckwithsql formatting tweaks
2010-10-19 Ian Beckwitheliminate STATE_TAGVAL
2010-10-19 Ian Beckwithmore code tidying
2010-10-19 Ian BeckwithPath tweaks
2010-10-19 Ian Beckwithremove unnecessary code
2010-10-19 Ian BeckwithPath::Node: make type an int not a string
2010-10-19 Ian Beckwithremove more dead code
2010-10-19 Ian Beckwithhandle FIXMEs, remove dead code
2010-10-19 Ian Beckwithdebian/docs: install README and TODO into /usr/share...
2010-10-19 Ian Beckwithid3fsd: drop terminal unless verbose
2010-10-19 Ian Beckwithid3fs-index: update usage and man page
2010-10-19 Ian Beckwithadd META.yml
2010-10-19 Ian Beckwither, thats 3.0 (quilt), obviously
2010-10-19 Ian Beckwithswitch to 3.0 source format, I suppose
2010-10-19 Ian Beckwithid3fsd: update usage
2010-10-19 Ian Beckwithid3fsd: update man page
2010-10-19 Ian Beckwithdebian/control: update long description
2010-10-19 Ian Beckwithupdate MANIFEST
2010-10-19 Ian Beckwithadd README
2010-10-19 Ian Beckwithhandle /NOT/foo/OR/bar
2010-10-19 Ian Beckwithfix relativising symlinks
2010-10-19 Ian Beckwithtidy DB
2010-10-19 Ian Beckwithfix man1 extension
2010-10-19 Ian Beckwithfinish debian/copyright
2010-10-19 Ian Beckwithadd debian/watch
2010-10-19 Ian Beckwithallow lintian to bully me into adding debian/source...
2010-10-19 Ian Beckwithadd copyright/license headers
2010-10-19 Ian Beckwithtidy filtering code, ensure NOARTIST/NOALBUM/TRACKS...
2010-10-19 Ian BeckwithOR: show all unused tags
2010-10-19 Ian Beckwithadded stub ChangeLog
2010-10-19 Ian Beckwithadd TODO
2010-10-19 Ian Beckwithcontrol filters via $ENABLE_FILTER at the top of ID3FS...
2010-10-19 Ian Beckwithadded .gitignore
2010-10-18 Ian Beckwithupdate MANIFEST
2010-10-18 Ian Beckwithadd audiotype/ tags; reenable filters
2010-10-18 Ian Beckwithremove debug code
2010-10-18 Ian BeckwithNode: merge to_sql and node_to_sql
2010-10-18 Ian Beckwithspell ALLTRACKS as TRACKS again, clashes with AND in...
2010-10-18 Ian Beckwithdisable filters again
2010-10-18 Ian Beckwithdrop maxdepth to 10, spell TRACKS as ALLTRACKS
2010-10-18 Ian Beckwithrip out unnecessary references to parents_id
2010-10-18 Ian Beckwithstop special-casing /NOT
2010-10-18 Ian Beckwithreworked DB::new et al *again*
2010-10-18 Ian Beckwithremove some debugging messages
2010-10-18 Ian BeckwithRemove PathElement::*
2010-10-18 Ian Beckwithmerge PathElement::* into Path::Node
2010-10-18 Ian BeckwithPathElement::*: implement id() method
2010-10-18 Ian BeckwithPath::is and Path::at
2010-10-18 Ian Beckwithremove obsolete FIXMEs
2010-10-18 Ian Beckwithtweak indexes in schema
2010-10-18 Ian Beckwithrip out postgres support
2010-10-18 Ian Beckwithfilter out empty TRACKS, NOARTIST, NOALBUM
2010-10-18 Ian Beckwithspecify max tag depth (default: 15)
2010-10-17 Ian BeckwithPathElement::Tag: use parents_id when looking up tag
next