[GH-ISSUE #337] Cannot disable notifications #1117

Closed
opened 2026-03-14 13:31:42 +03:00 by kerem · 1 comment
Owner

Originally created by @Serpentian on GitHub (Jan 15, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/337

I have the following config:

enable_notify = false
theme = "dracula"
client_id = "65b708073fc0480ea92a077233ca87bd"
client_port = 8080
playback_format = """
{track} • {artists}
{album}
{metadata}"""
tracks_playback_limit = 50
app_refresh_duration_in_ms = 32
playback_refresh_duration_in_ms = 0
cover_image_refresh_duration_in_ms = 2000
page_size_in_rows = 20
play_icon = "▶"
pause_icon = "▌▌"
liked_icon = "♥"
border_type = "Plain"
progress_bar_type = "Rectangle"
playback_window_position = "Top"
cover_img_length = 9
cover_img_width = 5
cover_img_scale = 1.0
playback_window_width = 6
enable_media_control = true
enable_streaming = "Always"
enable_cover_image_cache = true
default_device = "spotify-player"

[copy_command]
command = "xclip"
args = [
    "-sel",
    "c",
]

[device]
name = "spotify-player"
device_type = "speaker"
volume = 70
bitrate = 320
audio_cache = true
normalization = true

I still get notifications on every song change, even when enable_notify is false

Originally created by @Serpentian on GitHub (Jan 15, 2024). Original GitHub issue: https://github.com/aome510/spotify-player/issues/337 I have the following config: ```toml enable_notify = false theme = "dracula" client_id = "65b708073fc0480ea92a077233ca87bd" client_port = 8080 playback_format = """ {track} • {artists} {album} {metadata}""" tracks_playback_limit = 50 app_refresh_duration_in_ms = 32 playback_refresh_duration_in_ms = 0 cover_image_refresh_duration_in_ms = 2000 page_size_in_rows = 20 play_icon = "▶" pause_icon = "▌▌" liked_icon = "♥" border_type = "Plain" progress_bar_type = "Rectangle" playback_window_position = "Top" cover_img_length = 9 cover_img_width = 5 cover_img_scale = 1.0 playback_window_width = 6 enable_media_control = true enable_streaming = "Always" enable_cover_image_cache = true default_device = "spotify-player" [copy_command] command = "xclip" args = [ "-sel", "c", ] [device] name = "spotify-player" device_type = "speaker" volume = 70 bitrate = 320 audio_cache = true normalization = true ``` I still get notifications on every song change, even when `enable_notify` is `false`
kerem 2026-03-14 13:31:42 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@Serpentian commented on GitHub (Jan 15, 2024):

My bad, version is 0.15.2. It doesn't support such option

<!-- gh-comment-id:1892789741 --> @Serpentian commented on GitHub (Jan 15, 2024): My bad, version is 0.15.2. It doesn't support such option
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#1117
No description provided.