id3fs.git
2010-10-18 Ian Beckwithspecify max tag depth (default: 15)
2010-10-17 Ian BeckwithPathElement::Tag: use parents_id when looking up tag
2010-10-17 Ian Beckwithrevert dirent reordering
2010-10-17 Ian Beckwithtweak relativise
2010-10-17 Ian Beckwithmore code tidying: sql_start()
2010-10-17 Ian Beckwithfix id3fs-index -l
2010-10-17 Ian Beckwithtidy code
2010-10-17 Ian Beckwithmerge duplicate id lookup functions
2010-10-17 Ian Beckwithremove dead code
2010-10-17 Ian Beckwithensure tags with different parents have different entri...
2010-10-17 Ian Beckwithfix filter, even though its still disabled. List specia...
2010-10-17 Ian Beckwithid3fsd verbosity: -v => sql, -vv => fuse debugging
2010-10-17 Ian Beckwithdisable filters - too slow
2010-10-17 Ian Beckwithfixed filter
2010-10-17 Ian Beckwithenable filter
2010-10-16 Ian Beckwithfix NOT with tagvals
2010-10-16 Ian Beckwithfix man8 and sbin install target destinations for vendo...
2010-10-16 Ian Beckwithdebian: add dependencies
2010-10-16 Ian Beckwithcustomise debian/
2010-10-16 Ian Beckwithran dh-make-perl
2010-10-16 Ian Beckwithfix sbin support
2010-10-16 Ian Beckwithswitch to MakeMaker, rip off man8 stuff from vipuls...
2010-10-16 Ian Beckwithuse $PATH_* instead of hardcoded names for TRACKS,...
2010-10-16 Ian Beckwithsupport decade/UNKNOWN
2010-10-16 Ian Beckwithincomplete support for filtering directories by whether...
2010-10-15 Ian Beckwithfix paths on add
2010-10-15 Ian Beckwith/ALL fixes
2010-10-15 Ian BeckwithNOT: fix left joins
2010-10-15 Ian Beckwithspecial-case /NOT
2010-10-12 Ian Beckwithfix /NOT
2010-10-12 Ian Beckwithtidy to_sql()
2010-10-12 Ian Beckwithuse list of join types instead of count
2010-10-11 Ian Beckwithfix pruning deleted files
2010-10-11 Ian Beckwithstart of support for NOT queries
2010-10-11 Ian Beckwithfix handling of unset artist/album; unset years default...
2010-10-11 Ian Beckwithfilter out empty artist/album names
2010-10-10 Ian Beckwith/ALL fixes
2010-10-10 Ian Beckwithtags: AND limit clauses together
2010-10-10 Ian Beckwithsort_elements: fix dropping parents
2010-10-10 Ian Beckwithsort_elements: skip elements with children
2010-10-10 Ian Beckwithtags: fix exclusion clause precedence
2010-10-10 Ian Beckwithfix elements_to_tree (needs array ref not array) and...
2010-10-10 Ian Beckwithtidy code
2010-10-10 Ian Beckwithmove big chunks of DB into Path
2010-10-10 Ian Beckwithfix foo/bar/AND/
2010-10-10 Ian Beckwithpartial (broken) support for tagvals
2010-10-09 Ian Beckwithuse tagtree in queries
2010-10-09 Ian Beckwithpass path to db methods, not just elements
2010-10-09 Ian Beckwithnode_to_sql
2010-10-07 Ian BeckwithVACUUM when pruning DB
2010-10-07 Ian Beckwithnon-working and-not implementation
2010-10-06 Ian Beckwithactually implement AND
2010-10-06 Ian Beckwithsort_elements: ignore everything except tags and booleans
2010-10-06 Ian Beckwithassemble tag expression into binary tree, respecting...
2010-10-06 Ian Beckwithfix indexing files in root of tree
2010-10-06 Ian Beckwithpartial support for tag expression as binary tree
2010-10-04 Ian Beckwithmore sql tweaks
2010-10-03 Ian Beckwithtags sql tweaks
2010-10-03 Ian Beckwithmore tag fixes
2010-10-03 Ian Beckwithconstraints_tag_list: handle dangling tag with unspecif...
2010-10-03 Ian Beckwithtags(): fix screening out used tags
2010-10-03 Ian Beckwithmore schema change/tagval fixes
2010-10-03 Ian Beckwithfinish tags hierarchy schema change
2010-10-03 Ian Beckwithtags hierarchy schema change: change list tags
2010-10-03 Ian Beckwithtags hierarchy schema change: change add
2010-10-02 Ian Beckwithpartially implement tagvals
2010-10-02 Ian Beckwithartist_tracks: use tag constraints
2010-10-02 Ian Beckwithartists_albums: use tag constraints
2010-10-02 Ian Beckwithabstract out tags_subselect
2010-10-02 Ian Beckwithrelativise symbolic links
2010-10-02 Ian BeckwithANALYZE after adds
2010-10-02 Ian Beckwithstop allowing NOTs to endlessly nest
2010-10-02 Ian Beckwithactually push boolean values
2010-10-02 Ian Beckwithchange ALLTRACKS to TRACKS, add NOARTIST and NOALBUM
2010-10-02 Ian Beckwithallow OR and NOT in the filesystem
2010-10-02 Ian Beckwithtweaked error messages
2010-10-02 Ian Beckwithcomplain if files are outside $base
2010-10-02 Ian Beckwithonly complain about missing albums if $verbose, complai...
2010-10-02 Ian Beckwithsort out DB new interface; search in parent dirs for...
2010-10-01 Ian Beckwithid3fs-index: removed unused entries when reindexing
2010-09-27 Ian Beckwithtidy ID3FS::Fuse
2010-09-26 Ian Beckwithremove unnecessary slash stripping - sanitised already...
2010-09-26 Ian Beckwithimplement id3fs-index -l
2010-09-26 Ian Beckwithfilter constraint ids, drop undefs
2010-09-26 Ian Beckwithadded ON {DELETE,UPDATE} CASCADE to foreign key constraints
2010-09-26 Ian Beckwithadd foreign key constraints
2010-09-26 Ian Beckwithremove/disable some debug prints
2010-09-26 Ian Beckwithfix tagvals
2010-09-26 Ian Beckwithdrop given/when, too new
2010-09-26 Ian Beckwithuse Module::Build
2010-09-26 Ian BeckwithAudioFile: check year is defined
2010-09-26 Ian Beckwithstop sanitising tagvals on select: now sanitised on...
2010-09-26 Ian Beckwithfinish refactoring AudioFile
2010-09-26 Ian Beckwithflac: remove debug code
2010-09-26 Ian Beckwithstart refactoring AudioFile
2010-09-26 Ian Beckwithfix flac tag extraction
2010-09-26 Ian Beckwithpartially implement tagvals
2010-09-26 Ian Beckwithkey albums off artists too (otherwise we get dylan...
2010-09-26 Ian Beckwiths/File/AudioFile/: fixup code to use new name
2010-09-26 Ian Beckwiths/File/AudioFile/: rename files
next