summaryrefslogtreecommitdiffstats
path: root/apps/scrobbler.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-1/+1
2008-10-16Accept FS#9480 - centralise and organise the events in the apps/ layer. Jonathan Gordon1-0/+1
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1
2008-10-07FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...Robert Keevil1-6/+8
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-28Remove racy call to unregister_ata_idle_func and remove unnecessary check bef...Bertrik Sikken1-16/+1
2008-05-15Protect scrobbler_shutdown against multiple invocations, preventing double un...Bertrik Sikken1-0/+3
2008-04-15Slight clean up and binsize saveNils Wallménius1-19/+15
2008-03-17It makes more sense for the callback registrar to decide if its a "oneshot" t...Jonathan Gordon1-1/+1
2008-03-16Implement the playback event handling as a system-wide multi-purpose event sy...Miika Pekkarinen1-11/+6
2008-03-08Fixed red. HWCODEC platforms still use the old api.Miika Pekkarinen1-0/+8
2008-03-07Rewritten playback event handling. Should fix runtime statistics gathering.Miika Pekkarinen1-2/+2
2007-06-24A patch by Robert Keevil that's been in the tracker way to long, fixes FS #62...Peter D'Hoye1-8/+22
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold1-5/+5
2007-03-03remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla1-6/+0
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla1-0/+6
2007-02-11Accept FS#6644 - use the ata_idle_nofity stuff for the last.fm loggingJonathan Gordon1-13/+21
2007-01-09Removed executable flagLinus Nielsen Feltzing1-0/+0
2006-10-19Put the CVS revision in the CLIENT string in the scrobbler log fileLinus Nielsen Feltzing1-5/+5
2006-10-19Patch #5166 by Robert Keevil - Last.fm loggingLinus Nielsen Feltzing1-0/+263