]>
git.mdlowis.com Git - proto/atv.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael D. Lowis [Fri, 1 Mar 2024 04:59:32 +0000 (23:59 -0500)]
fleshed out browser and started reworking server
Mike Lowis [Mon, 26 Feb 2024 17:46:59 +0000 (12:46 -0500)]
fixed blinking on player when enqueueing new items
Michael D. Lowis [Mon, 26 Feb 2024 03:06:59 +0000 (22:06 -0500)]
added queue managment
Michael D. Lowis [Fri, 23 Feb 2024 03:02:51 +0000 (22:02 -0500)]
Merge branch 'master' of mdlowis.com:~/git/proto/atv
Mike Lowis [Thu, 22 Feb 2024 21:38:23 +0000 (16:38 -0500)]
reworked control page
Mike Lowis [Wed, 21 Feb 2024 20:54:40 +0000 (15:54 -0500)]
added QR code SVG and revamped control page
Mike Lowis [Thu, 18 Jan 2024 21:30:07 +0000 (16:30 -0500)]
added queue commands
Michael D. Lowis [Wed, 17 Jan 2024 14:23:14 +0000 (09:23 -0500)]
cleaned up unneeded files
Mike Lowis [Tue, 16 Jan 2024 21:11:19 +0000 (16:11 -0500)]
added scaffolding for queue management
Mike Lowis [Tue, 16 Jan 2024 17:59:16 +0000 (12:59 -0500)]
control page i snow functional. Need to add a queue manager/viewer widget and call it good
Mike Lowis [Mon, 15 Jan 2024 21:04:54 +0000 (16:04 -0500)]
pass client to command handlers
Mike Lowis [Mon, 15 Jan 2024 21:03:02 +0000 (16:03 -0500)]
added logic to install website files automatically on server start as well as handle incoming commands using ruby send() logic
Mike Lowis [Mon, 15 Jan 2024 18:19:13 +0000 (13:19 -0500)]
fixed up html and ruby to play correctly and stay synced. next up is rudimentary controls
Michael D. Lowis [Mon, 8 Jan 2024 03:50:33 +0000 (22:50 -0500)]
add assets and almost completed reorg. weird bug when transitioning to new video though O_o
Michael D. Lowis [Sat, 6 Jan 2024 03:26:18 +0000 (22:26 -0500)]
initial commit of class based arch
Michael D. Lowis [Wed, 27 Dec 2023 04:38:35 +0000 (23:38 -0500)]
initial commit
Michael D. Lowis [Mon, 25 Dec 2023 03:26:52 +0000 (22:26 -0500)]
started breaking up ruby logic into classes and modules
Michael D. Lowis [Sun, 24 Dec 2023 03:44:45 +0000 (22:44 -0500)]
added client.js for shared code
Michael D. Lowis [Fri, 22 Dec 2023 04:36:51 +0000 (23:36 -0500)]
first pass at websocket based stream
Mike Lowis [Thu, 21 Dec 2023 17:08:49 +0000 (12:08 -0500)]
simple ruby websocket works except for starting video midstream. Need to try tunneling through nginx to solve that...
Mike Lowis [Thu, 21 Dec 2023 15:23:31 +0000 (10:23 -0500)]
initial commit