Skip to content

Commit

Permalink
feat: add Jellyflix (#63)
Browse files Browse the repository at this point in the history
* feat: add `Jellyflix`

* chore: disable `double-link` remark
  • Loading branch information
darmiel committed Apr 26, 2024
1 parent bd9cd09 commit 26dc66e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!--lint disable awesome-heading awesome-toc-->
<!--lint disable awesome-heading awesome-toc double-link-->

<p align="center">
<img src="/assets/banner.png" />
Expand Down
21 changes: 21 additions & 0 deletions assets/clients/clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,27 @@ clients:
- icon: google-playstore
url: https://play.google.com/store/apps/details?id=app.symfonik.music.player

- name: "Jellyflix"
targets: [ Android, iOS, Windows, Linux, macOS, Browser ]
official: false
beta: false
oss: https://github.com/jellyflix-app/jellyflix
price:
free: true
downloads:
- icon: demo
url: https://jellyflix.kiejon.com/
- icon: apple-appstore
url: https://apps.apple.com/de/app/jellyflix/id6476043683
- text: ".apk"
url: https://github.com/jellyflix-app/jellyflix/releases/latest/download/jellyflix.apk
- text: ".dmg"
url: https://github.com/jellyflix-app/jellyflix/releases/latest/download/jellyflix.dmg
- text: "windows.zip"
url: https://github.com/jellyflix-app/jellyflix/releases/latest/download/jellyflix-windows.zip
- text: "linux.zip"
url: https://github.com/jellyflix-app/jellyflix/releases/latest/download/jellyflix-linux.zip

icons:
github:
single: "assets/clients/icons/github.png"
Expand Down

0 comments on commit 26dc66e

Please sign in to comment.