Files
cantata/TODO
2012-01-24 19:30:30 +00:00

62 lines
2.1 KiB
Plaintext

- Library
- Artist icons ?
- Folders
- Add delete file/folder option??
- Incremental update of model? Not sure its worth the hassle
- Playlists
- Lazy loading of playlist contents - current is not 100%, but is ok if we
want genre filtering
- Add genre filtering
- Streams
- allow drag'n'drop within categories
- add genre support?
- will need to place some items in a menu.
- Perhaps import/export/edit could go into a 'Tools' menu
- Handle xspf/spiff playlists
- Handle more than 1st entry?? Not sure
- Check that MPD can handle protocols before adding
- Display list of schemas in 'Info' page
- Icecast?
- Add category icons
- Embed into .xml file?
- External ref?
- Use standard only?
- Lyrics
- Add next/prev provider buttons - so that can try others.
- Devices
- libMTP album artist usage.
- libMTP does not provide an album artist tag.
- song.cpp has a check to see if this.albumartist=other.album artist, so
that when library is frefreshed the file is in the correct place.
- mtpdevice.cpp will remove albumartist from 'Song' entries copied to it,
so that these are placed in the correct part of the model.
- If libMPT is 'fixed' then the above can be removed.
- Make Various 'Artists' fix applicable to all compilation albums?
- Not sure how this could be done with MTP :-(
- MTP has no access to other tags, so when converting back, how would I
know this is a compilation?
- Allow to drag songs from albums/library to devices, and vice versa.
- Allow to play UMS files
- Will need 'IsPlayable' type to be added to ItemView
- Transcoding of songs when copying to/from
- use ffmpeg -i $input -map_metadata 0:0 $output
- PlayQueue
- Slow with over 2000 entries, due to sort-filter-proxy??
- Add (optional) simple, non-table-like view?
- General
- Need better repeat icon.
- When displaying search results, should expand items to show matched entry
- Use KMessageWidget to display errors?
- Add local (non mpd) file support?
- Sidebar
- Allow to collapse current item
- Icon only mode for Large/Small sidebar?