mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
Compare commits
137 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc48b920a8 | |||
| 9bc81da6f2 | |||
| 2b3363f5dc | |||
| bcff6e5134 | |||
| 1dcf76b006 | |||
| 7bdc0f42a2 | |||
| 023f5b6bc3 | |||
| 3e97e9307c | |||
| 4299ba7865 | |||
| 855d8007a7 | |||
| f239ec3232 | |||
| 5f0dcbb3fc | |||
| 97dce5ad41 | |||
| 1b3e4df1b2 | |||
| 8d74a0a9b5 | |||
| fbce109554 | |||
| f4641acdbb | |||
| 02ae9f8187 | |||
| 9f428415bb | |||
| c7d3741b97 | |||
| 6404ec0919 | |||
| 4cd2d10cad | |||
| 57f5d302d5 | |||
| 168524ba50 | |||
| 149362f2a7 | |||
| 6c330046b7 | |||
| 884a2cc226 | |||
| 3882118121 | |||
| 0fd2e7f51c | |||
| 408aa9bb59 | |||
| eec6993b95 | |||
| eb8e0a37d6 | |||
| 2a915f4fae | |||
| 26994000d7 | |||
| 78f143ea10 | |||
| 684a369fed | |||
| b19470ad0b | |||
| 6691cbf8c0 | |||
| 7ac98cf024 | |||
| 3d835fbeaa | |||
| d0824f52ea | |||
| 8c945100e2 | |||
| 68801c8e2b | |||
| a06eece4a0 | |||
| 873e093ff0 | |||
| 9c343d58ef | |||
| fed7a1df17 | |||
| 89d8907bc6 | |||
| 08d145b6fc | |||
| 57d3545701 | |||
| 08710558f5 | |||
| b80007bbd5 | |||
| ab0c93d443 | |||
| e84f045201 | |||
| 692b6b22aa | |||
| 954a58bcf5 | |||
| bce5b7d8eb | |||
| 736a706801 | |||
| 37cac19d9c | |||
| 4824dda5d5 | |||
| 3fa3c3ab9e | |||
| 058371ace8 | |||
| 430687f4d6 | |||
| 45f4b3bc28 | |||
| 7c12344d05 | |||
| 98213005d0 | |||
| db61589735 | |||
| 26dd7c5f71 | |||
| 3bbab525c6 | |||
| d42b7bc559 | |||
| 69f88ed840 | |||
| eb10bf2b34 | |||
| e051c4a9a2 | |||
| 477202bf24 | |||
| 876e52bb01 | |||
| edfd5be6a2 | |||
| baa4f17276 | |||
| 1de6f3e2ed | |||
| 1c56e7fea6 | |||
| 4c46bceb7d | |||
| 7098cd7602 | |||
| 210418e5d3 | |||
| 297de08278 | |||
| 050bdd3c02 | |||
| 3edc6e9b37 | |||
| 2e721c942f | |||
| 8d375070ac | |||
| 387a6d9f16 | |||
| 3999b991fa | |||
| 3d9e59dc90 | |||
| f25eb48f79 | |||
| 6e45e7b2cb | |||
| 59bba8e590 | |||
| 422c3fc28d | |||
| 6fb251f00f | |||
| 1cb876da55 | |||
| c5021d5ca2 | |||
| 359360b058 | |||
| 80da3feb01 | |||
| ff074c10a6 | |||
| 098776e31a | |||
| d702321969 | |||
| 4748cf92bb | |||
| 5e3b7c0db7 | |||
| 4648854a04 | |||
| 0dc28064db | |||
| a3d5c038ea | |||
| 91f7a0d1a5 | |||
| d5a6e50017 | |||
| 6d8204f60a | |||
| f25bb59065 | |||
| 39c7d56791 | |||
| 1a0369b69d | |||
| e5b4e01a96 | |||
| 0a6587942b | |||
| 7050dfca5c | |||
| 4a7a94240a | |||
| 479013f9c9 | |||
| 164c3141ca | |||
| 234954a86c | |||
| 8c19757dfc | |||
| 790185893d | |||
| 7a816fa4f3 | |||
| d4b5c53dc3 | |||
| e1b83f07a8 | |||
| b855726973 | |||
| 9371a4827e | |||
| 81ce939451 | |||
| 6fd10ea4a0 | |||
| 746b5f13bb | |||
| 474bfd19a2 | |||
| 71222649a0 | |||
| 1a72129108 | |||
| 3108e16018 | |||
| fae19f4533 | |||
| 348f1b8189 | |||
| ffdc7f66b9 |
41
.travis.yml
41
.travis.yml
@ -1,42 +1,37 @@
|
|||||||
matrix:
|
language: node_js
|
||||||
|
node_js: "10"
|
||||||
|
env:
|
||||||
|
- ELECTRON_CACHE=$HOME/.cache/electron ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
|
||||||
|
|
||||||
|
jobs:
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode9.4
|
osx_image: xcode11.3
|
||||||
language: node_js
|
|
||||||
node_js: "10"
|
|
||||||
env:
|
|
||||||
- ELECTRON_CACHE=$HOME/.cache/electron
|
|
||||||
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
|
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
services: docker
|
dist: xenial
|
||||||
language: generic
|
services:
|
||||||
|
- xvfb
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
yarn: false
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
|
||||||
- $HOME/.cache/electron
|
- $HOME/.cache/electron
|
||||||
- $HOME/.cache/electron-builder
|
- $HOME/.cache/electron-builder
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
|
yarn test
|
||||||
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
||||||
docker run --rm \
|
yarn run release:linux
|
||||||
$(env | \
|
|
||||||
grep -Eo '^[^\s=]*(DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS|APPVEYOR_|CSC_|_TOKEN|_KEY|AWS_|STRIP|BUILD_)[^\s=]*' | \
|
|
||||||
sed '/^$/d;s/^/-e /' | \
|
|
||||||
paste -sd ' ' \
|
|
||||||
) \
|
|
||||||
-v ${PWD}:/project \
|
|
||||||
-v ~/.cache/electron:/root/.cache/electron \
|
|
||||||
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
|
|
||||||
electronuserland/builder \
|
|
||||||
/bin/bash -c "npm install && npm run release:linux"
|
|
||||||
else
|
else
|
||||||
npm run release:mac
|
yarn run release:mac
|
||||||
fi
|
fi
|
||||||
before_cache:
|
before_cache:
|
||||||
- rm -rf $HOME/.cache/electron-builder
|
- rm -rf $HOME/.cache/electron-builder
|
||||||
|
before_install:
|
||||||
|
- rm -rf node_modules
|
||||||
|
# Install dependencies
|
||||||
|
- travis_wait 30 yarn --frozen-lockfile
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
|
|||||||
20
appveyor.yml
20
appveyor.yml
@ -1,4 +1,4 @@
|
|||||||
image: Visual Studio 2017
|
image: Visual Studio 2019
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
- x64
|
- x64
|
||||||
@ -11,10 +11,22 @@ init:
|
|||||||
- git config --global core.autocrlf input
|
- git config --global core.autocrlf input
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node 8 x64
|
# Install node
|
||||||
- npm install
|
- ps: Install-Product node 10 x64
|
||||||
|
# Install dependencies
|
||||||
|
- yarn --frozen-lockfile
|
||||||
|
|
||||||
|
# on_finish:
|
||||||
|
# # Enable RDP to the build worker (using APPVEYOR_RDP_PASSWORD env var)
|
||||||
|
# # https://www.appveyor.com/docs/how-to/rdp-to-build-worker/
|
||||||
|
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||||
|
|
||||||
|
# @FIXME: tests disabled because app fails to launch on AppVeyor/Windows
|
||||||
|
# os: unstable # https://github.com/electron-userland/spectron#on-appveyor
|
||||||
|
# test_script:
|
||||||
|
# - yarn test
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- npm run release:win
|
- yarn run release:win
|
||||||
|
|
||||||
test: off
|
test: off
|
||||||
|
|||||||
BIN
assets/youtube-music-tray.png
Normal file
BIN
assets/youtube-music-tray.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.3 KiB |
175
index.js
175
index.js
@ -1,15 +1,25 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
const path = require("path");
|
const path = require("path");
|
||||||
|
|
||||||
const electron = require("electron");
|
const electron = require("electron");
|
||||||
const is = require("electron-is");
|
const is = require("electron-is");
|
||||||
const { autoUpdater } = require("electron-updater");
|
const { autoUpdater } = require("electron-updater");
|
||||||
|
|
||||||
const { setApplicationMenu } = require("./menu");
|
const { setApplicationMenu } = require("./menu");
|
||||||
const { getEnabledPlugins, store } = require("./store");
|
const {
|
||||||
const { fileExists, injectCSS } = require("./plugins/utils");
|
autoUpdate,
|
||||||
|
getEnabledPlugins,
|
||||||
|
isAppVisible,
|
||||||
|
isTrayEnabled,
|
||||||
|
store,
|
||||||
|
startAtLogin,
|
||||||
|
} = require("./store");
|
||||||
|
const { fileExists, injectCSS } = require("./plugins/utils");
|
||||||
|
const { isTesting } = require("./utils/testing");
|
||||||
|
const { setUpTray } = require("./tray");
|
||||||
|
|
||||||
const app = electron.app;
|
const app = electron.app;
|
||||||
|
app.allowRendererProcessReuse = true; // https://github.com/electron/electron/issues/18397
|
||||||
|
|
||||||
// Adds debug features like hotkeys for triggering dev tools and reload
|
// Adds debug features like hotkeys for triggering dev tools and reload
|
||||||
require("electron-debug")();
|
require("electron-debug")();
|
||||||
@ -31,30 +41,7 @@ function onClosed() {
|
|||||||
mainWindow = null;
|
mainWindow = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
function createMainWindow() {
|
function loadPlugins(win) {
|
||||||
const windowSize = store.get("window-size");
|
|
||||||
const windowMaximized = store.get("window-maximized");
|
|
||||||
|
|
||||||
const win = new electron.BrowserWindow({
|
|
||||||
icon : icon,
|
|
||||||
width : windowSize.width,
|
|
||||||
height : windowSize.height,
|
|
||||||
backgroundColor: "#000",
|
|
||||||
show : false,
|
|
||||||
webPreferences : {
|
|
||||||
nodeIntegration: false,
|
|
||||||
preload : path.join(__dirname, "preload.js")
|
|
||||||
},
|
|
||||||
frame : !is.macOS(),
|
|
||||||
titleBarStyle: is.macOS() ? "hiddenInset": "default"
|
|
||||||
});
|
|
||||||
if (windowMaximized) {
|
|
||||||
win.maximize();
|
|
||||||
}
|
|
||||||
|
|
||||||
win.webContents.loadURL(store.get("url"));
|
|
||||||
win.on("closed", onClosed);
|
|
||||||
|
|
||||||
injectCSS(win.webContents, path.join(__dirname, "youtube-music.css"));
|
injectCSS(win.webContents, path.join(__dirname, "youtube-music.css"));
|
||||||
win.webContents.on("did-finish-load", () => {
|
win.webContents.on("did-finish-load", () => {
|
||||||
if (is.dev()) {
|
if (is.dev()) {
|
||||||
@ -63,7 +50,7 @@ function createMainWindow() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
getEnabledPlugins().forEach(plugin => {
|
getEnabledPlugins().forEach((plugin) => {
|
||||||
console.log("Loaded plugin - " + plugin);
|
console.log("Loaded plugin - " + plugin);
|
||||||
const pluginPath = path.join(__dirname, "plugins", plugin, "back.js");
|
const pluginPath = path.join(__dirname, "plugins", plugin, "back.js");
|
||||||
fileExists(pluginPath, () => {
|
fileExists(pluginPath, () => {
|
||||||
@ -71,20 +58,35 @@ function createMainWindow() {
|
|||||||
handle(win);
|
handle(win);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
win.webContents.on("did-fail-load", () => {
|
function createMainWindow() {
|
||||||
if (is.dev()) {
|
const windowSize = store.get("window-size");
|
||||||
console.log("did fail load");
|
const windowMaximized = store.get("window-maximized");
|
||||||
}
|
|
||||||
win.webContents.loadFile(path.join(__dirname, "error.html"));
|
|
||||||
});
|
|
||||||
|
|
||||||
win.webContents.on("did-navigate-in-page", () => {
|
const win = new electron.BrowserWindow({
|
||||||
const url = win.webContents.getURL();
|
icon: icon,
|
||||||
if (url.startsWith("https://music.youtube.com")) {
|
width: windowSize.width,
|
||||||
store.set("url", url);
|
height: windowSize.height,
|
||||||
}
|
backgroundColor: "#000",
|
||||||
|
show: false,
|
||||||
|
webPreferences: {
|
||||||
|
nodeIntegration: isTesting(), // Only necessary when testing with Spectron
|
||||||
|
preload: path.join(__dirname, "preload.js"),
|
||||||
|
nodeIntegrationInSubFrames: true,
|
||||||
|
nativeWindowOpen: true, // window.open return Window object(like in regular browsers), not BrowserWindowProxy
|
||||||
|
enableRemoteModule: true,
|
||||||
|
affinity: "main-window", // main window, and addition windows should work in one process
|
||||||
|
},
|
||||||
|
frame: !is.macOS(),
|
||||||
|
titleBarStyle: is.macOS() ? "hiddenInset" : "default",
|
||||||
});
|
});
|
||||||
|
if (windowMaximized) {
|
||||||
|
win.maximize();
|
||||||
|
}
|
||||||
|
|
||||||
|
win.webContents.loadURL(store.get("url"));
|
||||||
|
win.on("closed", onClosed);
|
||||||
|
|
||||||
win.on("move", () => {
|
win.on("move", () => {
|
||||||
let position = win.getPosition();
|
let position = win.getPosition();
|
||||||
@ -101,12 +103,62 @@ function createMainWindow() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
win.once("ready-to-show", () => {
|
win.once("ready-to-show", () => {
|
||||||
win.show();
|
if (isAppVisible()) {
|
||||||
|
win.show();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
return win;
|
return win;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
app.on("browser-window-created", (event, win) => {
|
||||||
|
loadPlugins(win);
|
||||||
|
|
||||||
|
win.webContents.on("did-fail-load", () => {
|
||||||
|
if (is.dev()) {
|
||||||
|
console.log("did fail load");
|
||||||
|
}
|
||||||
|
win.webContents.loadFile(path.join(__dirname, "error.html"));
|
||||||
|
});
|
||||||
|
|
||||||
|
win.webContents.on("will-prevent-unload", (event) => {
|
||||||
|
event.preventDefault();
|
||||||
|
});
|
||||||
|
|
||||||
|
win.webContents.on("did-navigate-in-page", () => {
|
||||||
|
const url = win.webContents.getURL();
|
||||||
|
if (url.startsWith("https://music.youtube.com")) {
|
||||||
|
store.set("url", url);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
win.webContents.on("will-navigate", (_, url) => {
|
||||||
|
if (url.startsWith("https://accounts.google.com")) {
|
||||||
|
// Force user-agent "Firefox Windows" for Google OAuth to work
|
||||||
|
// From https://github.com/firebase/firebase-js-sdk/issues/2478#issuecomment-571356751
|
||||||
|
// Only set on accounts.google.com, otherwise querySelectors in preload scripts fail (?)
|
||||||
|
const userAgent =
|
||||||
|
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0";
|
||||||
|
|
||||||
|
win.webContents.session.webRequest.onBeforeSendHeaders((details, cb) => {
|
||||||
|
details.requestHeaders["User-Agent"] = userAgent;
|
||||||
|
cb({ requestHeaders: details.requestHeaders });
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
win.webContents.on(
|
||||||
|
"new-window",
|
||||||
|
(e, url, frameName, disposition, options) => {
|
||||||
|
// hook on new opened window
|
||||||
|
|
||||||
|
// at now new window in mainWindow renderer process.
|
||||||
|
// Also, this will automatically get an option `nodeIntegration=false`(not override to true, like in iframe's) - like in regular browsers
|
||||||
|
options.webPreferences.affinity = "main-window";
|
||||||
|
}
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
app.on("window-all-closed", () => {
|
app.on("window-all-closed", () => {
|
||||||
if (process.platform !== "darwin") {
|
if (process.platform !== "darwin") {
|
||||||
app.quit();
|
app.quit();
|
||||||
@ -127,30 +179,45 @@ app.on("activate", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
app.on("ready", () => {
|
app.on("ready", () => {
|
||||||
setApplicationMenu();
|
|
||||||
mainWindow = createMainWindow();
|
mainWindow = createMainWindow();
|
||||||
if (!is.dev()) {
|
setApplicationMenu(mainWindow);
|
||||||
|
setUpTray(app, mainWindow);
|
||||||
|
|
||||||
|
// Autostart at login
|
||||||
|
app.setLoginItemSettings({
|
||||||
|
openAtLogin: startAtLogin(),
|
||||||
|
});
|
||||||
|
|
||||||
|
if (!is.dev() && autoUpdate()) {
|
||||||
autoUpdater.checkForUpdatesAndNotify();
|
autoUpdater.checkForUpdatesAndNotify();
|
||||||
autoUpdater.on("update-available", () => {
|
autoUpdater.on("update-available", () => {
|
||||||
const dialogOpts = {
|
const dialogOpts = {
|
||||||
type : "info",
|
type: "info",
|
||||||
buttons: ["OK"],
|
buttons: ["OK"],
|
||||||
title : "Application Update",
|
title: "Application Update",
|
||||||
message: "A new version is available",
|
message: "A new version is available",
|
||||||
detail :
|
detail:
|
||||||
"A new version is available and can be downloaded at https://github.com/th-ch/youtube-music/releases/latest"
|
"A new version is available and can be downloaded at https://github.com/th-ch/youtube-music/releases/latest",
|
||||||
};
|
};
|
||||||
electron.dialog.showMessageBox(dialogOpts);
|
electron.dialog.showMessageBox(dialogOpts);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// Optimized for Mac OS X
|
// Optimized for Mac OS X
|
||||||
if (process.platform === "darwin") {
|
if (is.macOS()) {
|
||||||
var forceQuit = false;
|
if (!isAppVisible()) {
|
||||||
app.on("before-quit", () => {
|
app.dock.hide();
|
||||||
forceQuit = true;
|
}
|
||||||
});
|
}
|
||||||
mainWindow.on("close", event => {
|
|
||||||
|
var forceQuit = false;
|
||||||
|
app.on("before-quit", () => {
|
||||||
|
forceQuit = true;
|
||||||
|
});
|
||||||
|
|
||||||
|
if (is.macOS() || isTrayEnabled()) {
|
||||||
|
mainWindow.on("close", (event) => {
|
||||||
|
// Hide the window instead of quitting (quit is available in tray options)
|
||||||
if (!forceQuit) {
|
if (!forceQuit) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
mainWindow.hide();
|
mainWindow.hide();
|
||||||
|
|||||||
7
jest.config.js
Normal file
7
jest.config.js
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
module.exports = {
|
||||||
|
globals: {
|
||||||
|
__APP__: undefined, // A different app will be launched in each test environment
|
||||||
|
},
|
||||||
|
testEnvironment: "./tests/environment",
|
||||||
|
testTimeout: 30000, // 30s
|
||||||
|
};
|
||||||
129
menu.js
129
menu.js
@ -1,33 +1,108 @@
|
|||||||
const { app, Menu } = require("electron");
|
const { app, Menu } = require("electron");
|
||||||
|
const is = require("electron-is");
|
||||||
|
|
||||||
const { getAllPlugins } = require("./plugins/utils");
|
const { getAllPlugins } = require("./plugins/utils");
|
||||||
const { isPluginEnabled, enablePlugin, disablePlugin } = require("./store");
|
const {
|
||||||
|
isPluginEnabled,
|
||||||
|
enablePlugin,
|
||||||
|
disablePlugin,
|
||||||
|
autoUpdate,
|
||||||
|
isAppVisible,
|
||||||
|
isTrayEnabled,
|
||||||
|
setOptions,
|
||||||
|
startAtLogin,
|
||||||
|
} = require("./store");
|
||||||
|
|
||||||
module.exports.setApplicationMenu = () => {
|
const mainMenuTemplate = (win) => [
|
||||||
const menuTemplate = [
|
{
|
||||||
{
|
label: "Plugins",
|
||||||
label : "Plugins",
|
submenu: getAllPlugins().map((plugin) => {
|
||||||
submenu: getAllPlugins().map(plugin => {
|
return {
|
||||||
return {
|
label: plugin,
|
||||||
label : plugin,
|
type: "checkbox",
|
||||||
type : "checkbox",
|
checked: isPluginEnabled(plugin),
|
||||||
checked: isPluginEnabled(plugin),
|
click: (item) => {
|
||||||
click : item => {
|
if (item.checked) {
|
||||||
if (item.checked) {
|
enablePlugin(plugin);
|
||||||
enablePlugin(plugin);
|
} else {
|
||||||
} else {
|
disablePlugin(plugin);
|
||||||
disablePlugin(plugin);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
},
|
||||||
})
|
};
|
||||||
}
|
}),
|
||||||
];
|
},
|
||||||
|
{
|
||||||
|
label: "Options",
|
||||||
|
submenu: [
|
||||||
|
{
|
||||||
|
label: "Auto-update",
|
||||||
|
type: "checkbox",
|
||||||
|
checked: autoUpdate(),
|
||||||
|
click: (item) => {
|
||||||
|
setOptions({ autoUpdates: item.checked });
|
||||||
|
},
|
||||||
|
},
|
||||||
|
...(is.windows() || is.macOS()
|
||||||
|
? // Only works on Win/Mac
|
||||||
|
// https://www.electronjs.org/docs/api/app#appsetloginitemsettingssettings-macos-windows
|
||||||
|
[
|
||||||
|
{
|
||||||
|
label: "Start at login",
|
||||||
|
type: "checkbox",
|
||||||
|
checked: startAtLogin(),
|
||||||
|
click: (item) => {
|
||||||
|
setOptions({ startAtLogin: item.checked });
|
||||||
|
},
|
||||||
|
},
|
||||||
|
]
|
||||||
|
: []),
|
||||||
|
{
|
||||||
|
label: "Tray",
|
||||||
|
submenu: [
|
||||||
|
{
|
||||||
|
label: "Disabled",
|
||||||
|
type: "radio",
|
||||||
|
checked: !isTrayEnabled(),
|
||||||
|
click: () => setOptions({ tray: false, appVisible: true }),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Enabled + app visible",
|
||||||
|
type: "radio",
|
||||||
|
checked: isTrayEnabled() && isAppVisible(),
|
||||||
|
click: () => setOptions({ tray: true, appVisible: true }),
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Enabled + app hidden",
|
||||||
|
type: "radio",
|
||||||
|
checked: isTrayEnabled() && !isAppVisible(),
|
||||||
|
click: () => setOptions({ tray: true, appVisible: false }),
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Toggle DevTools",
|
||||||
|
// Cannot use "toggleDevTools" role in MacOS
|
||||||
|
click: () => {
|
||||||
|
const { webContents } = win;
|
||||||
|
if (webContents.isDevToolsOpened()) {
|
||||||
|
webContents.closeDevTools();
|
||||||
|
} else {
|
||||||
|
const devToolsOptions = {};
|
||||||
|
webContents.openDevTools(devToolsOptions);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
];
|
||||||
|
|
||||||
|
module.exports.mainMenuTemplate = mainMenuTemplate;
|
||||||
|
module.exports.setApplicationMenu = (win) => {
|
||||||
|
const menuTemplate = [...mainMenuTemplate(win)];
|
||||||
if (process.platform === "darwin") {
|
if (process.platform === "darwin") {
|
||||||
const name = app.getName();
|
const name = app.name;
|
||||||
menuTemplate.unshift({
|
menuTemplate.unshift({
|
||||||
label : name,
|
label: name,
|
||||||
submenu: [
|
submenu: [
|
||||||
{ role: "about" },
|
{ role: "about" },
|
||||||
{ type: "separator" },
|
{ type: "separator" },
|
||||||
@ -36,9 +111,9 @@ module.exports.setApplicationMenu = () => {
|
|||||||
{ role: "unhide" },
|
{ role: "unhide" },
|
||||||
{ type: "separator" },
|
{ type: "separator" },
|
||||||
{
|
{
|
||||||
label : "Select All",
|
label: "Select All",
|
||||||
accelerator: "CmdOrCtrl+A",
|
accelerator: "CmdOrCtrl+A",
|
||||||
selector : "selectAll:"
|
selector: "selectAll:",
|
||||||
},
|
},
|
||||||
{ label: "Cut", accelerator: "CmdOrCtrl+X", selector: "cut:" },
|
{ label: "Cut", accelerator: "CmdOrCtrl+X", selector: "cut:" },
|
||||||
{ label: "Copy", accelerator: "CmdOrCtrl+C", selector: "copy:" },
|
{ label: "Copy", accelerator: "CmdOrCtrl+C", selector: "copy:" },
|
||||||
@ -46,8 +121,8 @@ module.exports.setApplicationMenu = () => {
|
|||||||
{ type: "separator" },
|
{ type: "separator" },
|
||||||
{ role: "minimize" },
|
{ role: "minimize" },
|
||||||
{ role: "close" },
|
{ role: "close" },
|
||||||
{ role: "quit" }
|
{ role: "quit" },
|
||||||
]
|
],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
7321
package-lock.json
generated
7321
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
85
package.json
85
package.json
@ -1,60 +1,73 @@
|
|||||||
{
|
{
|
||||||
"name" : "youtube-music",
|
"name": "youtube-music",
|
||||||
"productName": "YouTube Music",
|
"productName": "YouTube Music",
|
||||||
"version" : "1.1.5",
|
"version": "1.6.0",
|
||||||
"description": "YouTube Music Desktop App - including custom plugins",
|
"description": "YouTube Music Desktop App - including custom plugins",
|
||||||
"license" : "MIT",
|
"license": "MIT",
|
||||||
"repository" : "th-ch/youtube-music",
|
"repository": "th-ch/youtube-music",
|
||||||
"author" : {
|
"author": {
|
||||||
"name" : "th-ch",
|
"name": "th-ch",
|
||||||
"email": "th-ch@users.noreply.github.com",
|
"email": "th-ch@users.noreply.github.com",
|
||||||
"url" : "https://github.com/th-ch/youtube-music"
|
"url": "https://github.com/th-ch/youtube-music"
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"appId" : "com.github.th-ch.youtube-music",
|
"appId": "com.github.th-ch.youtube-music",
|
||||||
"productName": "YouTube Music",
|
"productName": "YouTube Music",
|
||||||
"mac" : {
|
"mac": {
|
||||||
"identity": null,
|
"identity": null,
|
||||||
"icon" : "assets/generated/icons/mac/icon.icns"
|
"icon": "assets/generated/icons/mac/icon.icns"
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
"icon": "assets/generated/icons/win/icon.ico"
|
"icon": "assets/generated/icons/win/icon.ico"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"icon" : "assets/generated/icons/png",
|
"icon": "assets/generated/icons/png",
|
||||||
"category": "AudioVideo"
|
"category": "AudioVideo"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test" : "xo",
|
"test": "jest",
|
||||||
"start" : "electron .",
|
"start": "electron .",
|
||||||
"icon" : "rimraf assets/generated && electron-icon-maker --input=assets/youtube-music.png --output=assets/generated",
|
"icon": "rimraf assets/generated && electron-icon-maker --input=assets/youtube-music.png --output=assets/generated",
|
||||||
"postinstall" : "npm run icon && npm rebuild && node plugins/adblocker/generator.js && electron-rebuild",
|
"generate:package": "node utils/generate-package-json.js",
|
||||||
"clean" : "rimraf dist",
|
"postinstall": "yarn run icon && yarn run plugins",
|
||||||
"build" : "npm run clean && build --win --mac --linux",
|
"clean": "rimraf dist",
|
||||||
"build:mac" : "npm run clean && build --mac",
|
"build": "yarn run clean && electron-builder --win --mac --linux",
|
||||||
"build:win" : "npm run clean && build --win",
|
"build:mac": "yarn run clean && electron-builder --mac",
|
||||||
"release:linux": "npm run clean && build --linux -p always",
|
"build:win": "yarn run clean && electron-builder --win",
|
||||||
"release:mac" : "npm run clean && build --mac -p always",
|
"plugins": "yarn run plugin:adblocker && yarn run plugin:autoconfirm",
|
||||||
"release:win" : "npm run clean && build --win -p always"
|
"plugin:adblocker": "rimraf plugins/adblocker/ad-blocker-engine.bin && node plugins/adblocker/blocker.js",
|
||||||
|
"plugin:autoconfirm": "yarn run generate:package YoutubeNonStop",
|
||||||
|
"release:linux": "yarn run clean && electron-builder --linux -p always -c.snap.publish=github",
|
||||||
|
"release:mac": "yarn run clean && electron-builder --mac -p always",
|
||||||
|
"release:win": "yarn run clean && electron-builder --win -p always"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"npm": "Please use yarn and not npm"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ad-block" : "^4.1.3",
|
"@cliqz/adblocker-electron": "^1.18.3",
|
||||||
"electron-debug" : "^2.0.0",
|
"YoutubeNonStop": "git://github.com/lawfx/YoutubeNonStop.git#v0.8.0",
|
||||||
"electron-is" : "^3.0.0",
|
"electron-debug": "^3.1.0",
|
||||||
"electron-localshortcut": "^3.1.0",
|
"electron-is": "^3.0.0",
|
||||||
"electron-store" : "^2.0.0",
|
"electron-localshortcut": "^3.2.1",
|
||||||
"electron-updater" : "^4.0.6"
|
"electron-store": "^6.0.1",
|
||||||
|
"electron-updater": "^4.3.5",
|
||||||
|
"node-fetch": "^2.6.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"devtron" : "^1.4.0",
|
"electron": "^10.1.3",
|
||||||
"electron" : "^4.0.8",
|
"electron-builder": "^22.8.1",
|
||||||
"electron-builder" : "^20.40.2",
|
"electron-devtools-installer": "^3.1.1",
|
||||||
"electron-devtools-installer": "^2.2.4",
|
"electron-icon-maker": "0.0.5",
|
||||||
"electron-icon-maker" : "0.0.4",
|
"get-port": "^5.1.1",
|
||||||
"electron-rebuild" : "^1.8.4",
|
"jest": "^26.4.2",
|
||||||
"rimraf" : "^2.6.3",
|
"rimraf": "^3.0.2",
|
||||||
"xo" : "^0.24.0"
|
"spectron": "^12.0.0",
|
||||||
|
"xo": "^0.33.1"
|
||||||
|
},
|
||||||
|
"resolutions": {
|
||||||
|
"yargs-parser": "18.1.3"
|
||||||
},
|
},
|
||||||
"xo": {
|
"xo": {
|
||||||
"envs": [
|
"envs": [
|
||||||
|
|||||||
2
plugins/adblocker/.gitignore
vendored
2
plugins/adblocker/.gitignore
vendored
@ -1 +1 @@
|
|||||||
detector.buffer
|
/ad-blocker-engine.bin
|
||||||
|
|||||||
@ -1,3 +1,2 @@
|
|||||||
const { blockWindowAds } = require("./blocker");
|
const { loadAdBlockerEngine } = require("./blocker");
|
||||||
|
module.exports = (win) => loadAdBlockerEngine(win.webContents.session);
|
||||||
module.exports = win => blockWindowAds(win.webContents);
|
|
||||||
|
|||||||
@ -1,12 +1,34 @@
|
|||||||
const { initialize, containsAds } = require("./contains-ads");
|
const { promises } = require("fs"); // used for caching
|
||||||
|
const path = require("path");
|
||||||
|
|
||||||
module.exports.blockWindowAds = webContents => {
|
const { ElectronBlocker } = require("@cliqz/adblocker-electron");
|
||||||
initialize();
|
const fetch = require("node-fetch");
|
||||||
webContents.session.webRequest.onBeforeRequest(
|
|
||||||
["*://*./*"],
|
const SOURCES = [
|
||||||
(details, cb) => {
|
"https://raw.githubusercontent.com/kbinani/adblock-youtube-ads/master/signed.txt",
|
||||||
const shouldBeBlocked = containsAds(details.url);
|
];
|
||||||
cb({ cancel: shouldBeBlocked });
|
|
||||||
|
const loadAdBlockerEngine = (session = undefined) =>
|
||||||
|
ElectronBlocker.fromLists(
|
||||||
|
fetch,
|
||||||
|
SOURCES,
|
||||||
|
{},
|
||||||
|
{
|
||||||
|
path: path.resolve(__dirname, "ad-blocker-engine.bin"),
|
||||||
|
read: promises.readFile,
|
||||||
|
write: promises.writeFile,
|
||||||
}
|
}
|
||||||
);
|
)
|
||||||
};
|
.then((blocker) => {
|
||||||
|
if (session) {
|
||||||
|
blocker.enableBlockingInSession(session);
|
||||||
|
} else {
|
||||||
|
console.log("Successfully generated adBlocker engine.");
|
||||||
|
}
|
||||||
|
})
|
||||||
|
.catch((err) => console.log("Error loading adBlocker engine", err));
|
||||||
|
|
||||||
|
module.exports = { loadAdBlockerEngine };
|
||||||
|
if (require.main === module) {
|
||||||
|
loadAdBlockerEngine(); // Generate the engine without enabling it
|
||||||
|
}
|
||||||
|
|||||||
@ -1,24 +0,0 @@
|
|||||||
const fs = require("fs");
|
|
||||||
const path = require("path");
|
|
||||||
const Blocker = require("ad-block");
|
|
||||||
|
|
||||||
const client = new Blocker.AdBlockClient();
|
|
||||||
const file = path.resolve(__dirname, "detector.buffer");
|
|
||||||
|
|
||||||
module.exports.client = client;
|
|
||||||
module.exports.initialize = () =>
|
|
||||||
new Promise((resolve, reject) => {
|
|
||||||
fs.readFile(file, (err, buffer) => {
|
|
||||||
if (err) {
|
|
||||||
return reject(err);
|
|
||||||
}
|
|
||||||
client.deserialize(buffer);
|
|
||||||
return resolve();
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
const none = Blocker.FilterOptions.noFilterOption;
|
|
||||||
const isAd = (req, base) => client.matches(req, none, base);
|
|
||||||
|
|
||||||
module.exports.containsAds = (req, base) => isAd(req, base);
|
|
||||||
module.exports.isAd = isAd;
|
|
||||||
@ -1,67 +0,0 @@
|
|||||||
// This file generates the detector buffer
|
|
||||||
const fs = require("fs");
|
|
||||||
const path = require("path");
|
|
||||||
const Blocker = require("ad-block");
|
|
||||||
const https = require("https");
|
|
||||||
|
|
||||||
const SOURCES = [
|
|
||||||
"https://raw.githubusercontent.com/kbinani/adblock-youtube-ads/master/signed.txt"
|
|
||||||
];
|
|
||||||
|
|
||||||
function parseAdblockList(client, adblockList) {
|
|
||||||
const urls = adblockList.split("\n");
|
|
||||||
const totalSize = urls.length;
|
|
||||||
console.log(
|
|
||||||
"Parsing " + totalSize + " urls (this can take a couple minutes)."
|
|
||||||
);
|
|
||||||
urls.map(line => client.parse(line));
|
|
||||||
console.log("Created buffer.");
|
|
||||||
}
|
|
||||||
|
|
||||||
function writeBuffer(client) {
|
|
||||||
const output = path.resolve(__dirname, "detector.buffer");
|
|
||||||
fs.writeFile(output, client.serialize(64), err => {
|
|
||||||
if (err) {
|
|
||||||
console.error(err);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
console.log("Wrote buffer to detector.buffer!");
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
function generateDetectorBuffer() {
|
|
||||||
const client = new Blocker.AdBlockClient();
|
|
||||||
let nbSourcesFetched = 0;
|
|
||||||
|
|
||||||
// fetch updated versions
|
|
||||||
SOURCES.forEach(source => {
|
|
||||||
console.log("Downloading " + source);
|
|
||||||
https
|
|
||||||
.get(source, resp => {
|
|
||||||
let data = "";
|
|
||||||
|
|
||||||
// A chunk of data has been recieved.
|
|
||||||
resp.on("data", chunk => {
|
|
||||||
data += chunk;
|
|
||||||
});
|
|
||||||
|
|
||||||
// The whole response has been received. Print out the result.
|
|
||||||
resp.on("end", () => {
|
|
||||||
parseAdblockList(client, data);
|
|
||||||
nbSourcesFetched++;
|
|
||||||
|
|
||||||
if (nbSourcesFetched === SOURCES.length) {
|
|
||||||
writeBuffer(client);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
})
|
|
||||||
.on("error", err => {
|
|
||||||
console.log("Error: " + err.message);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
module.exports = generateDetectorBuffer;
|
|
||||||
if (require.main === module) {
|
|
||||||
generateDetectorBuffer();
|
|
||||||
}
|
|
||||||
12
plugins/auto-confirm-when-paused/front.js
Normal file
12
plugins/auto-confirm-when-paused/front.js
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
// Define global chrome object to be compliant with the extension code
|
||||||
|
global.chrome = {
|
||||||
|
runtime: {
|
||||||
|
getManifest: () => ({
|
||||||
|
version: 1
|
||||||
|
})
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
module.exports = () => {
|
||||||
|
require("YoutubeNonStop/autoconfirm.js");
|
||||||
|
};
|
||||||
6
plugins/hide-video-player/back.js
Normal file
6
plugins/hide-video-player/back.js
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
const { injectCSS } = require("../utils");
|
||||||
|
const path = require("path");
|
||||||
|
|
||||||
|
module.exports = win => {
|
||||||
|
injectCSS(win.webContents, path.join(__dirname, "style.css"));
|
||||||
|
};
|
||||||
11
plugins/hide-video-player/style.css
Normal file
11
plugins/hide-video-player/style.css
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
/* Hide the video player */
|
||||||
|
#main-panel {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Make the side-panel full width */
|
||||||
|
.side-panel.ytmusic-player-page {
|
||||||
|
max-width: 100% !important;
|
||||||
|
width: 100% !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
@ -1,17 +1,17 @@
|
|||||||
.navigation-item {
|
.navigation-item {
|
||||||
font-family : Roboto, Noto Naskh Arabic UI, Arial, sans-serif;
|
font-family: Roboto, Noto Naskh Arabic UI, Arial, sans-serif;
|
||||||
font-size : 20px;
|
font-size: 20px;
|
||||||
line-height : var(--ytmusic-title-1_-_line-height);
|
line-height: var(--ytmusic-title-1_-_line-height);
|
||||||
font-weight : 500;
|
font-weight: 500;
|
||||||
color : #fff;
|
color: #fff;
|
||||||
--yt-endpoint-color : #fff;
|
--yt-endpoint-color: #fff;
|
||||||
--yt-endpoint-hover-color : #fff;
|
--yt-endpoint-hover-color: #fff;
|
||||||
--yt-endpoint-visited-color: #fff;
|
--yt-endpoint-visited-color: #fff;
|
||||||
display : inline-flex;
|
display: inline-flex;
|
||||||
align-items : center;
|
align-items: center;
|
||||||
color : rgba(255, 255, 255, 0.5);
|
color: rgba(255, 255, 255, 0.5);
|
||||||
cursor : pointer;
|
cursor: pointer;
|
||||||
margin : 0 var(--ytmusic-pivot-bar-tab-margin);
|
margin: 0 var(--ytmusic-pivot-bar-tab-margin);
|
||||||
}
|
}
|
||||||
|
|
||||||
.navigation-item:hover {
|
.navigation-item:hover {
|
||||||
@ -19,18 +19,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navigation-icon {
|
.navigation-icon {
|
||||||
display : inline-flex;
|
display: inline-flex;
|
||||||
-ms-flex-align : center;
|
-ms-flex-align: center;
|
||||||
-webkit-align-items : center;
|
-webkit-align-items: center;
|
||||||
align-items : center;
|
align-items: center;
|
||||||
-ms-flex-pack : center;
|
-ms-flex-pack: center;
|
||||||
-webkit-justify-content: center;
|
-webkit-justify-content: center;
|
||||||
justify-content : center;
|
justify-content: center;
|
||||||
position : relative;
|
position: relative;
|
||||||
vertical-align : middle;
|
vertical-align: middle;
|
||||||
fill : var(--iron-icon-fill-color, currentcolor);
|
fill: var(--iron-icon-fill-color, currentcolor);
|
||||||
stroke : none;
|
stroke: none;
|
||||||
width : var(--iron-icon-width, 24px);
|
width: var(--iron-icon-width, 24px);
|
||||||
height : var(--iron-icon-height, 24px);
|
height: var(--iron-icon-height, 24px);
|
||||||
animation : var(--iron-icon_-_animation);
|
animation: var(--iron-icon_-_animation);
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,26 +4,6 @@
|
|||||||
role="tab"
|
role="tab"
|
||||||
onclick="goToPreviousPage()"
|
onclick="goToPreviousPage()"
|
||||||
>
|
>
|
||||||
<div
|
|
||||||
class="tab-icon style-scope ytmusic-pivot-bar-item-renderer yt-icon-container"
|
|
||||||
>
|
|
||||||
<svg
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
preserveAspectRatio="xMidYMid meet"
|
|
||||||
focusable="false"
|
|
||||||
class="style-scope yt-icon"
|
|
||||||
style="pointer-events: none; display: block; width: 100%; height: 100%;"
|
|
||||||
>
|
|
||||||
<g class="style-scope yt-icon">
|
|
||||||
<path
|
|
||||||
class="st0"
|
|
||||||
d="M109.3 265.2l218.9 218.9c5.1 5.1 11.8 7.9 19 7.9s14-2.8 19-7.9l16.1-16.1c10.5-10.5 10.5-27.6 0-38.1L198.6 246.1 382.7 62c5.1-5.1 7.9-11.8 7.9-19 0-7.2-2.8-14-7.9-19L366.5 7.9c-5.1-5.1-11.8-7.9-19-7.9-7.2 0-14 2.8-19 7.9L109.3 227c-5.1 5.1-7.9 11.9-7.8 19.1 0 7.2 2.8 14 7.8 19.1z"
|
|
||||||
class="style-scope yt-icon"
|
|
||||||
></path>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="search-icon style-scope ytmusic-search-box"
|
class="search-icon style-scope ytmusic-search-box"
|
||||||
role="button"
|
role="button"
|
||||||
@ -31,7 +11,10 @@
|
|||||||
aria-disabled="false"
|
aria-disabled="false"
|
||||||
title="Go to previous page"
|
title="Go to previous page"
|
||||||
>
|
>
|
||||||
<div id="icon" class="style-scope paper-icon-button navigation-icon">
|
<div
|
||||||
|
id="icon"
|
||||||
|
class="tab-icon style-scope paper-icon-button navigation-icon"
|
||||||
|
>
|
||||||
<svg
|
<svg
|
||||||
viewBox="0 0 492 492"
|
viewBox="0 0 492 492"
|
||||||
preserveAspectRatio="xMidYMid meet"
|
preserveAspectRatio="xMidYMid meet"
|
||||||
@ -41,7 +24,6 @@
|
|||||||
>
|
>
|
||||||
<g class="style-scope iron-icon">
|
<g class="style-scope iron-icon">
|
||||||
<path
|
<path
|
||||||
class="st0"
|
|
||||||
d="M109.3 265.2l218.9 218.9c5.1 5.1 11.8 7.9 19 7.9s14-2.8 19-7.9l16.1-16.1c10.5-10.5 10.5-27.6 0-38.1L198.6 246.1 382.7 62c5.1-5.1 7.9-11.8 7.9-19 0-7.2-2.8-14-7.9-19L366.5 7.9c-5.1-5.1-11.8-7.9-19-7.9-7.2 0-14 2.8-19 7.9L109.3 227c-5.1 5.1-7.9 11.9-7.8 19.1 0 7.2 2.8 14 7.8 19.1z"
|
d="M109.3 265.2l218.9 218.9c5.1 5.1 11.8 7.9 19 7.9s14-2.8 19-7.9l16.1-16.1c10.5-10.5 10.5-27.6 0-38.1L198.6 246.1 382.7 62c5.1-5.1 7.9-11.8 7.9-19 0-7.2-2.8-14-7.9-19L366.5 7.9c-5.1-5.1-11.8-7.9-19-7.9-7.2 0-14 2.8-19 7.9L109.3 227c-5.1 5.1-7.9 11.9-7.8 19.1 0 7.2 2.8 14 7.8 19.1z"
|
||||||
></path>
|
></path>
|
||||||
</g>
|
</g>
|
||||||
|
|||||||
@ -4,26 +4,6 @@
|
|||||||
role="tab"
|
role="tab"
|
||||||
onclick="goToNextPage()"
|
onclick="goToNextPage()"
|
||||||
>
|
>
|
||||||
<div class="tab-icon style-scope ytmusic-pivot-bar-item-renderer">
|
|
||||||
<svg
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
preserveAspectRatio="xMidYMid meet"
|
|
||||||
focusable="false"
|
|
||||||
class="style-scope yt-icon"
|
|
||||||
style="pointer-events: none; display: block; width: 100%; height: 100%;"
|
|
||||||
>
|
|
||||||
<g class="style-scope yt-icon">
|
|
||||||
<path
|
|
||||||
d="M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12
|
|
||||||
c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028
|
|
||||||
c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265
|
|
||||||
c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z"
|
|
||||||
class="style-scope yt-icon"
|
|
||||||
></path>
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="search-icon style-scope ytmusic-search-box"
|
class="search-icon style-scope ytmusic-search-box"
|
||||||
role="button"
|
role="button"
|
||||||
@ -31,7 +11,10 @@
|
|||||||
aria-disabled="false"
|
aria-disabled="false"
|
||||||
title="Go to next page"
|
title="Go to next page"
|
||||||
>
|
>
|
||||||
<div id="icon" class="style-scope paper-icon-button navigation-icon">
|
<div
|
||||||
|
id="icon"
|
||||||
|
class="tab-icon style-scope paper-icon-button navigation-icon"
|
||||||
|
>
|
||||||
<svg
|
<svg
|
||||||
viewBox="0 0 492 492"
|
viewBox="0 0 492 492"
|
||||||
preserveAspectRatio="xMidYMid meet"
|
preserveAspectRatio="xMidYMid meet"
|
||||||
@ -41,7 +24,6 @@
|
|||||||
>
|
>
|
||||||
<g class="style-scope iron-icon">
|
<g class="style-scope iron-icon">
|
||||||
<path
|
<path
|
||||||
class="st0"
|
|
||||||
d="M382.7,226.8L163.7,7.9c-5.1-5.1-11.8-7.9-19-7.9s-14,2.8-19,7.9L109.5,24c-10.5,10.5-10.5,27.6,0,38.1
|
d="M382.7,226.8L163.7,7.9c-5.1-5.1-11.8-7.9-19-7.9s-14,2.8-19,7.9L109.5,24c-10.5,10.5-10.5,27.6,0,38.1
|
||||||
l183.9,183.9L109.3,430c-5.1,5.1-7.9,11.8-7.9,19c0,7.2,2.8,14,7.9,19l16.1,16.1c5.1,5.1,11.8,7.9,19,7.9s14-2.8,19-7.9L382.7,265
|
l183.9,183.9L109.3,430c-5.1,5.1-7.9,11.8-7.9,19c0,7.2,2.8,14,7.9,19l16.1,16.1c5.1,5.1,11.8,7.9,19,7.9s14-2.8,19-7.9L382.7,265
|
||||||
c5.1-5.1,7.9-11.9,7.8-19.1C390.5,238.7,387.8,231.9,382.7,226.8z"
|
c5.1-5.1,7.9-11.9,7.8-19.1C390.5,238.7,387.8,231.9,382.7,226.8z"
|
||||||
|
|||||||
18
plugins/notifications/actions.js
Normal file
18
plugins/notifications/actions.js
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
const { triggerAction } = require("../utils");
|
||||||
|
|
||||||
|
const CHANNEL = "notification";
|
||||||
|
const ACTIONS = {
|
||||||
|
NOTIFICATION: "notification",
|
||||||
|
};
|
||||||
|
|
||||||
|
function notify(info) {
|
||||||
|
triggerAction(CHANNEL, ACTIONS.NOTIFICATION, info);
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
CHANNEL,
|
||||||
|
ACTIONS,
|
||||||
|
global: {
|
||||||
|
notify,
|
||||||
|
},
|
||||||
|
};
|
||||||
33
plugins/notifications/back.js
Normal file
33
plugins/notifications/back.js
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
const { nativeImage, Notification } = require("electron");
|
||||||
|
|
||||||
|
const { listenAction } = require("../utils");
|
||||||
|
const { ACTIONS, CHANNEL } = require("./actions.js");
|
||||||
|
|
||||||
|
function notify(info) {
|
||||||
|
let notificationImage = "assets/youtube-music.png";
|
||||||
|
if (info.image) {
|
||||||
|
notificationImage = nativeImage.createFromDataURL(info.image);
|
||||||
|
}
|
||||||
|
|
||||||
|
const notification = {
|
||||||
|
title: info.title || "Playing",
|
||||||
|
body: info.artist,
|
||||||
|
icon: notificationImage,
|
||||||
|
silent: true,
|
||||||
|
};
|
||||||
|
new Notification(notification).show();
|
||||||
|
}
|
||||||
|
|
||||||
|
function listenAndNotify() {
|
||||||
|
listenAction(CHANNEL, (event, action, imageSrc) => {
|
||||||
|
switch (action) {
|
||||||
|
case ACTIONS.NOTIFICATION:
|
||||||
|
notify(imageSrc);
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
console.log("Unknown action: " + action);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = listenAndNotify;
|
||||||
86
plugins/notifications/front.js
Normal file
86
plugins/notifications/front.js
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
let videoElement = null;
|
||||||
|
let image = null;
|
||||||
|
|
||||||
|
const observer = new MutationObserver((mutations, observer) => {
|
||||||
|
if (!videoElement) {
|
||||||
|
videoElement = document.querySelector("video");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!image) {
|
||||||
|
image = document.querySelector(".ytmusic-player-bar.image");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (videoElement !== null && image !== null) {
|
||||||
|
observer.disconnect();
|
||||||
|
let notificationImage = null;
|
||||||
|
|
||||||
|
videoElement.addEventListener("play", () => {
|
||||||
|
notify({
|
||||||
|
title: getTitle(),
|
||||||
|
artist: getArtist(),
|
||||||
|
image: notificationImage,
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
image.addEventListener("load", () => {
|
||||||
|
notificationImage = null;
|
||||||
|
const imageInBase64 = convertImageToBase64(image);
|
||||||
|
if (image && image.complete && image.naturalHeight !== 0) {
|
||||||
|
notificationImage = imageInBase64;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
// Convert an image (DOM element) to base64 string
|
||||||
|
const convertImageToBase64 = (image, size = 256) => {
|
||||||
|
image.setAttribute("crossorigin", "anonymous");
|
||||||
|
|
||||||
|
const c = document.createElement("canvas");
|
||||||
|
c.height = size;
|
||||||
|
c.width = size;
|
||||||
|
|
||||||
|
const ctx = c.getContext("2d");
|
||||||
|
ctx.drawImage(
|
||||||
|
image,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
image.naturalWidth,
|
||||||
|
image.naturalHeight,
|
||||||
|
0,
|
||||||
|
0,
|
||||||
|
c.width,
|
||||||
|
c.height
|
||||||
|
);
|
||||||
|
|
||||||
|
const imageInBase64 = c.toDataURL();
|
||||||
|
return imageInBase64;
|
||||||
|
};
|
||||||
|
|
||||||
|
const getTitle = () => {
|
||||||
|
const title = document.querySelector(".title.ytmusic-player-bar").textContent;
|
||||||
|
return title;
|
||||||
|
};
|
||||||
|
|
||||||
|
const getArtist = () => {
|
||||||
|
const bar = document.querySelectorAll(".subtitle.ytmusic-player-bar")[0];
|
||||||
|
let artist;
|
||||||
|
|
||||||
|
if (bar.querySelectorAll(".yt-simple-endpoint.yt-formatted-string")[0]) {
|
||||||
|
artist = bar.querySelectorAll(".yt-simple-endpoint.yt-formatted-string")[0]
|
||||||
|
.textContent;
|
||||||
|
} else if (bar.querySelectorAll(".byline.ytmusic-player-bar")[0]) {
|
||||||
|
artist = bar.querySelectorAll(".byline.ytmusic-player-bar")[0].textContent;
|
||||||
|
}
|
||||||
|
|
||||||
|
return artist;
|
||||||
|
};
|
||||||
|
|
||||||
|
const observeVideoAndThumbnail = () => {
|
||||||
|
observer.observe(document, {
|
||||||
|
childList: true,
|
||||||
|
subtree: true,
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
module.exports = observeVideoAndThumbnail;
|
||||||
@ -20,8 +20,8 @@ module.exports.templatePath = (pluginPath, name) => {
|
|||||||
return path.join(pluginPath, "templates", name);
|
return path.join(pluginPath, "templates", name);
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports.triggerAction = (channel, action) => {
|
module.exports.triggerAction = (channel, action, ...args) => {
|
||||||
return ipcRenderer.send(channel, action);
|
return ipcRenderer.send(channel, action, ...args);
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports.listenAction = (channel, callback) => {
|
module.exports.listenAction = (channel, callback) => {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
const path = require("path");
|
const path = require("path");
|
||||||
|
|
||||||
const { getCurrentWindow } = require("electron").remote;
|
const { remote } = require("electron");
|
||||||
|
|
||||||
const { getEnabledPlugins, store } = require("./store");
|
const { getEnabledPlugins, store } = require("./store");
|
||||||
const { fileExists } = require("./plugins/utils");
|
const { fileExists } = require("./plugins/utils");
|
||||||
@ -28,5 +28,5 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||||||
|
|
||||||
// Add action for reloading
|
// Add action for reloading
|
||||||
global.reload = () =>
|
global.reload = () =>
|
||||||
getCurrentWindow().webContents.loadURL(store.get("url"));
|
remote.getCurrentWindow().webContents.loadURL(store.get("url"));
|
||||||
});
|
});
|
||||||
|
|||||||
20
readme.md
20
readme.md
@ -1,9 +1,12 @@
|
|||||||
# YouTube Music
|
# YouTube Music
|
||||||
|
|
||||||
[](https://GitHub.com/th-ch/youtube-music/releases/)
|
[](https://GitHub.com/th-ch/youtube-music/releases/)
|
||||||
[](https://github.com/th-ch/youtube-music/blob/master/LICENSE)
|
[](https://github.com/th-ch/youtube-music/blob/master/LICENSE)
|
||||||
[](https://github.com/sindresorhus/xo)
|
[](https://github.com/sindresorhus/xo)
|
||||||
[](https://ci.appveyor.com/project/th-ch/youtube-music)
|
[](https://ci.appveyor.com/project/th-ch/youtube-music)
|
||||||
[](https://travis-ci.org/th-ch/youtube-music)
|
[](https://travis-ci.org/th-ch/youtube-music)
|
||||||
|
[](https://snyk.io/test/github/th-ch/youtube-music)
|
||||||
|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -22,14 +25,15 @@ You can check out the [latest release](https://github.com/th-ch/youtube-music/re
|
|||||||
- **No Google Login**: remove Google login buttons and links from the interface
|
- **No Google Login**: remove Google login buttons and links from the interface
|
||||||
- **Shortcuts**: use your usual shortcuts (media keys, Ctrl/CMD + F…) to control YouTube Music
|
- **Shortcuts**: use your usual shortcuts (media keys, Ctrl/CMD + F…) to control YouTube Music
|
||||||
- **Navigation**: next/back navigation arrows directly integrated in the interface, like in your favorite browser
|
- **Navigation**: next/back navigation arrows directly integrated in the interface, like in your favorite browser
|
||||||
|
- **Auto confirm when paused**: when the "Continue Watching?" modal appears, automatically click "Yes"
|
||||||
|
|
||||||
## Dev
|
## Dev
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/th-ch/youtube-music
|
git clone https://github.com/th-ch/youtube-music
|
||||||
cd youtube-music
|
cd youtube-music
|
||||||
npm install
|
yarn
|
||||||
npm start
|
yarn start
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build your own plugins
|
## Build your own plugins
|
||||||
@ -80,7 +84,7 @@ module.exports = win => {
|
|||||||
// front.js
|
// front.js
|
||||||
module.exports = () => {
|
module.exports = () => {
|
||||||
// Remove the login button
|
// Remove the login button
|
||||||
document.querySelector('.sign-in-link.ytmusic-nav-bar').remove();
|
document.querySelector(".sign-in-link.ytmusic-nav-bar").remove();
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -89,11 +93,19 @@ module.exports = () => {
|
|||||||
## Build
|
## Build
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm run build
|
yarn build
|
||||||
```
|
```
|
||||||
|
|
||||||
Builds the app for macOS, Linux, and Windows, using [electron-builder](https://github.com/electron-userland/electron-builder).
|
Builds the app for macOS, Linux, and Windows, using [electron-builder](https://github.com/electron-userland/electron-builder).
|
||||||
|
|
||||||
|
## Tests
|
||||||
|
|
||||||
|
```sh
|
||||||
|
yarn test
|
||||||
|
```
|
||||||
|
|
||||||
|
Uses [Spectron](https://www.electronjs.org/spectron) to test the app.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT © [th-ch](https://github.com/th-ch/youtube-music)
|
MIT © [th-ch](https://github.com/th-ch/youtube-music)
|
||||||
|
|||||||
@ -4,18 +4,32 @@ const plugins = require("./plugins");
|
|||||||
const store = new Store({
|
const store = new Store({
|
||||||
defaults: {
|
defaults: {
|
||||||
"window-size": {
|
"window-size": {
|
||||||
width : 1100,
|
width: 1100,
|
||||||
height: 550
|
height: 550,
|
||||||
},
|
},
|
||||||
url : "https://music.youtube.com",
|
url: "https://music.youtube.com",
|
||||||
plugins: ["navigation", "shortcuts", "adblocker"]
|
plugins: ["navigation", "shortcuts", "adblocker"],
|
||||||
}
|
options: {
|
||||||
|
tray: false,
|
||||||
|
appVisible: true,
|
||||||
|
autoUpdates: true,
|
||||||
|
startAtLogin: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
store : store,
|
store: store,
|
||||||
isPluginEnabled : plugin => plugins.isEnabled(store, plugin),
|
// Plugins
|
||||||
|
isPluginEnabled: plugin => plugins.isEnabled(store, plugin),
|
||||||
getEnabledPlugins: () => plugins.getEnabledPlugins(store),
|
getEnabledPlugins: () => plugins.getEnabledPlugins(store),
|
||||||
enablePlugin : plugin => plugins.enablePlugin(store, plugin),
|
enablePlugin: plugin => plugins.enablePlugin(store, plugin),
|
||||||
disablePlugin : plugin => plugins.disablePlugin(store, plugin)
|
disablePlugin: plugin => plugins.disablePlugin(store, plugin),
|
||||||
|
// Options
|
||||||
|
setOptions: options =>
|
||||||
|
store.set("options", { ...store.get("options"), ...options }),
|
||||||
|
isTrayEnabled: () => store.get("options.tray"),
|
||||||
|
isAppVisible: () => store.get("options.appVisible"),
|
||||||
|
autoUpdate: () => store.get("options.autoUpdates"),
|
||||||
|
startAtLogin: () => store.get("options.startAtLogin"),
|
||||||
};
|
};
|
||||||
|
|||||||
41
tests/environment.js
Normal file
41
tests/environment.js
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
const path = require("path");
|
||||||
|
|
||||||
|
const getPort = require("get-port");
|
||||||
|
const NodeEnvironment = require("jest-environment-node");
|
||||||
|
const electronPath = require("electron");
|
||||||
|
const { Application } = require("spectron");
|
||||||
|
|
||||||
|
class TestEnvironment extends NodeEnvironment {
|
||||||
|
constructor(config) {
|
||||||
|
super(config);
|
||||||
|
}
|
||||||
|
|
||||||
|
async setup() {
|
||||||
|
await super.setup();
|
||||||
|
|
||||||
|
const appPath = path.resolve(__dirname, "..");
|
||||||
|
const port = await getPort();
|
||||||
|
|
||||||
|
this.global.__APP__ = new Application({
|
||||||
|
path: electronPath,
|
||||||
|
args: [appPath],
|
||||||
|
port,
|
||||||
|
});
|
||||||
|
await this.global.__APP__.start();
|
||||||
|
const { client } = this.global.__APP__;
|
||||||
|
await client.waitUntilWindowLoaded();
|
||||||
|
}
|
||||||
|
|
||||||
|
async teardown() {
|
||||||
|
if (this.global.__APP__.isRunning()) {
|
||||||
|
await this.global.__APP__.stop();
|
||||||
|
}
|
||||||
|
await super.teardown();
|
||||||
|
}
|
||||||
|
|
||||||
|
runScript(script) {
|
||||||
|
return super.runScript(script);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = TestEnvironment;
|
||||||
20
tests/index.test.js
Normal file
20
tests/index.test.js
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
describe("YouTube Music App", () => {
|
||||||
|
const app = global.__APP__;
|
||||||
|
|
||||||
|
test("With default settings, app is launched and visible", async () => {
|
||||||
|
expect(app.isRunning()).toBe(true);
|
||||||
|
|
||||||
|
const win = app.browserWindow;
|
||||||
|
|
||||||
|
const isVisible = await win.isVisible();
|
||||||
|
expect(isVisible).toBe(true);
|
||||||
|
|
||||||
|
const { width, height } = await win.getBounds();
|
||||||
|
expect(width).toBeGreaterThan(0);
|
||||||
|
expect(height).toBeGreaterThan(0);
|
||||||
|
|
||||||
|
const { client } = app;
|
||||||
|
const title = await client.getTitle();
|
||||||
|
expect(title).toEqual("YouTube Music");
|
||||||
|
});
|
||||||
|
});
|
||||||
73
tray.js
Normal file
73
tray.js
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
const path = require("path");
|
||||||
|
|
||||||
|
const { Menu, nativeImage, Tray } = require("electron");
|
||||||
|
|
||||||
|
const { mainMenuTemplate } = require("./menu");
|
||||||
|
const { isTrayEnabled } = require("./store");
|
||||||
|
const { clickInYoutubeMusic } = require("./utils/youtube-music");
|
||||||
|
|
||||||
|
// Prevent tray being garbage collected
|
||||||
|
let tray;
|
||||||
|
|
||||||
|
module.exports.setUpTray = (app, win) => {
|
||||||
|
if (!isTrayEnabled()) {
|
||||||
|
tray = undefined;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const iconPath = path.join(__dirname, "assets", "youtube-music-tray.png");
|
||||||
|
let trayIcon = nativeImage.createFromPath(iconPath).resize({
|
||||||
|
width: 16,
|
||||||
|
height: 16,
|
||||||
|
});
|
||||||
|
tray = new Tray(trayIcon);
|
||||||
|
tray.setToolTip("Youtube Music");
|
||||||
|
tray.setIgnoreDoubleClickEvents(true);
|
||||||
|
tray.on("click", () => {
|
||||||
|
win.isVisible() ? win.hide() : win.show();
|
||||||
|
});
|
||||||
|
|
||||||
|
const trayMenu = Menu.buildFromTemplate([
|
||||||
|
{
|
||||||
|
label: "Play/Pause",
|
||||||
|
click: () => {
|
||||||
|
clickInYoutubeMusic(
|
||||||
|
win,
|
||||||
|
"#left-controls > div > paper-icon-button.play-pause-button.style-scope.ytmusic-player-bar"
|
||||||
|
);
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Next",
|
||||||
|
click: () => {
|
||||||
|
clickInYoutubeMusic(
|
||||||
|
win,
|
||||||
|
"#left-controls > div > paper-icon-button.next-button.style-scope.ytmusic-player-bar"
|
||||||
|
);
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Previous",
|
||||||
|
click: () => {
|
||||||
|
clickInYoutubeMusic(
|
||||||
|
win,
|
||||||
|
"#left-controls > div > paper-icon-button.previous-button.style-scope.ytmusic-player-bar"
|
||||||
|
);
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Show",
|
||||||
|
click: () => {
|
||||||
|
win.show();
|
||||||
|
},
|
||||||
|
},
|
||||||
|
...mainMenuTemplate(win),
|
||||||
|
{
|
||||||
|
label: "Quit",
|
||||||
|
click: () => {
|
||||||
|
app.quit();
|
||||||
|
},
|
||||||
|
},
|
||||||
|
]);
|
||||||
|
tray.setContextMenu(trayMenu);
|
||||||
|
};
|
||||||
34
utils/generate-package-json.js
Executable file
34
utils/generate-package-json.js
Executable file
@ -0,0 +1,34 @@
|
|||||||
|
#!/usr/bin/env node
|
||||||
|
|
||||||
|
const { existsSync, writeFile } = require("fs");
|
||||||
|
const { join } = require("path");
|
||||||
|
const { promisify } = require("util");
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Generates a fake package.json for given packages that don't have any.
|
||||||
|
* Allows electron-builder to resolve them
|
||||||
|
*/
|
||||||
|
|
||||||
|
const generatePackageJson = async packageName => {
|
||||||
|
var filepath = join("node_modules", packageName, "package.json");
|
||||||
|
if (!existsSync(filepath)) {
|
||||||
|
console.log(
|
||||||
|
`No package.json found for ${packageName} module, generating one…`
|
||||||
|
);
|
||||||
|
pkg = {
|
||||||
|
name: packageName,
|
||||||
|
version: "0.0.0",
|
||||||
|
description: "-",
|
||||||
|
repository: { type: "git", url: "-" },
|
||||||
|
readme: "-"
|
||||||
|
};
|
||||||
|
const writeFileAsync = promisify(writeFile);
|
||||||
|
await writeFileAsync(filepath, JSON.stringify(pkg, null, 2));
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
if (require.main === module) {
|
||||||
|
process.argv.slice(2).forEach(async packageName => {
|
||||||
|
await generatePackageJson(packageName);
|
||||||
|
});
|
||||||
|
}
|
||||||
3
utils/testing.js
Normal file
3
utils/testing.js
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
const isTesting = () => process.env.NODE_ENV === "test";
|
||||||
|
|
||||||
|
module.exports = { isTesting };
|
||||||
8
utils/youtube-music.js
Normal file
8
utils/youtube-music.js
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
const clickInYoutubeMusic = (win, selector) => {
|
||||||
|
win.webContents.executeJavaScript(
|
||||||
|
`document.querySelector("${selector}").click();`,
|
||||||
|
true
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
module.exports = { clickInYoutubeMusic };
|
||||||
@ -23,3 +23,8 @@ ytmusic-app-layout {
|
|||||||
ytmusic-search-box.ytmusic-nav-bar {
|
ytmusic-search-box.ytmusic-nav-bar {
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Blocking annoying elements */
|
||||||
|
ytmusic-mealbar-promo-renderer {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user