Hey everybody, I don't know if this is a problem for other Linux users, but I never was able to do the click to install for beatmaps/skins. I was stuck downloading them as zips and extracting them into the super deep PlayOnLinux directory and that would piss people off in multiplayer rooms.
I was bored and made a command line tool for Linux users called osuex (works super easily for PlayOnLinux users). Basically if you download a map/skin or a bunch of them, it'll mass extract them all and move them to the correct directory.
For installation all you have to do is
Once installed (if you are using PlayOnLinux), all you need to do is navigate to where you downloaded your osu files and run
If you run
If anybody wants to contribute or finds an issue, PM me or post an issue on github. Also, this is my first post, so sorry if I'm not following standard etiquette or posting in the wrong area.
I was bored and made a command line tool for Linux users called osuex (works super easily for PlayOnLinux users). Basically if you download a map/skin or a bunch of them, it'll mass extract them all and move them to the correct directory.
For installation all you have to do is
pip install osuexas root or install from source by cloning the repo at https://github.com/jacobzipper/osuex by running
python setup.py installas root.
Once installed (if you are using PlayOnLinux), all you need to do is navigate to where you downloaded your osu files and run
osuex
If you run
osuex --helpyou can get more info if just running the script doesn't work for you. The help will show you how to set the directory where the osu files are and how to set the extraction directories for maps and skins.
If anybody wants to contribute or finds an issue, PM me or post an issue on github. Also, this is my first post, so sorry if I'm not following standard etiquette or posting in the wrong area.