Skip to content

Commit

Permalink
#603 remove anonymous metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesabou committed May 5, 2023
1 parent 5c11b7f commit ba32257
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 249 deletions.
3 changes: 0 additions & 3 deletions docs/_data/footer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,5 @@
- title: <i class="fa fa-list"></i> Release Notes
url: https://github.com/vdesabou/alfred-spotify-mini-player/releases

- title: <i class="fa fa-bar-chart"></i> Statistics
url: /stats/

- title: <i class="fa fa-graduation-cap"></i> Terms
url: /terms/
48 changes: 0 additions & 48 deletions docs/statistics.md

This file was deleted.

23 changes: 0 additions & 23 deletions spotify-mini-player/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12107,12 +12107,8 @@ If you're using a firewall or a software that blocks communications, note that y
* https://api.spotify.com (for interaction with Spotify)
* https://raw.githubusercontent.com (for downloading new release from web site)
* https://github.com/ (for downloading images when changing theme)
* http://api.stathat.com (for statistics)
If you're using a proxy, don't forget to enable this option in Alfred preferences, ***except for the time of authentication, it must be disabled*** :
![Use Mac OS http proxy settings for scripts option (except for authentication)](./images/setup6.jpg)
Expand Down Expand Up @@ -17063,25 +17059,6 @@ Example: https://open.spotify.com/track/6hxgHNJjadmCHAJPXw6AYL</string>
<key>variable</key>
<string>c_web_search</string>
</dict>
<dict>
<key>config</key>
<dict>
<key>default</key>
<false/>
<key>required</key>
<false/>
<key>text</key>
<string></string>
</dict>
<key>description</key>
<string>The workflow is collecting completely anonymous metrics to better understand how users are using it. Graphs are available on the website.</string>
<key>label</key>
<string>📊Disable anonymous metrics</string>
<key>type</key>
<string>checkbox</string>
<key>variable</key>
<string>disable_anonymous_metrics</string>
</dict>
<dict>
<key>config</key>
<dict>
Expand Down
7 changes: 0 additions & 7 deletions spotify-mini-player/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,16 +226,9 @@ class="language-plaintext highlighter-rouge">spot_mini</code>, or
<li>
<p>https://api.spotify.com (for interaction with Spotify)</p>
</li>
<li>
<p>https://raw.githubusercontent.com (for downloading new release from web
site)</p>
</li>
<li>
<p>https://github.com/ (for downloading images when changing theme)</p>
</li>
<li>
<p>http://api.stathat.com (for statistics, this can be disabled by setting variable disable_anonymous_metrics to 1)</p>
</li>
</ul>
</li>
<li>
Expand Down
Loading

0 comments on commit ba32257

Please sign in to comment.