feederbox826
feederbox826
**Describe the solution you'd like** An option to replace strings instead of removing them in the Tagger "blacklist" section **Additional context** Originally proposed in [discord](https://discord.com/channels/559159668438728723/559159931505213440/1195993610252984440) as a solution to replace...
**Is your feature request related to a problem? Please describe.** - Running as root in the docker container can cause issues with permissions - also is a minor security concern...
closes #727
partially addresses #594 doesn't work with SPA navigation because [it's "unstable"](https://www.github.com/remix-run/react-router/blob/main/packages/react-router-dom/index.tsx#L1796-L1828), reactrouter [does not intercept it](https://reactrouter.com/en/main/hooks/use-before-unload), it [does not work on SPAs](https://www.github.com/remix-run/react-router/issues/10894), the [PR](https://www.github.com/remix-run/react-router/pull/4359) ([s](https://www.github.com/remix-run/react-router/pull/4372)) are dead, is [still unstable](https://www.github.com/remix-run/react-router/issues/8139)...
**Describe the bug** When submitting a `sceneEditUpdate` mutation with a mismatched `operation` enum, GQL will pass through an internal system error **To Reproduce** 1. Create an edit via WebUI with...
**Describe the bug** the imageCreate mutation still accepts URL when only `path` should be affected **To Reproduce** query: ```gql mutation imageCreate { imageCreate( input: { url: "https://upload.wikimedia.org/wikipedia/commons/6/66/SMPTE_Color_Bars.svg" } ) {...
**Describe the bug** Externally initiated Chromecast casts fail when played from direct stream AND auth is enabled. This is not reproducible when casted from google's builtin cast sender, media controls...
**Describe the bug** Library path exclusions propogate to subdirectories and don't act as intended **To Reproduce** Steps to reproduce the behavior: 1. Create library at `/media/stash/images` for images 2. Create...
**Is your feature request related to a problem? Please describe.** When generating markers, the duration of the file is not considered. This leads to errors generating these markers with the...