Deepjyoti Barman
Deepjyoti Barman
@lukesturgis That is a nice feature but the docker image provided in this repo is for the web version and it utilizes `ytmdl` apis to download the song. I don't...
@Warfenix So you want the ability to enter the track ID and set the metadata from there? I can add support for that! That would also mean adding support for...
@aha999 That's an issue for the webapp which is also opensource at [https://github.com/deepjyoti30/ytmdl-web-v2] and there is already a feature request for that. Please continue the conversation over #18
+1 for this. Would be a pretty nice addition!
@wolass @amitlevy21 Was facing the same issue. Fixed after adding `glx-use-copysubbuffer-mesa` to `true` in the config: ```conf glx-use-copysubbuffer-mesa = true; ``` After setting the above, restart picom and check if...
@gulafaran @Dark-Matter7232 +1 on amdgpu. I never faced it on my Intel laptop but face it on my amd machine.
@matejdro Just a copy of my comment on #578 [here](https://github.com/yshui/picom/issues/578#issuecomment-841094585) Adding ```conf glx-use-copysubbuffer-mesa = true; ``` in the config fixes the issue.
@pjanx I can confirm for my system it works flawlessly. I tried it various times. I am using a fork of picom by ibhagwan along with i3.
@NISH1001 That sounds great. I think we can have like a dry run, in which case all the fetching and everything is done just that the songs are not played....
@NISH1001 So this script needs to be able to update the webdriver to the latest version? We're using Chromium right? So a script that would basically update Chromium would suffice?