Valerian G.

Results 97 comments of Valerian G.

We will probably be adding raw library types allowing for arbitrary videos to be matched and displayed in a directory view.

> OK so, i tried again to build from scratch with the same result (db empty), and i found why ! in `dim/src/build.rs`, the manifest path is defined as `database/migrations/*.sql`...

> OK so, i tried again to build from scratch with the same result (db empty), and i found why ! in `dim/src/build.rs`, the manifest path is defined as `database/migrations/*.sql`...

This looks interesting, I think this might fix this particular issue https://github.com/Dusk-Labs/dim/issues/200#issuecomment-947670963, Ill add this to our compose template. Can we derive the the PUID and PGID automatically in the...

Hey sorry for being inactive, I started reviewing this PR but it somehow slipped past my hands. Will take a look today.

This is currently blocked by #213. In rustc gets OOM killed when compiling for arm.

I think it might be better if this was not a feature flag and was instead an argument we could pass to the dim binary.

> > I think it might be better if this was not a feature flag and was instead an argument we could pass to the dim binary. > > Should...

Hey guys, sorry about that, I haven't gotten enough PRs merged in for a new release so for now use `ghcr.io/dusk-labs/dim:dev`

We can also create database snapshots when an action such as library deletion occurs. This will allow us to undo the action. Im not sure how heavy this would be...