mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-09-17 17:19:06 +02:00
Compare commits
48 Commits
5.15.0
...
f608d42747
Author | SHA1 | Date | |
---|---|---|---|
f608d42747 | |||
286c7789c0 | |||
d67f62c0dc | |||
01c5ec7ebb | |||
ae699887b2 | |||
b2afd44dd6 | |||
a8c635932f | |||
66d0d004bf | |||
d1e0321058 | |||
2ab5a556ab | |||
baf719fc60 | |||
15c8f6a418 | |||
f73521e2e5 | |||
|
0f5e00c4df | ||
|
974877ea4f | ||
|
6be5774001 | ||
|
f96cf2e8da | ||
|
f832bd2712 | ||
|
cb8667bd41 | ||
91156e5936 | |||
|
57e9a2dcb8 | ||
|
21edcd6ad5 | ||
|
3dc42eceb0 | ||
|
b1830f5684 | ||
|
1a0c15e17f | ||
6e59d59a1d | |||
|
fab7497311 | ||
fccbcc77ea | |||
|
041c19fb52 | ||
e36c562afa | |||
1589aa5251 | |||
8c672dd1eb | |||
|
3769550f24 | ||
|
5a06b6c53f | ||
|
1d4ef66d27 | ||
e02f07401b | |||
118f92e75a | |||
|
788d302ce8 | ||
|
cc09f35b49 | ||
ef13933c66 | |||
4f72e1b35d | |||
2c1c76d2d0 | |||
e2a84e119a | |||
5b85e59fc3 | |||
c3b772919a | |||
|
70f2f5c248 | ||
|
ffcb563b35 | ||
|
2dd96dd48e |
@@ -1,13 +1,7 @@
|
|||||||
{
|
{
|
||||||
"plugins": [
|
"plugins": ["stylelint-prettier"],
|
||||||
"stylelint-prettier"
|
"extends": ["stylelint-config-standard-scss"],
|
||||||
],
|
"ignoreFiles": ["src/themes/**.scss"],
|
||||||
"extends": [
|
|
||||||
"stylelint-config-standard-scss"
|
|
||||||
],
|
|
||||||
"ignoreFiles": [
|
|
||||||
"src/themes/**.scss"
|
|
||||||
],
|
|
||||||
"rules": {
|
"rules": {
|
||||||
"prettier/prettier": true,
|
"prettier/prettier": true,
|
||||||
"scss/at-extend-no-missing-placeholder": null,
|
"scss/at-extend-no-missing-placeholder": null,
|
||||||
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -14,7 +14,6 @@
|
|||||||
"rescrobbler",
|
"rescrobbler",
|
||||||
"scrobble",
|
"scrobble",
|
||||||
"scrobbling",
|
"scrobbling",
|
||||||
"Songwhip",
|
|
||||||
"trackid",
|
"trackid",
|
||||||
"tracklist",
|
"tracklist",
|
||||||
"widevine",
|
"widevine",
|
||||||
|
16
CHANGELOG.md
16
CHANGELOG.md
@@ -4,10 +4,24 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [5.17.0]
|
||||||
|
|
||||||
|
- Added an option to disable the dynamic title and set it to a static one, [#491](https://github.com/Mastermindzh/tidal-hifi/pull/491)
|
||||||
|
- Discord integration now says "Listening to" instead of "playing" [#488](https://github.com/Mastermindzh/tidal-hifi/pull/488) && [#454](https://github.com/Mastermindzh/tidal-hifi/pull/454)
|
||||||
|
- Fixed several element names in the dom scraper
|
||||||
|
- Removed the Songwhip (they shut down) integration and replaced it with TIDAL's universal link system
|
||||||
|
|
||||||
|
## [5.16.0]
|
||||||
|
|
||||||
|
- Fix issue #449 Discord RPC stuck on "Browsing Tidal".
|
||||||
|
- Fix issue #448 Add option to disable the discord rpc idle text
|
||||||
|
- Notifications are now send at the end of the update process, allowing other events to happen sooner.
|
||||||
|
|
||||||
## [5.15.0]
|
## [5.15.0]
|
||||||
|
|
||||||
- Added all missing swagger/openApi info with the help of [Times-Z](https://github.com/Times-Z)
|
- Added all missing swagger/openApi info with the help of [Times-Z](https://github.com/Times-Z)
|
||||||
- Updated most dependency versions
|
- Updated most dependency versions
|
||||||
|
|
||||||
- This includes Electron 31!
|
- This includes Electron 31!
|
||||||
|
|
||||||
- Added a channel selector so we can now use Tidal's staging environment directly from the app
|
- Added a channel selector so we can now use Tidal's staging environment directly from the app
|
||||||
@@ -99,10 +113,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
- Updated Electron to 28.1.1 (fixes [325](https://github.com/Mastermindzh/tidal-hifi/issues/325))
|
- Updated Electron to 28.1.1 (fixes [325](https://github.com/Mastermindzh/tidal-hifi/issues/325))
|
||||||
- Updated dependencies to latest
|
- Updated dependencies to latest
|
||||||
|
|
||||||
- added theme files to stylelint ignore
|
- added theme files to stylelint ignore
|
||||||
- fixed other stylelint errors
|
- fixed other stylelint errors
|
||||||
|
|
||||||
- Added functionality to favorite a song (fixes [#323](https://github.com/Mastermindzh/tidal-hifi/issues/323))
|
- Added functionality to favorite a song (fixes [#323](https://github.com/Mastermindzh/tidal-hifi/issues/323))
|
||||||
|
|
||||||
- Added a hotkey to favorite ("Add to collection") songs: Control+a
|
- Added a hotkey to favorite ("Add to collection") songs: Control+a
|
||||||
- Added the "favorite" field in the `mediaInfo` and the API `/current` endpoint
|
- Added the "favorite" field in the `mediaInfo` and the API `/current` endpoint
|
||||||
- Added an endpoint to toggle favoriting a song: `http://localhost:47836/favorite/toggle`
|
- Added an endpoint to toggle favoriting a song: `http://localhost:47836/favorite/toggle`
|
||||||
|
@@ -48,7 +48,6 @@ The web version of [listen.tidal.com](https://listen.tidal.com) running in elect
|
|||||||
- AlbumArt in integrations ([best-effort](https://github.com/Mastermindzh/tidal-hifi/pull/88#pullrequestreview-840814847))
|
- AlbumArt in integrations ([best-effort](https://github.com/Mastermindzh/tidal-hifi/pull/88#pullrequestreview-840814847))
|
||||||
- Custom [integrations](#integrations)
|
- Custom [integrations](#integrations)
|
||||||
- [ListenBrainz](https://listenbrainz.org/?redirect=false) integration
|
- [ListenBrainz](https://listenbrainz.org/?redirect=false) integration
|
||||||
- Songwhip.com integration (hotkey `ctrl + w`)
|
|
||||||
- Discord RPC integration (showing "now listening", "Browsing", etc)
|
- Discord RPC integration (showing "now listening", "Browsing", etc)
|
||||||
- Flatpak version only works if both Discord and Tidal-HiFi are flatpaks
|
- Flatpak version only works if both Discord and Tidal-HiFi are flatpaks
|
||||||
- MPRIS integration
|
- MPRIS integration
|
||||||
|
@@ -8,4 +8,3 @@ Only the very latest 😄.
|
|||||||
|
|
||||||
If you find a vulnerability just add it as an issue.
|
If you find a vulnerability just add it as an issue.
|
||||||
If there's an especially bad vulnerability that you don't want to make public just send me a private message (email, discord, wherever).
|
If there's an especially bad vulnerability that you don't want to make public just send me a private message (email, discord, wherever).
|
||||||
|
|
||||||
|
707
package-lock.json
generated
707
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tidal-hifi",
|
"name": "tidal-hifi",
|
||||||
"version": "5.15.0",
|
"version": "5.17.0",
|
||||||
"description": "Tidal on Electron with widevine(hifi) support",
|
"description": "Tidal on Electron with widevine(hifi) support",
|
||||||
"main": "ts-dist/main.js",
|
"main": "ts-dist/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -23,6 +23,7 @@
|
|||||||
"build-mac": "npm run builder -- -c ./build/electron-builder.yml -m",
|
"build-mac": "npm run builder -- -c ./build/electron-builder.yml -m",
|
||||||
"build-base": "npm run builder -- -c ./build/electron-builder.base.yml",
|
"build-base": "npm run builder -- -c ./build/electron-builder.base.yml",
|
||||||
"prebuilder": "npm run compile",
|
"prebuilder": "npm run compile",
|
||||||
|
"prettier": "prettier . --write",
|
||||||
"builder": "electron-builder --publish=never",
|
"builder": "electron-builder --publish=never",
|
||||||
"sass": "sass ./src/pages/settings/settings.scss ./src/pages/settings/settings.css && sass --no-source-map src/themes:themes",
|
"sass": "sass ./src/pages/settings/settings.scss ./src/pages/settings/settings.css && sass --no-source-map src/themes:themes",
|
||||||
"style-lint": "npx stylelint **/*.scss",
|
"style-lint": "npx stylelint **/*.scss",
|
||||||
@@ -42,21 +43,20 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron/remote": "^2.1.2",
|
"@electron/remote": "^2.1.2",
|
||||||
"@types/swagger-jsdoc": "^6.0.4",
|
"@types/swagger-jsdoc": "^6.0.4",
|
||||||
"axios": "^1.7.2",
|
"@xhayper/discord-rpc": "^1.2.0",
|
||||||
|
"axios": "^1.7.7",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"discord-rpc": "^4.0.1",
|
|
||||||
"electron-store": "^8.2.0",
|
"electron-store": "^8.2.0",
|
||||||
"express": "^4.19.2",
|
"express": "^4.21.1",
|
||||||
"hotkeys-js": "^3.13.7",
|
"hotkeys-js": "^3.13.7",
|
||||||
"mpris-service": "^2.1.2",
|
"mpris-service": "^2.1.2",
|
||||||
"request": "^2.88.2",
|
"request": "^2.88.2",
|
||||||
"sass": "^1.77.7",
|
"sass": "^1.79.4",
|
||||||
"swagger-ui-express": "^5.0.1"
|
"swagger-ui-express": "^5.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@mastermindzh/prettier-config": "^1.0.0",
|
"@mastermindzh/prettier-config": "^1.0.0",
|
||||||
"@types/cors": "^2.8.17",
|
"@types/cors": "^2.8.17",
|
||||||
"@types/discord-rpc": "^4.0.8",
|
|
||||||
"@types/express": "^4.17.21",
|
"@types/express": "^4.17.21",
|
||||||
"@types/node": "^20.14.10",
|
"@types/node": "^20.14.10",
|
||||||
"@types/request": "^2.48.12",
|
"@types/request": "^2.48.12",
|
||||||
|
@@ -16,8 +16,9 @@
|
|||||||
search: '[class^="searchField"]',
|
search: '[class^="searchField"]',
|
||||||
shuffle: '*[data-test="shuffle"]',
|
shuffle: '*[data-test="shuffle"]',
|
||||||
repeat: '*[data-test="repeat"]',
|
repeat: '*[data-test="repeat"]',
|
||||||
account: '*[class^="profileOptions"]',
|
account: '*[data-test^="profile-image-button"]',
|
||||||
settings: '*[data-test^="open-settings"]',
|
settings: '*[data-test^="sidebar-menu-button"]',
|
||||||
|
openSettings: '*[data-test^="open-settings"]',
|
||||||
media: '*[data-test="current-media-imagery"]',
|
media: '*[data-test="current-media-imagery"]',
|
||||||
image: "img",
|
image: "img",
|
||||||
current: '*[data-test="current-time"]',
|
current: '*[data-test="current-time"]',
|
||||||
|
168
src/TidalControllers/DomTidalController.ts
Normal file
168
src/TidalControllers/DomTidalController.ts
Normal file
@@ -0,0 +1,168 @@
|
|||||||
|
import { TidalController } from "./TidalController";
|
||||||
|
|
||||||
|
export class DomTidalController implements TidalController {
|
||||||
|
public elements = {
|
||||||
|
play: '*[data-test="play"]',
|
||||||
|
pause: '*[data-test="pause"]',
|
||||||
|
next: '*[data-test="next"]',
|
||||||
|
previous: 'button[data-test="previous"]',
|
||||||
|
title: '*[data-test^="footer-track-title"]',
|
||||||
|
artists: '*[data-test^="grid-item-detail-text-title-artist"]',
|
||||||
|
home: '*[data-test="menu--home"]',
|
||||||
|
back: '[title^="Back"]',
|
||||||
|
forward: '[title^="Next"]',
|
||||||
|
search: '[class^="searchField"]',
|
||||||
|
shuffle: '*[data-test="shuffle"]',
|
||||||
|
repeat: '*[data-test="repeat"]',
|
||||||
|
account: '*[data-test^="profile-image-button"]',
|
||||||
|
settings: '*[data-test^="sidebar-menu-button"]',
|
||||||
|
openSettings: '*[data-test^="open-settings"]',
|
||||||
|
media: '*[data-test="current-media-imagery"]',
|
||||||
|
image: "img",
|
||||||
|
current: '*[data-test="current-time"]',
|
||||||
|
duration: '*[class^=playbackControlsContainer] *[data-test="duration"]',
|
||||||
|
bar: '*[data-test="progress-bar"]',
|
||||||
|
footer: "#footerPlayer",
|
||||||
|
mediaItem: "[data-type='mediaItem']",
|
||||||
|
album_header_title: '*[class^="playingFrom"] span:nth-child(2)',
|
||||||
|
playing_from: '*[class^="playingFrom"] span:nth-child(2)',
|
||||||
|
queue_album: "*[class^=playQueueItemsContainer] *[class^=groupTitle] span:nth-child(2)",
|
||||||
|
currentlyPlaying: "[class^='isPlayingIcon'], [data-test-is-playing='true']",
|
||||||
|
album_name_cell: '[class^="album"]',
|
||||||
|
tracklist_row: '[data-test="tracklist-row"]',
|
||||||
|
volume: '*[data-test="volume"]',
|
||||||
|
favorite: '*[data-test="footer-favorite-button"]',
|
||||||
|
/**
|
||||||
|
* Get an element from the dom
|
||||||
|
* @param {*} key key in elements object to fetch
|
||||||
|
*/
|
||||||
|
get: function (key: string) {
|
||||||
|
return globalThis.document.querySelector(this[key.toLowerCase()]);
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the icon of the current media
|
||||||
|
*/
|
||||||
|
getSongIcon: function () {
|
||||||
|
const figure = this.get("media");
|
||||||
|
|
||||||
|
if (figure) {
|
||||||
|
const mediaElement = figure.querySelector(this["image"]);
|
||||||
|
if (mediaElement) {
|
||||||
|
return mediaElement.src.replace("80x80", "640x640");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return "";
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* returns an array of all artists in the current media
|
||||||
|
* @returns {Array} artists
|
||||||
|
*/
|
||||||
|
getArtistsArray: function () {
|
||||||
|
const footer = this.get("footer");
|
||||||
|
|
||||||
|
if (footer) {
|
||||||
|
const artists = footer.querySelectorAll(this.artists);
|
||||||
|
if (artists)
|
||||||
|
return Array.from(artists).map((artist) => (artist as HTMLElement).textContent);
|
||||||
|
}
|
||||||
|
return [];
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* unify the artists array into a string separated by commas
|
||||||
|
* @param {Array} artistsArray
|
||||||
|
* @returns {String} artists
|
||||||
|
*/
|
||||||
|
getArtistsString: function (artistsArray: string[]) {
|
||||||
|
if (artistsArray.length > 0) return artistsArray.join(", ");
|
||||||
|
return "unknown artist(s)";
|
||||||
|
},
|
||||||
|
|
||||||
|
getAlbumName: function () {
|
||||||
|
//If listening to an album, get its name from the header title
|
||||||
|
if (globalThis.location.href.includes("/album/")) {
|
||||||
|
const albumName = globalThis.document.querySelector(this.album_header_title);
|
||||||
|
if (albumName) {
|
||||||
|
return albumName.textContent;
|
||||||
|
}
|
||||||
|
//If listening to a playlist or a mix, get album name from the list
|
||||||
|
} else if (
|
||||||
|
globalThis.location.href.includes("/playlist/") ||
|
||||||
|
globalThis.location.href.includes("/mix/")
|
||||||
|
) {
|
||||||
|
// TODO: fix
|
||||||
|
// if (currentPlayStatus === MediaStatus.playing) {
|
||||||
|
// // find the currently playing element from the list (which might be in an album icon), traverse back up to the mediaItem (row) and select the album cell.
|
||||||
|
// // document.querySelector("[class^='isPlayingIcon'], [data-test-is-playing='true']").closest('[data-type="mediaItem"]').querySelector('[class^="album"]').textContent
|
||||||
|
// const row = window.document.querySelector(this.currentlyPlaying).closest(this.mediaItem);
|
||||||
|
// if (row) {
|
||||||
|
// return row.querySelector(this.album_name_cell).textContent;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
}
|
||||||
|
|
||||||
|
// see whether we're on the queue page and get it from there
|
||||||
|
const queueAlbumName = this.getText("queue_album");
|
||||||
|
if (queueAlbumName) {
|
||||||
|
return queueAlbumName;
|
||||||
|
}
|
||||||
|
|
||||||
|
return "";
|
||||||
|
},
|
||||||
|
|
||||||
|
isMuted: function () {
|
||||||
|
return this.get("volume").getAttribute("aria-checked") === "false"; // it's muted if aria-checked is false
|
||||||
|
},
|
||||||
|
|
||||||
|
isFavorite: function () {
|
||||||
|
return this.get("favorite").getAttribute("aria-checked") === "true";
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Shorthand function to get the text of a dom element
|
||||||
|
* @param {*} key key in elements object to fetch
|
||||||
|
*/
|
||||||
|
getText: function (key: string) {
|
||||||
|
const element = this.get(key);
|
||||||
|
return element ? element.textContent : "";
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Shorthand function to click a dom element
|
||||||
|
* @param {*} key key in elements object to fetch
|
||||||
|
*/
|
||||||
|
click: function (key: string) {
|
||||||
|
this.get(key).click();
|
||||||
|
return this;
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Shorthand function to focus a dom element
|
||||||
|
* @param {*} key key in elements object to fetch
|
||||||
|
*/
|
||||||
|
focus: function (key: string) {
|
||||||
|
return this.get(key).focus();
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
playPause = (): void => {
|
||||||
|
const play = this.elements.get("play");
|
||||||
|
|
||||||
|
if (play) {
|
||||||
|
this.elements.click("play");
|
||||||
|
} else {
|
||||||
|
this.elements.click("pause");
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
goToHome(): void {
|
||||||
|
this.elements.click("home");
|
||||||
|
}
|
||||||
|
|
||||||
|
hookup = (): void => {
|
||||||
|
throw new Error("Method not implemented.");
|
||||||
|
};
|
||||||
|
}
|
19
src/TidalControllers/MediaSessionTidalController.ts
Normal file
19
src/TidalControllers/MediaSessionTidalController.ts
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
import { DomTidalController } from "./DomTidalController";
|
||||||
|
import { TidalController } from "./TidalController";
|
||||||
|
|
||||||
|
export class MediaSessionTidalController implements TidalController {
|
||||||
|
public domMediaController: TidalController;
|
||||||
|
|
||||||
|
constructor() {
|
||||||
|
this.domMediaController = new DomTidalController();
|
||||||
|
}
|
||||||
|
goToHome(): void {
|
||||||
|
this.domMediaController.goToHome();
|
||||||
|
}
|
||||||
|
playPause(): void {
|
||||||
|
globalThis.alert("Method not implemented");
|
||||||
|
}
|
||||||
|
hookup(): void {
|
||||||
|
globalThis.alert("Method not implemented");
|
||||||
|
}
|
||||||
|
}
|
13
src/TidalControllers/TidalController.ts
Normal file
13
src/TidalControllers/TidalController.ts
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
export interface TidalController {
|
||||||
|
/**
|
||||||
|
* Play or pause the current media
|
||||||
|
*/
|
||||||
|
playPause(): void;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hook up the controller to the current web instance
|
||||||
|
*/
|
||||||
|
hookup(): void;
|
||||||
|
|
||||||
|
goToHome(): void;
|
||||||
|
}
|
@@ -10,7 +10,7 @@ export const globalEvents = {
|
|||||||
showSettings: "showSettings",
|
showSettings: "showSettings",
|
||||||
storeChanged: "storeChanged",
|
storeChanged: "storeChanged",
|
||||||
error: "error",
|
error: "error",
|
||||||
whip: "whip",
|
getUniversalLink: "getUniversalLink",
|
||||||
log: "log",
|
log: "log",
|
||||||
toggleFavorite: "toggleFavorite",
|
toggleFavorite: "toggleFavorite",
|
||||||
toggleShuffle: "toggleShuffle",
|
toggleShuffle: "toggleShuffle",
|
||||||
|
@@ -30,6 +30,7 @@ export const settings = {
|
|||||||
buttonText: "discord.buttonText",
|
buttonText: "discord.buttonText",
|
||||||
includeTimestamps: "discord.includeTimestamps",
|
includeTimestamps: "discord.includeTimestamps",
|
||||||
showSong: "discord.showSong",
|
showSong: "discord.showSong",
|
||||||
|
showIdle: "discord.showIdle",
|
||||||
idleText: "discord.idleText",
|
idleText: "discord.idleText",
|
||||||
usingText: "discord.usingText",
|
usingText: "discord.usingText",
|
||||||
},
|
},
|
||||||
@@ -54,6 +55,7 @@ export const settings = {
|
|||||||
singleInstance: "singleInstance",
|
singleInstance: "singleInstance",
|
||||||
skipArtists: "skipArtists",
|
skipArtists: "skipArtists",
|
||||||
skippedArtists: "skippedArtists",
|
skippedArtists: "skippedArtists",
|
||||||
|
staticWindowTitle: "staticWindowTitle",
|
||||||
theme: "theme",
|
theme: "theme",
|
||||||
trayIcon: "trayIcon",
|
trayIcon: "trayIcon",
|
||||||
updateFrequency: "updateFrequency",
|
updateFrequency: "updateFrequency",
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
"openapi": "3.1.0",
|
"openapi": "3.1.0",
|
||||||
"info": {
|
"info": {
|
||||||
"title": "TIDAL Hi-Fi API",
|
"title": "TIDAL Hi-Fi API",
|
||||||
"version": "5.15.0",
|
"version": "5.17.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"license": {
|
"license": {
|
||||||
"name": "MIT",
|
"name": "MIT",
|
||||||
@@ -21,9 +21,7 @@
|
|||||||
"/current": {
|
"/current": {
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "Get current media info",
|
"summary": "Get current media info",
|
||||||
"tags": [
|
"tags": ["current"],
|
||||||
"current"
|
|
||||||
],
|
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Current media info",
|
"description": "Current media info",
|
||||||
@@ -41,9 +39,7 @@
|
|||||||
"/current/image": {
|
"/current/image": {
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "Get current media image",
|
"summary": "Get current media image",
|
||||||
"tags": [
|
"tags": ["current"],
|
||||||
"current"
|
|
||||||
],
|
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Current media image",
|
"description": "Current media image",
|
||||||
@@ -65,9 +61,7 @@
|
|||||||
"/player/play": {
|
"/player/play": {
|
||||||
"post": {
|
"post": {
|
||||||
"summary": "Play the current media",
|
"summary": "Play the current media",
|
||||||
"tags": [
|
"tags": ["player"],
|
||||||
"player"
|
|
||||||
],
|
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Ok",
|
"description": "Ok",
|
||||||
@@ -85,9 +79,7 @@
|
|||||||
"/player/favorite/toggle": {
|
"/player/favorite/toggle": {
|
||||||
"post": {
|
"post": {
|
||||||
"summary": "Add the current media to your favorites, or remove it if its already added to your favorites",
|
"summary": "Add the current media to your favorites, or remove it if its already added to your favorites",
|
||||||
"tags": [
|
"tags": ["player"],
|
||||||
"player"
|
|
||||||
],
|
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Ok",
|
"description": "Ok",
|
||||||
@@ -105,9 +97,7 @@
|
|||||||
"/player/pause": {
|
"/player/pause": {
|
||||||
"post": {
|
"post": {
|
||||||
"summary": "Pause the current media",
|
"summary": "Pause the current media",
|
||||||
"tags": [
|
"tags": ["player"],
|
||||||
"player"
|
|
||||||
],
|
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Ok",
|
"description": "Ok",
|
||||||
@@ -125,9 +115,7 @@
|
|||||||
"/player/next": {
|
"/player/next": {
|
||||||
"post": {
|
"post": {
|
||||||
"summary": "Play the next song",
|
"summary": "Play the next song",
|
||||||
"tags": [
|
"tags": ["player"],
|
||||||
"player"
|
|
||||||
],
|
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Ok",
|
"description": "Ok",
|
||||||
@@ -145,9 +133,7 @@
|
|||||||
"/player/previous": {
|
"/player/previous": {
|
||||||
"post": {
|
"post": {
|
||||||
"summary": "Play the previous song",
|
"summary": "Play the previous song",
|
||||||
"tags": [
|
"tags": ["player"],
|
||||||
"player"
|
|
||||||
],
|
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Ok",
|
"description": "Ok",
|
||||||
@@ -165,9 +151,7 @@
|
|||||||
"/player/shuffle/toggle": {
|
"/player/shuffle/toggle": {
|
||||||
"post": {
|
"post": {
|
||||||
"summary": "Play the previous song",
|
"summary": "Play the previous song",
|
||||||
"tags": [
|
"tags": ["player"],
|
||||||
"player"
|
|
||||||
],
|
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Ok",
|
"description": "Ok",
|
||||||
@@ -185,9 +169,7 @@
|
|||||||
"/player/repeat/toggle": {
|
"/player/repeat/toggle": {
|
||||||
"post": {
|
"post": {
|
||||||
"summary": "Toggle the repeat status, toggles between \"off\" , \"single\" and \"all\"",
|
"summary": "Toggle the repeat status, toggles between \"off\" , \"single\" and \"all\"",
|
||||||
"tags": [
|
"tags": ["player"],
|
||||||
"player"
|
|
||||||
],
|
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Ok",
|
"description": "Ok",
|
||||||
@@ -205,9 +187,7 @@
|
|||||||
"/player/playpause": {
|
"/player/playpause": {
|
||||||
"post": {
|
"post": {
|
||||||
"summary": "Start playing the media if paused, or pause the media if playing",
|
"summary": "Start playing the media if paused, or pause the media if playing",
|
||||||
"tags": [
|
"tags": ["player"],
|
||||||
"player"
|
|
||||||
],
|
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Ok",
|
"description": "Ok",
|
||||||
@@ -225,9 +205,7 @@
|
|||||||
"/settings/skipped-artists": {
|
"/settings/skipped-artists": {
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "get a list of artists that TIDAL Hi-Fi will skip if skipping is enabled",
|
"summary": "get a list of artists that TIDAL Hi-Fi will skip if skipping is enabled",
|
||||||
"tags": [
|
"tags": ["settings"],
|
||||||
"settings"
|
|
||||||
],
|
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "The list book.",
|
"description": "The list book.",
|
||||||
@@ -243,9 +221,7 @@
|
|||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"summary": "Add new artists to the list of skipped artists",
|
"summary": "Add new artists to the list of skipped artists",
|
||||||
"tags": [
|
"tags": ["settings"],
|
||||||
"settings"
|
|
||||||
],
|
|
||||||
"requestBody": {
|
"requestBody": {
|
||||||
"required": true,
|
"required": true,
|
||||||
"content": {
|
"content": {
|
||||||
@@ -266,9 +242,7 @@
|
|||||||
"/settings/skipped-artists/delete": {
|
"/settings/skipped-artists/delete": {
|
||||||
"post": {
|
"post": {
|
||||||
"summary": "Remove artists from the list of skipped artists",
|
"summary": "Remove artists from the list of skipped artists",
|
||||||
"tags": [
|
"tags": ["settings"],
|
||||||
"settings"
|
|
||||||
],
|
|
||||||
"requestBody": {
|
"requestBody": {
|
||||||
"required": true,
|
"required": true,
|
||||||
"content": {
|
"content": {
|
||||||
@@ -289,9 +263,7 @@
|
|||||||
"/settings/skipped-artists/current": {
|
"/settings/skipped-artists/current": {
|
||||||
"post": {
|
"post": {
|
||||||
"summary": "Add the current artist to the list of skipped artists",
|
"summary": "Add the current artist to the list of skipped artists",
|
||||||
"tags": [
|
"tags": ["settings"],
|
||||||
"settings"
|
|
||||||
],
|
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Ok"
|
"description": "Ok"
|
||||||
@@ -300,9 +272,7 @@
|
|||||||
},
|
},
|
||||||
"delete": {
|
"delete": {
|
||||||
"summary": "Remove the current artist from the list of skipped artists",
|
"summary": "Remove the current artist from the list of skipped artists",
|
||||||
"tags": [
|
"tags": ["settings"],
|
||||||
"settings"
|
|
||||||
],
|
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
"description": "Ok"
|
"description": "Ok"
|
||||||
@@ -313,9 +283,7 @@
|
|||||||
"/image": {
|
"/image": {
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "Get current image",
|
"summary": "Get current image",
|
||||||
"tags": [
|
"tags": ["legacy"],
|
||||||
"legacy"
|
|
||||||
],
|
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
@@ -338,9 +306,7 @@
|
|||||||
"/play": {
|
"/play": {
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "Play the current media",
|
"summary": "Play the current media",
|
||||||
"tags": [
|
"tags": ["legacy"],
|
||||||
"legacy"
|
|
||||||
],
|
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
@@ -359,9 +325,7 @@
|
|||||||
"/favorite/toggle": {
|
"/favorite/toggle": {
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "Add the current media to your favorites, or remove it if its already added to your favorites",
|
"summary": "Add the current media to your favorites, or remove it if its already added to your favorites",
|
||||||
"tags": [
|
"tags": ["legacy"],
|
||||||
"legacy"
|
|
||||||
],
|
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
@@ -380,9 +344,7 @@
|
|||||||
"/pause": {
|
"/pause": {
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "Pause the current media",
|
"summary": "Pause the current media",
|
||||||
"tags": [
|
"tags": ["legacy"],
|
||||||
"legacy"
|
|
||||||
],
|
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
@@ -401,9 +363,7 @@
|
|||||||
"/next": {
|
"/next": {
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "Play the next song",
|
"summary": "Play the next song",
|
||||||
"tags": [
|
"tags": ["legacy"],
|
||||||
"legacy"
|
|
||||||
],
|
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
@@ -422,9 +382,7 @@
|
|||||||
"/previous": {
|
"/previous": {
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "Play the previous song",
|
"summary": "Play the previous song",
|
||||||
"tags": [
|
"tags": ["legacy"],
|
||||||
"legacy"
|
|
||||||
],
|
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
@@ -443,9 +401,7 @@
|
|||||||
"/playpause": {
|
"/playpause": {
|
||||||
"get": {
|
"get": {
|
||||||
"summary": "Toggle play/pause",
|
"summary": "Toggle play/pause",
|
||||||
"tags": [
|
"tags": ["legacy"],
|
||||||
"legacy"
|
|
||||||
],
|
|
||||||
"deprecated": true,
|
"deprecated": true,
|
||||||
"responses": {
|
"responses": {
|
||||||
"200": {
|
"200": {
|
||||||
@@ -558,10 +514,7 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"example": [
|
"example": ["Artist1", "Artist2"]
|
||||||
"Artist1",
|
|
||||||
"Artist2"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
10
src/features/sharingService/sharingService.ts
Normal file
10
src/features/sharingService/sharingService.ts
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
export class SharingService {
|
||||||
|
/**
|
||||||
|
* Retrieve the universal link given a regular track link
|
||||||
|
* @param currentUrl
|
||||||
|
* @returns
|
||||||
|
*/
|
||||||
|
public static getUniversalLink(currentUrl: string): string {
|
||||||
|
return `${currentUrl}?u`;
|
||||||
|
}
|
||||||
|
}
|
@@ -1,21 +0,0 @@
|
|||||||
import { ServiceLinks } from "./ServiceLinks";
|
|
||||||
|
|
||||||
export interface Artist {
|
|
||||||
type: string;
|
|
||||||
id: number;
|
|
||||||
path: string;
|
|
||||||
name: string;
|
|
||||||
sourceUrl: string;
|
|
||||||
sourceCountry: string;
|
|
||||||
url: string;
|
|
||||||
image: string;
|
|
||||||
createdAt: string;
|
|
||||||
updatedAt: string;
|
|
||||||
refreshedAt: string;
|
|
||||||
serviceIds: { [key: string]: string };
|
|
||||||
orchardId: string;
|
|
||||||
spotifyId: string;
|
|
||||||
links: { [key: string]: ServiceLinks[] };
|
|
||||||
linksCountries: string[];
|
|
||||||
description: string;
|
|
||||||
}
|
|
@@ -1,4 +0,0 @@
|
|||||||
export interface ServiceLinks {
|
|
||||||
link: string;
|
|
||||||
countries: string[];
|
|
||||||
}
|
|
@@ -1,27 +0,0 @@
|
|||||||
import { Artist } from "./Artist";
|
|
||||||
import { ServiceLinks } from "./ServiceLinks";
|
|
||||||
|
|
||||||
export interface WhippedResult {
|
|
||||||
status: string;
|
|
||||||
data: {
|
|
||||||
item: {
|
|
||||||
type: string;
|
|
||||||
id: number;
|
|
||||||
path: string;
|
|
||||||
name: string;
|
|
||||||
url: string;
|
|
||||||
sourceUrl: string;
|
|
||||||
sourceCountry: string;
|
|
||||||
releaseDate: string;
|
|
||||||
createdAt: string;
|
|
||||||
updatedAt: string;
|
|
||||||
refreshedAt: string;
|
|
||||||
image: string;
|
|
||||||
isrc: string;
|
|
||||||
isExplicit: boolean;
|
|
||||||
links: { [key: string]: ServiceLinks[] };
|
|
||||||
linksCountries: string[];
|
|
||||||
artists: Artist[];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
@@ -1,32 +0,0 @@
|
|||||||
import { WhippedResult } from "./models/whip";
|
|
||||||
import axios from "axios";
|
|
||||||
|
|
||||||
export class Songwhip {
|
|
||||||
/**
|
|
||||||
* Call the songwhip API and create a shareable songwhip page
|
|
||||||
* @param currentUrl
|
|
||||||
* @returns
|
|
||||||
*/
|
|
||||||
public static async whip(currentUrl: string): Promise<WhippedResult> {
|
|
||||||
try {
|
|
||||||
const response = await axios.post("https://songwhip.com/api/songwhip/create", {
|
|
||||||
url: currentUrl,
|
|
||||||
// doesn't actually matter.. returns everything the same way anyway
|
|
||||||
country: "NL",
|
|
||||||
});
|
|
||||||
|
|
||||||
return response.data;
|
|
||||||
} catch (error) {
|
|
||||||
console.log(JSON.stringify(error));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Transform a songwhip response into a shareable url
|
|
||||||
* @param response
|
|
||||||
* @returns
|
|
||||||
*/
|
|
||||||
public static getWhipUrl(response: WhippedResult) {
|
|
||||||
return `https://songwhip.com${response.data.item.url}`;
|
|
||||||
}
|
|
||||||
}
|
|
@@ -10,7 +10,7 @@ import {
|
|||||||
releaseInhibitorIfActive,
|
releaseInhibitorIfActive,
|
||||||
} from "./features/idleInhibitor/idleInhibitor";
|
} from "./features/idleInhibitor/idleInhibitor";
|
||||||
import { Logger } from "./features/logger";
|
import { Logger } from "./features/logger";
|
||||||
import { Songwhip } from "./features/songwhip/songwhip";
|
import { SharingService } from "./features/sharingService/sharingService";
|
||||||
import { MediaInfo } from "./models/mediaInfo";
|
import { MediaInfo } from "./models/mediaInfo";
|
||||||
import { MediaStatus } from "./models/mediaStatus";
|
import { MediaStatus } from "./models/mediaStatus";
|
||||||
import { initRPC, rpc, unRPC } from "./scripts/discord";
|
import { initRPC, rpc, unRPC } from "./scripts/discord";
|
||||||
@@ -250,8 +250,8 @@ ipcMain.on(globalEvents.error, (event) => {
|
|||||||
console.log(event);
|
console.log(event);
|
||||||
});
|
});
|
||||||
|
|
||||||
ipcMain.handle(globalEvents.whip, async (event, url) => {
|
ipcMain.handle(globalEvents.getUniversalLink, async (event, url) => {
|
||||||
return Songwhip.whip(url);
|
return SharingService.getUniversalLink(url);
|
||||||
});
|
});
|
||||||
|
|
||||||
Logger.watch(ipcMain);
|
Logger.watch(ipcMain);
|
||||||
|
@@ -46,6 +46,7 @@ let adBlock: HTMLInputElement,
|
|||||||
singleInstance: HTMLInputElement,
|
singleInstance: HTMLInputElement,
|
||||||
skipArtists: HTMLInputElement,
|
skipArtists: HTMLInputElement,
|
||||||
skippedArtists: HTMLInputElement,
|
skippedArtists: HTMLInputElement,
|
||||||
|
staticWindowTitle: HTMLInputElement,
|
||||||
theme: HTMLSelectElement,
|
theme: HTMLSelectElement,
|
||||||
trayIcon: HTMLInputElement,
|
trayIcon: HTMLInputElement,
|
||||||
updateFrequency: HTMLInputElement,
|
updateFrequency: HTMLInputElement,
|
||||||
@@ -58,6 +59,7 @@ let adBlock: HTMLInputElement,
|
|||||||
discord_include_timestamps: HTMLInputElement,
|
discord_include_timestamps: HTMLInputElement,
|
||||||
discord_button_text: HTMLInputElement,
|
discord_button_text: HTMLInputElement,
|
||||||
discord_show_song: HTMLInputElement,
|
discord_show_song: HTMLInputElement,
|
||||||
|
discord_show_idle: HTMLInputElement,
|
||||||
discord_idle_text: HTMLInputElement,
|
discord_idle_text: HTMLInputElement,
|
||||||
discord_using_text: HTMLInputElement;
|
discord_using_text: HTMLInputElement;
|
||||||
|
|
||||||
@@ -139,8 +141,9 @@ function refreshSettings() {
|
|||||||
port.value = settingsStore.get(settings.apiSettings.port);
|
port.value = settingsStore.get(settings.apiSettings.port);
|
||||||
singleInstance.checked = settingsStore.get(settings.singleInstance);
|
singleInstance.checked = settingsStore.get(settings.singleInstance);
|
||||||
skipArtists.checked = settingsStore.get(settings.skipArtists);
|
skipArtists.checked = settingsStore.get(settings.skipArtists);
|
||||||
theme.value = settingsStore.get(settings.theme);
|
|
||||||
skippedArtists.value = settingsStore.get<string, string[]>(settings.skippedArtists).join("\n");
|
skippedArtists.value = settingsStore.get<string, string[]>(settings.skippedArtists).join("\n");
|
||||||
|
staticWindowTitle.checked = settingsStore.get(settings.staticWindowTitle);
|
||||||
|
theme.value = settingsStore.get(settings.theme);
|
||||||
trayIcon.checked = settingsStore.get(settings.trayIcon);
|
trayIcon.checked = settingsStore.get(settings.trayIcon);
|
||||||
updateFrequency.value = settingsStore.get(settings.updateFrequency);
|
updateFrequency.value = settingsStore.get(settings.updateFrequency);
|
||||||
enableListenBrainz.checked = settingsStore.get(settings.ListenBrainz.enabled);
|
enableListenBrainz.checked = settingsStore.get(settings.ListenBrainz.enabled);
|
||||||
@@ -151,6 +154,7 @@ function refreshSettings() {
|
|||||||
discord_include_timestamps.checked = settingsStore.get(settings.discord.includeTimestamps);
|
discord_include_timestamps.checked = settingsStore.get(settings.discord.includeTimestamps);
|
||||||
discord_button_text.value = settingsStore.get(settings.discord.buttonText);
|
discord_button_text.value = settingsStore.get(settings.discord.buttonText);
|
||||||
discord_show_song.checked = settingsStore.get(settings.discord.showSong);
|
discord_show_song.checked = settingsStore.get(settings.discord.showSong);
|
||||||
|
discord_show_idle.checked = settingsStore.get(settings.discord.showIdle);
|
||||||
discord_idle_text.value = settingsStore.get(settings.discord.idleText);
|
discord_idle_text.value = settingsStore.get(settings.discord.idleText);
|
||||||
discord_using_text.value = settingsStore.get(settings.discord.usingText);
|
discord_using_text.value = settingsStore.get(settings.discord.usingText);
|
||||||
|
|
||||||
@@ -259,6 +263,7 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||||||
trayIcon = get("trayIcon");
|
trayIcon = get("trayIcon");
|
||||||
skipArtists = get("skipArtists");
|
skipArtists = get("skipArtists");
|
||||||
skippedArtists = get("skippedArtists");
|
skippedArtists = get("skippedArtists");
|
||||||
|
staticWindowTitle = get("staticWindowTitle");
|
||||||
singleInstance = get("singleInstance");
|
singleInstance = get("singleInstance");
|
||||||
updateFrequency = get("updateFrequency");
|
updateFrequency = get("updateFrequency");
|
||||||
enableListenBrainz = get("enableListenBrainz");
|
enableListenBrainz = get("enableListenBrainz");
|
||||||
@@ -269,6 +274,7 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||||||
listenbrainz_delay = get("listenbrainz_delay");
|
listenbrainz_delay = get("listenbrainz_delay");
|
||||||
discord_button_text = get("discord_button_text");
|
discord_button_text = get("discord_button_text");
|
||||||
discord_show_song = get("discord_show_song");
|
discord_show_song = get("discord_show_song");
|
||||||
|
discord_show_idle = get("discord_show_idle");
|
||||||
discord_using_text = get("discord_using_text");
|
discord_using_text = get("discord_using_text");
|
||||||
discord_idle_text = get("discord_idle_text");
|
discord_idle_text = get("discord_idle_text");
|
||||||
|
|
||||||
@@ -292,6 +298,7 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||||||
addInputListener(port, settings.apiSettings.port);
|
addInputListener(port, settings.apiSettings.port);
|
||||||
addInputListener(skipArtists, settings.skipArtists);
|
addInputListener(skipArtists, settings.skipArtists);
|
||||||
addTextAreaListener(skippedArtists, settings.skippedArtists);
|
addTextAreaListener(skippedArtists, settings.skippedArtists);
|
||||||
|
addInputListener(staticWindowTitle, settings.staticWindowTitle);
|
||||||
addInputListener(singleInstance, settings.singleInstance);
|
addInputListener(singleInstance, settings.singleInstance);
|
||||||
addSelectListener(theme, settings.theme);
|
addSelectListener(theme, settings.theme);
|
||||||
addInputListener(trayIcon, settings.trayIcon);
|
addInputListener(trayIcon, settings.trayIcon);
|
||||||
@@ -312,6 +319,7 @@ window.addEventListener("DOMContentLoaded", () => {
|
|||||||
settings.discord.showSong,
|
settings.discord.showSong,
|
||||||
switchesWithSettings.discord_show_song
|
switchesWithSettings.discord_show_song
|
||||||
);
|
);
|
||||||
|
addInputListener(discord_show_idle, settings.discord.showIdle);
|
||||||
addInputListener(discord_idle_text, settings.discord.idleText);
|
addInputListener(discord_idle_text, settings.discord.idleText);
|
||||||
addInputListener(discord_using_text, settings.discord.usingText);
|
addInputListener(discord_using_text, settings.discord.usingText);
|
||||||
});
|
});
|
||||||
|
@@ -1,25 +1,34 @@
|
|||||||
<!DOCTYPE html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
|
<head>
|
||||||
<head>
|
|
||||||
<title>Tidal Hi-Fi settings</title>
|
<title>Tidal Hi-Fi settings</title>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
<link rel="stylesheet" href="./settings.css" />
|
<link rel="stylesheet" href="./settings.css" />
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
<link
|
||||||
</head>
|
rel="stylesheet"
|
||||||
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
|
||||||
|
/>
|
||||||
|
</head>
|
||||||
|
|
||||||
<body class="settings-window">
|
<body class="settings-window">
|
||||||
<div class="settings-window__wrapper">
|
<div class="settings-window__wrapper">
|
||||||
<div class="settings-window__drag-area"></div>
|
<div class="settings-window__drag-area"></div>
|
||||||
<a id="close" class="settings-window__close-button" title="Close settings">
|
<a id="close" class="settings-window__close-button" title="Close settings">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 348.333 348.334" class="settings-window__svg-icon">
|
<svg
|
||||||
<path fill="white" d="M336.559,68.611L231.016,174.165l105.543,105.549c15.699,15.705,15.699,41.145,0,56.85
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
viewBox="0 0 348.333 348.334"
|
||||||
|
class="settings-window__svg-icon"
|
||||||
|
>
|
||||||
|
<path
|
||||||
|
fill="white"
|
||||||
|
d="M336.559,68.611L231.016,174.165l105.543,105.549c15.699,15.705,15.699,41.145,0,56.85
|
||||||
c-7.844,7.844-18.128,11.769-28.407,11.769c-10.296,0-20.581-3.919-28.419-11.769L174.167,231.003L68.609,336.563
|
c-7.844,7.844-18.128,11.769-28.407,11.769c-10.296,0-20.581-3.919-28.419-11.769L174.167,231.003L68.609,336.563
|
||||||
c-7.843,7.844-18.128,11.769-28.416,11.769c-10.285,0-20.563-3.919-28.413-11.769c-15.699-15.698-15.699-41.139,0-56.85
|
c-7.843,7.844-18.128,11.769-28.416,11.769c-10.285,0-20.563-3.919-28.413-11.769c-15.699-15.698-15.699-41.139,0-56.85
|
||||||
l105.54-105.549L11.774,68.611c-15.699-15.699-15.699-41.145,0-56.844c15.696-15.687,41.127-15.687,56.829,0l105.563,105.554
|
l105.54-105.549L11.774,68.611c-15.699-15.699-15.699-41.145,0-56.844c15.696-15.687,41.127-15.687,56.829,0l105.563,105.554
|
||||||
L279.721,11.767c15.705-15.687,41.139-15.687,56.832,0C352.258,27.466,352.258,52.912,336.559,68.611z" />
|
L279.721,11.767c15.705-15.687,41.139-15.687,56.832,0C352.258,27.466,352.258,52.912,336.559,68.611z"
|
||||||
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@@ -66,7 +75,13 @@
|
|||||||
<span class="switch__slider"></span>
|
<span class="switch__slider"></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<textarea id="skippedArtists" class="textarea" cols="40" rows="5" spellcheck="false"></textarea>
|
<textarea
|
||||||
|
id="skippedArtists"
|
||||||
|
class="textarea"
|
||||||
|
cols="40"
|
||||||
|
rows="5"
|
||||||
|
spellcheck="false"
|
||||||
|
></textarea>
|
||||||
<div class="group__option">
|
<div class="group__option">
|
||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>Block ads</h4>
|
<h4>Block ads</h4>
|
||||||
@@ -106,6 +121,19 @@
|
|||||||
<span class="switch__slider"></span>
|
<span class="switch__slider"></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="group__option">
|
||||||
|
<div class="group__description">
|
||||||
|
<h4>Static Window Title</h4>
|
||||||
|
<p>
|
||||||
|
Makes the window title "TIDAL Hi-Fi" instead of changing to the currently
|
||||||
|
playing song.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<label class="switch">
|
||||||
|
<input id="staticWindowTitle" type="checkbox" />
|
||||||
|
<span class="switch__slider"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
<div class="group__option">
|
<div class="group__option">
|
||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>Minimize on Close</h4>
|
<h4>Minimize on Close</h4>
|
||||||
@@ -121,7 +149,9 @@
|
|||||||
<h4>Hotkeys</h4>
|
<h4>Hotkeys</h4>
|
||||||
<p>
|
<p>
|
||||||
Enable extra hotkeys to achieve feature parity with the
|
Enable extra hotkeys to achieve feature parity with the
|
||||||
<a class="external-link" data-url="https://defkey.com/tidal-desktop-shortcuts">desktop apps</a>.
|
<a class="external-link" data-url="https://defkey.com/tidal-desktop-shortcuts"
|
||||||
|
>desktop apps</a
|
||||||
|
>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<label class="switch">
|
<label class="switch">
|
||||||
@@ -147,8 +177,8 @@
|
|||||||
<p class="group__title">API</p>
|
<p class="group__title">API</p>
|
||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<p>
|
<p>
|
||||||
TIDAL Hi-Fi has a built-in web API to allow users to get current media information.
|
TIDAL Hi-Fi has a built-in web API to allow users to get current media
|
||||||
You can optionally enable playback control as well.
|
information. You can optionally enable playback control as well.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="group__option">
|
<div class="group__option">
|
||||||
@@ -170,7 +200,8 @@
|
|||||||
<div class="group__option">
|
<div class="group__option">
|
||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>API hostname</h4>
|
<h4>API hostname</h4>
|
||||||
<p>By default (127.0.0.1) only local apps can interface with the API. <br />
|
<p>
|
||||||
|
By default (127.0.0.1) only local apps can interface with the API. <br />
|
||||||
Change to 0.0.0.0 to allow <strong>anyone</strong> to interact with it. <br />
|
Change to 0.0.0.0 to allow <strong>anyone</strong> to interact with it. <br />
|
||||||
Other options are available
|
Other options are available
|
||||||
</p>
|
</p>
|
||||||
@@ -226,20 +257,42 @@
|
|||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div id="discord_options">
|
<div id="discord_options">
|
||||||
|
<div class="group__option" class="hidden">
|
||||||
|
<div class="group__description">
|
||||||
|
<h4>Show Idle Text</h4>
|
||||||
|
<p>Should the idle text be shown when idle?</p>
|
||||||
|
</div>
|
||||||
|
<label class="switch">
|
||||||
|
<input id="discord_show_idle" type="checkbox" />
|
||||||
|
<span class="switch__slider"></span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="group__option" class="hidden">
|
<div class="group__option" class="hidden">
|
||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>Idle Text</h4>
|
<h4>Idle Text</h4>
|
||||||
<p>The text displayed on Discord's rich presence while idling in the app.</p>
|
<p>The text displayed on Discord's rich presence while idling in the app.</p>
|
||||||
<input id="discord_idle_text" type="text" class="text-input" name="discord_idle_text" />
|
<input
|
||||||
|
id="discord_idle_text"
|
||||||
|
type="text"
|
||||||
|
class="text-input"
|
||||||
|
name="discord_idle_text"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="group__option" class="hidden">
|
<div class="group__option" class="hidden">
|
||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>Using Tidal Text</h4>
|
<h4>Using Tidal Text</h4>
|
||||||
<p>The text displayed on Discord's rich presence while "showSong" is turned off</p>
|
<p>
|
||||||
<input id="discord_using_text" type="text" class="text-input" name="discord_using_text" />
|
The text displayed on Discord's rich presence while "showSong" is turned off
|
||||||
|
</p>
|
||||||
|
<input
|
||||||
|
id="discord_using_text"
|
||||||
|
type="text"
|
||||||
|
class="text-input"
|
||||||
|
name="discord_using_text"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -255,7 +308,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="discord_show_song_options" class="hidden">
|
<div id="discord_show_song_options" class="hidden">
|
||||||
|
|
||||||
<div class="group__option" class="hidden">
|
<div class="group__option" class="hidden">
|
||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>Include timestamps</h4>
|
<h4>Include timestamps</h4>
|
||||||
@@ -271,7 +323,12 @@
|
|||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>Details prefix</h4>
|
<h4>Details prefix</h4>
|
||||||
<p>Prefix for the "details" field of Discord's rich presence.</p>
|
<p>Prefix for the "details" field of Discord's rich presence.</p>
|
||||||
<input id="discord_details_prefix" type="text" class="text-input" name="discord_details_prefix" />
|
<input
|
||||||
|
id="discord_details_prefix"
|
||||||
|
type="text"
|
||||||
|
class="text-input"
|
||||||
|
name="discord_details_prefix"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -279,11 +336,15 @@
|
|||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>Button text</h4>
|
<h4>Button text</h4>
|
||||||
<p>Text to display on the button below the media information.</p>
|
<p>Text to display on the button below the media information.</p>
|
||||||
<input id="discord_button_text" type="text" class="text-input" name="discord_button_text" />
|
<input
|
||||||
|
id="discord_button_text"
|
||||||
|
type="text"
|
||||||
|
class="text-input"
|
||||||
|
name="discord_button_text"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="group">
|
<div class="group">
|
||||||
@@ -302,23 +363,43 @@
|
|||||||
<div class="group__option">
|
<div class="group__option">
|
||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>ListenBrainz API Url</h4>
|
<h4>ListenBrainz API Url</h4>
|
||||||
<p>There are multiple instances for ListenBrainz you can set the corresponding API url below.</p>
|
<p>
|
||||||
<input id="ListenBrainzAPI" type="text" class="text-input" name="ListenBrainzAPI" />
|
There are multiple instances for ListenBrainz you can set the corresponding
|
||||||
|
API url below.
|
||||||
|
</p>
|
||||||
|
<input
|
||||||
|
id="ListenBrainzAPI"
|
||||||
|
type="text"
|
||||||
|
class="text-input"
|
||||||
|
name="ListenBrainzAPI"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="group__option">
|
<div class="group__option">
|
||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>ListenBrainz User Token</h4>
|
<h4>ListenBrainz User Token</h4>
|
||||||
<p>Provide the user token you can get from the settings page.</p>
|
<p>Provide the user token you can get from the settings page.</p>
|
||||||
<input id="ListenBrainzToken" type="text" class="text-input" name="ListenBrainzToken" />
|
<input
|
||||||
|
id="ListenBrainzToken"
|
||||||
|
type="text"
|
||||||
|
class="text-input"
|
||||||
|
name="ListenBrainzToken"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>ScrobbleDelay</h4>
|
<h4>ScrobbleDelay</h4>
|
||||||
<p>The delay (in ms) to send a listen to ListenBrainz. Prevents spamming the API when you fast forward
|
<p>
|
||||||
immediately</p>
|
The delay (in ms) to send a listen to ListenBrainz. Prevents spamming the API when
|
||||||
<input id="listenbrainz_delay" type="number" class="text-input" name="listenbrainz_delay" />
|
you fast forward immediately
|
||||||
|
</p>
|
||||||
|
<input
|
||||||
|
id="listenbrainz_delay"
|
||||||
|
type="number"
|
||||||
|
class="text-input"
|
||||||
|
name="listenbrainz_delay"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@@ -330,12 +411,16 @@
|
|||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>Update frequency</h4>
|
<h4>Update frequency</h4>
|
||||||
<p>
|
<p>
|
||||||
The amount of time, in milliseconds, that TIDAL Hi-Fi will refresh its playback info by scraping the
|
The amount of time, in milliseconds, that TIDAL Hi-Fi will refresh its playback
|
||||||
website.
|
info by scraping the website. The default of 500 seems to work in more cases but
|
||||||
The default of 500 seems to work in more cases but if you are fine with a bit more resource usage you
|
if you are fine with a bit more resource usage you can decrease it as well.
|
||||||
can decrease it as well.
|
|
||||||
</p>
|
</p>
|
||||||
<input id="updateFrequency" type="number" class="text-input" name="updateFrequency" />
|
<input
|
||||||
|
id="updateFrequency"
|
||||||
|
type="number"
|
||||||
|
class="text-input"
|
||||||
|
name="updateFrequency"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -348,7 +433,9 @@
|
|||||||
</p>
|
</p>
|
||||||
<select class="select-input" id="channel" name="channel">
|
<select class="select-input" id="channel" name="channel">
|
||||||
<option value="https://listen.tidal.com">Stable (listen.tidal.com)</option>
|
<option value="https://listen.tidal.com">Stable (listen.tidal.com)</option>
|
||||||
<option value="https://listen.stage.tidal.com">Staging (listen.stage.tidal.com)</option>
|
<option value="https://listen.stage.tidal.com">
|
||||||
|
Staging (listen.stage.tidal.com)
|
||||||
|
</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -394,7 +481,8 @@
|
|||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>Wayland support</h4>
|
<h4>Wayland support</h4>
|
||||||
<p>
|
<p>
|
||||||
Adds a couple of Electron flags to help TIDAL Hi-Fi run smoothly on the Wayland window system.
|
Adds a couple of Electron flags to help TIDAL Hi-Fi run smoothly on the Wayland
|
||||||
|
window system.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<label class="switch">
|
<label class="switch">
|
||||||
@@ -412,12 +500,19 @@
|
|||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>Custom CSS</h4>
|
<h4>Custom CSS</h4>
|
||||||
<p>
|
<p>
|
||||||
The css that you put in here will be injected into a style tag in the head of the document.
|
The css that you put in here will be injected into a style tag in the head of
|
||||||
|
the document.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<textarea id="customCSS" class="textarea" cols="40" rows="8" spellcheck="false"></textarea>
|
<textarea
|
||||||
|
id="customCSS"
|
||||||
|
class="textarea"
|
||||||
|
cols="40"
|
||||||
|
rows="8"
|
||||||
|
spellcheck="false"
|
||||||
|
></textarea>
|
||||||
|
|
||||||
<div class="group">
|
<div class="group">
|
||||||
<p class="group__title">Theme files</p>
|
<p class="group__title">Theme files</p>
|
||||||
@@ -427,9 +522,7 @@
|
|||||||
<p>
|
<p>
|
||||||
Select a theme below or "Tidal - Default" to return to the original Tidal look.
|
Select a theme below or "Tidal - Default" to return to the original Tidal look.
|
||||||
</p>
|
</p>
|
||||||
<select class="select-input" id="themesList" name="themesList">
|
<select class="select-input" id="themesList" name="themesList"></select>
|
||||||
|
|
||||||
</select>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -437,14 +530,20 @@
|
|||||||
<div class="group__description">
|
<div class="group__description">
|
||||||
<h4>Upload new themes</h4>
|
<h4>Upload new themes</h4>
|
||||||
<p>
|
<p>
|
||||||
Click the button and select the css files to import. They will be added to the theme list
|
Click the button and select the css files to import. They will be added to the
|
||||||
automatically.
|
theme list automatically.
|
||||||
</p>
|
</p>
|
||||||
<div class="file-drop-area">
|
<div class="file-drop-area">
|
||||||
<div>
|
<div>
|
||||||
<span class="file-btn">Choose files</span>
|
<span class="file-btn">Choose files</span>
|
||||||
<span id="file-message" class="file-msg">or drag and drop files here</span>
|
<span id="file-message" class="file-msg">or drag and drop files here</span>
|
||||||
<input id="theme-files" class="file-input" type="file" accept=".css" multiple>
|
<input
|
||||||
|
id="theme-files"
|
||||||
|
class="file-input"
|
||||||
|
type="file"
|
||||||
|
accept=".css"
|
||||||
|
multiple
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -456,17 +555,35 @@
|
|||||||
<img alt="tidal icon" class="about-section__icon" src="./icon.png" />
|
<img alt="tidal icon" class="about-section__icon" src="./icon.png" />
|
||||||
<h4>TIDAL Hi-Fi</h4>
|
<h4>TIDAL Hi-Fi</h4>
|
||||||
<div class="about-section__version">
|
<div class="about-section__version">
|
||||||
<a target="_blank" rel="noopener"
|
<a
|
||||||
href="https://github.com/Mastermindzh/tidal-hifi/releases/tag/5.15.0">5.15.0</a>
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
href="https://github.com/Mastermindzh/tidal-hifi/releases/tag/5.17.0"
|
||||||
|
>5.17.0</a
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="about-section__links">
|
<div class="about-section__links">
|
||||||
<a target="_blank" rel="noopener" href="https://github.com/mastermindzh/tidal-hifi/"
|
<a
|
||||||
class="about-section__button">Github
|
target="_blank"
|
||||||
<i class="fa fa-external-link"></i></a>
|
rel="noopener"
|
||||||
<a target="_blank" rel="noopener" href="https://github.com/Mastermindzh/tidal-hifi/issues"
|
href="https://github.com/mastermindzh/tidal-hifi/"
|
||||||
class="about-section__button">Report an issue <i class="fa fa-external-link"></i></a>
|
class="about-section__button"
|
||||||
<a target="_blank" rel="noopener" href="https://github.com/Mastermindzh/tidal-hifi/graphs/contributors"
|
>Github <i class="fa fa-external-link"></i
|
||||||
class="about-section__button">Contributors <i class="fa fa-external-link"></i></a>
|
></a>
|
||||||
|
<a
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
href="https://github.com/Mastermindzh/tidal-hifi/issues"
|
||||||
|
class="about-section__button"
|
||||||
|
>Report an issue <i class="fa fa-external-link"></i
|
||||||
|
></a>
|
||||||
|
<a
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
href="https://github.com/Mastermindzh/tidal-hifi/graphs/contributors"
|
||||||
|
class="about-section__button"
|
||||||
|
>Contributors <i class="fa fa-external-link"></i
|
||||||
|
></a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -478,6 +595,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@@ -10,7 +10,7 @@ import {
|
|||||||
} from "./features/listenbrainz/listenbrainz";
|
} from "./features/listenbrainz/listenbrainz";
|
||||||
import { StoreData } from "./features/listenbrainz/models/storeData";
|
import { StoreData } from "./features/listenbrainz/models/storeData";
|
||||||
import { Logger } from "./features/logger";
|
import { Logger } from "./features/logger";
|
||||||
import { Songwhip } from "./features/songwhip/songwhip";
|
import { SharingService } from "./features/sharingService/sharingService";
|
||||||
import { addCustomCss } from "./features/theming/theming";
|
import { addCustomCss } from "./features/theming/theming";
|
||||||
import { convertDurationToSeconds } from "./features/time/parse";
|
import { convertDurationToSeconds } from "./features/time/parse";
|
||||||
import { MediaInfo } from "./models/mediaInfo";
|
import { MediaInfo } from "./models/mediaInfo";
|
||||||
@@ -21,6 +21,9 @@ import { addHotkey } from "./scripts/hotkeys";
|
|||||||
import { ObjectToDotNotation } from "./scripts/objectUtilities";
|
import { ObjectToDotNotation } from "./scripts/objectUtilities";
|
||||||
import { settingsStore } from "./scripts/settings";
|
import { settingsStore } from "./scripts/settings";
|
||||||
import { setTitle } from "./scripts/window-functions";
|
import { setTitle } from "./scripts/window-functions";
|
||||||
|
import { DomTidalController } from "./TidalControllers/DomTidalController";
|
||||||
|
import { MediaSessionTidalController } from "./TidalControllers/MediaSessionTidalController";
|
||||||
|
import { TidalController } from "./TidalControllers/TidalController";
|
||||||
|
|
||||||
const notificationPath = `${app.getPath("userData")}/notification.jpg`;
|
const notificationPath = `${app.getPath("userData")}/notification.jpg`;
|
||||||
let currentSong = "";
|
let currentSong = "";
|
||||||
@@ -35,6 +38,16 @@ let currentShuffleState = false;
|
|||||||
let currentMediaInfo: MediaInfo;
|
let currentMediaInfo: MediaInfo;
|
||||||
let currentNotification: Electron.Notification;
|
let currentNotification: Electron.Notification;
|
||||||
|
|
||||||
|
let tidalController: TidalController;
|
||||||
|
|
||||||
|
// TODO: replace with setting
|
||||||
|
// eslint-disable-next-line no-constant-condition
|
||||||
|
if (true) {
|
||||||
|
tidalController = new DomTidalController();
|
||||||
|
} else {
|
||||||
|
tidalController = new MediaSessionTidalController();
|
||||||
|
}
|
||||||
|
|
||||||
const elements = {
|
const elements = {
|
||||||
play: '*[data-test="play"]',
|
play: '*[data-test="play"]',
|
||||||
pause: '*[data-test="pause"]',
|
pause: '*[data-test="pause"]',
|
||||||
@@ -48,8 +61,9 @@ const elements = {
|
|||||||
search: '[class^="searchField"]',
|
search: '[class^="searchField"]',
|
||||||
shuffle: '*[data-test="shuffle"]',
|
shuffle: '*[data-test="shuffle"]',
|
||||||
repeat: '*[data-test="repeat"]',
|
repeat: '*[data-test="repeat"]',
|
||||||
account: '*[class^="profileOptions"]',
|
account: '*[data-test^="profile-image-button"]',
|
||||||
settings: '*[data-test^="open-settings"]',
|
settings: '*[data-test^="sidebar-menu-button"]',
|
||||||
|
openSettings: '*[data-test^="open-settings"]',
|
||||||
media: '*[data-test="current-media-imagery"]',
|
media: '*[data-test="current-media-imagery"]',
|
||||||
image: "img",
|
image: "img",
|
||||||
current: '*[data-test="current-time"]',
|
current: '*[data-test="current-time"]',
|
||||||
@@ -194,19 +208,6 @@ function getUpdateFrequency() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Play or pause the current media
|
|
||||||
*/
|
|
||||||
function playPause() {
|
|
||||||
const play = elements.get("play");
|
|
||||||
|
|
||||||
if (play) {
|
|
||||||
elements.click("play");
|
|
||||||
} else {
|
|
||||||
elements.click("pause");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Clears the old listenbrainz data on launch
|
* Clears the old listenbrainz data on launch
|
||||||
*/
|
*/
|
||||||
@@ -220,9 +221,9 @@ ListenBrainzStore.clear();
|
|||||||
function addHotKeys() {
|
function addHotKeys() {
|
||||||
if (settingsStore.get(settings.enableCustomHotkeys)) {
|
if (settingsStore.get(settings.enableCustomHotkeys)) {
|
||||||
addHotkey("Control+p", function () {
|
addHotkey("Control+p", function () {
|
||||||
elements.click("account");
|
|
||||||
setTimeout(() => {
|
|
||||||
elements.click("settings");
|
elements.click("settings");
|
||||||
|
setTimeout(() => {
|
||||||
|
elements.click("openSettings");
|
||||||
}, 100);
|
}, 100);
|
||||||
});
|
});
|
||||||
addHotkey("Control+l", function () {
|
addHotkey("Control+l", function () {
|
||||||
@@ -234,7 +235,7 @@ function addHotKeys() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
addHotkey("Control+h", function () {
|
addHotkey("Control+h", function () {
|
||||||
elements.click("home");
|
tidalController.goToHome();
|
||||||
});
|
});
|
||||||
|
|
||||||
addHotkey("backspace", function () {
|
addHotkey("backspace", function () {
|
||||||
@@ -254,11 +255,10 @@ function addHotKeys() {
|
|||||||
elements.click("repeat");
|
elements.click("repeat");
|
||||||
});
|
});
|
||||||
addHotkey("control+w", async function () {
|
addHotkey("control+w", async function () {
|
||||||
const result = await ipcRenderer.invoke(globalEvents.whip, getTrackURL());
|
const url = SharingService.getUniversalLink(getTrackURL());
|
||||||
const url = Songwhip.getWhipUrl(result);
|
|
||||||
clipboard.writeText(url);
|
clipboard.writeText(url);
|
||||||
new Notification({
|
new Notification({
|
||||||
title: `Successfully whipped: `,
|
title: `Universal link generated: `,
|
||||||
body: `URL copied to clipboard: ${url}`,
|
body: `URL copied to clipboard: ${url}`,
|
||||||
}).show();
|
}).show();
|
||||||
});
|
});
|
||||||
@@ -319,7 +319,7 @@ function addIPCEventListeners() {
|
|||||||
case globalEvents.playPause:
|
case globalEvents.playPause:
|
||||||
case globalEvents.play:
|
case globalEvents.play:
|
||||||
case globalEvents.pause:
|
case globalEvents.pause:
|
||||||
playPause();
|
tidalController.playPause();
|
||||||
break;
|
break;
|
||||||
case globalEvents.next:
|
case globalEvents.next:
|
||||||
elements.click("next");
|
elements.click("next");
|
||||||
@@ -394,8 +394,24 @@ function updateMediaInfo(mediaInfo: MediaInfo, notify: boolean) {
|
|||||||
if (mediaInfo) {
|
if (mediaInfo) {
|
||||||
currentMediaInfo = mediaInfo;
|
currentMediaInfo = mediaInfo;
|
||||||
ipcRenderer.send(globalEvents.updateInfo, mediaInfo);
|
ipcRenderer.send(globalEvents.updateInfo, mediaInfo);
|
||||||
if (settingsStore.get(settings.notifications) && notify) {
|
updateMpris(mediaInfo);
|
||||||
if (currentNotification) currentNotification.close();
|
updateListenBrainz(mediaInfo);
|
||||||
|
if (notify) {
|
||||||
|
sendNotification(mediaInfo);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* send a desktop notification if enabled in settings
|
||||||
|
* @param mediaInfo
|
||||||
|
* @param notify Whether to notify
|
||||||
|
*/
|
||||||
|
async function sendNotification(mediaInfo: MediaInfo) {
|
||||||
|
if (settingsStore.get(settings.notifications)) {
|
||||||
|
if (currentNotification) {
|
||||||
|
currentNotification.close();
|
||||||
|
}
|
||||||
currentNotification = new Notification({
|
currentNotification = new Notification({
|
||||||
title: mediaInfo.title,
|
title: mediaInfo.title,
|
||||||
body: mediaInfo.artists,
|
body: mediaInfo.artists,
|
||||||
@@ -403,10 +419,6 @@ function updateMediaInfo(mediaInfo: MediaInfo, notify: boolean) {
|
|||||||
});
|
});
|
||||||
currentNotification.show();
|
currentNotification.show();
|
||||||
}
|
}
|
||||||
|
|
||||||
updateMpris(mediaInfo);
|
|
||||||
updateListenBrainz(mediaInfo);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function addMPRIS() {
|
function addMPRIS() {
|
||||||
@@ -443,7 +455,7 @@ function addMPRIS() {
|
|||||||
const eventValue = events[eventName];
|
const eventValue = events[eventName];
|
||||||
switch (events[eventValue]) {
|
switch (events[eventValue]) {
|
||||||
case events.playpause:
|
case events.playpause:
|
||||||
playPause();
|
tidalController.playPause();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
elements.click(eventValue);
|
elements.click(eventValue);
|
||||||
@@ -538,6 +550,7 @@ setInterval(function () {
|
|||||||
const artistsArray = elements.getArtistsArray();
|
const artistsArray = elements.getArtistsArray();
|
||||||
const artistsString = elements.getArtistsString(artistsArray);
|
const artistsString = elements.getArtistsString(artistsArray);
|
||||||
const songDashArtistTitle = `${title} - ${artistsString}`;
|
const songDashArtistTitle = `${title} - ${artistsString}`;
|
||||||
|
const staticTitle = "TIDAL Hi-Fi";
|
||||||
const titleOrArtistsChanged = currentSong !== songDashArtistTitle;
|
const titleOrArtistsChanged = currentSong !== songDashArtistTitle;
|
||||||
const current = elements.getText("current");
|
const current = elements.getText("current");
|
||||||
const currentStatus = getCurrentlyPlayingStatus();
|
const currentStatus = getCurrentlyPlayingStatus();
|
||||||
@@ -582,7 +595,9 @@ setInterval(function () {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// update title, url and play info with new info
|
// update title, url and play info with new info
|
||||||
setTitle(songDashArtistTitle);
|
settingsStore.get(settings.staticWindowTitle)
|
||||||
|
? setTitle(staticTitle)
|
||||||
|
: setTitle(songDashArtistTitle);
|
||||||
getTrackURL();
|
getTrackURL();
|
||||||
currentSong = songDashArtistTitle;
|
currentSong = songDashArtistTitle;
|
||||||
currentPlayStatus = currentStatus;
|
currentPlayStatus = currentStatus;
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
import { Client, Presence } from "discord-rpc";
|
import { Client, SetActivity } from "@xhayper/discord-rpc";
|
||||||
import { app, ipcMain } from "electron";
|
import { app, ipcMain } from "electron";
|
||||||
import { globalEvents } from "../constants/globalEvents";
|
import { globalEvents } from "../constants/globalEvents";
|
||||||
import { settings } from "../constants/settings";
|
import { settings } from "../constants/settings";
|
||||||
@@ -12,9 +12,13 @@ const clientId = "833617820704440341";
|
|||||||
|
|
||||||
export let rpc: Client;
|
export let rpc: Client;
|
||||||
|
|
||||||
|
const ACTIVITY_LISTENING = 2;
|
||||||
|
const MAX_RETRIES = 5;
|
||||||
|
const RETRY_DELAY = 10000;
|
||||||
|
|
||||||
const observer = () => {
|
const observer = () => {
|
||||||
if (rpc) {
|
if (rpc) {
|
||||||
rpc.setActivity(getActivity());
|
updateActivity();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -22,10 +26,20 @@ const defaultPresence = {
|
|||||||
largeImageKey: "tidal-hifi-icon",
|
largeImageKey: "tidal-hifi-icon",
|
||||||
largeImageText: `TIDAL Hi-Fi ${app.getVersion()}`,
|
largeImageText: `TIDAL Hi-Fi ${app.getVersion()}`,
|
||||||
instance: false,
|
instance: false,
|
||||||
|
type: ACTIVITY_LISTENING,
|
||||||
};
|
};
|
||||||
|
|
||||||
const getActivity = (): Presence => {
|
const updateActivity = () => {
|
||||||
const presence: Presence = { ...defaultPresence };
|
const showIdle = settingsStore.get<string, boolean>(settings.discord.showIdle) ?? true;
|
||||||
|
if (mediaInfo.status === MediaStatus.paused && !showIdle) {
|
||||||
|
rpc.user?.clearActivity();
|
||||||
|
} else {
|
||||||
|
rpc.user?.setActivity(getActivity());
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
const getActivity = (): SetActivity => {
|
||||||
|
const presence: SetActivity = { ...defaultPresence };
|
||||||
|
|
||||||
if (mediaInfo.status === MediaStatus.paused) {
|
if (mediaInfo.status === MediaStatus.paused) {
|
||||||
presence.details =
|
presence.details =
|
||||||
@@ -41,6 +55,7 @@ const getActivity = (): Presence => {
|
|||||||
settingsStore.get<string, string>(settings.discord.usingText) ?? "Playing media on TIDAL";
|
settingsStore.get<string, string>(settings.discord.usingText) ?? "Playing media on TIDAL";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return presence;
|
return presence;
|
||||||
|
|
||||||
function getFromStore() {
|
function getFromStore() {
|
||||||
@@ -54,18 +69,33 @@ const getActivity = (): Presence => {
|
|||||||
return { includeTimestamps, detailsPrefix, buttonText };
|
return { includeTimestamps, detailsPrefix, buttonText };
|
||||||
}
|
}
|
||||||
|
|
||||||
function setPresenceFromMediaInfo(detailsPrefix: string, buttonText: string) {
|
/**
|
||||||
if (mediaInfo.url) {
|
* Pad a string using spaces to at least 2 characters
|
||||||
presence.details = `${detailsPrefix}${mediaInfo.title}`;
|
* @param input string to pad with 2 characters
|
||||||
presence.state = mediaInfo.artists ? mediaInfo.artists : "unknown artist(s)";
|
* @returns
|
||||||
presence.largeImageKey = mediaInfo.image;
|
*/
|
||||||
if (mediaInfo.album) {
|
function pad(input: string): string {
|
||||||
presence.largeImageText = mediaInfo.album;
|
return input.padEnd(2, " ");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function setPresenceFromMediaInfo(detailsPrefix: string, buttonText: string) {
|
||||||
|
// discord requires a minimum of 2 characters
|
||||||
|
const title = pad(mediaInfo.title);
|
||||||
|
const album = pad(mediaInfo.album);
|
||||||
|
const artists = pad(mediaInfo.artists);
|
||||||
|
|
||||||
|
if (mediaInfo.url) {
|
||||||
|
presence.details = `${detailsPrefix}${title}`;
|
||||||
|
presence.state = artists ? artists : "unknown artist(s)";
|
||||||
|
presence.largeImageKey = mediaInfo.image;
|
||||||
|
if (album) {
|
||||||
|
presence.largeImageText = album;
|
||||||
|
}
|
||||||
|
|
||||||
presence.buttons = [{ label: buttonText, url: mediaInfo.url }];
|
presence.buttons = [{ label: buttonText, url: mediaInfo.url }];
|
||||||
} else {
|
} else {
|
||||||
presence.details = `Watching ${mediaInfo.title}`;
|
presence.details = `Watching ${title}`;
|
||||||
presence.state = mediaInfo.artists;
|
presence.state = artists;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -74,10 +104,31 @@ const getActivity = (): Presence => {
|
|||||||
const currentSeconds = convertDurationToSeconds(mediaInfo.current);
|
const currentSeconds = convertDurationToSeconds(mediaInfo.current);
|
||||||
const durationSeconds = convertDurationToSeconds(mediaInfo.duration);
|
const durationSeconds = convertDurationToSeconds(mediaInfo.duration);
|
||||||
const date = new Date();
|
const date = new Date();
|
||||||
const now = (date.getTime() / 1000) | 0;
|
const now = Math.floor(date.getTime() / 1000);
|
||||||
const remaining = date.setSeconds(date.getSeconds() + (durationSeconds - currentSeconds));
|
presence.startTimestamp = now - currentSeconds;
|
||||||
presence.startTimestamp = now;
|
presence.endTimestamp = presence.startTimestamp + durationSeconds;
|
||||||
presence.endTimestamp = remaining;
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Try to login to RPC and retry if it errors
|
||||||
|
* @param retryCount Max retry count
|
||||||
|
*/
|
||||||
|
const connectWithRetry = async (retryCount = 0) => {
|
||||||
|
try {
|
||||||
|
await rpc.login();
|
||||||
|
Logger.log("Connected to Discord");
|
||||||
|
rpc.on("ready", updateActivity);
|
||||||
|
Object.values(globalEvents).forEach((event) => ipcMain.on(event, observer));
|
||||||
|
} catch (error) {
|
||||||
|
if (retryCount < MAX_RETRIES) {
|
||||||
|
Logger.log(
|
||||||
|
`Failed to connect to Discord, retrying in ${RETRY_DELAY / 1000} seconds... (Attempt ${retryCount + 1}/${MAX_RETRIES})`
|
||||||
|
);
|
||||||
|
setTimeout(() => connectWithRetry(retryCount + 1), RETRY_DELAY);
|
||||||
|
} else {
|
||||||
|
Logger.log("Failed to connect to Discord after maximum retry attempts");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@@ -86,18 +137,8 @@ const getActivity = (): Presence => {
|
|||||||
* Set up the discord rpc and listen on globalEvents.updateInfo
|
* Set up the discord rpc and listen on globalEvents.updateInfo
|
||||||
*/
|
*/
|
||||||
export const initRPC = () => {
|
export const initRPC = () => {
|
||||||
rpc = new Client({ transport: "ipc" });
|
rpc = new Client({ transport: { type: "ipc" }, clientId });
|
||||||
rpc.login({ clientId }).then(
|
connectWithRetry();
|
||||||
() => {
|
|
||||||
rpc.on("ready", () => {
|
|
||||||
rpc.setActivity(getActivity());
|
|
||||||
});
|
|
||||||
ipcMain.on(globalEvents.updateInfo, observer);
|
|
||||||
},
|
|
||||||
() => {
|
|
||||||
Logger.log("Can't connect to Discord, is it running?");
|
|
||||||
}
|
|
||||||
);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -105,7 +146,7 @@ export const initRPC = () => {
|
|||||||
*/
|
*/
|
||||||
export const unRPC = () => {
|
export const unRPC = () => {
|
||||||
if (rpc) {
|
if (rpc) {
|
||||||
rpc.clearActivity();
|
rpc.user?.clearActivity();
|
||||||
rpc.destroy();
|
rpc.destroy();
|
||||||
rpc = null;
|
rpc = null;
|
||||||
ipcMain.removeListener(globalEvents.updateInfo, observer);
|
ipcMain.removeListener(globalEvents.updateInfo, observer);
|
||||||
|
@@ -43,6 +43,7 @@ export const settingsStore = new Store({
|
|||||||
enableDiscord: false,
|
enableDiscord: false,
|
||||||
discord: {
|
discord: {
|
||||||
showSong: true,
|
showSong: true,
|
||||||
|
showIdle: true,
|
||||||
idleText: "Browsing Tidal",
|
idleText: "Browsing Tidal",
|
||||||
usingText: "Playing media on TIDAL",
|
usingText: "Playing media on TIDAL",
|
||||||
includeTimestamps: true,
|
includeTimestamps: true,
|
||||||
@@ -68,6 +69,7 @@ export const settingsStore = new Store({
|
|||||||
singleInstance: true,
|
singleInstance: true,
|
||||||
skipArtists: false,
|
skipArtists: false,
|
||||||
skippedArtists: [""],
|
skippedArtists: [""],
|
||||||
|
staticWindowTitle: false,
|
||||||
theme: "none",
|
theme: "none",
|
||||||
trayIcon: true,
|
trayIcon: true,
|
||||||
updateFrequency: 500,
|
updateFrequency: 500,
|
||||||
@@ -115,6 +117,9 @@ export const settingsStore = new Store({
|
|||||||
{ key: settings.advanced.tidalUrl, value: "https://listen.tidal.com" },
|
{ key: settings.advanced.tidalUrl, value: "https://listen.tidal.com" },
|
||||||
]);
|
]);
|
||||||
},
|
},
|
||||||
|
"5.16.0": (migrationStore) => {
|
||||||
|
buildMigration("5.16.0", migrationStore, [{ key: settings.discord.showIdle, value: "true" }]);
|
||||||
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user