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..\packages
with..\..\packages
. - Edit
OsuSync\OsuRTDataProvider\OsuRTDataProvider.csproj
, replace$(SolutionDir)\Sync\bin\$(ConfigurationName)\Plugins
with$(SolutionDir)OsuSync\$(ConfigurationName)\Plugins
. - Build
Sync
- Build
OsuRTDataProvider
- Build or run
OsuLastfmScrobbler