Skip to content

Privacy and Network Access

Taiko2k edited this page Jun 27, 2020 · 23 revisions

User privacy has been a design priority.

Standard use of the application should not produce any network activity unless required by user action, settings or functioning of specific UI elements such as the Artist info panel and the Artist list panel.

User data stored locally may be sent out as required such as in the following cases:

  • Opening the 'Artist info' UI panel sends the artist name of the currently playing track to last.fm, fanart.tv and optionally Discogs
  • Opening the 'Artist list panel' sends any/all artist names in current playlist to last.fm, fanart.tv and optionally discogs.com
  • Enabling last.fm scrobbling and/or ListenBrainz sends metadata (track title, artist, album) of the currently playing track to respective websites.
  • Activating Quck-Fetch Cover Art sends track metadata (Track title, artist, MBID's) to MusicBrainz and fanart.tv
  • Selecting 'Search Lyrics' sends track metadata (Track title, artist) to any enabled source websites.

    Note that in using Apiseeds, since the default key is from my (Taiko2k's) account, it may be possible for me to see your IP and what you searched, as the website displays information about the last access.

  • Activating Start Broadcast listens and accepts network connections to stream audio.
  • Activating metadata page starts a web server and listens and accepts network connections to serve metadata and image files in folder of the broadcasting track.
  • Activating Show Playing in Discord sends track metadata of playing tracks (Track title, artist and album) to the running Discord application.
  • Activating Download and Install BASS downloads an archive containing the closed-source libbass that is hosted in the releases section of this repository.
  • Playing tracks imported from a network server (e.g. Airsonic) sends configured authentication to the configured server when playing tracks or viewing cover art.
  • Importing, playing tracks and viewing cover art from a PLEX source requires authentication and sending requests to PLEX servers.
  • Activating Spotify specific features require interacting with the Spotify API.

Remember that 3rd party websites/services may log usage and have their own privacy policies.

Clone this wiki locally