Amarok/Development: Difference between revisions
< Amarok
m (→Media Devices: add better title) |
|||
(68 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
[[Image:Development.png|right]] | [[Image:Development.png|right]] | ||
== Development Information == | == Development Information == | ||
First and foremost: | First and foremost: | ||
* [[/Join|Important Information]] | * '''[[/Join|Important Information]]''' for new developers | ||
* [[/Git|Using Git for Development]] | |||
* [[/Components|Amarok Components and Maintainers]] | * [[/Components|Amarok Components and Maintainers]] | ||
* [[/ | *Randa 2012 discussions: | ||
** [[/Requirements | Requirements]] | |||
** [[/Architecture | Architecture ]] | |||
** [[/RoadMap | RoadMap post 2.7]] | |||
* [[/Amarokl10n|Amarok l10n Translation Markup Guide]] | |||
* [[/Hacking_On_Amarok_HowTo|Hacking On Amarok HowTo]] | |||
* [[/openDesktop.org_Profile_Guidelines|openDesktop.org Profile Guidelines]] | |||
===Database=== | |||
* [[/Database Schema| Database Schema]] | * [[/Database Schema| Database Schema]] | ||
* [[/MySQL_Embedded|MySQL Embedded]] | |||
* [[/Dynamic_Collection|Dynamic Collection]], needs to be moved to userbase | |||
* [[/DynamicCollectionDevel | DynamicCollection Developer information]] | |||
* [[/AFT | AFT]] | |||
* [[/BatchMode| Batch Mode]] | |||
=== Services=== | |||
* [[Amarok/Proposals/MagnatuneStore| Magnatune Store]] | * [[Amarok/Proposals/MagnatuneStore| Magnatune Store]] | ||
* [[/Ampache Service| Ampache Service ]] | * [[/Ampache Service| Ampache Service ]] | ||
* [[/Nepomuk|Nepomuk]] | * [[/Nepomuk|Nepomuk]] | ||
* [[/ | |||
* [[/ | ===Media Devices=== | ||
* [[/Media_Device_MTP|Media Device:MTP]] | |||
* [[/MediaDevice Sync URP| MediaDevice Sync User Research Profile]] | |||
===Usability=== | |||
* [[/Usability_Improvements|Usability Improvements]] | * [[/Usability_Improvements|Usability Improvements]] | ||
* [[/CardSortingPlaylistContextMenu| Card Sorting Targeting Playlist Context Menu]] | * [[/CardSortingPlaylistContextMenu| Card Sorting Targeting Playlist Context Menu]] | ||
* [[/ | === Scripting === | ||
* [[/ | |||
* [[/ | * [[/Script_API|Script API]] | ||
* [[/Scripting_HowTo_2.0|Scripting HowTo 2.x]] | |||
* [[/Scripted_Services_Tutorial_2.0|Scripted services tutorial 2.x]] | |||
=== Configuration files === | |||
* [[/ | |||
These files are written to $HOME/.kde/share/config. The address might be $HOME/.kde4/share/config/ on some systems: | |||
* [[/amarokrc|amarokrc]] | |||
== Building Amarok == | == Building Amarok == | ||
Line 51: | Line 59: | ||
* [https://projects.kde.org/projects/extragear/multimedia/amarok/repository/revisions/master/entry/README README] on GIT (the definitive, most up-to-date list) | * [https://projects.kde.org/projects/extragear/multimedia/amarok/repository/revisions/master/entry/README README] on GIT (the definitive, most up-to-date list) | ||
* [http://community.kde.org/Amarok/GettingStarted/ | * [http://community.kde.org/Amarok/GettingStarted/Dependencies Dependencies] | ||
=== Compiling === | === Compiling === | ||
Line 58: | Line 66: | ||
* [[/Compiling|Tarball compiling]] | * [[/Compiling|Tarball compiling]] | ||
== | == KF5 Port == | ||
* [[/KF5port| KF5 port main page]] | |||
* [[/TODO/Refactoring| Notes about code refactoring ]] | |||
== Testing == | |||
* [[/ | * [[/Testing|Testing Amarok's Features]] | ||
* [[/ | * [[/DebuggingHowTo|Debugging HowTo]] | ||
* [[/ | * [[/UnitTesting|How to write Unit Tests]] | ||
== Windows / OS X == | == Windows / OS X == | ||
Line 70: | Line 83: | ||
** [[/Amarok2OS_X|Amarok2 build instructions for OS X]] | ** [[/Amarok2OS_X|Amarok2 build instructions for OS X]] | ||
== | == Various == | ||
* [[/CallForArtists|Call For Artists]] | |||
* [[/Icecast| Icecast]] | |||
* [[/ | |||
* [[/ | |||
[[Category:Development]] | [[Category:Development]] | ||
[[Category:Amarok]] | [[Category:Amarok]] |
Latest revision as of 12:56, 22 March 2016
Development Information
First and foremost:
- Important Information for new developers
- Using Git for Development
- Amarok Components and Maintainers
- Randa 2012 discussions:
- Amarok l10n Translation Markup Guide
- Hacking On Amarok HowTo
- openDesktop.org Profile Guidelines
Database
- Database Schema
- MySQL Embedded
- Dynamic Collection, needs to be moved to userbase
- DynamicCollection Developer information
- AFT
- Batch Mode
Services
Media Devices
Usability
Scripting
Configuration files
These files are written to $HOME/.kde/share/config. The address might be $HOME/.kde4/share/config/ on some systems:
Building Amarok
For a great guide to building Amarok, see this article. The article is geared toward building Amarok locally, but it is still a great reference for building Amarok in general.
Dependencies
- README on GIT (the definitive, most up-to-date list)
- Dependencies