You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the textual TUI with a lightweight terminal UI and add auto-launch for VLC. Main changes: start VLC process on supported platforms, run the fetch loop via asyncio.run, and use src.front.simpleTerm.fetchThose to render status/lyrics in the console. Add lyrics support in fetching, introduce src/util/print for colored logging, and harden LastFM calls (artist sanitization and exception logging). Remove config.json from the repo and add it to .gitignore, update requirements and build.spec (remove some hiddenimports and adjust deps), and add a preview image. Deleted the old textual TUI (src/front/tui.py) and replaced it with src/front/simpleTerm.py. And also, `README.md` changes.
(Written By Co-Pilot)
4. Create the `config.json` and configure the file.
56
-
5. Open the software
55
+
5. Open the tool
57
56
58
57
> [!CAUTION]
59
-
> Some of the code is made by AI (Gemini 3.0 Flash). But I've taken quiz from them and checked the code and everything is fine. Don't worry about your shit being stolen. The reason why I use LLMs is because of two things. ADHD and short-term memory loss. I struggle with trying to remember things and I need the usage of LLM to help me out on giving me quizzes so I remember and I re-learn it again.
58
+
> Some of the code is made by AI (Gemini 3.0 Flash). But I've taken quiz from them and checked the code and everything is fine. Don't worry about your shit being stolen. The reason why I use LLMs is because of two things. ADHD and short-term memory loss. I struggle with trying to remember things and I need the usage of LLM to help me out on giving me quizzes so I remember and I re-learn it again.
0 commit comments