szclsya / mpdris2-rs

Exposing MPRIS V2.2 D-Bus interface for mpd
GNU General Public License v3.0
31 stars 1 forks source link

Change the temporary album_art dir to default to XDG_RUNTIME_DIR #3

Closed bwaite closed 1 year ago

bwaite commented 1 year ago

Making the album_art cache use $XDG_RUNTIME_DIR allows it to avoid any conflicts when running multiple instances at once.

Can still fall back to /tmp if the RUNTIME_DIR isn't available

szclsya commented 1 year ago

Good idea! Thanks.