Greasy Fork is available in English.

Deezer Artist Dumper

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

Bunlar scriptin tüm versiyonlarıdır. Versiyonların sadece değişen kodlarını göster.

  • v1.4.5 23.08.2024
    • 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 15.08.2024

    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 15.08.2024

    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 15.08.2024
  • v1.4.3 15.08.2024

    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 31.07.2024

    slight changes

  • v1.4 12.07.2024

    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 02.07.2024

    Added search bar for playlists

  • v1.2.1 29.06.2024

    updated built in detection for slowed/sped up etc songs

  • v1.2.1 19.06.2024

    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 18.06.2024

    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 09.06.2024

    getting songs is now async, so it is way quicker

  • v1.0 05.06.2024