Commit Graph

76 Commits

Author SHA1 Message Date
980de1be5e Update .gitignore move poc files to test_poc 2020-03-11 00:08:40 +01:00
1c885e79e3 Add resource location file browser graphql api 2020-03-11 00:02:01 +01:00
1c06a6df43 Remove not used models 2020-03-10 23:08:36 +01:00
6c52835030 Move ResourceAuth to resource_location 2020-03-10 01:11:44 +01:00
6ed14ac178 Remove cache move chromecast cache to api.model 2020-03-10 01:11:19 +01:00
87d082740f Update time components roll back playerState for play / pause 2020-03-09 00:06:35 +01:00
3c71d97ba9 Remove playerState from components and rename TimeProgress component 2020-03-09 00:00:26 +01:00
23e0ef2ec5 Update frontend replace relative path import with module aliases 2020-03-08 23:52:15 +01:00
228b2f2687 Move chromecast components to player directory 2020-03-08 23:27:29 +01:00
95fe58cbb2 Update volume change size and add icon to show / hide volume bar 2020-03-08 23:22:49 +01:00
6ffcc1ef9f Update README.md 2020-03-08 19:05:28 +01:00
a2ee380644 Update README.md add done / todo items 2020-03-08 19:03:30 +01:00
44e63cb2db Add README.md to docker directory with build container instructions 2020-03-08 18:46:38 +01:00
5be3f51d16 Add docker container configuration for server 2020-03-08 18:43:50 +01:00
dedf04eeb7 Fix showing time larger then duration 2020-03-08 18:18:49 +01:00
250cf1f778 Add chromecast seek bar and api, move volume component to separate file 2020-03-08 18:08:43 +01:00
3d1e78f9af Improve code quality fix some of pylint warnings 2020-03-07 19:08:00 +01:00
a7fca60149 Update VolumeComponent clear timeout on umount 2020-03-07 19:00:49 +01:00
e0fa2c44e5 Update VolumeComponent increase volume change throtle timeout 2020-03-07 18:57:42 +01:00
aba03ec5cb Fix ChromecastDevice status update 2020-03-07 18:56:38 +01:00
8c933654a8 Add VolumeComponent for volume change 2020-03-07 18:52:41 +01:00
b64af6abd8 Refactor chromecast model and add volume change mutation 2020-03-07 18:52:17 +01:00
890fb7b073 Update chromecast add useEffect for proper status callback handling 2020-03-07 17:37:20 +01:00
b92ebd01ff Add chromecast play, pause functionality 2020-03-07 17:28:28 +01:00
bc2d77ce24 Update device model send currentTime and duration as Float not Int 2020-03-07 16:23:59 +01:00
b6dd6734c0 Update movieTimeFormat remove duplicate second formatting 2020-03-07 16:23:26 +01:00
6bbdfcdde3 Update movie time formatting move to separate component and formatter 2020-03-07 15:58:01 +01:00
4e190f8cb7 Add missing package moment-duration-format 2020-03-07 00:06:32 +01:00
cb2d5a13a7 Update device model current status in cache 2020-03-07 00:06:05 +01:00
d253905ebb Clear chromecast console logs 2020-03-06 00:10:21 +01:00
22a743b658 Update chromecast subscribed status show current time and duration 2020-03-06 00:09:31 +01:00
c1275e0639 Remove react props validation 2020-03-06 00:08:15 +01:00
ef9ebb3669 Add media_status subscription on frontend and fix backend event loop 2020-03-04 21:42:52 +01:00
c886696a46 Remove unused dependency dateformat 2020-03-04 20:38:01 +01:00
4cd2f466cb Rename frontend files device to chromecast 2020-03-04 20:29:56 +01:00
f5bceb0388 Remove first start and dummy components and logic 2020-03-04 20:09:03 +01:00
cc66160719 Update view use ant.design components 2020-03-04 20:07:56 +01:00
a5e8089620 Add ant.design and fortawesome for rapid prototype developmepnt 2020-03-04 19:43:25 +01:00
713569b010 Update chromecast add ChromecastDevice subscription 2020-03-03 23:19:43 +01:00
37825bb157 Update chromecast api add ability to pause stream 2020-03-03 23:13:53 +01:00
63ddf6e3a6 Update resource_location add types 2020-03-03 23:02:21 +01:00
f0fe5677d1 Update scheduler send time every second and fix typo 2020-03-02 20:56:24 +01:00
7fb7cc495e Update chromecast remove expired devices 2020-03-02 20:56:03 +01:00
05d68ea20c Update chromecast graphql subscription send new status every 10 seconds 2020-03-01 21:40:46 +01:00
3b51f646c5 Fix chromecast status listener 2020-03-01 21:03:12 +01:00
8c15ffed53 Update chromecast remove await from new_media_status callback 2020-03-01 19:54:02 +01:00
03d8d93180 Update ChromecastDevice add CastStatus field 2020-03-01 19:48:27 +01:00
e91e43219d Update chromecast move object attributes copy to utils 2020-03-01 19:48:01 +01:00
3f6e4fb66f Update chromecast add uuid to CastStatus, MediaStatus, MediaController 2020-03-01 19:34:36 +01:00
5999558a96 Improve chromecast listing add proper cron and startup task detection 2020-03-01 19:32:20 +01:00