id3fs-index -l: bare tags: don't display tags with children (eg year)
[id3fs.git] / lib / ID3FS / DB.pm
2010-11-03 Ian Beckwithid3fs-index -l: bare tags: don't display tags with...
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-10-31 Ian Beckwithnew special tags: channels, samplerate, bitrate
2010-10-30 Ian Beckwithadd special UNTAGGED tag when no non-special tags present
2010-10-19 Ian Beckwithreverse default sort order in schema
2010-10-19 Ian Beckwithhandle FIXMEs, remove dead code
2010-10-19 Ian Beckwithfix relativising symlinks
2010-10-19 Ian Beckwithtidy DB
2010-10-19 Ian Beckwithadd copyright/license headers
2010-10-18 Ian Beckwithadd audiotype/ tags; reenable filters
2010-10-18 Ian Beckwithreworked DB::new et al *again*
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-17 Ian Beckwithtweak relativise
2010-10-17 Ian Beckwithfix id3fs-index -l
2010-10-17 Ian Beckwithmerge duplicate id lookup functions
2010-10-17 Ian Beckwithensure tags with different parents have different entri...
2010-10-16 Ian Beckwithsupport decade/UNKNOWN
2010-10-15 Ian Beckwithfix paths on add
2010-10-11 Ian Beckwithfix pruning deleted files
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 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-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-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 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-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 Beckwithstop sanitising tagvals on select: now sanitised on...
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-25 Ian BeckwithFLAC support
2010-09-25 Ian Beckwithrework schema avoiding unnecessary many-many relationships
2010-09-24 Ian Beckwithlast_update: store in id3fs table, update when index...
2010-09-24 Ian Beckwithfiddle with DB->new parameters
2010-09-23 Ian Beckwithfix album_tracks
2010-09-23 Ian Beckwithfix file splitting; tweaks
2010-09-23 Ian Beckwithfix artist + album
2010-09-23 Ian BeckwithFirst music successfully played via id3fs
2010-09-23 Ian Beckwithstart implementing albums
2010-09-23 Ian Beckwithimplement tags query from joinfu.com/presentations...
2010-09-23 Ian Beckwithtags(): self-join: postgres fixes
2010-09-22 Ian Beckwithtags(): convert to tags self-join via files
2010-09-22 Ian Beckwithsupport postgres as well as sqlite (for testing)
2010-09-21 Ian Beckwithbasic tag path traversal
2010-09-20 Ian Beckwithbasic tags display in root of fs
2010-09-19 Ian Beckwithwrite to db
2010-09-19 Ian Beckwithimplement id3 tag lookup
2010-09-19 Ian Beckwithadd stub ID3FS::File and subclasses
2010-09-19 Ian BeckwithID3FS: use File::Find to recursively add files
2010-09-19 Ian Beckwithid3fs: create & connect to DB