Skip to content

Commit

Permalink
feat: add OmniPlayer and Fig Player to support players (#123)
Browse files Browse the repository at this point in the history
* 👍  add 'OmniPlayer' and  'Fig Player ' to support players

* 🐛   add missing png icon
  • Loading branch information
waiwaib authored Nov 19, 2023
1 parent dce4463 commit ec612e5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
Binary file added images/figplayer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/omniplayer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/figplayer.webp
Binary file not shown.
Binary file added public/images/omniplayer.webp
Binary file not shown.
2 changes: 2 additions & 0 deletions src/pages/home/previews/video_box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export const players: { icon: string; name: string; scheme: string }[] = [
{ icon: "potplayer", name: "PotPlayer", scheme: "potplayer://$durl" },
{ icon: "vlc", name: "VLC", scheme: "vlc://$durl" },
{ icon: "nplayer", name: "nPlayer", scheme: "nplayer-$durl" },
{ icon: "omniplayer", name: "OmniPlayer", scheme: "omniplayer://weblink?url=$durl" },
{ icon: "figplayer", name: "Fig Player", scheme: "figplayer://weblink?url=$durl" },
{
icon: "infuse",
name: "Infuse",
Expand Down

0 comments on commit ec612e5

Please sign in to comment.