Gramophone icon indicating copy to clipboard operation
Gramophone copied to clipboard

[FR] Multiple artists & genre support

Open Debik5 opened this issue 1 year ago • 1 comments

Split artist and album-artist tags with separators like & / , It's also good to add the ability to edit the separators list

Debik5 avatar Jun 09 '24 08:06 Debik5

+1 for this!

Rikiub avatar Oct 16 '24 05:10 Rikiub

The logic to add this feature should be simple fun sanitizeSeparators(input: String): String = input.replace(Regex("[~;,]"), ", ")

// And then use it like: albums[artist] = sanitizeSeparators(albums[artist] ?: "")

If i knew kotlin i wouldn't hesitate to solve the issue

ShadowOfPripyat avatar May 26 '25 08:05 ShadowOfPripyat

+1 for this!

RaghavPaghav avatar Sep 07 '25 08:09 RaghavPaghav

@RaghavPaghav i would really like this but since there's no standardized format for this its a pain to separate

itsHanibee avatar Sep 07 '25 09:09 itsHanibee

i dont know too much about app development, but maybe you can check the app symphony, its got this feature. Maybe you could implement code from it or something into gramophone.
https://github.com/zyrouge/symphony

RaghavPaghav avatar Sep 07 '25 09:09 RaghavPaghav

Symphony app is too "fancy". Gramophone looks much cleaner

ShadowOfPripyat avatar Sep 07 '25 14:09 ShadowOfPripyat

@ShadowOfPripyat why would that be a blocker

itsHanibee avatar Sep 07 '25 14:09 itsHanibee

I personally don't like it, even if it has feature tha gramophone doesn't

ShadowOfPripyat avatar Sep 07 '25 14:09 ShadowOfPripyat

I personally don't like it, even if it has feature tha gramophone doesn't

raghav was suggesting for us to check Symphony's implementation of the feature so we have a baseline to start with. he wasn't recommending people to use it as an alternative

itsHanibee avatar Sep 07 '25 14:09 itsHanibee