elamperti / OpenWebScrobbler

🎧 An open source web scrobbler for Last.fm
https://openscrobbler.com/
GNU General Public License v2.0
319 stars 38 forks source link

Add option to pin Swap artist and track option #246

Closed nighto closed 1 month ago

nighto commented 1 month ago

Is your feature request related to a problem? Please describe Some mixtapes have tracklists listed with "Track - Artist" instead of "Artist - Track" order (example). You can copy paste each entry manually but you must click on the swap button everytime.

Describe the solution you'd like I think it would be nice to have a pin option next to the swap button so that when you paste data that can be splitted into Artist and Track, it would automatically already swap it.

elamperti commented 1 month ago

Hi @nighto! You can actually paste the text into the «track» input (instead of pasting into «artist») and it will split it backwards 😁

For example, pasting this: image

Results in this: image

Hope this helps! (if not, feel free to reopen the issue)

nighto commented 1 month ago

Oh, nice! TIL :)