Skip to content

Commit

Permalink
Добавлено: Celluloid
Browse files Browse the repository at this point in the history
  • Loading branch information
ImCatCatcher committed Feb 28, 2024
1 parent 9d587fe commit ad922fa
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const docs = [
{ text: 'Brave Browser', link: '/brave' },
{ text: 'Сartridges', link: '/cartridges' },
{ text: 'Cassette (Яндекс Музыка)', link: '/cassette' },
{ text: 'Celluloid', link: '/celluloid' },
{ text: 'Chromium', link: '/chromium' },
{ text: 'Console', link: '/console' },
{ text: 'Dialect', link: '/dialect' },
Expand Down
42 changes: 42 additions & 0 deletions docs/apps/celluloid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: Celluloid
appstreamRepo: io.github.celluloid_player.Celluloid
appstreamFlatpak: io.github.celluloid_player.Celluloid
---

# Celluloid

Celluloid (ранее GNOME MPV) — простой интерфейс GTK для [mpv](/mpv). Он призван быть простым в использовании при сохранении высокого уровня конфигурируемости.

![celluloid1.png](/celluloid/celluloid1.png)

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

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

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

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

::: code-group

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

:::

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

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

```shell
flatpak install flathub io.github.celluloid_player.Celluloid
```

<!--@include: ./parts/install/software-flatpak.md-->
Binary file added docs/public/celluloid/celluloid1.png
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 ad922fa

Please sign in to comment.