Page:
ToDo by sobkas
Pages
Clementine on Raspberry Pi
Compiling from Source (Windows)
Compiling from Source
Compiling from source (Linux)
Compiling from source (macOS)
Controlling Clementine from the commandline with DBus and MPRIS
Cue Sheet Support
Database Corruption
Flathub
Frequently asked questions
Handling Of Unplayable Files
Home
Ideas for Google Summer of Code 2010
Ideas for Google Summer of Code 2011
Library Scanning
Library View Modes
Other Downloads
Packaging Clementine for Fedora
Packaging Clementine for Ubuntu
Portable Devices
Releasing a new version of Clementine
ToDo by sobkas
Using custom icon sets
Wii Remotes
Clone
15
ToDo by sobkas
Krzysztof Sobiecki edited this page 2015-03-09 23:03:45 +01:00
Table of Contents
Before next release:
- Finish formatting and style fixes for the code
- Rewrite organise and transcode functionality like podcast downloader and deleter
- Learn how to use NewClosure(or someone should write a doc for it)
- A way to completely disable spotify
- Do something about having to "start clementine twice" problem
- A way to set number of podcasts downloaded at the same time
- use PodcastDownloader:: instead of PodcastDownload::
- remove debian subdirectory, clashes with my own
- a better way to display info about podcasts and their episodes
- eliminate use of ProcessSomeFiles and similar
- a better way to inform users about active tasks, lower bar overflows with them when more than few are running
- set track number for episode so it can be sorted by it
- get rid of QXmlStreamReader
Try to squeeze it before next release:
- Use standard/packaged libraries instead of less widely used ones
- A QT5 port(I will try to help if someone is doing it)?
After new release:
- A QT5 port for sure (A good time to learn more about qt...)
- Purge the use of the little libraries, make use of qt5 functionality instead