Adjust headers

Shane Bell 2014-05-06 19:25:26 -07:00
parent 9bc69e026d
commit f59794bd19
1 changed files with 8 additions and 8 deletions

@ -1,12 +1,12 @@
# Status
## Status
Clementine wasn't accepted to GSoC as a mentor organisation this year, but we'll keep this list of ideas here anyway for reference.
# Ideas
## Ideas
Here are some ideas that we've thought up that are about the right size for students to take on over the summer. Keep in mind that these are only suggestions - we'd love someone to come up with some entirely new feature we hadn't thought of before!
## iPod and mobile device support
### iPod and Mobile Device Support
This is a big set of features that we want to get in to Clementine before version 1.0. Amarok had great support for MP3 players, and we want something even better. Taking on this project would involve some or all of the following:
@ -21,7 +21,7 @@ This is a big set of features that we want to get in to Clementine before versio
This is a big project, and we'd be quite happy with a proposal that only tackled a couple of these points.
## Scripting support
### Scripting Support
Other music players have had a lot of success allowing users to create scripts that run inside the application and add new features. We'd like some scripting bindings for Clementine, and a GUI for creating and loading scripts. Some ideas:
@ -29,7 +29,7 @@ Other music players have had a lot of success allowing users to create scripts t
- Create interfaces (and tidy the existing ones where appropriate) for the big classes in Clementine - such as the library, the playlist and the player.
- Design and implement a GUI that lets the user see what scripts are available, enable/disable them, and add new ones from disk.
## DBUS support
### DBUS Support
This is loosely related to scripting support above. It would be nice to be able to control Clementine over DBUS or through the commandline. A DBUS interface should be created that allows a user to:
@ -41,7 +41,7 @@ This is loosely related to scripting support above. It would be nice to be able
- Control the player directly (ie. next, previous, stop, pause)
- Notify other apps on certain events (eg. new track started)
## Podcast support
### Podcast Support
We'd like users to be able to browse and subscribe to Podcasts through Clementine. This would probably involve doing some or all of:
@ -51,7 +51,7 @@ We'd like users to be able to browse and subscribe to Podcasts through Clementin
- Designing and implementing a GUI that lets the user browse and search through lists of podcasts (and adding their own by URL).
- Letting the user subscribe to individual podcasts. Clementine should then check the podcast for updates at some predetermined interval, download the newest items, make them available in a list in the GUI somewhere (probably the "Radio" tab) and finally show a notification telling the user that new stuff is available.
## Automatic tag management
### Automatic Tag Management
There are a couple of other applications available that will automatically fix untagged files in your music collection. It would be great if Clementine could do this too!
@ -59,6 +59,6 @@ There are a couple of other applications available that will automatically fix u
- Add some menu item or dialog to the GUI that allows the user to either select individual files for retagging, or that automatically finds badly tagged files in the library.
- Write some code to process files and retag them if necessary.
## Other ideas
### Other Ideas
The ideas above are by no means exhaustive - we'd welcome new suggestions that we haven't thought of before! If you need some inspiration check out the [http://code.google.com/p/clementine-player/issues/list issues list](GSoC2011Ideas].*</td></tr>) or the [TODO list in SVN](http://code.google.com/p/clementine-player/source/browse/trunk/TODO). If nothing there sounds interesting then feel free to suggest your favourite feature from another music player :-)