Skip to content

erikenz/youtube-music-desktop

Repository files navigation

YouTube Music Desktop

Unofficial Electron wrapper for YouTube Music with added features

Features

Plugins

  • Shortcuts: Allows adding shortcuts for play, pause, next, previous, volume up, volume down, mute, like, dislike

  • Crossfade: Adds a fade between songs

Themes

Download

Linux

Windows

MacOS

Contribute

Dev

Create a plugin

Create a folder in plugins/YOUR-PLUGIN-NAME:

  • config.ts template:
interface PluginConfig {}
const config: PluginConfig = {};
export default config;
  • front.ts template:
  • back.ts template:
  • menu.ts template:

IMPORTANT: the plugin must include at least one of those files to be recognized

Credits

This is a typescript version inspired on youtube-music from th-ch.

Credits to th-ch and all the contributors to the project.

License

MIT © erikenz

About

Unofficial Electron wrapper for YouTube Music with added features

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published