[FR] Multiple artists & genre support
Split artist and album-artist tags with separators like & / , It's also good to add the ability to edit the separators list
+1 for this!
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
+1 for this!
@RaghavPaghav i would really like this but since there's no standardized format for this its a pain to separate
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
Symphony app is too "fancy". Gramophone looks much cleaner
@ShadowOfPripyat why would that be a blocker
I personally don't like it, even if it has feature tha gramophone doesn't
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