Related Problem/Issue
Recently I noticed issues with compilations. Following that I wanted to scrape a list of tracks to then find specific compilation albums but couldn't find a solution. Even other programs like spotifyscraper failed me.
What I'd thus propose is a way of creating a file containing metadata, to fetch data without actually downloading the songs. This can help with testing too. I'm relatively certain the main branch of zotify used to offer a --verbose flag that allowed this at least somewhat.
Ideal Solution
A flag like --verbose that scrapes all songs from a given URL and writes their metadata to a file. This should contain information like compilation state, URL/ID of the artists, album and track, album type (single, album, compilation, appears on) as well.
Related Problem/Issue
Recently I noticed issues with compilations. Following that I wanted to scrape a list of tracks to then find specific compilation albums but couldn't find a solution. Even other programs like spotifyscraper failed me.
What I'd thus propose is a way of creating a file containing metadata, to fetch data without actually downloading the songs. This can help with testing too. I'm relatively certain the main branch of zotify used to offer a --verbose flag that allowed this at least somewhat.
Ideal Solution
A flag like --verbose that scrapes all songs from a given URL and writes their metadata to a file. This should contain information like compilation state, URL/ID of the artists, album and track, album type (single, album, compilation, appears on) as well.