WithoutPants

Results 261 comments of WithoutPants

We definitely should avoid erasing user data. My suggestion is to rename the existing `country` column to something else and repurpose it - or just rename it to `countryLegacy` or...

Rebased and changed the migration so that it tries to convert countries to ISO codes, and falls back to the original value otherwise. Changed the implementation in the UI so...

It's documented in the setup page, but I'm not sure it is elsewhere: when you start stash, it first looks for `config.yml` in the current working directory. If it doesn't...

The `Folder not in any stash library directories. Marking to clean: "/"` message is expected, if a little misleading. During the schema migration process for schema 32, it creates a...

As far as I can tell, those `permission denied` are because `.Trashes` is a directory. Directories will _only_ be ignored if the path matches both the excluded video and excluded...

I think the extra `\` character in the video patterns might be causing the issue. It's not present in the image/gallery pattern.

I'm seeing pretty significant jerkiness and slow performance when viewing wmv files using the default dash implementation. It's a definite step down in quality from the current implementation.

Both PCs (host and client) are pretty decent machines, so it shouldn't be a performance issue. I noticed that it's particularly bad at the start of a video. I'll do...

I tried to split and rebase, but I'm running into issues with the big button plugin. The buttons don't appear to be firing when clicked. I'll probably do the circular...

When scrubbing a live-transcoded video, it's showing the cover image instead of a black screen while it loads. Is it possible to maintain this behaviour? New behaviour is a little...