-
Notifications
You must be signed in to change notification settings - Fork 13
Milestone: v0.4
The primary goal of v0.4 was to provide a mixture of features and bugfixes to continue to refine and polish the project's interface and flesh out the project's feature set.
-
(#37) Search Results Album Display - Created a display for album art and other album details in search results when the number of tracks from the same album exceeds a certain threshold.
-
(#64) Voting Mechanism - Enabled voting on tracks that are playing or are in the play queue in some play modes. Modes with voting enabled allow users to provide feedback on other user's tracks, which may affect the track's queue position.
-
(#67) Button Theming - Fixed up theming on buttons that had none so that they are more uniformly themed throughout the project.
-
(#71) History & Statistics - Implemented tracking of play history and provided an interface to view and page through the play history. Also provided an interface to view statistics that can be calculated from the history.
-
(#75) Ubuntu Upstart Scripts - Added upstart scripts to control Partify and Mopidy as daemons in order to make distribution more painless for beginner users.
-
(#79) Selection Scheme: First-Come, First-Served - Implemented a selection scheme which plays tracks in the order they were queued chronologically.
-
(#98) Search Result Links - Made artists and albums links in the search results in order to refine searches further with ease.
-
(#100) Search Field Mouseover Cues - Search result rows highlight when hovered over.
-
(#107) Selection Scheme: Most Votes First - Implemented a selection scheme in which tracks which receive the most votes are queued earlier.
- (#45)