Skip to content

OothecaPickle/Grayjay.Desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grayjay Desktop

Grayjay is a multi-platform media application that allows you to watch content from multiple platforms in a single application. Using an extendable plugin system developers can make new integrations with additional platforms. Plugins are cross-compatible between Android and Desktop.

FUTO is an organization dedicated to developing, both through in-house engineering and investment, technologies that frustrate centralization and industry consolidation.

For more elaborate showcase of features and downloads, check out the website. Website: https://grayjay.app/desktop/

NOTE for MacOS Users: Our Apple signing/notarization is not entirely done yet, thus you have to run the following command once to run the application.

xattr -c ./Grayjay_osx-arm64.app

or

xattr -c ./Grayjay_osx-x64.app

Home

Here you find the recommendations found on respective applications.

Home

Sources

Here you install new source plugins, change which sources are used, or configure your source behavior.

Sources

Details

Here is an example of what the video player looks like, we support various views so that you can view the video how you like. By default we show a theater view that becomes smaller when reading comments, while not entirely hiding it.

Details 1 Details 2

Downloads

Grayjay also supports downloads, allowing offline viewing of videos, as well as exporting them to files usable outside of Grayjay.

Downloads

Channel

Channels

More..

Grayjay Desktop has way more features than this, but for that, check out the website or download it yourself!

NixOS config

Below a NixOS configuration in case you like to use Grayjay on NixOS.

(pkgs.buildFHSUserEnv {
  name = "fhs";
  targetPkgs = _: with pkgs; [
    libz
    icu
    openssl # For updater

    xorg.libX11
    xorg.libXcomposite
    xorg.libXdamage
    xorg.libXext
    xorg.libXfixes
    xorg.libXrandr
    xorg.libxcb

    gtk3
    glib
    nss
    nspr
    dbus
    atk
    cups
    libdrm
    expat
    libxkbcommon
    pango
    cairo
    udev
    alsa-lib
    mesa
    libGL
    libsecret
  ];
}).env

About

Grayjay.Desktop Mirror

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 50.7%
  • TypeScript 36.7%
  • CSS 10.3%
  • Shell 1.2%
  • C++ 0.9%
  • Swift 0.1%
  • Other 0.1%