Commit Graph

25 Commits

Author SHA1 Message Date
Cezar Lungu 849f5eb11b
Update 09-log-level-environment-variable.patch 2025-03-01 17:53:00 +00:00
Cezar Lungu 49727f17de
Update 05-remove-os-information.patch
Use the LTS Kernel version - 6.1.0
2025-03-01 17:52:06 +00:00
josselinonduty bc584343c8
fix(patch): add credits to original author; add default log level based on remove isDev patch 2025-02-01 19:10:56 +01:00
josselinonduty b745827f79
feat: provide duration and url information to mpris and
discord rpc; update rich-presence-builder; make discord rpc opt-in
2025-02-01 17:39:26 +01:00
josselinonduty 0c24e392a4
feat(patch): add log level environment variable (w/ docs); change fallback release to `1.0.0` 2025-02-01 12:49:09 +01:00
josselinonduty 97445fe29e
feat(patch): add discord rich presence with cli argument to disable 2025-01-31 19:01:59 +01:00
josselinonduty 598fe85856
chore(patch): include order of generation in patch name to avoid conflicts when applying 2025-01-31 12:22:40 +01:00
josselinonduty aa3896377b
fix(patch): update dependencies for better management of MPRIS metadata 2025-01-31 12:05:46 +01:00
josselinonduty 09a385ba10
fix: ensure os release is a valid semver format 2025-01-24 16:06:47 +01:00
josselinonduty 95aa2e7fb8
feat(patch): remove os information to preserve privacy 2025-01-20 19:22:10 +01:00
josselinonduty 2504c7cacd
fix(patch): update patch for mpris w/ node-gyp compilation error remaining 2025-01-20 17:00:47 +01:00
josselinonduty 638638c5cb
fix(patch): remove patch for mpris thanks to electron/project update 2025-01-20 00:52:17 +01:00
josselinonduty 7ca5b2b5d0
fix(patch): disable auto update - useless for this unofficial port 2025-01-20 00:51:05 +01:00
josselinonduty 9d6ad6fd88
fix(patch): update closing behaviour w/ option 2025-01-19 23:28:53 +01:00
josselinonduty a652d438e7
fix(patch): remove isDev usage thanks to electron update 2025-01-19 23:23:05 +01:00
josselinonduty 8ff9dc5add
fix(patch): update avoid default mimetype 2025-01-19 23:20:39 +01:00
josselinonduty 719197ccbc
fix(patch): update start hidden in tray 2025-01-19 23:11:45 +01:00
Keops 4206090408 MPRIS management added.
https://specifications.freedesktop.org/mpris-spec/latest/
2024-05-11 17:40:09 +02:00
Aurélien Hamy b9708b4c52 Merge pull request #22 from adynemo/fix-systray
Fix #21 app must stay in background by default
2022-05-08 17:56:06 +02:00
Ady 9d58bacd2f Fix #21 app must stay in background by default 2022-05-06 20:07:56 -04:00
Ady 8f064a9d04 Avoid to set the text/html mime type 2022-05-02 14:37:17 -04:00
Aurélien Hamy 0faf1ea482 Fix #18 by adding `--disable-systray`argument 2022-05-01 17:10:40 +02:00
Dorian Stoll a558fab9d6 Fix isDev() usage
This stops the excessive logging, since parts of the app will not run in development
mode anymore. It also stops the app from logging the urls for the mp3 files, which is
against the Deezer TOS.

Fixes: https://github.com/aunetx/deezer-linux/issues/10
2022-02-05 07:14:19 +01:00
Dorian Stoll ce853cc4a6 Remove kernel version from User-Agent
The application sends the kernel version as part of the User-Agent.
However, the Deezer API seems to assume the number to follow semver,
and can get confused when it doesn't. This then leads to some features
like dark mode being reported as unavailable.

e.g: 5.11.0-16-generic works, while 5.15.14-200.fc35.x86_64 doesn't.

The solution is to ignore the actual version and send bogus data that
is known to work.

Fixes: https://github.com/aunetx/deezer-linux/issues/6
2022-01-29 14:31:38 +01:00
aunetx 77730bae29 Update makefile 2021-10-13 00:14:07 +02:00