a1ac3d1359
feat(api-server): add insertPosition for addSongToQueue ( #2808 )
2025-01-02 00:19:12 +09:00
1d6251baea
feat(api-server): Add queue api ( #2767 )
2024-12-25 18:55:24 +09:00
1bad46890a
fix: fix possible NPE
2024-12-25 10:28:24 +09:00
24e593b22f
fix: use HEAD instead of GET in songInfo.imageSrc validation step
...
Thanks to @daika7ana!
Close #2766
2024-12-25 09:49:30 +09:00
237dde9765
feat(api-server): add absolute seek endpoint ( #2748 )
...
Co-authored-by: JellyBrick <shlee1503@naver.com >
2024-12-25 08:46:51 +09:00
d3c7848896
fix(discord): use net.fetch instead of fetch
2024-12-20 23:23:15 +09:00
ea50cb1e65
fix(discord): check imageSrc
2024-12-20 23:22:48 +09:00
5070fd88b5
fix(discord): Fix Album Art failing on Discord RPC ( #2666 )
2024-12-20 23:19:51 +09:00
1e4cd699db
fix: callback for time-changed event ( #2577 )
...
Co-authored-by: Derek Alsop <15299183+Azorant@users.noreply.github.com >
2024-11-03 19:18:06 +09:00
cb1381bbb3
fix: apply fix from eslint
2024-10-13 22:45:11 +09:00
9ba8913da7
feat(api-server): remote control api ( #1909 )
...
Co-authored-by: JellyBrick <shlee1503@naver.com >
Co-authored-by: Angelos Bouklis <angelbouklis.official@gmail.com >
Co-authored-by: Angelos Bouklis <me@arjix.dev >
Co-authored-by: Angelos Bouklis <53124886+ArjixWasTaken@users.noreply.github.com >
2024-10-13 19:10:12 +09:00
11a0d39064
fix(song-info-front): fix nullable issue
2024-09-17 20:27:11 +09:00
5b004eedff
fix(song-info): fix regex
2024-09-07 18:40:24 +09:00
6b1995145a
synced-lyrics: make the lyrics search more reliable ( #2343 )
...
* fix: comparing multiple artists on a single track
* fix: get song info on startup
* chore: also split on commas
* chore: re-apply .toLowerCase() on the artist names
* chore: remove redundant code
* chore: attempt at improving the initial videodata
* oops
* eureka!
* stuff
2024-08-28 12:21:58 +09:00
59a5679cbb
fix(cache): use cacheNoArgs for better performance
2024-08-04 16:31:07 +09:00
887979932c
fix: fix "Starting page"
...
- fix #1822
2024-07-14 22:59:05 +09:00
371805334b
Improve video title filters ( #1667 )
2024-03-28 02:54:16 +09:00
55c934ac7c
fix: remove possible memory leak
2024-02-27 02:42:55 +09:00
d37cd2418c
fix: fix bugs in MPRIS, and improve MPRIS ( #1760 )
...
Co-authored-by: JellyBrick <shlee1503@naver.com >
Co-authored-by: Totto <32566573+Totto16@users.noreply.github.com >
2024-02-20 20:50:55 +09:00
4657aeca45
fix: apply fix from eslint
2024-02-18 11:58:26 +09:00
8457115105
fix(mpris): fix mpris invalid position
...
- fix #1726
2024-02-18 10:26:45 +09:00
b4083874ac
fix: invalid podcast artist name
...
🤦
2024-02-16 08:41:00 +09:00
e3ad804dc4
feat: Support disabling scrobbling for non-music content ( #1665 )
...
Co-authored-by: JellyBrick <shlee1503@naver.com >
2024-01-31 17:41:55 +09:00
9d136c8dd5
fix: apply fix from eslint
2024-01-16 21:02:55 +09:00
26de7f940e
fix: fix #1621
2024-01-16 20:34:00 +09:00
7c404ba2ea
chore(song-info): fix typo
2024-01-16 19:14:16 +09:00
96d2a72bfa
chore(song-info): change from array to Set
...
change from `array` to `Set` to prevent the duplicate callback from being stored
2024-01-16 19:13:35 +09:00
1a89fbe612
fix( #1543 ): fix song control doesn't work ( #1637 )
...
Co-authored-by: Su-Yong <simssy2205@gmail.com >
2024-01-13 09:06:41 +09:00
6b7c43925a
feat: rename IPC
2024-01-06 10:17:40 +09:00
895386f6f8
fix(music-together): typing
2024-01-05 23:01:55 +09:00
45aeadef86
fix(song-info-front): fix type
2023-12-17 16:05:26 +09:00
5ec7c346ca
fix(song-info-front): fix parser to parse album name
2023-12-17 15:51:35 +09:00
6e8447b5d1
feat: run prettier
2023-12-02 05:01:29 +09:00
9a816b3f07
fix(song-info-front): fix eslint warning
2023-12-02 04:29:05 +09:00
4dcac23688
feat: async video event dispatch
2023-12-02 04:28:38 +09:00
a3104fda4b
feat: run prettier
2023-11-30 11:59:27 +09:00
1b79d2e429
fix(song-info-front): add type
2023-11-30 03:03:04 +09:00
ec786748be
fix: dispatch event
2023-11-30 03:02:20 +09:00
2fe28cf126
clean code
2023-11-27 19:26:45 +09:00
3ffbfbe0e3
convert plugins
2023-11-27 18:41:50 +09:00
a4f4ecb569
feat(plugin): add onPlayerApiReady hook
...
Co-authored-by: JellyBrick <shlee1503@naver.com >
2023-11-12 01:51:26 +09:00
adc1f6822b
fix: image path
2023-11-07 23:43:16 +09:00
2da29fcfa7
feat: migrate from rollup to electron-vite ( #1364 )
...
* feat: electron-vite PoC
* fix: fix preload path
* remove rollup deps and config
* fix: debug mode
* fix: build mode, asset path
* fix: remove unused dependencies
* feat: use `executeJavaScriptInIsolatedWorld` instead of `executeJavaScript`
* feat: enable `minify`
* fix(actions): update task name
* fix: fix dev mode check
* fix: remove unused variable
2023-11-07 19:49:28 +09:00
6366dc026e
feat: enable context-isolation ( #1361 )
2023-11-06 17:21:29 +09:00
47f38cc690
fix: add workaround for podcast type video ( #1362 )
2023-11-04 16:56:41 +09:00
f3cd759276
fix: fixed an issue where the album name was missing ( #1334 )
2023-10-19 21:45:46 +09:00
7625a3aa52
QOL: Move source code under the src directory. ( #1318 )
2023-10-15 21:52:48 +09:00