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
Hi! I love SongRec, it's kind of exactly what I was looking for.
Right now, the program outputs song metadata in the following format:
song_name
album
recognition_date
track_key
release_year
genre
where song_name = message.artist_name, message.song_name
Would it be possible to break down song_name into artist_name and song_name indvidually?
My goal is to get some additional info for every artist by using MusicBrainz, but having to carve out the artist out of the combined song_name text string is proving difficult.
I'm gonna fork the code and see if I can work it out myself, but maybe there's a quick fix!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! I love SongRec, it's kind of exactly what I was looking for.
Right now, the program outputs song metadata in the following format:
song_name
album
recognition_date
track_key
release_year
genre
where song_name = message.artist_name, message.song_name
Would it be possible to break down song_name into artist_name and song_name indvidually?
My goal is to get some additional info for every artist by using MusicBrainz, but having to carve out the artist out of the combined song_name text string is proving difficult.
I'm gonna fork the code and see if I can work it out myself, but maybe there's a quick fix!
Thanks for all the hard work!
Beta Was this translation helpful? Give feedback.
All reactions