diff --git a/README.md b/README.md index 2de6099..6362c97 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This extension will add download buttons to: * Tracks that are contained in scrollable lists. When a download is initiated, it attempts to download a track in its uploaded format (i.e. highest quality) and will only -resort to the streamable 128kb mp3 version if no better quality is available. +resort to the streamable 128 kbps mp3 version if no better quality is available. Metadata information and cover art is automatically added to files in .mp3 format (in ID3v2.3). diff --git a/src/resources/options.html b/src/resources/options.html index 969cd03..6fe4a2b 100644 --- a/src/resources/options.html +++ b/src/resources/options.html @@ -5,19 +5,31 @@
+ Enabling this option will cause all tracks downloaded to be in mp3 format. + Most of the time, this will be the 128 kbps bit rate streamable version you hear + during a normal browsing session on SoundCloud. +
++ If this option is disabled, the original uploaded format of a track (often of higher quality) + will take precedence when downloading. However, metadata will not be added to non-mp3 formats. +
++ Before metadata is added and the file name is established, if the track title contains + a substring matching the provided regular expression pattern, the matching part will be removed. + One exception is that if the regex matches the entire track title, then it will not be removed. +
++ The default setting attempts to remove strings containing 'Free Download' or + 'Download Link' suffixes appended to the end of many track titles. +
++ When entering a custom regular expression, make sure it conforms to Javascript's + RegExp format. + The provided regex string will be passed into a RegExp constructor with + the global flag turned off and the case insensitive flag turned on. +
+