Amarok/Development: Difference between revisions
Appearance
< Amarok
→Development Information: move link |
m →Media Devices: add better title |
||
(34 intermediate revisions by 3 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]] | * [[/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]] | * [[/openDesktop.org_Profile_Guidelines|openDesktop.org Profile Guidelines]] | ||
===Database=== | ===Database=== | ||
Line 34: | Line 22: | ||
* [[/DynamicCollectionDevel | DynamicCollection Developer information]] | * [[/DynamicCollectionDevel | DynamicCollection Developer information]] | ||
* [[/AFT | AFT]] | * [[/AFT | AFT]] | ||
* [[/BatchMode| Batch Mode]] | |||
=== Services=== | === Services=== | ||
Line 43: | Line 32: | ||
===Media Devices=== | ===Media Devices=== | ||
* [[/Media_Device_MTP|Media Device:MTP]] | * [[/Media_Device_MTP|Media Device:MTP]] | ||
* [[/MediaDevice Sync URP| MediaDevice Sync User Research Profile]] | |||
===Usability=== | ===Usability=== | ||
Line 52: | Line 40: | ||
* [[/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 64: | 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 71: | 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 83: | 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]] | * [[/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