https://github.com/arc-w/cinema-mode
Really usefull tool for anyone who uses their PC for watching films/tv shows/anime after work (like me).
https://github.com/arc-w/cinema-mode
cpp entertainment tool
Last synced: 11 months ago
JSON representation
Really usefull tool for anyone who uses their PC for watching films/tv shows/anime after work (like me).
- Host: GitHub
- URL: https://github.com/arc-w/cinema-mode
- Owner: arc-w
- Created: 2025-07-13T23:27:53.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-07-16T00:21:30.000Z (12 months ago)
- Last Synced: 2025-07-16T03:44:35.135Z (12 months ago)
- Topics: cpp, entertainment, tool
- Language: C++
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cinema Mode
## Imagine, you've been coding all day, and when the today's work is done, you just want to chill and watch some Netflix/YouTube. This tool is basically a "switch" to enable a "Cinema Mode".
### What this program does is:
1. Closes all opened apps
2. Opens your browser and preffered website
3. Enters fullscreen
4. Change your default audio playback device to the one you use to watch anything.
At the first run, the tool will run a setup (ask to choose device, browser, website, etc.). Settings file will be created. The next run program will function automatically.
To run a setup again, delete settings file (CinemaMode_arc-w.txt (which is located in the same folder as CinemaMode.exe)) or change "1" to "0" in the first line of it.
You can change settungs anytime in the CinemaMode_arc-w.txt, as long as "1" at the first line is present, program will automatically take all data from that file.
(If your PC is potato and fails to load everything in time, you can change all pauses duration in code)
## Supports all browsers.
## Only for OS Windows.
*(PS: It can also handle any app, as long as you know it's .exe location and the process name is the same as file's name(if not, delete isBrowserOpen part in main))*