Skip to content

Commit

Permalink
Добавлено: G4Music
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Mar 17, 2024
1 parent 307ed58 commit 44d4e30
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 1 deletion.
1 change: 1 addition & 0 deletions _data/navigations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const docs = [
{ text: 'Flatseal', link: '/flatseal' },
{ text: 'Fragments', link: '/fragments' },
{ text: 'Fretboard', link: '/fretboard' },
{ text: 'G4Music', link: '/g4music' },
{ text: 'GDM Настройки', link: '/gdm-settings' },
{ text: 'Git', link: '/git' },
{ text: 'GitHub Desktop', link: '/github-desktop' },
Expand Down
56 changes: 56 additions & 0 deletions docs/apps/g4music.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: G4Music
nameRepo: g4music
appstreamRepo: com.github.neithern.g4music
appstreamFlatpak: com.github.neithern.g4music
metainfo:
thumb:
src: /g4music/com.github.neithern.g4music.png
title: G4Music
summary: Элегантное воспроизведение вашей музыки
site:
url: https://gitlab.gnome.org/neithern/g4music
anchor: gitlab.gnome.org
licence:
url: https://choosealicense.com/licenses/gpl-3.0/
anchor: GNU GPLv3
translate:
url: https://l10n.gnome.org/module/g4music
anchor: l10n.gnome.org
issue:
url: https://gitlab.gnome.org/neithern/g4music/-/issues
anchor: gitlab.gnome.org
---

# G4Music

G4Music — это быстрый и легкий музыкальный проигрыватель, написанный на GTK4, с красивым и адаптивным пользовательским интерфейсом, ориентированный на высокую производительность для большой музыкальной коллекции.

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

**G4Music** можно установить через терминал:

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

::: code-group

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

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

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

```shell
flatpak install flathub com.github.neithern.g4music
```

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

1 change: 0 additions & 1 deletion docs/apps/gnome-music.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ metainfo:
issue:
url: https://gitlab.gnome.org/GNOME/gnome-music/issues
anchor: gitlab.gnome.org

---

# Музыка
Expand Down
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 44d4e30

Please sign in to comment.