Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flavio/plexamp-flatpak
A flatpak for the official Plexamp app
https://github.com/flavio/plexamp-flatpak
Last synced: 11 days ago
JSON representation
A flatpak for the official Plexamp app
- Host: GitHub
- URL: https://github.com/flavio/plexamp-flatpak
- Owner: flavio
- License: mit
- Created: 2021-01-21T22:40:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T08:38:51.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T16:34:40.729Z (3 months ago)
- Language: Makefile
- Size: 9.77 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
I love [Plexamp](https://plexamp.com/), but the official [AppImage](https://appimage.org/)
is really really hard to get to work on many Linux distributions. Even the users
of the most popular Linux distributions are struggling, as it can be seen on
the [Plex forum](https://forums.plex.tv/search?q=plexamp%20linux).Many users requested either a flatpak or a snap, but Plex developers haven't
yet provided one.Driven by the "hate" for AppImage, and the love for Plexamp, I tried
to create my first flatpak.The good news is: **I succeeded** :)
This repository contains the source code of the Plexamp flatpak.
# How to build it
The flatpak can be built locally using the following commands:
```shell
$ make build
$ make install
```The flatpak can be run with the following command:
```
$ flatpak run org.flatpak.Plexamp
```There's also a `run` target inside of the Makefile.
# TODO
* [ ] Publish the flatpak on flathub. **<-- NEED HELP**