-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DRAFT] resolve-from-urls #13146
[DRAFT] resolve-from-urls #13146
Conversation
…lper::supportedTracksFromUrls
Could this eventually lead to the possibility of pasting YouTube URLs into Mixxx to pull, convert and load audio into the next available deck? (an aspect of #6277) |
This is still draft, move form 2.5-beta milestone? |
I don't think so... |
It is draft because I find it the surrounding code hard to understand. The sole purpose of this change is to fix #13100 , and it looks to me that it does, but I find it hard to say if it is the right solution (also because @ronso0 suggested other approaches) and to predict if this can have negative side effects. I don't think we want to revert the tracklist shortkey handling for 2.5, as it is a very nice and very "announcable" improvement, but @ronso0 considers a #13100 a blocker (I think I agree), so it should be fixed. I am not quite sure how to proceed... Who would be the most familiar with the surrounding code? |
gonna take a in-detail look soonish. |
Well, it works as desired now, thanks! I also have a hard time double-checking all callers, and I didn't spent time on an alternative fix. |
I changed the base branch to 2.5, now that 2.6 has been split off. |
Yes, LGTM. @daschuer What do you think? |
This PR will allow to add any URL to the database regardless if it is a playable file or any other random address. I this the intended behavior? To reference streaming tracks for instance? |
@m0dB @daschuer How shall we proceed here? |
I consider this is as "ready for merge" with your fix in place. @m0dB will you have time to prepare that for merge? |
Added the change suggested by @daschuer and rebased on 2.5. |
Sorry, having issues pushing: Details
ts-source-copy...........................................................Failed
Source copy found at: res/translations/mixxx_es_CR.ts:7858 All disallowed copied source translations need to be removed at I created a clean branch of 2.5 and will create a new PR to replace this one. |
#13958 replaces this one. I will close this when that one is merged. |
Close in favor of #13958 |
resolveTrackIdsFromUrls directly, without going through DragAndDropeHlper::supportedTracksFromUrls