PathElement::*: implement id() method
[id3fs.git] / lib /
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 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 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