Skip to content

Commit

Permalink
Добавлено: Музыка
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Mar 16, 2024
1 parent 5351327 commit 307ed58
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/navigations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export const docs = [
{ text: 'Глаз GNOME', link: '/eog' },
{ text: 'Дела', link: '/errands' },
{ text: 'Мой офис', link: '/my-office' },
{ text: 'Музыка', link: '/gnome-music' },
{ text: 'Р7-Офис', link: '/r7-office' },
{ text: 'Ресурсы', link: '/resources' },
{ text: 'Сканер документов', link: '/simple-scan' },
Expand Down
55 changes: 55 additions & 0 deletions docs/apps/gnome-music.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
title: GNOME Music
nameRepo: gnome-music
appstreamRepo: org.gnome.Music
appstreamFlatpak: org.gnome.Music
metainfo:
thumb:
src: /gnome-music/org.gnome.Music.desktop.png
title: Gnome Music
summary: Воспроизводите и упорядочивайте свою музыкальную коллекцию
site:
url: https://apps.gnome.org/ru/Music/
anchor: apps.gnome.org
licence:
url: https://choosealicense.com/licenses/gpl-3.0/
anchor: GNU GPLv3
issue:
url: https://gitlab.gnome.org/GNOME/gnome-music/issues
anchor: gitlab.gnome.org

---

# Музыка

GNOME Music — Лёгкий и приятный способ послушать вашу музыку. Ищите треки в вашей коллекции, пользуйтесь автоматическими списками воспроизведения или соберите свой свежий.

## Установка из репозитория

**GNOME Music** можно установить любым привычным и удобным способом:

<!--@include: ./parts/install/software-repo.md-->

**Установка через терминал**

::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install gnome-music
```
```shell[epm]
epm -i gnome-music
```
:::

## Установка c помощью Flatpak

При наличии пакета [Flatpak](/flatpak), можно установить **GNOME Music** одной командой:

```shell
flatpak install flathub org.gnome.Music
```

<!--@include: ./parts/install/software-flatpak.md-->
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 307ed58

Please sign in to comment.