Loading a track from the command line disregards other command line options
Bug #522499 reported by
Sean M. Pappalardo
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Low
|
Sean M. Pappalardo |
Bug Description
The mechanism that attempts to load a file given on the command line disregards other command line options given at http://
I'm not sure of the best way to handle this. OTTOMH, I'd say to just have a --loadFile option like the existing ones. That way the order of options is not important. Or perhaps search the command line options for anything ending in one of the supported file types (since we already have a regex for that) and try to load that.
Changed in mixxx: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in mixxx: | |
assignee: | nobody → kecsap (csaba-kertesz) |
Changed in mixxx: | |
assignee: | kecsap (csaba-kertesz) → nobody |
Changed in mixxx: | |
assignee: | nobody → Pegasus (pegasus-renegadetech) |
milestone: | none → 1.8.0 |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Let me fix this bug. I need to fix some bugs to become an Ubuntu developer and I see that this application is based on Qt and I know that. :)
Does it affect only Lucid? I see that there is 1.7.2 in Lucid, but 1.6.1 in the earlier distributions.
The command line handling seems to me a bit messy after a short look in mixxx 1.6.1 sources (Jaunty). Let me check it and probably I will provide an upstream patch as well if it is meaningful to refactor it.