Skip to content

Playqueue And Library Improvements Proposals

Gaetan SEMET edited this page May 27, 2008 · 10 revisions

This page describe the changes I would like to add into the mixxx 1.6.x trunk in order to improve Play Queue and Library views

1) Play Queue Improvements

** Current Problems:** * the DJ can easily add several tracks on the play queue, but if he goes to this view, the tracks will not be displayed by play order, but by track name order for instance.

Solutions: * display the order the track will be played (1, 2, 3, ...) * make the items in the Play Queue view reorderable

2) Easilly listen music in the headset:

The Problem: * the user has to perform several confusing steps in order to listen one track in his headset : stop current listing track in the headset table, double click on a track which load it in the headset table, then press "play" on this table.

Solution: * double click on a track when in the configuration "one Player output on the master soundcard + one Player on the headset" instanteously stops the track played in the headset, load it in this player and start playback.

Note: this is not a modification of the NEXT mode system, it is just a way to quickly loads a track in the headset Player in order to play without too much steps.

3) Library view Improvements

Current Problems: * the DJ cannot know easilly when browsing the Library view if a given song has already be played during his mix. * the user cannot easy know the Genre or the rating of a given song

Solutions * Display a little tag on any already played track in Playlist, Browse and Library view (to prevent choosing several time the same track during one session). A button or a "reset played track" menu item may be required to add in the interface. * Display a column in Library, Playqueue and Playlists with the Genre ID3 tag * Display a column with rating of the song in the Library, Playqueue and Playlists view (read only for the first step, then read/write) * Implements a Facet-like view for the "Library" (three column Genre/Artist/Album like in rythmbox)

Known issue: * Mixxx doesn't have ID3/ogg writing support. So rating of track must be performed by another software. I propose using Amarok rating system (a change in Amarok source/plugins would be required in order to write this rating value in the mp3/ogg file itself, instead of just using the Amarok database).

Clone this wiki locally