dim icon indicating copy to clipboard operation
dim copied to clipboard

Dim, a media manager fueled by dark forces.

Results 171 dim issues
Sort by recently updated
recently updated
newest added

**Describe the bug** There's an unused import of all things in `dim-core` that's preventing `dim` from building due to a `#[deny(unused_imports)]` lint: https://github.com/Dusk-Labs/dim/blob/3ccb4ab05fc1d7dbd4ebbba9ff2de0ecc9139b27/dim-core/src/scanner/movie.rs#L3, https://github.com/Dusk-Labs/dim/blob/3ccb4ab05fc1d7dbd4ebbba9ff2de0ecc9139b27/dim-core/src/scanner/tv_show.rs#L10 Logs: https://hydra.nixos.org/build/258208814/nixlog/1 **To Reproduce** 1. `cargo...

T-bug
S-needs-triage

Bumps [h2](https://github.com/hyperium/h2) from 0.3.21 to 0.3.26. Release notes Sourced from h2's releases. v0.3.26 What's Changed Limit number of CONTINUATION frames for misbehaving connections. See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info. v0.3.25 What's...

dependencies
rust

Dim at the moment seems to not be able to scan NFS/gdriveFuse mounted folders. If it does scan them it cant detect changes automatically and scanning such directories take an...

v0.6

**Describe the bug** `dim.db` get locked and was no longer writable after creating admin account. **To Reproduce** Steps to reproduce the behavior: 1. Build dim from latest source (patched by...

T-bug
S-needs-triage

Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.9 to 0.8.11. Changelog Sourced from mio's changelog. 0.8.11 Fix receiving IOCP events after deregistering a Windows named pipe (tokio-rs/mio#1760, backport pr: tokio-rs/mio#1761). 0.8.10 Added Solaris support...

dependencies
rust

**Is your feature request related to a problem? Please describe.** The ability to cast media to a Chromecast **Describe the solution you'd like** A cast button on the website. **Describe...

T-feature-request
S-needs-triage

When the dim binary is ran, once the webserver is initialized, it should open a browser window unless otherwise specified via a flag.

T-feature-request
v0.4

**Describe the bug** I made a folder with my media in mp4 format and gave it full permissions using `chmod 777` (yes I recognize this is probably overkill). Not only...

T-bug
S-needs-triage

Fixes compilation failure in rust >= 1.80, by bumping the `time` crate. See https://github.com/rust-lang/rust/issues/127343.