3f2f57f8e7
remove all references to service_thing
2024-06-24 16:49:17 -05:00
9d9ecb3cc0
rustfmt things
2024-04-14 10:50:30 -05:00
744481587f
initial port to cxx_qt 6.0
2023-11-27 11:07:55 -06:00
62daf316a3
Quite a few of the models have been ported.. need more though.
...
Still need all the songs and some small utility modules
2023-11-23 06:12:04 -06:00
85136ddb94
rename slide_obj.rs to slide_object.rs
2023-11-17 06:07:59 -06:00
de0c26271f
adding a basic obs implementation
2023-11-02 06:30:16 -05:00
c6c3ed5d42
adding a basic setup for connecting OBS
2023-10-30 06:34:12 -05:00
9a08c6630c
Revert "attempting to switch to new version of cxx-qt to try newer api"
...
This reverts commit 5163a39317
2023-10-11 20:23:39 +00:00
5163a39317
attempting to switch to new version of cxx-qt to try newer api
2023-10-11 11:09:07 -05:00
0d2de5e252
moving song related stuff to it's own mod
...
Gonna try to organize pieces better, so this is step one.
2023-09-24 07:05:25 -05:00
70eadeadb2
update width
2023-09-20 06:15:48 -05:00
e86f2f3f66
start building service_item_model.rs
2023-05-20 06:44:25 -05:00
b234795a36
trying to add a way for rust to find number of slides in reveal.js
2023-05-16 09:55:26 -05:00
68b30877ed
fixing more of pres model and setting up song model
2023-05-04 09:30:03 -05:00
529be1a519
adding an ffmpeg.rs and thumbnailing fn
...
This module adds a bg_from_video function that takes uses the ffmpeg
binary to create thumbnails and adds them to the apps local data directory.
2023-04-22 07:18:05 -05:00
666c22ae66
initial bits to make a ytdl addition
2023-04-21 13:42:18 -05:00
8c89c49f4a
cleanup lib.rs
2023-04-18 11:15:48 -05:00
4f58d6e1fd
adding basic presentation_model.rs
2023-04-06 20:44:04 -05:00
8c2d32af6b
getting basic video_model.rs ready
2023-04-06 20:37:19 -05:00
caed6e6367
setting diesel up more
2023-04-04 15:15:29 -05:00
37a2dbd986
diesel instead of sea-orm
...
sea-orm was getting to be bigger hassle I think and harder to compile,
diesel seems simple and effective enough.
2023-04-04 14:29:14 -05:00
db99525963
trying to add sea-orm as a way to create sql based models
2023-04-04 11:20:00 -05:00
6f545c3bf8
removing unused tests and unused video_thumbnail mod
2023-04-03 14:56:44 -05:00
236503e877
adjusting settings and slide_model.rs
...
These are trying to get more code written in Rust rather than c++. Not
there yet, but I need to sync these to another machine.
2023-03-28 06:15:11 -05:00
b32d35c385
adding a slide_obj in rust
...
This object is still unfinished, but it will later serve as our main
object to connect to for the slides that are shown on screen. All of
this needed some heavy tweaking and I still need to learn more about
rust, but the beginnings are there and it will be worth it to have the
safety and speed that rust provides
2023-03-21 10:34:54 -05:00
137ba3d4f6
starting a settings module in rust
2023-01-27 09:58:06 -06:00
8b4c348279
a lot of setup and testing work for rust
2022-12-13 09:33:47 -06:00
b76f027455
rearranging rust files and updating crates
2022-12-10 06:52:04 -06:00