You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking for way to get the decrypted size - or 'file size' - for a content stream. I use this data point in spodcast to decide whether to re-download a previously downloaded episode, e.g. due to it being edited since publishing (I've seen this happen) or due to the previous download being interrupted. This worked in the previous iteration (which used raw web API access, something which no longer works due to changes in the way Spotify serves netcast episodes) but in the current version (which uses librespot-python interfaces to retrieve metadata) I seem to only be able to get the size of the encrypted stream which is ~13% larger than the decrypted content.
I don't know whether Spotify makes these data available, if they don't I'll have to forego on this check for Spotify-hosted (i.e. encrypted) episodes.
The text was updated successfully, but these errors were encountered:
See #135 (comment)
I'm looking for way to get the decrypted size - or 'file size' - for a content stream. I use this data point in spodcast to decide whether to re-download a previously downloaded episode, e.g. due to it being edited since publishing (I've seen this happen) or due to the previous download being interrupted. This worked in the previous iteration (which used raw web API access, something which no longer works due to changes in the way Spotify serves netcast episodes) but in the current version (which uses librespot-python interfaces to retrieve metadata) I seem to only be able to get the size of the encrypted stream which is ~13% larger than the decrypted content.
I don't know whether Spotify makes these data available, if they don't I'll have to forego on this check for Spotify-hosted (i.e. encrypted) episodes.
The text was updated successfully, but these errors were encountered: