Commit Graph

62 Commits

Author SHA1 Message Date
ca5b2cf0f0 adding scrobbles and lastfm/spotify mappings 2022-02-16 23:38:45 +00:00
e8ddc08937 adding ef design package to cli, updating nuget packages 2022-02-13 19:33:17 +00:00
1aa5e2eda5
Merge pull request #26 from Sarsoo/dependabot/npm_and_yarn/Selector.Web/node-fetch-2.6.7
Bump node-fetch from 2.6.6 to 2.6.7 in /Selector.Web
2022-02-13 12:21:29 +00:00
dependabot[bot]
9fe35d697e
Bump node-fetch from 2.6.6 to 2.6.7 in /Selector.Web
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-13 12:15:10 +00:00
dependabot[bot]
1dd84ec460
Bump nanoid from 3.1.30 to 3.2.0 in /Selector.Web
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-13 12:15:08 +00:00
2670d799aa build and run docker stages 2022-02-13 12:07:09 +00:00
cc29fb0304 added docker skeleton 2022-02-11 23:24:47 +00:00
e5d93aa27d Using json serialiser source generator, removed unused cache components 2021-12-21 22:22:52 +00:00
7a56f7f586 UserEventFirer, web hook tests 2021-12-20 23:04:53 +00:00
8174f9f6f6 Fiddling with html, padding, icons etc 2021-12-19 22:50:03 +00:00
67a2a322ca events project, spotify mapping, lastfm mapping, CLI reacting to db changes 2021-12-19 18:44:03 +00:00
f79c7111fe added event bus, proxying cache events to event bus before proxying those to signalr 2021-12-19 13:44:22 +00:00
7fe603ab3d .net 6 for library, changing event firing on watcher 2021-12-18 17:45:34 +00:00
a0090470e8 changed environment names in csproj, moved https redirection to dev only 2021-12-08 00:30:50 +00:00
599cefb736 adding service dependencies, adding sass to npm 2021-12-08 00:01:18 +00:00
2cb2df3f5c using right env name, updating npm, using service extension methods 2021-12-07 23:31:17 +00:00
ecf79f146a removing required for last.fm username, fixed handling of empty usernames 2021-12-05 00:29:38 +00:00
a401280edf working without redis, player watcher event tweaking, graceful exception handling 2021-12-04 12:49:09 +00:00
35eee0f068 Properly named now page model, added box shadow to popularity bar 2021-12-02 07:28:00 +00:00
fa75eedf31 added last.fm logo, last.fm links for play counts, spotify popularity to progress bar 2021-12-01 23:34:30 +00:00
ab058c769f added play count puller, play count rendering in UI 2021-11-30 20:38:26 +00:00
e9f593862e more service extensions 2021-11-29 21:48:00 +00:00
e41d525b0b more DI for consumer factories, caching play counter, service extensions 2021-11-29 21:04:15 +00:00
f7b95327dd adding db watcher service, loading watchers from db on startup 2021-11-25 18:26:20 +00:00
f7beefff3d updating npm dependencies 2021-11-24 08:08:25 +00:00
5c440ced70 upgrading target frameworks and ms dependencies 2021-11-23 17:20:59 +00:00
b1c1a756df properly coloured radar chart, adding hover effects 2021-11-23 09:07:32 +00:00
4952d6bb15 Removed title: from info card 2021-11-21 09:21:08 +00:00
4405cf885a audio feature cards, added chart.js 2021-11-11 19:54:28 +00:00
bfb2a5d2cd injecting spotify app credentials, closes #7 2021-11-11 08:11:55 +00:00
3564ce7d6d back to failing on error with ts transpile 2021-11-10 23:58:03 +00:00
b75920867b audio feature pushing to web frontend working 2021-11-10 23:54:28 +00:00
a3628182c9 creating player watcher on register, adding live gif 2021-11-10 09:15:39 +00:00
b19337bf20 spotify logo click opens in new tab 2021-11-10 01:49:20 +00:00
cb8553af60 floating player, popularity card, item change on from or to null context
ready to inject audio features
2021-11-10 01:46:30 +00:00
83bb76a5eb sass compiling, added spotify and footer logo, sending currently playing on load 2021-11-09 22:47:49 +00:00
cfcb5ece97 now playing card working, ready for css 2021-11-09 20:58:02 +00:00
40d7b3e676 adding vue 2021-11-09 18:17:22 +00:00
6e05647676 using database id for cache key, fixes #17 2021-11-05 18:41:45 +00:00
0d74257b89 cache hub proxy working 2021-11-05 07:58:48 +00:00
3867ea8fad adding skeleton for cache hub proxy 2021-11-03 22:27:50 +00:00
3a41a3e5da removed using service namespace 2021-10-31 19:56:20 +00:00
63538bc19a add skeleton NowPlayingHub 2021-10-31 19:55:00 +00:00
5cbfad170a removed typescript from csproj 2021-10-31 19:50:31 +00:00
9bd3135e3e adding now script, adding signalr 2021-10-31 19:47:07 +00:00
b0467c3df9 adding cache consumers 2021-10-28 23:05:07 +01:00
78fbc27e3a not using icache? skeleton cache consumer, watcher username 2021-10-28 21:26:57 +01:00
1714e3f911 adding cache, ICache. RedisOptions and registering services in CLI and web app 2021-10-27 23:00:01 +01:00
222c738854 Spotify Auth working, strongly typed web config 2021-10-27 17:31:29 +01:00
d1563c3365 scaffolded entire manage section, added spotify, last.fm pages 2021-10-26 22:52:39 +01:00