ronso0
ronso0
@resetreboot The rebase went wrong. Please fetch mixxx and rebase onto 2.5. in the interactive TODO editor you need to remove any unrelated commits (from 2.6/main?) that you may have...
then please to literally remove them (lines) from the rebase TODO as I wrote.
Hmm I have no clue what exactly you tried to do (git command..) but I "simply" did `git fetch mixxx` `gh pr checkout -f 725` `git rebase -i mixxx/2.5` and...
I'm confident I have all commits, so I'll just push to your branch (yes, that will make the netlify previews identical..)
CI says it's all good, link check is unrelated. If there's nothing you'd like to improve, I'll merge this tomorrow. (there can always be a followup with fixes or tweaks)
Alright, let's go! Thanks for your work @resetreboot @m0dB !
I'd like to clarify the use case a bit more. We have a playlist file we want to automaticlly import into Mixxx * start Mixxx and pass the playlist path...
You moved it to coreservices initialization, but the GUI isn't ready initialzed then. That's why I suggested to move it to MixxxMainWindow **after** the library widgets are initialized (and maybe...
And there's a conflict now (after #12246 I think), please rebase onto `main` and squash the commits.
`git rebase -i [remote/branch]` and `git push -f` are your friends, no need to close this one. Anyway, next time you run into trouble don't hesitate to ask for help....