This is one of my first Python projects. Use it as you want.
- only work on windows (I think)
- Plays music when the system is silent
- Wait-times for silence can be adjusted without going into the script
- Folder browsing to select the folder containing you .mp3s (can work with .wav but probably not all of them)
- The system can be easily paused and resumed without closing the script
- Volume can also be adjusted
- Folderpath, Volume and Wait-times will be saved in a config (quite reliable) The config should be created in the folder the .pyw is contained in, so put the script (.pyw) in an empty folder
- A next file button, so you can skip the current one (not reliable)
- A visible log system (Note: the logs are not helpful, I know from experience)
- A window title which changes depending on the file playing 😱, crazy I know
- And it has sytem tray support wow 😮😮👏👏👏
- Processes to exclude in detection can easily be edited without having to edit the script
To tweak things outside the gui boundaries, check the contents of .pyw I have left some comments with instructions/possibilities there
- download the .pyw in the root folder (for ease of use, put it in an empty folder) (older versions can be found in old_files)
- download .requirement.txt (you can put it in the same folder as the .pyw)
- make sure you have python and pip on your system - pip usually comes preinstalled with python
- open a command line (cmd, powershell, etc) and run:
pip install -r "path\to\.requirements.txt"
this will install all the needed libraries for the script (.pyw) (I hope)