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
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Additional context
Confirmed that Hype tracks are working properly. I downgraded to 10.278 (listed compatible version) and disabled all other modules. I am running 5e but still no luck. No errors in the console. I did confirm the playlist plays correctly when I hit the play button.
The text was updated successfully, but these errors were encountered:
I've been digging around the combat-track.js file and putting some console.log statements on there to see what's going on. It looks like we're not getting anything back from const flags = CombatTrack.getCombatFlags(combat);, thus this just returns
if (!flags && !defaultPlaylist) {
return;
}
I threw a console.log(JSON.stringify(flags)); and the console shows the result as undefined.
I also checked the helper method and console.log(JSON.stringify(combat.flags[MAESTRO.MODULE_NAME])) also gets undefined
@jshank@BernhardPosselt can you confirm you selected a Combat Track playlist in the Combat Tracker settings? Click the "gear" icon in the Combat Tracker, then the Music Note button in the header.
Please note: as per issue #182 I will investigate defaulting the Combat Track playlist to the module-created playlist in the next update.
Oh, that's how you configure it? I thought having the default Combat Tracks playlist would be enough and I completely glanced over the Music Note Icon. Works when configured that way.
Can we move that setting into the module settings perhaps?
Oh, that's how you configure it? I thought having the default Combat Tracks playlist would be enough and I completely glanced over the Music Note Icon. Works when configured that way.
Can we move that setting into the module settings perhaps?
It works. I completely missed gear - music icon setting in the combat tracker. Like @BernhardPosselt, I thought configuration in settings was enough. Seems like #182 will help.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugSomething isn't workingunconfirmedBug not yet validated by dev
Describe the bug
The combat playlist is not started when combat begins
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Music from Combat Tracks playlist plays
Screenshots
If applicable, add screenshots to help explain your problem.
Foundry Setup (please complete the following information):
Additional context
Confirmed that Hype tracks are working properly. I downgraded to 10.278 (listed compatible version) and disabled all other modules. I am running 5e but still no luck. No errors in the console. I did confirm the playlist plays correctly when I hit the play button.
The text was updated successfully, but these errors were encountered: