summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2008-06-22client: last.fm scrobbling implementedLars-Dominik Braun1-2/+2
Very very ugly... We should spawn another thread. But for now it's working. (Though the played times are wrong for me, could be a wardrobe issue...)
2008-06-21client: Read stsz atom containing frame sizesLars-Dominik Braun1-3/+7
This has two advantages: 1) We can pass the correct amount of bytes to NeAACDecDecode (). This should fix some decoding error messages. And 2) We can show the length of the song and the remaining (or already played time) to the user. Cool, eh?
2008-06-17lib: Move sources to srcLars-Dominik Braun1-2/+2
2008-06-15client: Manpage addedLars-Dominik Braun1-1/+1
2008-06-15client: Config file added, not yet documentedLars-Dominik Braun1-1/+1
Some restructuring was necessary too.
2008-06-13Hopefully fixed wrong libxml2 usageLars-Dominik Braun1-2/+2
We did a xmlCleanupParser () call everytime we finished parsing; this is wrong (http://xmlsoft.org/html/libxml-parser.html#xmlCleanupParser)
2008-06-11client: Station renaming implementedLars-Dominik Braun1-1/+1
2008-06-10Added missing files to repoLars-Dominik Braun1-0/+6