Maikiwi
182e4a0611
debug messages and adding switches
2022-02-15 19:23:35 -08:00
Maikiwi
24970d1712
Merge branch 'innolab' of https://github.com/ciderapp/Cider into innolab
2022-02-15 18:33:22 -08:00
Maikiwi
3e28d65fab
fix i'm blind
2022-02-15 18:33:17 -08:00
Maikiwi
453ebc2519
sync ( #461 )
...
* Added update check if using MSS or MAS builds. need help implementing
* fix locale / allow pl to show before list loading is fully done
* oops
* Also copy blockmap for partial download
`[2022-02-15 17:28:30.126] [error] Cannot download differentially, fallback to full download: Error: Cannot download "https://478-429851205-gh.circle-artifacts.com/0/%7E/Cider/dist/artifacts/Cider-Setup-1.1.428.exe.blockmap ", status 404: Not Found
at ClientRequest.<anonymous> (C:\Program Files\Cider\resources\app.asar\node_modules\builder-util-runtime\src\httpExecutor.ts:288:11)
at ClientRequest.emit (node:events:394:28)
at ClientRequest.emit (node:domain:475:12)
at SimpleURLLoaderWrapper.<anonymous> (node:electron/js2c/browser_init:105:6829)
at SimpleURLLoaderWrapper.emit (node:events:394:28)
at SimpleURLLoaderWrapper.emit (node:domain:475:12)`
* more lang fix
* fix #459
Co-authored-by: child_duckling <19170969+quacksire@users.noreply.github.com>
Co-authored-by: vapormusic <vietanhfat@gmail.com>
Co-authored-by: JYW0803 <74043061+JYW0803@users.noreply.github.com>
2022-02-15 18:32:51 -08:00
Core
ad86f58e47
Linux frame
2022-02-15 14:53:51 +00:00
Core
04591e605c
Removed Discord clear on pause
2022-02-15 14:35:56 +00:00
child_duckling
237d20ff6d
Added update check if using MSS or MAS builds. need help implementing
2022-02-14 22:08:24 -08:00
Core
dfe846cff0
Merge pull request #446 from ChaseIngebritson/scrobbling-and-name-fix
...
Scrobbling "and" in name fix
2022-02-14 13:32:51 +00:00
Core
3653937f69
Fixed the mk reference
2022-02-14 13:31:11 +00:00
Core
3466869a34
Fix the ts error
2022-02-14 13:00:59 +00:00
booploops
f655b8f1aa
checking if theme is already installed
2022-02-14 00:36:48 -08:00
booploops
a6710486d6
github themes
2022-02-13 23:04:29 -08:00
vapormusic
ade11cd717
Update lastfm.ts
2022-02-14 08:14:27 +07:00
Chase Ingebritson
a804234646
Added a network request to pull artist names on scrobbling
2022-02-13 18:01:43 -06:00
vapormusic
942aa1b1b4
skipToPreviousItem bug mitigation
2022-02-13 19:08:31 +07:00
vapormusic
7317a1ad6f
fix
2022-02-13 17:54:00 +07:00
vapormusic
317a56e439
mitigate skipping on some library songs
2022-02-13 17:51:58 +07:00
vapormusic
5c56dfbcc3
rpc library images working now
2022-02-13 17:24:01 +07:00
vapormusic
2336b85291
rpc library images ( need api to work first)
2022-02-13 00:07:16 +07:00
child_duckling
31783d30d2
Added Quack language for the memes
2022-02-11 21:43:45 -08:00
booploops
6b5cc68f6a
Merge branch 'develop' of https://github.com/ciderapp/Cider into develop
2022-02-11 19:46:19 -08:00
booploops
a6abb536e4
theme.json is now read if present
2022-02-11 19:46:12 -08:00
child_duckling
6cbb472c35
[MAS] adjust for macOS design standards
2022-02-11 19:37:09 -08:00
booploops
e3555b7b01
added install from github url to settings
2022-02-11 19:20:29 -08:00
booploops
0aaa40f4e5
if theme folder does not exist create one
2022-02-11 19:07:05 -08:00
booploops
fb65965d82
added ipcRenderer.send("get-github-theme", "url")
2022-02-11 19:05:59 -08:00
booploops
6eba2cfdd2
Merge branch 'develop' of https://github.com/ciderapp/Cider into develop
2022-02-11 17:21:55 -08:00
booploops
d6d93ed3b7
themes can now be in folders and have resources in those folders
2022-02-11 17:21:47 -08:00
vapormusic
b3efe18f82
Merge branch 'develop' of https://github.com/ciderapp/Cider into develop
2022-02-12 08:20:08 +07:00
vapormusic
1e2978199e
tmp
2022-02-12 08:19:58 +07:00
booploops
7df1b9ba16
Themes in settings will now only display less files
2022-02-11 17:06:59 -08:00
vapormusic
391a9f42f4
stop bonking the app qwack
2022-02-11 21:09:41 +07:00
booploops
5f1326be80
re-did version string in about using vue, fixed window not launching on yarn start under win10
2022-02-11 01:37:42 -08:00
child_duckling
f20e59d52e
handoff and version viewing in about.ejs
2022-02-10 22:11:00 -08:00
vapormusic
bed6548fc1
fix locale in now playing
2022-02-10 22:16:15 +07:00
vapormusic
f71a22b8e9
lastfm
2022-02-10 16:41:26 +07:00
vapormusic
f4dda32e12
attempt to fix lastfm
2022-02-10 15:59:57 +07:00
vapormusic
cff266c9df
attempt to fix lastfm
2022-02-10 15:53:31 +07:00
vapormusic
cf7813142e
webview pair-remote
2022-02-10 13:34:04 +07:00
booploops
62ac278a85
Merge branch 'develop' of https://github.com/ciderapp/Cider into develop
2022-02-09 17:22:00 -08:00
Jozen Blue Martinez
75221bc984
Update WebNowPlaying plugin. ( #405 )
...
* [WebNowPlaying] Remove unnecessary .bind, general code and type cleanup
* bleh
* bleh 2
2022-02-09 10:12:59 -08:00
vapormusic
6ea19e49f7
better spacebar control, disable it completely in dev mode
2022-02-09 23:33:42 +07:00
Core
47e25ae2f2
This is gonna get annoying
2022-02-09 15:51:18 +00:00
booploops
7f852a4981
Merge branch 'develop' of https://github.com/ciderapp/Cider into develop
2022-02-09 04:27:32 -08:00
booploops
cb7c6e0922
added listitem-horizontal
2022-02-09 04:27:25 -08:00
vapormusic
7f0b2da0be
fix web remote volume slider, #317 , cant run yarn start
2022-02-09 19:23:40 +07:00
Maikiwi
308193061d
volume max for web remote so I don't go deaf
2022-02-08 22:02:05 -08:00
cryptofyre
748db1030a
fuck widevine piss drm.
2022-02-08 23:27:28 -06:00
Jozen Blue Martinez
988b10a13f
Various WebNowPlaying plugin updates ( #394 )
...
* Create WebNowPlaying plugin
* Only run WebNowPlaying plugin on win32
* [WebNowPlaying] Fix time formatting
* [WebNowPlaying] Minor code cleanup
Co-authored-by: Quacksire <19170969+quacksire@users.noreply.github.com>
2022-02-08 17:19:42 -08:00
Jozen Blue Martinez
b7fb674d68
Create WebNowPlaying plugin ( #393 )
2022-02-08 13:40:57 -08:00