Plasma/Plasma Media Center/Notes for PMC2: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
Line 5: Line 5:
* Organize libs/mediacenter into subdirs for different functionality
* Organize libs/mediacenter into subdirs for different functionality
* Handle AlbumArt/Artist art generation more consistently. (For example, the ones in All Music are fetched from last.fm whereas the one in media player is fetched from another declarative image provider)
* Handle AlbumArt/Artist art generation more consistently. (For example, the ones in All Music are fetched from last.fm whereas the one in media player is fetched from another declarative image provider)
* General cleanup of AbstractBrowsingBackend

Revision as of 05:28, 3 May 2014

  • Standalone shell and Plasma shell package
  • Settings module to enable user configure appearance, media sources etc
  • Design to avoid hacks to get objects across bindings (like accessing QML objects from C++)
  • Design so that components can work without a view (e.g. QML)
  • Organize libs/mediacenter into subdirs for different functionality
  • Handle AlbumArt/Artist art generation more consistently. (For example, the ones in All Music are fetched from last.fm whereas the one in media player is fetched from another declarative image provider)
  • General cleanup of AbstractBrowsingBackend