8ce91b143a
plugin: Synced Lyrics ( #2207 )
...
* Added Plugin File
* Added Logic
* Known issue
* Finished Backend part
* Before cleanup
* Added Style
Removed log
* Fixed time and visibility issues
* Changed lyrics style
* Changed way lyrics are selected
* Fix
* Added style lyrics options
* Cleanup
* Fix lyrics styling
Changed how lyrics status are changed
* Moved code to make file more readable
* Change Tab Size
* Fixed issue with overlapping lyrics
* Removed debug console.log
* Added style adaptation for music videos
* Changed file indent
* Revered back to original pnpm file
* Removed unnecessary option
* Fix lyrics status bug
Removed leftover logs
* Started to implement fetching for genius lyrics
* feat(synced-lyrics): add `addedVersion` field
* Made changes according to feedbacks
* fix: add a delay of 300ms to the current time
- Since the transition takes 300ms, we need to add a delay of 300ms to the current time
* Removed test about genius.com scraping
* Removed 300ms delay
* chore: cleaned up the code
* Specified path and variable
* chore: always enable lyrics tab
* chore: use SolidJS to render the lyrics
* chore: remove useless signal
* chore: feature-parity with original PR (+some nice stuff)
* recreate lock file
* show json decode error
* feat(synced-lyrics): improve ui
- Change type assertion code
- Replace span to `yt-formatted-string`
- Add refetch button
* chore: make the lyric styling a solidjs effect
* feat: i18n
* chore: apply suggestion
---------
Co-authored-by: Su-Yong <simssy2205@gmail.com >
Co-authored-by: JellyBrick <shlee1503@naver.com >
Co-authored-by: Angelos Bouklis <53124886+ArjixWasTaken@users.noreply.github.com >
2024-07-31 19:54:21 +09:00
4f4efb407e
fix(deps): update dependency @xhayper/discord-rpc to v1.1.4 ( #2279 )
...
* fix(deps): update dependency @xhayper/discord-rpc to v1.1.4
* Update and rename @xhayper__discord-rpc@1.1.2.patch to @xhayper__discord-rpc@1.1.4.patch
* Update package.json
* fix: update pnpm-lock.yaml
* fix: use Listening instead of Playing
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: JellyBrick <shlee1503@naver.com >
2024-07-28 19:21:35 +09:00
ccb19a0dc9
feat(adblocker): add new option AdSpeedup ( #2235 )
...
* Ad speedup code
* And ad-speedup translations
* Update index.ts
* fix error
* Update build.yml
* add AdSpeedup as adBlock option
* remove it as own plugin
* remove console.log
* add semicolons
2024-07-18 13:16:46 +09:00
7de7303ebb
fix(mpris): fix mpris position
...
- fix #2225
2024-07-15 00:14:49 +09:00
2512af80af
fix: fix touchbar icon
...
- fix #2183
2024-07-14 23:19:06 +09:00
eeaaf2f158
fix: fix album actions
...
- fix #2202
2024-07-14 22:50:24 +09:00
e91e995b95
fix: fix playback slider
...
- fix #2045
2024-07-14 22:32:56 +09:00
2c29461e61
fix(downloader): update types
2024-07-14 22:05:21 +09:00
30848b7c4a
feat(downloader): New option to download on finish ( #1964 )
...
Co-authored-by: JellyBrick <shlee1503@naver.com >
2024-07-14 22:00:40 +09:00
5b9e947b8f
feat(adblocker): improve In-Player adblocker
2024-06-01 10:01:53 +09:00
1f1efac466
fix(adblocker): fix In-Player adblocker
...
fix #1817
2024-06-01 09:50:13 +09:00
cd4f0ccad7
fix(adblocker): fix blank screen
...
- fix #1942
- fix #2100
- fix #2103
2024-06-01 04:34:21 +09:00
4557aff9b6
fix(renderer): fix macos traffic lights gap
...
- resolve #2035
2024-05-25 21:24:06 +09:00
3a42d700fe
fix(album-color-theme): fix fullscreen layout issue
2024-05-25 20:51:28 +09:00
eaf9d310aa
fix(MPRIS): Prevents player to start with invalid MPRIS interface ( #1996 )
...
Co-authored-by: andreas <andreas.angerer@github.com >
2024-05-25 08:36:52 +09:00
4415927465
fix nav bar color change onscroll
2024-05-16 16:57:18 +09:00
e6b25119cd
fix scrollbar over titlebar
2024-05-16 16:57:18 +09:00
855f67bb1e
fix: add AdGuard as blocklist sources ( #1966 )
2024-04-13 16:45:08 +09:00
bfe624dc57
fix(mpris): use global regex to replace minus in the video ID ( #1963 )
2024-04-11 18:16:02 +09:00
d5f829d8d0
Fixing the dislike skipping issue #1902
2024-03-31 23:39:42 +09:00
a8bc53912d
fix(style): fix miniplayer style
2024-03-24 02:07:36 +09:00
ed700c2916
fix(style): fix fullscreen style and in-app-menu
2024-03-24 01:28:34 +09:00
4d86af5437
Ambient Plugin cleanup ( #1880 )
2024-03-24 00:22:15 +09:00
f7e9cf9a29
fix: Fix Miniplayer image size ( #1863 )
2024-03-18 02:46:44 +09:00
9b2c1a320b
fix: Ambient Mode intialization improvement ( #1857 )
2024-03-17 11:52:46 +09:00
54c428083c
Improve ambient mode ( #1853 )
2024-03-15 14:39:31 +09:00
55c934ac7c
fix: remove possible memory leak
2024-02-27 02:42:55 +09:00
fd6ba1eda1
fix(downloader): fix memory leak reported in #1791
2024-02-26 19:14:13 +09:00
3a6274504f
fix(ytm-bugs): fixed a scrollbar-color bug that affected Chromium 121 and later
...
fix #1737
2024-02-22 12:53:34 +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
6f70d179c7
fix: fixed an issue that caused infinite loops when using Music Together
...
fix #1752
2024-02-20 12:57:49 +09:00
5178cc6bd8
feat(scrobblers): use BrowserWindow instead of shell.openExternal ( #1758 )
2024-02-20 11:54:57 +09:00
0ae5b668f5
fix(in-app-menu): default config
2024-02-19 17:06:01 +09:00
87acf4cf04
hotfix: in-app-menu position issue
2024-02-18 21:35:41 +09:00
00d0b31980
fix(scrobbler): remove snake_case
2024-02-18 20:21:19 +09:00
5edb2131d2
fix(in-app-menu): implement auto close
2024-02-18 20:00:52 +09:00
4657aeca45
fix: apply fix from eslint
2024-02-18 11:58:26 +09:00
570dcfee29
fix: revert fbc02a494a
2024-02-18 10:50:15 +09:00
2c130ce80d
chore(mpris): use override keyword
2024-02-18 10:34:29 +09:00
8457115105
fix(mpris): fix mpris invalid position
...
- fix #1726
2024-02-18 10:26:45 +09:00
fbc02a494a
fix(in-app-menu): simplified if-statement
2024-02-18 09:50:20 +09:00
7e2c254ecf
fix(in-app-menu): should be disabled by default in linux env
2024-02-18 09:47:05 +09:00
f33970addd
import fixed ./constants ( #1748 )
2024-02-18 07:33:11 +09:00
eabb3392b4
fix: discord RPC ( fix #1664 )
2024-02-13 07:41:32 +09:00
6f057bfbfc
fix(in-app-menu): remove unused style
2024-02-06 03:09:16 +09:00
bb39481666
fix(plugins): fix many bugs (in-app-menu, album-color-theme, blur-nav-bar)
2024-02-06 02:02:08 +09:00
ee05893d4c
feat(album-color-theme): change nav-bar style
2024-02-06 00:00:32 +09:00
febc63edef
fix(in-app-menu): fix app crash in production
2024-02-05 23:14:00 +09:00
b3c05c8647
refactor(in-app-menu): refactor in-app-menu plugin ( #1710 )
...
Co-authored-by: JellyBrick <shlee1503@naver.com >
2024-02-05 22:26:25 +09:00
a612d1c1fd
feat(album-color-theme): support album color theme in all pages ( #1685 )
2024-02-01 22:11:57 +09:00