Privacy oriented video player for iOS, tvOS and macOS
Go to file
2021-12-02 20:33:32 +01:00
Backports Minor UI fixes for macOS Big Sur 2021-12-02 20:33:32 +01:00
Extensions iOS 14/macOS Big Sur Support 2021-11-30 19:01:08 +01:00
Fixtures iOS 14/macOS Big Sur Support 2021-11-30 19:01:08 +01:00
iOS Share button 2021-10-27 01:10:07 +02:00
macOS Minor UI fixes for macOS Big Sur 2021-12-02 20:33:32 +01:00
Model Add setting for saving recents (fixes #14) 2021-12-02 00:12:15 +01:00
Open in Yattee Update extension icons 2021-11-07 17:52:55 +01:00
Shared Minor UI fixes for macOS Big Sur 2021-12-02 20:33:32 +01:00
Tests Apple TV Rename project 2021-11-07 15:37:32 +01:00
Tests iOS Rename project 2021-11-07 15:37:32 +01:00
Tests macOS UI improvements 2021-11-12 10:53:15 +01:00
tvOS Add settings for selecting visible sections (fixes #16) 2021-12-02 00:10:21 +01:00
Yattee.xcodeproj Minor UI fixes for macOS Big Sur 2021-12-02 20:33:32 +01:00
.gitignore Basic Safari extension 2021-10-24 14:41:26 +02:00
.swift-version Playback state improvements 2021-08-24 23:01:53 +02:00
.swiftformat Fix codestyle 2021-06-19 22:17:48 +02:00
.swiftlint.yml Playback state improvements 2021-08-24 23:01:53 +02:00
LICENSE Update README 2021-11-10 00:25:38 +01:00
README.md iOS 14/macOS Big Sur Support 2021-11-30 19:01:08 +01:00

Yattee Banner

Video player for Invidious and Piped instances built for iOS, tvOS and macOS.

AGPL v3 GitHub issues GitHub pull requests Matrix

Screenshot

Features

  • Native user interface built with SwiftUI
  • Multiple instances and accounts, fast switching
  • SponsorBlock, configurable categories to skip
  • Player queue and history
  • Fullscreen playback, Picture in Picture and AirPlay support
  • Stream quality selection
  • Favorites: customizable section of channels, playlists, trending, searches and other views
  • yattee:// URL Scheme for integrations

Availability

Feature Invidious Piped
User Accounts
Subscriptions
Popular 🔴
User Playlists 🔴
Trending
Channels
Channel Playlists
Search
Search Suggestions
Search Filters 🔴
Subtitles 🔴

Installation

Requirements

System requirements:

  • iOS 14 (or newer)
  • tvOS 15 (or newer)
  • macOS Big Sur (or newer)

How to install?

AltStore (free)

You can sideload IPA files downloaded from the Releases page to your iOS or tvOS device - check AltStore FAQ for more information.

If you have to access to the beta AltStore version (v1.5, for Patreons only), you can add the following repository in Browse > Sources screen:

https://alt.yattee.stream

Signing IPA files online (paid)

UDID Registrations provides services to sign IPA files for your devices. Refer to: Break free from the App Store section of the website for more information.

Manual installation

Download sources and compile them on a Mac using Xcode, install to your devices. Please note that if you are not registered in Apple Developer Program you will need to reinstall every 7 days.

Integrations

macOS

With Finicky you can configure your system to open all the video links in the app. Example configuration:

{
  match: [
    finicky.matchDomains(/(.*\.)?youtube.com/),
    finicky.matchDomains(/(.*\.)?youtu.be/)
  ],
  browser: "/Applications/Yattee.app"
}

Screenshots

iOS

Player Search Playlists
Yattee Player iOS Yattee Search iOS Yattee Subscriptions iOS

iPadOS

Settings Player Subscriptions
Yattee Player iPadOS Yattee Player iPadOS Yattee Subscriptions iPad S

tvOS

Player Popular Search Now Playing Settings
Yattee Player tvOS Yattee Popular tvOS Yattee Search tvOS Yattee Now Playing tvOS Yattee Settings tvOS

macOS

Player Channel Search Settings
Yattee Player macOS Yattee Channel macOS Yattee Search macOS Yattee Settings macOS

Tips

Settings

  • [tvOS] To open settings, press Play/Pause button while hovering over navigation menu or video

Navigation

  • Use videos context menus to add to queue, open or subscribe channel and add to playlist
  • [tvOS] Pressing buttons in the app trigger switch to next available option (for example: next account in Settings). If you want to access list of all options, press and hold to open the context menu.
  • [iOS] Swipe the player/title bar: up to open fullscreen details view, bottom to close fullscreen details or hide player

Favorites

  • Add more sections using ❤️ button in views channels, playlists, searches, subscriptions and popular
  • [iOS/macOS] Reorganize with dragging and dropping
  • [iOS/macOS] Remove section with right click/press and hold on section name
  • [tvOS] Reorganize and remove from Settings > Edit Favorites...

Keyboard shortcuts

  • Command+1 - Favorites
  • Command+2 - Subscriptions
  • Command+3 - Popular
  • Command+4 - Trending
  • Command+F - Search
  • Command+P - Play/Pause
  • Command+S - Play Next
  • Command+O - Toggle Player

Donations

You can support development of this app with Patreon or cryptocurrencies:

Monero (XMR)

48zfKjLmnXs21PinU2ucMiUPwhiKt5d7WJKiy3ACVS28BKqSn52c1TX8L337oESHJ5TZCyGkozjfWZG11h6C46mN9n4NPrD

Bitcoin (BTC)

bc1qe24zz5a5hm0trc7glwckz93py274eycxzju3mv

Ethereum (ETH)

0xa2f81A58Ec5E550132F03615c8d91954A4E37423

Donations will be used to cover development program access and domain renewal costs.

Contributing

If you're interestred in contributing, you can browse the issues list or create a new one to discuss your feature idea. Every contribution is very welcome.

License and Liability

Yattee and its components is shared on AGPL v3 license.

Contributors take no responsibility for the use of the tool (Point 16. of the license). We strongly recommend you abide by the valid official regulations in your country. Furthermore, we refuse liability for any inappropriate use of the tool, such as downloading materials without proper consent.

This tool is an open source software built for learning and research purposes.