c09de43154
Rename plugin to in-app-menu + hidden titleBarStyle
2021-03-31 22:37:12 +02:00
be651ebb4b
Parameter in menu builder for tray
2021-03-31 22:35:01 +02:00
3fe793cd4d
CSS: border radius compatibility
2021-03-31 21:18:31 +02:00
a8cfe399b3
Rename bar var
2021-03-31 21:15:52 +02:00
ff9e39e2ee
Re-order dependencies
2021-03-31 21:15:16 +02:00
0d2b61472c
Use template builder in custom menu plugin
2021-03-31 21:14:59 +02:00
f9f3482bf1
Pass callback in menu builder
2021-03-31 21:14:55 +02:00
400a2a9bab
Add option to menu to render without roles
2021-03-31 20:18:20 +02:00
36864b4c2f
Format custom menu plugin
2021-03-31 20:17:12 +02:00
5671b99b7e
Format new menu items
2021-03-31 20:15:55 +02:00
76f88686da
Merge pull request #201 from Araxeus/styled-bars
...
[Plugin] styled-bars
2021-03-31 20:07:41 +02:00
ba42a8b269
increase font size for menu and menuItems
2021-03-30 02:18:02 +03:00
ae7def2313
Rename variables and function for clarity
2021-03-30 02:00:35 +03:00
e55176511f
Merge pull request #212 from SapuSeven/master
...
Add configurable notification urgency
2021-03-29 22:42:17 +02:00
640f146373
Use metadata URL in downloader (fallback to current URL)
2021-03-29 22:00:49 +02:00
ebe8755613
Song provider: call callbacks when data is updated
2021-03-29 21:59:45 +02:00
05eee7cb0f
Store metadata in front
2021-03-29 21:33:33 +02:00
7ac9fda1eb
Send back metadata to front
2021-03-29 21:33:07 +02:00
6987a0a585
Set isPaused default to undefined
2021-03-29 21:32:41 +02:00
1a338fb9e5
Add advanced configuration menu for notifications
2021-03-28 23:33:10 +02:00
8dc18bbe5e
Add configurable notification urgency
2021-03-28 23:23:45 +02:00
64c2b32b24
Add url to song info
2021-03-28 22:17:57 +02:00
f01ef5d955
Ensure filename is not empty in downloader plugin
2021-03-28 21:54:21 +02:00
221ee0be05
Order deps in menu file in downloader plugin (+ prettier)
2021-03-28 21:53:50 +02:00
2b8ba02c2a
Merge pull request #207 from Araxeus/Download-Plugin-Directory-Chooser
...
add Download Folder Chooser
2021-03-28 21:51:02 +02:00
b06583afce
Bundle imports + prettier
2021-03-28 21:16:33 +02:00
b8b1ae7e88
Merge pull request #194 from semvis123/songprovider-update
...
Improved songinfo provider, by using the data from the '/player' request
2021-03-28 21:12:03 +02:00
b67b1bed13
refactor for clarity
2021-03-26 20:32:30 +03:00
33fa9f8f50
fix array input + use getFolder()
2021-03-26 17:52:23 +03:00
a7087aaa38
uses getFolder() now
2021-03-26 17:41:12 +03:00
a7170762d4
Merge pull request #10 from Araxeus/Download-Plugin-Directory-Chooser
...
Download plugin directory chooser
2021-03-26 05:59:45 +03:00
ea3d198723
in tray, delete quit button from submenu
...
also delete useless nonfunctional view submenu
2021-03-26 05:25:46 +03:00
fe8f048571
add Download Folder Chooser
2021-03-26 04:07:45 +03:00
09d2feb15b
Add quit + restart button to main menu )
2021-03-26 00:24:03 +02:00
33d4c1a60e
Refactor into switchMenuVisibility
2021-03-26 00:23:28 +02:00
cbd7a13275
Merge pull request #180 from th-ch/snyk-upgrade-58542eeb4b38266ae86c95a43f335043
...
[Snyk] Upgrade @cliqz/adblocker-electron from 1.20.0 to 1.20.1
2021-03-25 22:22:23 +01:00
903b7f8718
lint
2021-03-25 23:16:00 +02:00
88cd1651c3
Clean metadata + apply pngcrush on images in taskbar plugin
2021-03-25 22:15:39 +01:00
13ff5f26a2
Plugin doesn't create a new menu anymore
...
instead it modifies the original menu
2021-03-25 23:13:54 +02:00
57345a5fd2
Merge pull request #200 from Araxeus/master
...
[Plugin] taskbar-mediacontrol (for Windows)
2021-03-25 22:11:49 +01:00
bd82bd2249
added extra comments and corrected existing ones
2021-03-25 21:27:33 +01:00
f253a69656
added comment for the added function
2021-03-25 21:11:55 +01:00
493a5835f8
Merge branch 'master' into lastfm
2021-03-25 20:34:40 +01:00
bffbcb229d
Made the suffixes configurable and added VEVO suffix to remove
2021-03-25 20:15:43 +01:00
b5ec431b0a
Merge remote-tracking branch 'upstream/master' into styled-bars
2021-03-25 18:39:06 +02:00
259706478f
Merge remote-tracking branch 'upstream/master'
2021-03-25 18:33:48 +02:00
c9f172ef21
fix scrollbar clash with nav bar
2021-03-25 16:43:01 +02:00
eb32c98b76
fix tray option radio selection
2021-03-25 07:51:06 +02:00
95c3f04c10
more fixes for plugin options menu
2021-03-25 02:18:23 +02:00
d4daf7231c
merge source ( #3 )
...
* Added Discord timeout
* Add getOptions in plugin util
* Mutex in ffmpeg conversion (only supports one command at a time)
* Add menu customization in plugin system
* Add ytpl package (playlist info)
* Handle ffmpeg metadata flags when metadata is not present
* Only use artist in file name if present
* Export sendError method
* Handle image not present in metadata util
* Add downloader utils (getFolder and default menu label)
* Pass (optional) existing metadata and subfolder in mp3 converter
* Add listener to download playlist
* Add custom menu in downloader plugin ("download playlist" item)
* nit: fix main CSS style
* Only set the "enable" item in menu if plugin not enabled
* Navigation plugin: inject HTML once CSS is loaded
Co-authored-by: Sem Visscher <semvisscher10@gmail.com >
Co-authored-by: TC <th-ch@users.noreply.github.com >
2021-03-25 01:36:22 +02:00