Skip to content

Version 0.4.0 - Playlists, Manual DLs & More

Compare
Choose a tag to compare
@Luux Luux released this 31 Jan 18:17
· 9 commits to master since this release
9cdd542

This is the biggest update yet.

  • Manual DL!
    Just specify a supported URI and ARBSMapDo will do the rest. This even works for bsaber playlist pages.
    Examples for supported URIs:
    https://bsaber.com/noodle-remaster-ost-2/ (downloads and adds entire playlist)
    https://bsaber.com/songs/112aa/
    https://beatsaver.com/beatmap/112a4
    https://scoresaber.com/leaderboard/231492
    These all just work. Either via assistant or via CL (.\arbsmapdo.exe [URL])

  • Playlist support!
    Append your results to a playlist or create a new one. This supports the filtered mass-downloading as well as the manual DL described above. You can even download an entire playlist and append it to another playlist!

  • Detection of already existing maps!
    ARBSMapDo now detects already existing maps, so you don't download them again and you can use ARBSMapDo in harmony with other tools. The hash calculation is cached, so it only has to calculate the map-hash for new maps downloaded outside of ARBSMapDo. In other words: it doesn't have to perform the full scan everytime you start the tool.

  • Assistant improvements
    Some better formatting here and there.

  • Use beatsaver rating instead of vote_ratio
    You may have to change that in your presets if coming from older versions

  • Added --noextract option to prevent extracting of downloaded .zip files. This can be useful for Quest users. The detection of already existing maps works with zip files as well as long as they are in the specified download directory.

  • Some other fixes