Werner Beroux

Results 165 comments of Werner Beroux

That's a fair point. Note that I'm not working on this project at the moment as I'm not running Windows anymore.

It's using PERL compatible RegEx which don't require `/` before/after the pattern. So `^(?:\ \(0)[0-9][0-9](?:\)\ \-\ )(?:.*)(?:\ \()$` would be your pattern. I guess and example of pattern would be...

You can use the ID3 fields if a search & replace doesn't do the job.

You can try RegExp online to test matching also. You probably want like `^([0-9][^0-9])`

The simplified filters should be converted to a Search&Replace filter in RiT 4. This is one of the main incomplete parts in RiT4.

Could you confirm which version you're using and attach a screenshot? (just copy to clipboard and paste here should work) Also please confirm that you _do_ see that drive from...

Could be an issue with the ACL. I'll leave it open as it might interest other users.

Using [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en): ``` // ==UserScript== // @name Add Powerline web font. // @namespace https://github.com/wernight/powerline-web-fonts // @version 0.1 // @description Allows using Powerline web font on this page. // @author Wernight...

It almost installs flawlessly on Debian buster. At least the 1.0.1-Python-3.8. The main issue I have is that it really wants to have `gnome-terminal` which isn't the terminal I have.

It's visibly due to the reliance on some binaries as this issue is only on Alpine Linux and not on Debian based.