Hi guys I have a Sandisk Sansa e260, which is kinda broken, it's not being recognized as a usb drive anymore. So I have to e.g. do my rockbox updates via the external sd card. But that's fine, I only update with releases. But uploading my .scrobbler.log to last.fm is really annoying, I always have to copy it from the root directory onto the sd card and then upload it. So what I would love to have is the possibility to make rockbox directly save the log onto the sd card. I guess this is only possible by patching the source, so I searched in the sources for scrobbler.log
Will this work this way? (patch is attached) Greetz Army
diff -aur rockbox-3.6/apps/scrobbler.c rockbox-3.6.new/apps/scrobbler.c --- rockbox-3.6/apps/scrobbler.c 2010-06-03 23:41:15.000000000 +0200 +++ rockbox-3.6.new/apps/scrobbler.c 2010-06-19 21:00:36.946554747 +0200 @@ -45,7 +45,7 @@ #define SCROBBLER_VERSION "1.1" #if CONFIG_RTC -#define SCROBBLER_FILE "/.scrobbler.log" +#define SCROBBLER_FILE "/<MicroSD>/.scrobbler.log" #else #define SCROBBLER_FILE "/.scrobbler-timeless.log" #endif
