Thank you. I'll have a play around with those.
Angel Seraph
34
Posts
1
Topics
38
Followers
7
Following
A member registered Jun 11, 2019 · View creator page →
Recent community posts
Extended Music Room for Ren'Py community · Created a new topic Adding custom arguments & accessing tracks
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.