-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fn to sum albums/songs with different capitalizations #65
Comments
Maybe also a way to sum stuff with Or would it be too cumbersome? |
While doing this.... I've been listening to it since 2016
xd The ones in my Sabaton playlist are from But when you search for |
Maybe also... |
^I thought using |
well |
^Issues with songs like |
I think some days/weeks ago maybe in a Primeagen video I heard about having a boolean switch like this being bad. I can't remember it very well, if I do I'll post it in the issue/comment But I agree, and I didn't like this solution. I think this is much better. I also added summing song plays across albums for plotting top songs.
To avoid issues with songs like In regards to Also, I noticed this issue isn't actually about same song name across albums, but diff capitalization xd :) :) :) |
The current issue is that if you don't do
|
Probably also same issue with two albums or even artists with same name but different capitalization... Seems like it's already been mentioned in #2 a while ago... And I've already searched for artists that would match this criterion XD #2 (comment) I wanted to do it now, but forgot I had already done it heh But now it all comes back So I'm gonna continue this in in #2. |
something like
pub fn sum_diff_capitalization(&mut self)
Adjacent to #2
e.g. look at
There's e.g.
FIXED
andFixed
(so same albums with different capitalizations)or for Sabaton - Primo Victoria
Into The Fire
andInto the Fire
(same songs in the album with different capitalizations)I think this can happen if the artist/Spotify changes it at some point in time
Or creates a new album (with different spotify id - haven't checked that yet) that replaces the old one
But the song entries are still saved from the previous one
Would be nice to have a function that merges albums (from the same artist) and songs (from the same album) with different capitalizations. And takes the capitalization from either the most played one or the most recently played on. I'm not sure yet, but I'm tending toward the latter.
The text was updated successfully, but these errors were encountered: