mcz

Results 8 comments of mcz

Might take me some time because the original code was kinda half-assed, and I'd like to do it correctly this time. com_homedir is used for many things, while `$XDG_CONFIG_HOME`, should...

I have my Youtube Data API key specified in `.config/youtube-viewer/api.json`, but I'm still getting a 403 errorr. `youtube-viewer --debug test` throws `** GET https://www.googleapis.com/youtube/v3/search?key=AIzaSyMyKeySRM&maxResults=20&part=snippet&prettyPrint=false&q=test&type=video ==> 403 Forbidden (1s) [403 Forbidden]...

>if you have a clear vision about how the directory structure should look like I have a more or less good idea of what the directory structure should look like...

The way they are separated is by having different methods of getting `com_basedir` and `com_homedir` (and only `com_homedir` is set usiing `sys_posix.c` or `sys_win.c`. `com_basedir` is done with an `#ifdef`)...

The branch is currently in a state where it accomplishes what I set out to do. That's however only the user-specific stuff. System-wide settings are still a mess. The problem...

>-basedir annoying, as you said. Requires a wrapper script >throw a binary into a quake directory that quake directory is probably /usr/share/ezquake (or /usr/share/games/ezquake on Debian), which is bad, since...

- Uses $XDG_DATA_HOME/ezquake (fallback on $HOME/.local/share/ezquake) for everthing that used to use $HOME/.ezquake, except for config files, which go to $XDG_CONFIG_HOME/ezquake (fallback on $HOME/.ezquake) - uses com_basedir instead as a...

I'm sorry. I've been really busy in real life, so I didn't have much time to work on this. Technically the current status of the PR has user-level file management...