Deezer Artist Dumper

Adds the feature to add all songs by an artist to a playlist

These are versions of this script where the code was updated. Show all versions.

  • v1.4.6 2024-10-16
  • v1.4.5 2024-08-23
    • added the ability to import/export regexes
    • improved browser compatiblity (now works for firefox and probably every browser)
    • changed some internal logic
    • fixed some alignment issues due to a prior change ("+" signs)
    • fixed logic error with deduplication
    • I switched from tampermonkey to violentmonkey
  • v1.4.4 2024-08-15

    If you added songs to an already existent playlist, the ISRC detection would not work for a song already in the playlist, meaning a duplicate song would still get added. This is now fixed.
    Also shortened/neatened the log a bit.

  • v1.4.3 2024-08-15

    Changed positioning of main div to use top instead of translateY, because resizing the textarea would move the main div out of the page

  • v1.4.3 2024-08-15

    Added the option to not add duplicate songs (using ISRC)
    Some refactoring, improvements and I think a logic fix, not sure though

  • v1.4.2 2024-07-31

    slight changes

  • v1.4 2024-07-12

    Reworked Regex Blacklist System
    - now features a whitelist
    - better regex flag system
    - you can chose if the regex applies to the album/song/contributors name
    - Added minimum song length filter

  • v1.3 2024-07-02

    Added search bar for playlists

  • v1.2.1 2024-06-29

    updated built in detection for slowed/sped up etc songs

  • v1.2.1 2024-06-19

    Fixed bug with type selection
    If you only had featured ticked, it would still get all songs
    if you had featured ticked and not every other option it would still get all songs

    the bug fix can hypothetically cause another issue. it should never happen though (see code comments)

  • v1.2 2024-06-18

    Added the option to load multiple dumps, the song_ids from all dumps get merged. Removed the check if the artist is the same as the one in the previous dump

  • v1.1 2024-06-09

    getting songs is now async, so it is way quicker

  • v1.0 2024-06-05