Aetopia

Results 11 issues of Aetopia

As the title suggests, allow the user to queue multiple video files natively. ```py import sys import subprocess Videos=sys.argv[1:len(sys.argv)] for Index in range(len(Videos)): print("Video:",Videos[Index]) subprocess.run(["C:/Program Files (x86)/blur/blur.exe","--noui","--nopreview","--input", Videos[Index]]) print("") ````...

# **Add `blur` as a PATH environment variable.** ### How this will be useful?: 1. Adding `blur` as a PATH environment variable can make its CLI interface more convenient and...

Special K allows the user to play the game at any resolution they want. Even FSB only games are supported except when the game loses focus/is closed, the display resolution...

enhancement

Atlas currently ships 2009 which is an older version of 20H2. Because of this games/applications that even support 20H2 (Latest Revision) have the chance of not running under Atlas. (Applications/Games...

enhancement

```nim view.wEvent_ListItemActivated do (event: wEvent): view.editLabel(event.getIndex()) ``` This code block allows one to edit any first column label in a `ListCtrl` but there isn't anyway to edit another column's label?

As the title says, I am wondering if there is anyway to be notified of browser updates via Mercury itself or I will need to keep track of releases via...

### Changes - Instead of assuming Notepad is installed by default, grab the default app for .txt files to edit the script: ```powershell try { [string] $Class = ((Get-Item "Registry::HKEY_CLASSES_ROOT\.txt\OpenWithProgids")...

### Checklist - [X] I ensured I'm running the [latest version of the patch](https://github.com/p0358/Fuck_off_EA_App/releases), and that the issue is present in it if applicable - [X] I have read the...

Flowblur doesn't have any key called `intensity` but it is called `amount` in Smoothie's Recipe, this isn't reflected on the wiki.