]> git.mdlowis.com Git - proto/atv.git/log
proto/atv.git
23 months agotweaked html to remove the up next entry which was incorrect due to new randomization...
Mike Lowis [Tue, 19 Mar 2024 18:30:34 +0000 (14:30 -0400)]
tweaked html to remove the up next entry which was incorrect due to new randomization algorithm

23 months agoadded systemd unit file for atv service
Mike Lowis [Mon, 18 Mar 2024 18:47:55 +0000 (14:47 -0400)]
added systemd unit file for atv service

23 months agofixed up svgs to point to the correct locations and have correct credentials
Mike Lowis [Mon, 18 Mar 2024 17:51:03 +0000 (13:51 -0400)]
fixed up svgs to point to the correct locations and have correct credentials

23 months agosmall cleanup
Michael D. Lowis [Mon, 18 Mar 2024 02:41:36 +0000 (22:41 -0400)]
small cleanup

23 months agoadded randomization, made QR tags bigger and split out css to separate file
Mike Lowis [Fri, 15 Mar 2024 17:51:01 +0000 (13:51 -0400)]
added randomization, made QR tags bigger and split out css to separate file

23 months agochanged wifi svg to correct wifi credentials
Mike Lowis [Fri, 15 Mar 2024 13:44:26 +0000 (09:44 -0400)]
changed wifi svg to correct wifi credentials

23 months agoadded database cleanup logic
Mike Lowis [Thu, 14 Mar 2024 19:18:08 +0000 (15:18 -0400)]
added database cleanup logic

23 months agoadded save and restor of state of channel
Mike Lowis [Thu, 14 Mar 2024 18:47:19 +0000 (14:47 -0400)]
added save and restor of state of channel

23 months agoadded support for multipl sources and a config file
Mike Lowis [Thu, 14 Mar 2024 16:57:28 +0000 (12:57 -0400)]
added support for multipl sources and a config file

23 months agofixed queueing and tweaked css
Michael D. Lowis [Tue, 12 Mar 2024 02:43:47 +0000 (22:43 -0400)]
fixed queueing and tweaked css

2 years agosimplified main control page. fixed some bugs. added admin control page
Michael D. Lowis [Tue, 5 Mar 2024 04:45:11 +0000 (23:45 -0500)]
simplified main control page. fixed some bugs. added admin control page

2 years agoreworked channel/databse interface to make it easier to rescan
Mike Lowis [Fri, 1 Mar 2024 20:52:15 +0000 (15:52 -0500)]
reworked channel/databse interface to make it easier to rescan

2 years agofleshed out browser and started reworking server
Michael D. Lowis [Fri, 1 Mar 2024 04:59:32 +0000 (23:59 -0500)]
fleshed out browser and started reworking server

2 years agofixed blinking on player when enqueueing new items
Mike Lowis [Mon, 26 Feb 2024 17:46:59 +0000 (12:46 -0500)]
fixed blinking on player when enqueueing new items

2 years agoadded queue managment
Michael D. Lowis [Mon, 26 Feb 2024 03:06:59 +0000 (22:06 -0500)]
added queue managment

2 years agoMerge branch 'master' of mdlowis.com:~/git/proto/atv
Michael D. Lowis [Fri, 23 Feb 2024 03:02:51 +0000 (22:02 -0500)]
Merge branch 'master' of mdlowis.com:~/git/proto/atv

2 years agoreworked control page
Mike Lowis [Thu, 22 Feb 2024 21:38:23 +0000 (16:38 -0500)]
reworked control page

2 years agoadded QR code SVG and revamped control page
Mike Lowis [Wed, 21 Feb 2024 20:54:40 +0000 (15:54 -0500)]
added QR code SVG and revamped control page

2 years agoadded queue commands
Mike Lowis [Thu, 18 Jan 2024 21:30:07 +0000 (16:30 -0500)]
added queue commands

2 years agocleaned up unneeded files
Michael D. Lowis [Wed, 17 Jan 2024 14:23:14 +0000 (09:23 -0500)]
cleaned up unneeded files

2 years agoadded scaffolding for queue management
Mike Lowis [Tue, 16 Jan 2024 21:11:19 +0000 (16:11 -0500)]
added scaffolding for queue management

2 years agocontrol page i snow functional. Need to add a queue manager/viewer widget and call...
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

2 years agopass client to command handlers
Mike Lowis [Mon, 15 Jan 2024 21:04:54 +0000 (16:04 -0500)]
pass client to command handlers

2 years agoadded logic to install website files automatically on server start as well as handle...
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

2 years agofixed up html and ruby to play correctly and stay synced. next up is rudimentary...
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

2 years agoadd assets and almost completed reorg. weird bug when transitioning to new video...
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

2 years agoinitial commit of class based arch
Michael D. Lowis [Sat, 6 Jan 2024 03:26:18 +0000 (22:26 -0500)]
initial commit of class based arch

2 years agoinitial commit
Michael D. Lowis [Wed, 27 Dec 2023 04:38:35 +0000 (23:38 -0500)]
initial commit

2 years agostarted breaking up ruby logic into classes and modules
Michael D. Lowis [Mon, 25 Dec 2023 03:26:52 +0000 (22:26 -0500)]
started breaking up ruby logic into classes and modules

2 years agoadded client.js for shared code
Michael D. Lowis [Sun, 24 Dec 2023 03:44:45 +0000 (22:44 -0500)]
added client.js for shared code

2 years agofirst pass at websocket based stream
Michael D. Lowis [Fri, 22 Dec 2023 04:36:51 +0000 (23:36 -0500)]
first pass at websocket based stream

2 years agosimple ruby websocket works except for starting video midstream. Need to try tunnelin...
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...

2 years agoinitial commit
Mike Lowis [Thu, 21 Dec 2023 15:23:31 +0000 (10:23 -0500)]
initial commit