[rockbox] / trunk / apps / scrobbler.c Repository:
ViewVC logotype

Log of /trunk/apps/scrobbler.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 18960 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 1 16:14:28 2008 UTC (4 weeks, 4 days ago) by gevaerts
File length: 7354 byte(s)
Diff to previous 18819
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*.
This should be a good first step to allow multi-driver targets, like the Elio (ATA/SD), or the D2 (NAND/SD).

Revision 18819 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 16 10:38:03 2008 UTC (6 weeks, 6 days ago) by jdgordon
File length: 7350 byte(s)
Diff to previous 18814
Accept FS#9480 - centralise and organise the events in the apps/ layer. 

Revision 18814 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 15 06:38:51 2008 UTC (7 weeks ago) by zagor
File length: 7327 byte(s)
Diff to previous 18732
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. Moved mp3data.c/h from firmware to apps.

Revision 18732 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Oct 7 18:39:44 2008 UTC (8 weeks, 1 day ago) by robert
File length: 7322 byte(s)
Diff to previous 17847
FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first - uploading software may need updating, see the LastFMLog wiki page

Revision 17847 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 28 18:10:04 2008 UTC (5 months ago) by bagder
File length: 7157 byte(s)
Diff to previous 17647
Updated our source code header to explicitly mention that we are GPL v2 or
later. We still need to hunt down snippets used that are not. 1324 modified
files...
http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml

Revision 17647 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 28 18:12:13 2008 UTC (6 months ago) by bertrik
File length: 7057 byte(s)
Diff to previous 17533
Remove racy call to unregister_ata_idle_func and remove unnecessary check before calling register_ata_idle_func. Should fix FS#8993 - Freeze on shutting down. 

Revision 17533 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 15 23:02:22 2008 UTC (6 months, 2 weeks ago) by bertrik
File length: 7419 byte(s)
Diff to previous 17122
Protect scrobbler_shutdown against multiple invocations, preventing double unregister of ata_idle callback. Probable fix for FS#8993 - Freeze on shutting down.

Revision 17122 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 15 18:10:22 2008 UTC (7 months, 2 weeks ago) by nls
File length: 7367 byte(s)
Diff to previous 16685
Slight clean up and binsize save

Revision 16685 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 17 05:22:53 2008 UTC (8 months, 2 weeks ago) by jdgordon
File length: 7632 byte(s)
Diff to previous 16682
It makes more sense for the callback registrar to decide if its a "oneshot" then the callback caller.
(Doing it this way means playback could(/should?) registar a disk spinup callback at init which is called every spinup without needing to be reregistered)

Revision 16682 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 16 13:55:16 2008 UTC (8 months, 2 weeks ago) by miipekk
File length: 7625 byte(s)
Diff to previous 16550
Implement the playback event handling as a system-wide multi-purpose event system. Unified mpeg.c and playback.c audio event handling. Converted ata_idle_notify to use the new event handling system also.

Revision 16550 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 8 00:02:51 2008 UTC (8 months, 3 weeks ago) by miipekk
File length: 7792 byte(s)
Diff to previous 16546
Fixed red. HWCODEC platforms still use the old api.

Revision 16546 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 7 22:56:51 2008 UTC (8 months, 3 weeks ago) by miipekk
File length: 7605 byte(s)
Diff to previous 13699
Rewritten playback event handling. Should fix runtime statistics gathering.

Revision 13699 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 24 18:46:04 2007 UTC (17 months, 1 week ago) by peter
File length: 7549 byte(s)
Diff to previous 12811
A patch by Robert Keevil that's been in the tracker way to long, fixes FS #6213: Audioscrobbler incorrectly submits last song

Revision 12811 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 16 23:47:03 2007 UTC (20 months, 2 weeks ago) by amiconn
File length: 7108 byte(s)
Diff to previous 12554
Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -Wundef. No code change.

Revision 12554 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 3 00:11:20 2007 UTC (21 months ago) by roolku
File length: 7123 byte(s)
Diff to previous 12520
remove runtime detection of h1x0 series RTC MOD, but leave driver code

Revision 12520 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 28 13:20:36 2007 UTC (21 months ago) by roolku
File length: 7250 byte(s)
Diff to previous 12267
FS#6419 - driver for H1x0 series RTC Mod with runtime detection

Revision 12267 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 11 05:34:14 2007 UTC (21 months, 3 weeks ago) by jdgordon
File length: 7123 byte(s)
Diff to previous 11966
Accept FS#6644 - use the ata_idle_nofity stuff for the last.fm logging

Revision 11966 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 9 23:22:14 2007 UTC (22 months, 3 weeks ago) by linus
File length: 6949 byte(s)
Diff to previous 11270
Removed executable flag

Revision 11270 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 19 10:25:10 2006 UTC (2 years, 1 month ago) by linus
File length: 6949 byte(s)
Diff to previous 11269
Put the CVS revision in the CLIENT string in the scrobbler log file

Revision 11269 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Oct 19 09:42:58 2006 UTC (2 years, 1 month ago) by linus
File length: 6939 byte(s)
Patch #5166 by Robert Keevil - Last.fm logging

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Admin: Björn Stenberg
ViewVC Help
Powered by ViewVC 1.1-dev