gdi3d / mute-spotify-ads-mac-osx

Mute Mac (osx) computer audio when Spotify plays an AD
https://gdi3d.github.io/mute-spotify-ads-mac-osx/
MIT License
120 stars 17 forks source link

about stats.txt , what is this ? #24

Closed League2EB closed 2 years ago

League2EB commented 2 years ago

first , Thank you for your brilliant idea

But I don't understand the purpose of stats.txt It always makes

What is it used for? thx all

# create stats file
if ! test -f "stats.txt"; then
    echo 0 > stats.txt
fi
gdi3d commented 2 years ago

Hey, thanks for your kind words.

stats.txt is the file used to store the amount of minutes of ads blocked. This way the script can show you how many minutes/hours of ads have been muted.

If you deleted the file, next time you run the script it will be created again. But, of course, you will loose that information.