
Just thought I'd join in the user forum here, and see if anyone else that is already using Subsonic has any interest in such an app. Would love to hear from you.
Moderator: moderators
// TODO: stop the Interval that is set in the MusicPlayer when application is not foreground, resume when it is. Also stop it when that pane is switched to a different view.
// TODO: half implemented scrolling when dragging music to top or bottom of list ?
// TODO: half implemented downloading of files
// TODO: Jukebox mode .. with volume buttons on device directly controlling the jukebox volume
// TODO: stop play at App Exit . . unless going to dashboard mode?
// TODO: since playlist remembers where it left off at when restarting, need to be able to restart there.. only clear playlist index when necessary (ie, when adding a file above this one, or clearing the list, or loading a new one)
// TODO: if a file in the list is playing or downloading, have it have it work as a ProgressButton ?
// TODO: drag-drop to player (add to playlist, or play now?)
// TODO: investigate searches returning exactly one result not showing up (ie "Judas Priest" shows 0 artists?)
// TODO: add (optional?) banner notification of new song info when player switches songs, if app is in background, or player view is not visible
// TODO: when highlighting song in playlist that is active in player, attempt to scroll it into view?
// TODO: download button on Search view doesn't work
// TODO: if you start typing it should just pop over to the search tab, and focus the search input (see fahhem's blog)
// TODO: selecting a playlist opens it drawer-fashion like under it, instead of opening it in the Music tab?
// TODO: dragging from search list (bugged currently)
// TODO: (option to?) disable sleep while player screen is up
// TODO: Exhibition mode
// TODO: had to add a timeout in the Transition code to deal with transitioning failure when auto-flipping from Search to Music tab.. investigate why the transition fails.
// TODO: "gapless" playback?
// INVESTIGATE: time on B.Y.O.B. on Mezmerize by SOAD is showing as 36:34 .. mp3 corrupt?
// TODO: getting a blank list from server results in error: Uncaught TypeError: Cannot read property 'child' of undefined, source/Views.js:404
// TODO: popup a "No results received" toaster, for this and any other situation that gives no results?
// TODO: allow search only for artist/album/song? allow pagination, using artistOffset, albumOffset, songOffset?
// TODO: figure out what we're dragging and highlight it (maybe that should be in the ondrag .. )
// TODO: getRandomSongs.view can give us criteria based randomness
// TODO: Must support loading pages, using the offset parameter!
// TODO: we're going to need to create new views in the MusicView internal pane, so that it can nest selections deeply.. sigh.
Users browsing this forum: No registered users and 1 guest