Hello,
I really like this tool you've created. I have 2 questions:
- I was just wondering if there is a way to add custom arguments. For example, if I want to display the genre of a song in the track listing, how would I do that?
- If I want to access a song to be used elsewhere besides in the music_room screen how would I be able to retrieve it? I've noticed that when declaring a track it uses the `.add()` method. However, I don't really know how I would get that song outside of the music_room screen. For instance, if I want to get the song details, example: `mysong.artwork` or `mysong.name` (or something like that).
Thank you in advance.