mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-21 23:20:22 +00:00
Add Clementine Media Player (#420)
* Add Clementine Media Player Add Clementine is a modern music player and library organizer for Windows, Linux and macOS * Update Clementine Change C++ to cpp
This commit is contained in:
parent
9d67a67fb0
commit
4a2bab972f
1 changed files with 19 additions and 0 deletions
|
@ -47,6 +47,25 @@
|
|||
"languages": [
|
||||
"swift"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "Clementine is a modern music player and library organizer for Windows, Linux and macOS. ",
|
||||
"categories": [
|
||||
"audio"
|
||||
],
|
||||
"repo_url": "https://github.com/clementine-player/Clementine",
|
||||
"title": "Clementine",
|
||||
"icon_url": "https://raw.githubusercontent.com/clementine-player/Clementine/master/dist/clementine_128.png",
|
||||
"screenshots": [
|
||||
"https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-1.png",
|
||||
"https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-2.png",
|
||||
"https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-3.png",
|
||||
"https://clementine-player.github.io/pages/images/screenshots/clementine-1.2-4.png"
|
||||
],
|
||||
"official_site": "http://www.clementine-player.org/",
|
||||
"languages": [
|
||||
"cpp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"short_description": "Aural Player is a audio player application for the macOS platform. Inspired by the classic Winamp player for Windows, it is designed to be to-the-point and easy to use. ",
|
||||
|
|
Loading…
Reference in a new issue