Greasy Fork is available in English.
Adds the feature to add all songs by an artist to a playlist
นี่คือเวอร์ชันของสคริปต์นี้ที่โค้ดมีการอัปเดต แสดงเวอร์ชันทั้งหมด
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.
Changed positioning of main div to use top instead of translateY, because resizing the textarea would move the main div out of the page
Added the option to not add duplicate songs (using ISRC)Some refactoring, improvements and I think a logic fix, not sure though
slight changes
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
Added search bar for playlists
updated built in detection for slowed/sped up etc songs
Fixed bug with type selectionIf you only had featured ticked, it would still get all songsif you had featured ticked and not every other option it would still get all songsthe bug fix can hypothetically cause another issue. it should never happen though (see code comments)
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
getting songs is now async, so it is way quicker