RollingStar
RollingStar
I set umask to 111 `rw-rw-rw-` and that caused my downloads to fail. Ex. ``` ERROR Could not create file /fast/use/intermediate/[mydownload]/1834.out.tmp: Permission denied ``` In the webUI this was not...
This might be better than a a few-size-fits-all approach. You're already using ffmpeg to convert, so it would be cool if the program just generated a text string that got...
This is how the Steam client sorts. Any categories are listed first. After all the tagged games are listed, anything left over is listed under "games". But when you sort...
## Description Second fix for #4838. (...) ## To Do - [ ] Documentation. (If you've add a new command-line flag, for example, find the appropriate page under `docs/` to...
After some discussion [here](https://github.com/beetbox/beets/discussions/4935), I think we should do this: https://github.com/beetbox/beets/blob/e10b955a931e4c205b0cadf0860797c0aeee736c/beetsplug/replaygain.py#L1163C14-L1163C14 1. Add a check for true peaks 2. warn if true peaks is not supported by the backend 3....
gpodder.net has had serious downtime these past few months. It appears to have lost its maintainer. > gPodder Community, > > I've been serving as the primary steward of gPodder.net...
Save tags- a new line under 'permalink' for tags. looks like: ``` Tags: electronic, ambient, minimal, japanese, new.age ``` I attempted to handle the API not returning tags, although I...
## Description Fixes #4838. (...) ## To Do - [ ] Documentation. (If you've add a new command-line flag, for example, find the appropriate page under `docs/` to describe it.)...
I am trying to invoke mediainfo within python3 `subprocess.run` and capture the output. The call will print to the terminal, but Python does not capture any output. I suspect it's...
**Feature Description** ... FLAC contains an audio MD5 built into the file tags as part of the spec. I've found ~1% of my FLACs have a fake hash: 00000000000000000000000000000000. The...