fudgeu / playlist

Control Minecraft's in-game music - In-game music player
14 stars 1 forks source link

Where are the playlist-1.3.0-1.19.4.jar settings? #50

Open QueenUlyana opened 1 year ago

QueenUlyana commented 1 year ago

I have a menu mod and a huge number of different libraries for mods, but no settings for playlist-1.3.0-1.19.4.jar.

QueenUlyana commented 1 year ago

2023-05-25_22 32 57

DeadbushCarrot commented 1 year ago

I have a menu mod and a huge number of different libraries for mods, but no settings for playlist-1.3.0-1.19.4.jar.

Go in game and press g then click the gear Icon in the top part the screen

QueenUlyana commented 1 year ago

I have a menu mod and a huge number of different libraries for mods, but no settings for playlist-1.3.0-1.19.4.jar.

Go in game and press g then click the gear Icon in the top part the screen

Got it, thanks. I found a bug, when you press the "Play/Stop Music" button, instead of resuming the track, the next one comes on. I would also like to know if the interface style will be in the style of Minecraft, and the black interface does not fit into the game, it's like someone else.

QueenUlyana commented 1 year ago

I would also like to be able to configure the pop-up tablets when playing tracks, such as "Remove them completely" or make them disappear faster. 2023-05-26_15 38 22

DeadbushCarrot commented 1 year ago

Well am not the one developing the mod I just help with making texture. But I do add all the color themes. But there's no texture for the menus senses its made by code. well for the time being if you have a theme request Ill try and make it!

mrstoffer commented 1 year ago

I would also like to be able to configure the pop-up tablets when playing tracks, such as "Remove them completely" or make them disappear faster. 2023-05-26_15 38 22

I would also like to add the suggestion for the quick player to always appear when a new song plays. Even it it happens automatically after an interlude

fudgeu commented 1 year ago

Got it, thanks. I found a bug, when you press the "Play/Stop Music" button, instead of resuming the track, the next one comes on.

Correct - the settings menu is in the main UI. I thought about implementing a mod menu settings menu, though it didn't feel right to separate the settings from the main UI.

As for the play/stop issue, this might actually be a limitation of Minecraft itself, though I've been meaning to take a better look. Future versions shouldn't have this issue anyway, as I plan on bypassing Minecraft's audio system.

I would also like to know if the interface style will be in the style of Minecraft, and the black interface does not fit into the game, it's like someone else.

I've thought about it - I do plan on introducing entire UI themes (as opposed to just icon/volume bar themes) in the future, so a more 'Minecrafty' theme may also be introduced as an option.

I would also like to be able to configure the pop-up tablets when playing tracks, such as "Remove them completely" or make them disappear faster.

You can actually disable them already - in the settings menu, the 'Show quick player' option.

There is also currently a bug that causes the popup to last longer on slower computers, though that will hopefully be fixed with the next feature update. (more technical: the length of the popup is currently using delta time, but for some reason that does not seem to work? idk gotta look into it more lol)

I would also like to add the suggestion for the quick player to always appear when a new song plays. Even it it happens automatically after an interlude

Will add, thanks!

Also, sorry for the belated response - been busy lol