Amarok/Development: Difference between revisions

From KDE Community Wiki
(→‎Development Information: remove redundant link)
m (→‎Media Devices: add better title)
 
(31 intermediate revisions by 3 users not shown)
Line 1: Line 1:


[[Image:Development.png|right]]
[[Image:Development.png|right]]
== Testing ==
* [[/Testing|Testing Amarok's Features]]
* [[/DebuggingHowTo|Debugging HowTo]]
* [[/UnitTesting|How to write Unit Tests]]


== 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]]
* [[/Randa2012|Randa 2012 discussions]]
*Randa 2012 discussions:
* [[/Amarokl10n|Amarok l10n Guide]]
** [[/Requirements | Requirements]]
* [[/Hacking_On_Amarok_HowTo| Hacking On Amarok HowTo]]
** [[/Architecture | Architecture ]]
* [[/Brainstorming|Brainstorming]]
** [[/RoadMap | RoadMap post 2.7]]
* [[/Abbreviations|Abbreviations]]
* [[/Amarokl10n|Amarok l10n Translation Markup Guide]]
* [[/Playlist_header|Playlist header]]
* [[/Hacking_On_Amarok_HowTo|Hacking On Amarok HowTo]]
* [[/openDesktop.org_Profile_Guidelines|openDesktop.org Profile Guidelines]]
* [[/openDesktop.org_Profile_Guidelines|openDesktop.org Profile Guidelines]]
* [[/RoadMap| Road Map]]
=== Architecture ===
* [[/Architecture|Architecture]]
* [[/DirectoryStructure| Directory Structure]]


===Database===
===Database===
Line 33: Line 22:
* [[/DynamicCollectionDevel | DynamicCollection Developer information]]
* [[/DynamicCollectionDevel | DynamicCollection Developer information]]
* [[/AFT | AFT]]
* [[/AFT | AFT]]
* [[/BatchMode| Batch Mode]]


=== Services===
=== Services===
Line 42: Line 32:
===Media Devices===
===Media Devices===


* [[/MediaDevice|Media Device]]
* [[/Media_Device_VFAT|Media Device:VFAT]]
* [[/Media_Device_MTP|Media Device:MTP]]
* [[/Media_Device_MTP|Media Device:MTP]]
* [[/MediaDevice Sync URP| MediaDevice Sync User Research Profile]]


===Usability===
===Usability===
Line 51: Line 40:
* [[/CardSortingPlaylistContextMenu| Card Sorting Targeting Playlist Context Menu]]
* [[/CardSortingPlaylistContextMenu| Card Sorting Targeting Playlist Context Menu]]


===Various===
=== 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:


* [[/BatchMode| Batch Mode]]
* [[/amarokrc|amarokrc]]
* [[/CallForArtists|Call For Artists]]


== Building Amarok ==
== Building Amarok ==
Line 63: 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/Requirements Requirements]
* [http://community.kde.org/Amarok/GettingStarted/Dependencies Dependencies]


=== Compiling ===
=== Compiling ===
Line 70: Line 66:
* [[/Compiling|Tarball compiling]]
* [[/Compiling|Tarball compiling]]


== Scripting ==
== KF5 Port ==
 
* [[/KF5port| KF5 port main page]]
* [[/TODO/Refactoring| Notes about code refactoring ]]


* [[/Script_API|Script API]]
== Testing ==
* [[/Scripting_HowTo_2.0|Scripting HowTo 2.0]]
 
* [[/Scripted_Services_Tutorial_2.0|Scripted services tutorial 2.0]]
* [[/Testing|Testing Amarok's Features]]
* [[/DebuggingHowTo|Debugging HowTo]]
* [[/UnitTesting|How to write Unit Tests]]


== Windows / OS X ==
== Windows / OS X ==
Line 82: Line 83:
** [[/Amarok2OS_X|Amarok2 build instructions for OS X]]
** [[/Amarok2OS_X|Amarok2 build instructions for OS X]]


== Other ==
== Various ==


* [[/NMMEngineDevelopment| NMM Engine Development]]
* [[/CallForArtists|Call For Artists]]
* [[/MediaDevicesIriverT10Script| Iriver T10 Script]]
* [[/ArtistTeam| Artist Team]]
* [[/Icecast| Icecast]]
* [[/Icecast| Icecast]]
* [[/2009SprintRoadmapandTODO| 2009 Sprint Roadmap and TODO]]


[[Category:Development]]
[[Category:Development]]
[[Category:Amarok]]
[[Category:Amarok]]

Latest revision as of 12:56, 22 March 2016

Development Information

First and foremost:

Database

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

Compiling

KF5 Port

Testing

Windows / OS X

Various