mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2025-09-10 13:54:41 +02:00
Compare commits
19 Commits
Author | SHA1 | Date | |
---|---|---|---|
79bbab6a82 | |||
7376df7f30 | |||
7f8760c4e9 | |||
|
1cf5a01ad7 | ||
8fc49f500e | |||
|
49f5a01b58 | ||
48f4fe47ef | |||
a819e1eb45 | |||
57e6342b5f | |||
58a543a3c8 | |||
1c915d99fe | |||
|
8994360415 | ||
a5c0d9e6e8 | |||
f8eb36f4c7 | |||
5ca90c25d3 | |||
cf86969cfc | |||
afd05ae88b | |||
72c25dfdc1 | |||
|
25b30edf31 |
40
.github/workflows/build.yml
vendored
40
.github/workflows/build.yml
vendored
@@ -24,23 +24,27 @@ jobs:
|
|||||||
node-version: 22.4
|
node-version: 22.4
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
|
# - uses: actions/upload-artifact@master
|
||||||
|
# with:
|
||||||
|
# name: linux-builds
|
||||||
|
# path: dist/
|
||||||
|
|
||||||
build_on_mac:
|
# build_on_mac:
|
||||||
runs-on: macos-latest
|
# runs-on: macos-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@master
|
# - uses: actions/checkout@master
|
||||||
- uses: actions/setup-node@master
|
# - uses: actions/setup-node@master
|
||||||
with:
|
# with:
|
||||||
node-version: 22.4
|
# node-version: 22.4
|
||||||
- run: npm install
|
# - run: npm install
|
||||||
- run: npm run build
|
# - run: npm run build
|
||||||
|
|
||||||
build_on_win:
|
# build_on_win:
|
||||||
runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@master
|
# - uses: actions/checkout@master
|
||||||
- uses: actions/setup-node@master
|
# - uses: actions/setup-node@master
|
||||||
with:
|
# with:
|
||||||
node-version: 22.4
|
# node-version: 22.4
|
||||||
- run: npm install
|
# - run: npm install
|
||||||
- run: npm run build
|
# - run: npm run build
|
||||||
|
52
.github/workflows/release.yml
vendored
52
.github/workflows/release.yml
vendored
@@ -29,30 +29,30 @@ jobs:
|
|||||||
name: linux-builds
|
name: linux-builds
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|
||||||
build_on_mac:
|
# build_on_mac:
|
||||||
runs-on: macos-latest
|
# runs-on: macos-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@master
|
# - uses: actions/checkout@master
|
||||||
- uses: actions/setup-node@master
|
# - uses: actions/setup-node@master
|
||||||
with:
|
# with:
|
||||||
node-version: 22.4
|
# node-version: 22.4
|
||||||
- run: npm install
|
# - run: npm install
|
||||||
- run: npm run build
|
# - run: npm run build
|
||||||
- uses: actions/upload-artifact@master
|
# - uses: actions/upload-artifact@master
|
||||||
with:
|
# with:
|
||||||
name: mac-builds
|
# name: mac-builds
|
||||||
path: ./dist/
|
# path: ./dist/
|
||||||
|
|
||||||
build_on_win:
|
# build_on_win:
|
||||||
runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@master
|
# - uses: actions/checkout@master
|
||||||
- uses: actions/setup-node@master
|
# - uses: actions/setup-node@master
|
||||||
with:
|
# with:
|
||||||
node-version: 22.4
|
# node-version: 22.4
|
||||||
- run: npm install
|
# - run: npm install
|
||||||
- run: npm run build
|
# - run: npm run build
|
||||||
- uses: actions/upload-artifact@master
|
# - uses: actions/upload-artifact@master
|
||||||
with:
|
# with:
|
||||||
name: windows-builds
|
# name: windows-builds
|
||||||
path: dist/
|
# path: dist/
|
||||||
|
19
CHANGELOG.md
19
CHANGELOG.md
@@ -4,6 +4,25 @@ 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.19.0]
|
||||||
|
|
||||||
|
- Fixed the issue where media updates would cease to work after album names can't be found
|
||||||
|
- Will simply report an empty string when it can't find the album
|
||||||
|
- Updated various dependencies
|
||||||
|
|
||||||
|
## [5.18.2]
|
||||||
|
|
||||||
|
- Reverted to sass 1.79.4 to fix `Nix` builds
|
||||||
|
- Changed electron-builder.base.yml to now generate the correct .desktop entries again
|
||||||
|
- Should fix flatpak build
|
||||||
|
|
||||||
|
## [5.18.1]
|
||||||
|
|
||||||
|
- Fixed the login bug
|
||||||
|
- Upgraded electron to 35.1.1
|
||||||
|
- Added Widevine/CDM info to startup
|
||||||
|
- delayed remote electron initializer
|
||||||
|
|
||||||
## [5.18.0]
|
## [5.18.0]
|
||||||
|
|
||||||
- [Dianoga](https://github.com/Dianoga) fixed the duration selector, restoring mpris & partial API data.
|
- [Dianoga](https://github.com/Dianoga) fixed the duration selector, restoring mpris & partial API data.
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
appId: com.rickvanlieshout.tidal-hifi
|
appId: com.rickvanlieshout.tidal-hifi
|
||||||
electronVersion: 28.1.1
|
electronVersion: 35.1.1
|
||||||
electronDownload:
|
electronDownload:
|
||||||
version: 28.1.1+wvcus
|
version: 35.1.1+wvcus
|
||||||
mirror: https://github.com/castlabs/electron-releases/releases/download/v
|
mirror: https://github.com/castlabs/electron-releases/releases/download/v
|
||||||
snap:
|
snap:
|
||||||
plugs:
|
plugs:
|
||||||
@@ -22,19 +22,19 @@ linux:
|
|||||||
"--enable-features=WaylandWindowDecorations",
|
"--enable-features=WaylandWindowDecorations",
|
||||||
]
|
]
|
||||||
desktop:
|
desktop:
|
||||||
Encoding: UTF-8
|
entry:
|
||||||
Name: TIDAL Hi-Fi
|
Encoding: "UTF-8"
|
||||||
GenericName: TIDAL Hi-Fi
|
Name: "TIDAL Hi-Fi"
|
||||||
Comment: The web version of listen.tidal.com running in electron with hifi support thanks to widevine.
|
GenericName: "TIDAL Hi-Fi"
|
||||||
Icon: tidal-hifi
|
Comment: "The web version of listen.tidal.com running in electron with hifi support thanks to widevine."
|
||||||
StartupNotify: true
|
Icon: "tidal-hifi"
|
||||||
Terminal: false
|
StartupNotify: "true"
|
||||||
Type: Application
|
Terminal: "false"
|
||||||
Categories: Network;Application;AudioVideo;Audio;Video
|
Type: "Application"
|
||||||
StartupWMClass: tidal-hifi
|
Categories: "Network;Application;AudioVideo;Audio;Video"
|
||||||
X-PulseAudio-Properties: media.role=music
|
StartupWMClass: "tidal-hifi"
|
||||||
MimeType: x-scheme-handler/tidal;
|
X-PulseAudio-Properties: "media.role=music"
|
||||||
|
MimeType: "x-scheme-handler/tidal;"
|
||||||
mac:
|
mac:
|
||||||
category: public.app-category.entertainment
|
category: public.app-category.entertainment
|
||||||
win:
|
win:
|
||||||
|
4947
package-lock.json
generated
4947
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
44
package.json
44
package.json
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "tidal-hifi",
|
"name": "tidal-hifi",
|
||||||
"version": "5.18.0",
|
"version": "5.19.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": {
|
||||||
"start": "electron --inspect=0.0.0.0:5858 .",
|
"start": "electron --inspect=0.0.0.0:5858 --remote-debugging-port=8315 --remote-allow-origins=* .",
|
||||||
"watchStart": "nodemon dist -x \"npm run start\"",
|
"watchStart": "nodemon dist -x \"npm run start\"",
|
||||||
"compile": "tsc && npm run sass-and-copy",
|
"compile": "tsc && npm run sass-and-copy",
|
||||||
"deps": "npm run watch",
|
"deps": "npm run watch",
|
||||||
@@ -42,42 +42,42 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@electron/remote": "^2.1.2",
|
"@electron/remote": "^2.1.2",
|
||||||
"@types/swagger-jsdoc": "^6.0.4",
|
"@types/swagger-jsdoc": "^6.0.4",
|
||||||
"@xhayper/discord-rpc": "^1.2.0",
|
"@xhayper/discord-rpc": "^1.2.1",
|
||||||
"axios": "^1.7.9",
|
"axios": "^1.8.4",
|
||||||
"cors": "^2.8.5",
|
|
||||||
"electron-store": "^8.2.0",
|
"electron-store": "^8.2.0",
|
||||||
"express": "^4.21.2",
|
"express": "^5.1.0",
|
||||||
"hotkeys-js": "^3.13.9",
|
"hotkeys-js": "^3.13.9",
|
||||||
"mpris-service": "^2.1.2",
|
"mpris-service": "^2.1.2",
|
||||||
"request": "^2.88.2",
|
"sass": "1.86.3",
|
||||||
"sass": "^1.79.4",
|
"swagger-ui-express": "^5.0.1",
|
||||||
"swagger-ui-express": "^5.0.1"
|
"cors": "^2.8.5",
|
||||||
|
"request": "^2.88.2"
|
||||||
},
|
},
|
||||||
"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/express": "^4.17.21",
|
"@types/express": "^5.0.1",
|
||||||
"@types/node": "^20.14.10",
|
"@types/node": "^20.17.30",
|
||||||
"@types/request": "^2.48.12",
|
"@types/request": "^2.48.12",
|
||||||
"@types/swagger-ui-express": "^4.1.6",
|
"@types/swagger-ui-express": "^4.1.8",
|
||||||
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
||||||
"@typescript-eslint/parser": "^7.15.0",
|
"@typescript-eslint/parser": "^7.18.0",
|
||||||
"copyfiles": "^2.4.1",
|
"copyfiles": "^2.4.1",
|
||||||
"electron": "git+https://github.com/castlabs/electron-releases#v31.1.0+wvcus",
|
"electron": "github:castlabs/electron-releases#v35.1.1+wvcus",
|
||||||
"electron-builder": "~24.9.4",
|
"electron-builder": "~26.0.12",
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.0",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"markdown-toc": "^1.2.0",
|
"markdown-toc": "^1.2.0",
|
||||||
"nodemon": "^3.1.4",
|
"nodemon": "^3.1.9",
|
||||||
"prettier": "^3.3.2",
|
"prettier": "^3.5.3",
|
||||||
"stylelint": "^16.6.1",
|
"stylelint": "^16.18.0",
|
||||||
"stylelint-config-standard": "^36.0.1",
|
"stylelint-config-standard": "^36.0.1",
|
||||||
"stylelint-config-standard-scss": "^13.1.0",
|
"stylelint-config-standard-scss": "^13.1.0",
|
||||||
"stylelint-prettier": "^5.0.0",
|
"stylelint-prettier": "^5.0.3",
|
||||||
"swagger-jsdoc": "^6.2.8",
|
"swagger-jsdoc": "^6.2.8",
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"tsc-watch": "^6.2.0",
|
"tsc-watch": "^6.2.1",
|
||||||
"typescript": "^5.5.3"
|
"typescript": "^5.8.3"
|
||||||
},
|
},
|
||||||
"prettier": "@mastermindzh/prettier-config"
|
"prettier": "@mastermindzh/prettier-config"
|
||||||
}
|
}
|
||||||
|
@@ -88,8 +88,9 @@ export const addCurrentInfo = (expressApp: Router) => {
|
|||||||
* schema:
|
* schema:
|
||||||
* $ref: '#/components/schemas/MediaInfo'
|
* $ref: '#/components/schemas/MediaInfo'
|
||||||
*/
|
*/
|
||||||
expressApp.get("/current", (req, res) => res.json({ ...mediaInfo, artist: mediaInfo.artists }));
|
expressApp.get("/current", (_req, res) => {
|
||||||
|
res.json({ ...mediaInfo, artist: mediaInfo.artists });
|
||||||
|
});
|
||||||
/**
|
/**
|
||||||
* @swagger
|
* @swagger
|
||||||
* /current/image:
|
* /current/image:
|
||||||
|
@@ -21,8 +21,12 @@ export const startApi = (mainWindow: BrowserWindow) => {
|
|||||||
expressApp.use(cors());
|
expressApp.use(cors());
|
||||||
expressApp.use(express.json());
|
expressApp.use(express.json());
|
||||||
expressApp.use("/docs", swaggerUi.serve, swaggerUi.setup(swaggerSpec));
|
expressApp.use("/docs", swaggerUi.serve, swaggerUi.setup(swaggerSpec));
|
||||||
expressApp.get("/", (req, res) => res.send("Hello World!"));
|
expressApp.get("/", (req, res) => {
|
||||||
expressApp.get("/swagger.json", (req, res) => res.json(swaggerSpec));
|
res.send("Hello World!");
|
||||||
|
});
|
||||||
|
expressApp.get("/swagger.json", (req, res) => {
|
||||||
|
res.json(swaggerSpec);
|
||||||
|
});
|
||||||
|
|
||||||
// add features
|
// add features
|
||||||
addLegacyApi(expressApp, mainWindow);
|
addLegacyApi(expressApp, mainWindow);
|
||||||
|
@@ -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.18.0",
|
"version": "5.19.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"license": {
|
"license": {
|
||||||
"name": "MIT",
|
"name": "MIT",
|
||||||
|
@@ -26,7 +26,6 @@ import {
|
|||||||
import { addTray, refreshTray } from "./scripts/tray";
|
import { addTray, refreshTray } from "./scripts/tray";
|
||||||
let mainInhibitorId = -1;
|
let mainInhibitorId = -1;
|
||||||
|
|
||||||
initialize();
|
|
||||||
let mainWindow: BrowserWindow;
|
let mainWindow: BrowserWindow;
|
||||||
const icon = path.join(__dirname, "../assets/icon.png");
|
const icon = path.join(__dirname, "../assets/icon.png");
|
||||||
const PROTOCOL_PREFIX = "tidal";
|
const PROTOCOL_PREFIX = "tidal";
|
||||||
@@ -98,6 +97,7 @@ function createWindow(options = { x: 0, y: 0, backgroundColor: "white" }) {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
enable(mainWindow.webContents);
|
enable(mainWindow.webContents);
|
||||||
registerHttpProtocols();
|
registerHttpProtocols();
|
||||||
syncMenuBarWithStore();
|
syncMenuBarWithStore();
|
||||||
@@ -126,6 +126,7 @@ function createWindow(options = { x: 0, y: 0, backgroundColor: "white" }) {
|
|||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
// Emitted when the window is closed.
|
// Emitted when the window is closed.
|
||||||
mainWindow.on("closed", function () {
|
mainWindow.on("closed", function () {
|
||||||
releaseInhibitorIfActive(mainInhibitorId);
|
releaseInhibitorIfActive(mainInhibitorId);
|
||||||
@@ -178,6 +179,7 @@ app.on("ready", async () => {
|
|||||||
|
|
||||||
if (isMainInstance() || isMultipleInstancesAllowed()) {
|
if (isMainInstance() || isMultipleInstancesAllowed()) {
|
||||||
await components.whenReady();
|
await components.whenReady();
|
||||||
|
initialize();
|
||||||
|
|
||||||
// Adblock
|
// Adblock
|
||||||
if (settingsStore.get(settings.adBlock)) {
|
if (settingsStore.get(settings.adBlock)) {
|
||||||
@@ -188,6 +190,8 @@ app.on("ready", async () => {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Logger.log("components ready:", components.status());
|
||||||
|
|
||||||
createWindow();
|
createWindow();
|
||||||
addMenu(mainWindow);
|
addMenu(mainWindow);
|
||||||
createSettingsWindow();
|
createSettingsWindow();
|
||||||
|
@@ -478,7 +478,7 @@
|
|||||||
<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 target="_blank" rel="noopener"
|
||||||
href="https://github.com/Mastermindzh/tidal-hifi/releases/tag/5.18.0">5.18.0</a>
|
href="https://github.com/Mastermindzh/tidal-hifi/releases/tag/5.19.0">5.19.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 target="_blank" rel="noopener" href="https://github.com/mastermindzh/tidal-hifi/"
|
||||||
|
@@ -115,34 +115,38 @@ const elements = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
getAlbumName: function () {
|
getAlbumName: function () {
|
||||||
//If listening to an album, get its name from the header title
|
try {
|
||||||
if (window.location.href.includes("/album/")) {
|
//If listening to an album, get its name from the header title
|
||||||
const albumName = window.document.querySelector(this.album_header_title);
|
if (globalThis.location.href.includes("/album/")) {
|
||||||
if (albumName) {
|
const albumName = globalThis.document.querySelector(this.album_header_title);
|
||||||
return albumName.textContent;
|
if (albumName) {
|
||||||
}
|
return albumName.textContent;
|
||||||
//If listening to a playlist or a mix, get album name from the list
|
}
|
||||||
} else if (
|
//If listening to a playlist or a mix, get album name from the list
|
||||||
window.location.href.includes("/playlist/") ||
|
} else if (
|
||||||
window.location.href.includes("/mix/")
|
globalThis.location.href.includes("/playlist/") ||
|
||||||
) {
|
globalThis.location.href.includes("/mix/")
|
||||||
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.
|
if (this.currentlyPlaying === MediaStatus.playing) {
|
||||||
// document.querySelector("[class^='isPlayingIcon'], [data-test-is-playing='true']").closest('[data-type="mediaItem"]').querySelector('[class^="album"]').textContent
|
// 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.
|
||||||
const row = window.document.querySelector(this.currentlyPlaying).closest(this.mediaItem);
|
// document.querySelector("[class^='isPlayingIcon'], [data-test-is-playing='true']").closest('[data-type="mediaItem"]').querySelector('[class^="album"]').textContent
|
||||||
if (row) {
|
const row = window.document.querySelector(this.currentlyPlaying).closest(this.mediaItem);
|
||||||
return row.querySelector(this.album_name_cell).textContent;
|
if (row) {
|
||||||
|
return row.querySelector(this.album_name_cell).textContent;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// see whether we're on the queue page and get it from there
|
// see whether we're on the queue page and get it from there
|
||||||
const queueAlbumName = elements.getText("queue_album");
|
const queueAlbumName = this.getText("queue_album");
|
||||||
if (queueAlbumName) {
|
if (queueAlbumName) {
|
||||||
return queueAlbumName;
|
return queueAlbumName;
|
||||||
}
|
}
|
||||||
|
|
||||||
return "";
|
return "";
|
||||||
|
} catch {
|
||||||
|
return "";
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
isMuted: function () {
|
isMuted: function () {
|
||||||
|
Reference in New Issue
Block a user