id3fs.git
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
2010-09-26 Ian Beckwithflac/ogg: allow any case for comment names, files in...
2010-09-25 Ian Beckwithremove debug code
2010-09-25 Ian Beckwithogg support
2010-09-25 Ian BeckwithFLAC support
2010-09-25 Ian Beckwithrework schema avoiding unnecessary many-many relationships
2010-09-25 Ian Beckwithmerge ARTIST and TAG states
2010-09-24 Ian Beckwithid3fsd: some docs
2010-09-24 Ian Beckwithid3fs-index: fix pod
2010-09-24 Ian Beckwithid3fs-index: document
2010-09-24 Ian Beckwithrename id3fs to id3fs-index
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 Beckwithpartially implement booleans
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-22 Ian BeckwithMp3: filter extra slashes
2010-09-21 Ian BeckwithMp3: only allow one / per tag
2010-09-21 Ian Beckwithbasic tag path traversal
2010-09-20 Ian Beckwithadded stub ID3FS::Path
2010-09-20 Ian Beckwithdistinguish dirs from symlinks
2010-09-20 Ian Beckwithfuse: use uid/gid id3fsd runs as
2010-09-20 Ian Beckwithbasic tags display in root of fs
2010-09-20 Ian Beckwithminimal working fuse stub
2010-09-20 Ian Beckwithimplement fuse stub
2010-09-20 Ian Beckwithstrip leading "./"
2010-09-20 Ian BeckwithMp3: actually parse genre tag
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
2010-09-19 Ian Beckwithimport GPL 3
2010-09-19 Ian Beckwithupdated stubs to latest perlstub
2010-09-19 Ian Beckwithinitial commit of stub project