ae0j / discogs-advanced-sorter

Get a seller's collection and display it as an interactive HTML table. Use advanced sorting by Want, Have, Rarity, Hot buy and more
1 stars 1 forks source link

Add columns for Artist and Format #1

Closed myquealer closed 10 months ago

myquealer commented 10 months ago

(I'm not a Python developer, the regular expressins to separate Artist and Format from Title could probably be done better, but this seems to work.)

ae0j commented 10 months ago

Great updates

I made slight changes to the regular expressions to ensure they work correctly with strings that have unusual titles or are missing parentheses. I've tested them with several large inventories, and it seems they now return the correct strings.

Thanks!