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
Tick this box to confirm you have reviewed the above.
I've discovered a new issue with Focus.
What version of Focus are you using?
focus version v1.4.2
How did you install Focus?
Go
What operating system are you using Focus on?
Windows 11
What is your Focus configuration?
auto_start_break: true
auto_start_work: false
break_sound: bell
dark_theme: true
long_break_duration: 25m
long_break_interval: 4
long_break_msg: Cari kegiatan lain
notify: true
session_cmd: ""
short_break_duration: 5m
short_break_msg: Jauhkan matamu dari layar
sound: "rainambience"
sound_on_break: false
strict: false
work_duration: 25m
work_msg: Cuci muka dan Fokus
work_sound: loud_bell
Describe your bug.
Focus can't read the sound file i put on the folder. I've tried two ways ;
I put the file on %LOCALAPPDATA%/focus/static, the file's format is mp3. And I got an error, it says :
open RainAmbience.mp3: The system cannot find the file specified.
And then i tried another way, because i saw before, when i was changing the config at sound line to ' sound: "rain" '. It said "open files\rain.ogg: file does not exist", so i put my file into /files/ folder and covert the file to .ogg. And I still got an error. It says: "open files\rainambience.ogg: file does not exist"
And of course, the sound file always exists.
What are the steps to reproduce the behavior?
focus or focus --sound
What behaviour did you observe?
open files\rainambience.ogg: file does not exist
What is the expected behaviour?
I think the program should start to play the sound normally, or at least can found the sound file
The text was updated successfully, but these errors were encountered:
Tick this box to confirm you have reviewed the above.
What version of Focus are you using?
focus version v1.4.2
How did you install Focus?
Go
What operating system are you using Focus on?
Windows 11
What is your Focus configuration?
auto_start_break: true
auto_start_work: false
break_sound: bell
dark_theme: true
long_break_duration: 25m
long_break_interval: 4
long_break_msg: Cari kegiatan lain
notify: true
session_cmd: ""
short_break_duration: 5m
short_break_msg: Jauhkan matamu dari layar
sound: "rainambience"
sound_on_break: false
strict: false
work_duration: 25m
work_msg: Cuci muka dan Fokus
work_sound: loud_bell
Describe your bug.
Focus can't read the sound file i put on the folder. I've tried two ways ;
open RainAmbience.mp3: The system cannot find the file specified.
And of course, the sound file always exists.
What are the steps to reproduce the behavior?
focus or focus --sound
What behaviour did you observe?
open files\rainambience.ogg: file does not exist
What is the expected behaviour?
I think the program should start to play the sound normally, or at least can found the sound file
The text was updated successfully, but these errors were encountered: