Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: App Slowly Becomes Unresponsive #1325

Closed
3 tasks done
artistro08 opened this issue Oct 16, 2023 · 4 comments
Closed
3 tasks done

[Bug]: App Slowly Becomes Unresponsive #1325

artistro08 opened this issue Oct 16, 2023 · 4 comments
Labels
bug Something isn't working fix-available A fix to the issue is available in a new version

Comments

@artistro08
Copy link

Preflight Checklist

  • I use the latest version of YouTube Music (Application).
  • I have searched the issue tracker for a bug report that matches the one I want to file, without success.
  • I understand that th-ch/youtube-music has NO affiliation with Google or YouTube

YouTube Music (Application) Version

2.1.1

What operating system are you using?

Windows

Operating System Version

Windows 11

What arch are you using?

x64

Last Known Working YouTube Music (Application) version

1.20.0

Expected Behavior

Should be as responsive as the website

Actual Behavior

The app continues to play music no problem. But when I resize the window, wait for the song to change, or try to change tracks within the window, It takes a while.

Additional Information

Not sure what is going on with it, but it'll start fine, then slowly degrade over time. Happens every time I play radio. I have no plugins enabled

@JellyBrick JellyBrick added the bug Something isn't working label Oct 16, 2023
@JellyBrick
Copy link
Collaborator

JellyBrick commented Oct 16, 2023

Could you check that the adblocker plugin is turned on?
I have found that the performance of the application slowly degrades when in with blocklists mode.

@artistro08
Copy link
Author

Awesome. I turned it off, but In still had the problem. No plugins were used.

@JellyBrick
Copy link
Collaborator

Could you show me the config.json? (%appdata%\YouTube Music\config.json)

@artistro08
Copy link
Author

Sure!

{
	"window-size": {
		"width": 1597,
		"height": 903
	},
	"url": "https://music.youtube.com/watch?v=DpjGLsgDtKA&list=RDAMVMiS3ViVjJMJk&index=0",
	"options": {
		"tray": true,
		"appVisible": false,
		"autoUpdates": false,
		"hideMenu": true,
		"startAtLogin": false,
		"disableHardwareAcceleration": false,
		"restartOnConfigChanges": false,
		"trayClickPlayPause": false,
		"autoResetAppCache": false,
		"resumeOnStart": true,
		"proxy": "",
		"singleInstanceLock": true,
		"hideMenuWarned": true,
		"themes": [
			"C:\\Users\\artis\\Documents\\ytmusic\\ytmusic.css"
		]
	},
	"plugins": {
		"navigation": {
			"enabled": false
		},
		"adblocker": {
			"enabled": false,
			"cache": true,
			"additionalBlockLists": []
		},
		"shortcuts": {
			"enabled": false,
			"overrideMediaKeys": false
		},
		"downloader": {
			"enabled": false,
			"ffmpegArgs": [],
			"preset": "mp3"
		},
		"last-fm": {
			"enabled": false,
			"api_root": "http://ws.audioscrobbler.com/2.0/",
			"api_key": "04d76faaac8726e60988e14c105d421a",
			"secret": "a5d2a36fdf64819290f6982481eaffa2"
		},
		"discord": {
			"enabled": false,
			"activityTimoutEnabled": true,
			"activityTimoutTime": 600000,
			"listenAlong": true,
			"hideDurationLeft": false
		},
		"notifications": {
			"enabled": false,
			"unpauseNotification": false,
			"urgency": "normal",
			"interactive": false,
			"toastStyle": 1,
			"refreshOnPlayPause": false,
			"trayControls": true,
			"hideButtonText": false
		},
		"precise-volume": {
			"enabled": false,
			"steps": 1,
			"arrowsShortcut": true,
			"globalShortcuts": {
				"volumeUp": "",
				"volumeDown": ""
			}
		},
		"sponsorblock": {
			"enabled": false,
			"apiURL": "https://sponsor.ajay.app",
			"categories": [
				"sponsor",
				"intro",
				"outro",
				"interaction",
				"selfpromo",
				"music_offtopic"
			]
		},
		"video-toggle": {
			"enabled": false,
			"mode": "custom",
			"forceHide": false
		},
		"picture-in-picture": {
			"enabled": false,
			"alwaysOnTop": true,
			"savePosition": true,
			"saveSize": false,
			"hotkey": "P"
		},
		"skip-silences": {
			"onlySkipBeginning": false
		},
		"disable-autoplay": {
			"enabled": false
		},
		"visualizer": {
			"enabled": false,
			"type": "butterchurn",
			"butterchurn": {
				"preset": "martin [shadow harlequins shape code] - fata morgana",
				"renderingFrequencyInMs": 500,
				"blendTimeInSeconds": 2.7
			},
			"vudio": {
				"effect": "lighting",
				"accuracy": 128,
				"lighting": {
					"maxHeight": 160,
					"maxSize": 12,
					"lineWidth": 1,
					"color": "#49f3f7",
					"shadowBlur": 2,
					"shadowColor": "rgba(244,244,244,.5)",
					"fadeSide": true,
					"prettify": false,
					"horizontalAlign": "center",
					"verticalAlign": "middle",
					"dottify": true
				}
			},
			"wave": {
				"animations": [
					{
						"type": "Cubes",
						"config": {
							"bottom": true,
							"count": 30,
							"cubeHeight": 5,
							"fillColor": {
								"gradient": [
									"#FAD961",
									"#F76B1C"
								]
							},
							"lineColor": "rgba(0,0,0,0)",
							"radius": 20
						}
					},
					{
						"type": "Cubes",
						"config": {
							"top": true,
							"count": 12,
							"cubeHeight": 5,
							"fillColor": {
								"gradient": [
									"#FAD961",
									"#F76B1C"
								]
							},
							"lineColor": "rgba(0,0,0,0)",
							"radius": 10
						}
					},
					{
						"type": "Circles",
						"config": {
							"lineColor": {
								"gradient": [
									"#FAD961",
									"#FAD961",
									"#F76B1C"
								],
								"rotate": 90
							},
							"lineWidth": 4,
							"diameter": 20,
							"count": 10,
							"frequencyBand": "base"
						}
					}
				]
			}
		}
	},
	"__internal__": {
		"migrations": {
			"version": "1.20.0"
		}
	},
	"window-position": {
		"x": -1850,
		"y": 80
	},
	"window-maximized": false
}

@JellyBrick JellyBrick added the fix-available A fix to the issue is available in a new version label Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fix-available A fix to the issue is available in a new version
Projects
None yet
Development

No branches or pull requests

2 participants