BillotP / polify

A cross platform S3 buckets music streaming app 🪣 🎶 📡
MIT License
1 stars 1 forks source link

Add / Improve artists, albums and song metadatas #3

Open BillotP opened 1 year ago

BillotP commented 1 year ago

Current

Some kind of ID3 tag parsing is implemented and print a song artist, album and cover picture informations on a "snackbar" after a click on a button next to a song list item.

Issue

This feature is mixed with "download song" one and nothing is saved regarding the parsed metadata's.

Metadatas are extracted based on s3 scaffolding (see README ), as such its not consistent and album artworks are only available in each song id3 tag if any.

Suggestion(s)

Basic

Elaborate

WIP