RudeySH / lastfm-bulk-edit

Bulk edit your scrobbles for any artist, album or track on Last.fm at once.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't follow track redirects

rzumer opened this issue · comments

Trying to bulk edit an album to change the artist name, one track was skipped and not detected as being scrobbled, because it redirects to the corrected artist name on the site (小椋 佳 - また旅仕度 -> 小椋佳 - また旅仕度). I had to go and edit it manually by inserting a +noredirect in the URL leading to my scrobbles of this track. If possible this script should ignore such redirects.

This should now be fixed in v0.3.3 (10e2983).

The script already ignored redirects when artist and track corrections were turned off. But due to an error in the code it was misunderstanding which URLs point to an artist's page, and which URLs point to an album page, when corrections were turned off. This ultimately led to the script not always being able to find all of your scrobbled tracks.

Let me know if you still have issues with v0.3.3 or future versions.