Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

oniatsu/youtube-background-player

Repository files navigation

YouTube Background Player

YouTube Background Player using Electron.

  • You can play any videos on the macOS tray.
  • The videos repeat automatically.

image

Installation

Download the latest app.

Development

Starting the app

npm install
npm start

Packaging

npm run pack

ChangeLog

v0.1.1

  • Add a setting to start the app on login.

v0.1.0

  • First release
  • Provide basic functions as a background player.
    • You can play any videos on the macOS tray.
    • The videos repeat automatically.