-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Main module improvements, build improvements and other bits #1302
Conversation
…tap isn't defined anywhere
This issue prevents the app from starting for me so Ive committed this fix ahead of this PR. |
…xistent radio_server
t_spot: Fix an extra dot
…d directories too
Regarding last commit, should that still set even when the env vars are empty? See edited OP too for video demos. |
This is still not ideal, with the missing dealing with save dirs, but it's already massive, might as well get it in and deal with that next in another PR. Force push undid my opus include delete, which is still needed because of |
Supersedes #1285
Apologies for the size of this PR, which will increase still, it could in theory be split into smaller parts if really needed.
2021
on launch from t_extra as a random bit of example code was hanging therewin-build.sh
for new file paths - untested, thoughtap.stop()
,tap
is not defined anywhere in the codebasetransfer-playtime-to
not copying tagsrun.sh
not deleting egg build folderpyproject.toml
packaging package assets, themes, templates, modules.src/tauon
from tauon.t_modules.t_extra
- I suggest dropping the t_ prefix in the future, now that this is packaged together.t_main
intot_db_migrate
enc
variableos
file calls toPath
frompathlib
reload_albums()
int_main
looking unboundcurrent_date
andcurrent_title
to the type checkerlogging
module, log all exceptions, colorize:Before: Screencast_20241120_195815.webm
After: Screencast_20241120_195455.webm
Frankly am not sure if I like the fixed behavior?Now only set when the variables are set.SDL_WINDOWEVENT_DISPLAY_CHANGED
events - gets rid of the Grrr bugopusfile.h
instead of the correctopus/opusfile.h
inphazor.c
- seems the same on Windows and LinuxTODO:
pyproject.toml
too