-
-
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
Support played column in browse mode #7820
Comments
Commented by: daschuer Original, the browse view was designed to just see the truth from the HD like a file manager would do. Since many users, including me know sometimes a track by store position in a file system folder, It is more continent to find it in the broth tree, than sort and filter the library by location. I am also aware that not only a few user select all of there tracks from th browse tree. IMHO this just works by an accident ;-) .. because the user experience is real bad: No library support, Slow and tree navigation feels bad. https://bugs.launchpad.net/mixxx/+bug/1179318 On the other hand we it is a common wish to feature a hierarchical structure of tracks of any type. So I think before rushing into a quick hack solution, we may consider to implement this bug: A static solution showing all library folders, seams to be a weekend project and would solve the most of the bugs above at once. |
Commented by: ywwg A regular user of mixxx would not use the browse mode, however I was at a party and a DJ friend of mine had brought a USB stick and he wanted to play a set. The only way for us to share the copy of Mixxx was to use browse mode. This type of situation is actually very common for traveling DJs, they only bring a USB stick and plug it into whatever is at the club. Usually that means a CDJ setup, but in this case Mixxx worked fine the same way. By the way, I showed him how my controller works and the basic functionality of mixxx in about 30 seconds and he was off and running, no problems :). This has been my experience in the past, experienced DJs can pick up mixxx really easily. |
Commented by: daschuer Ah yes, this an other common use case, we may adopt in Mixxx. A variation of this is if you play on a birthday party and the host ask to play tracks from his USB stick. Some of this is covered by https://bugs.launchpad.net/mixxx/+bug/918233 .. 30 seconds .. |
Somewhat a dupe of #7028 |
Reported by: ywwg
Date: 2015-01-19T14:25:26Z
Status: New
Importance: Low
Launchpad Issue: lp1412453
Browse mode uses a separate tablemodel system and doesn't have a played column (nor many of the other standard columns). It should use the standard model or if there is some sort of limitation (because the tracks aren't in the db?), create temporary tables or something so it can work.
The text was updated successfully, but these errors were encountered: