Last.fm Scrobbler of Osu!.
- Download OsuLastfmScrobbler.zip
- Extract zip file(prefer
<osu_dir>\OsuLastfmScrobbler), then run.exe. - In the first run, this application generates
config.ini, set your configuration and reopen the application. - This application will try to open
osu!.exe, otherwise you can open osu yourself.
[OsuScrobbler.Settings]
| Setting Name | Description |
|---|---|
| LastfmApiKey | apiKey of Last.fm, you can create your API account at https://www.last.fm/api/account/create |
| LastfmApiSecret | apiSecret of Last.fm. |
| LastfmUsername | Your Last.fm username. |
| LastfmPassword | Your Last.fm password. |
Once your configuration is valid and osu is running, you can see the success info like this:

Enjoy yourself!
prepare:
git submodule init
git submodule update
cd OsuSync
git clone https://github.com/OsuSync/OsuRTDataProvider.git- Edit
OsuSync\Sync\Sync.csproj, replace all..\packageswith..\..\packages. - Edit
OsuSync\OsuRTDataProvider\OsuRTDataProvider.csproj, replace$(SolutionDir)\Sync\bin\$(ConfigurationName)\Pluginswith$(SolutionDir)OsuSync\$(ConfigurationName)\Plugins. - Build
Sync - Build
OsuRTDataProvider - Build or run
OsuLastfmScrobbler