pavelkomarov/exportify

add gear / config back on exportify.net?

gregsadetsky opened this issue · 6 comments

hey,

thank you for running exportify.net!

compared to the version from watsonbox, there doesn't seem to be a way to enable the "Include album data" option.

I was specifically looking for it because I wanted to export the label name for each song

would you consider adding the label field, or allowing "advanced" options to be set by the user?

thanks!

I pull data in several volleys in the csvData method of exportify.js. First all the tracks in a playlist, then all the artists for those songs, then specific audio features for the songs, then join. If label info is part of the track info, which it looks like it is, then adding it is as simple as nabbing it from those messages I'm already getting and carefully extending the output schema.

I'm unlikely to make this change myself, but I'd be happy to guide you if you'd like to submit a PR.

Adding a whole menu where users choose which columns they'd like in the output is an option too, but it's a lot harder to achieve, so I'm even less likely to spend time on it.