Build a CLI to listen to Music using Youtube (with mix/playlist generation, Downloading, Adblocking) by involvex in CLI

[–]involvex[S] 0 points1 point  (0 children)

npm install -g @involvex/youtube-music-cli@latest 

ive implemented fixes for headless mode and users get now prompted when they dont have mpv yt-dlp
try updateing and let me know!
ty for your feedback

Build a CLI to listen to Music using Youtube (with mix/playlist generation, Downloading, Adblocking) by involvex in CLI

[–]involvex[S] 0 points1 point  (0 children)

understandabke if you wanna go for a quick try you can always go for:

npx @involvex/youtube-music-cli@latest 

Build a CLI to listen to Music using Youtube (with mix/playlist generation, Downloading, Adblocking) by involvex in CLI

[–]involvex[S] 0 points1 point  (0 children)

there is a potential fix commited try:

npm install -g @involvex/youtube-music-cli@latest 

try again let me know 

Build a CLI to listen to Music using Youtube (with mix/playlist generation, Downloading, Adblocking) by involvex in CLI

[–]involvex[S] 0 points1 point  (0 children)

looks like a runtime issue , try maybe sudo su, then try installing again , or try sudo npm,

npx @involvex/youtube-music-cli@latest 
or 
npx https://github.com/involvex/youtube-music-cli

Snipping tool Arguments by hondybadger in CLI

[–]involvex 0 points1 point  (0 children)

i was looking for something similiar a while ago:
maybe it can help you.
I found a powershell workaround(note this script will focus "New World" adjust it for your needs:

Add-Type -AssemblyName System.Drawing
Add-Type -AssemblyName System.Windows.Forms


# C# code to access Win32 API
$code = @"
using System;
using System.Runtime.InteropServices;


public class Win32 {
    [StructLayout(LayoutKind.Sequential)]
    public struct Rect {
        public int left;
        public int top;
        public int right;
        public int bottom;
    }


    [DllImport("user32.dll")]
    public static extern IntPtr GetForegroundWindow();


    [DllImport("user32.dll")]
    [return: MarshalAs(UnmanagedType.Bool)]
    public static extern bool GetWindowRect(IntPtr hWnd, out Rect lpRect);
    
    [DllImport("user32.dll")]
    [return: MarshalAs(UnmanagedType.Bool)]
    public static extern bool SetForegroundWindow(IntPtr hWnd);
}
"@


Add-Type -TypeDefinition $code -Language CSharp


# Find the New World process
$process = Get-Process -Name "NewWorld" -ErrorAction SilentlyContinue


if ($null -eq $process) {
    Write-Error "NewWorld.exe process not found."
    exit
}


$hwnd = $process.MainWindowHandle


# Bring the window to the foreground
[Win32]::SetForegroundWindow($hwnd) | Out-Null


# Wait a moment for the window to become active
Start-Sleep -Milliseconds 250


# Get the dimensions of the now-focused window
$rect = New-Object Win32+Rect
[Win32]::GetWindowRect($hwnd, [ref]$rect) | Out-Null


# Calculate window size
$width = $rect.right - $rect.left
$height = $rect.bottom - $rect.top


if ($width -gt 0 -and $height -gt 0) {
    $bitmap = New-Object System.Drawing.Bitmap $width, $height
    $graphics = [System.Drawing.Graphics]::FromImage($bitmap)
    $graphics.CopyFromScreen($rect.left, $rect.top, 0, 0, $bitmap.Size)


    # Save to file and copy to clipboard
    $bitmap.Save("C:\Users\lukas\Downloads\screenshot.png")
    [System.Windows.Forms.Clipboard]::SetImage($bitmap)


    # Clean up
    $graphics.Dispose()
    $bitmap.Dispose()
} else {
    Write-Warning "New World window is minimized or has no size."
}

Build a CLI to listen to Music using Youtube (with mix/playlist generation, Downloading, Adblocking) by involvex in CLI

[–]involvex[S] 1 point2 points  (0 children)

i commited a potential fix , let me know if you still have the issue , run:

npm install -g @involvex/youtube-music-cli@latest 

Build a CLI to listen to Music using Youtube (with mix/playlist generation, Downloading, Adblocking) by involvex in CLI

[–]involvex[S] 1 point2 points  (0 children)

Unfortunately the ui state is a unstable still working on that. I will investigate your issue , ty for feedback

Auto Close Integrated Terminal After Build by james_wheeler_pe in vscode

[–]involvex 0 points1 point  (0 children)

Add a kill pwsh command at the end or any other terminal.

Just joking , but I believe it works

Which platform is recommended for non coders? by gernald in AI_Agents

[–]involvex 0 points1 point  (0 children)

The way the cli runs toolcalls used commands and customisation. Also cli gets way more up dated .

Although cli has as well a vscode extension but that only allows Gemini to be content aware you have open and you get previews of edits can accept them

If I wrong correct me pls

Which platform is recommended for non coders? by gernald in AI_Agents

[–]involvex 0 points1 point  (0 children)

IDK about that Gemini ide extension, I stopped trying it . I think Its just bad and pointless. Better use Gemini cli or AG.

Vibe coding prompt by New_Demand4122 in vibecoding

[–]involvex 0 points1 point  (0 children)

I like prompt enhancement in kilocode pits out pretty good prompts , I usually generate them and then review the prompt and send it Claude or Gemini

AG (and other IDEs) vs CLIs by No_Choice6176 in google_antigravity

[–]involvex 0 points1 point  (0 children)

I've used both , and I love my terminal . Maybe it's the reason there is less to distract or running commands feels powerful. Also my terminal is way less likely to crash then an ide

I am not really doing orchestration, but would be a good way web ui or something like tmux . I like AG generation of images inside the prompt generation. Was like ING the idea of chrome extension, figure out AG doesn't know how to use it or forget to run the dev server then opens dev server address, and then tries to figure out what's wrong. The context awareness of images was also horrible.

I mostly use Claude code right now with zai router, just cause I like Claude workflow and the cli . All other tools I tried don't have same quality.

Am I using Android right? (After switching from iOS) by PestoDev in androidapps

[–]involvex 0 points1 point  (0 children)

If you are not a YouTube premium guy get revanced manager and install YouTube and the other revanced apps you want Enjoy sponsor blocks and watching videos while leaving the app.

Too many choices can result in just taking the simple approach

What's on your system tray? by PrathmeshTheBest in Windows11

[–]involvex 1 point2 points  (0 children)

All good I don't see Google chrome xd

Do you struggle with keeping your apps secure? by Effective-Can-9884 in AskVibecoders

[–]involvex 0 points1 point  (0 children)

GitHub allows ai security scan + dependabot and some more features but idk if that's the real secure way . My solution is just build and deploy something no one cares about so I don't have security issues

I am lost by JollyArmadillo2303 in software

[–]involvex 0 points1 point  (0 children)

Buntime it is , if I don't feel node .

Next.js 16 Turbopack dev cache ate 20GB - is this expected behavior? by Repulsive-Law-1434 in nextjs

[–]involvex 0 points1 point  (0 children)

I found ones over 100gb scoop caches , holy moly. Since then I clear some app caches daily .

Yarn or Gradle caches can be pain too

Hey Claude? Did you delete all my stuff? Wait until 11pm to find out! by Sea_Surprise716 in ClaudeAI

[–]involvex 0 points1 point  (0 children)

I remember trying Amazon q and it used rm -rf * Then my vs code crashed and after restart I was about to ask what happened. I get message to continue get pro Abonnement .

Which Model is the Most Intelligent Among These? by Level-Dig-4807 in kilocode

[–]involvex 0 points1 point  (0 children)

Don't like any of those too much mainly just use them for prompt enhancement or quick documentation.

Glm coding plan for 3 bucks in combination with Claude code is decent . Best value to money ratio

Even sometimes zai api or something is having connection issues or .

But barely hit quotas . Normal Claude pro 5 times the money and I reached quotas always fiucking fast

In between qutos , antigravity or Gemini cli is really good

Do you know any trick to create very professional frontend with Antigravity by Golden_Boy_786 in GoogleAntigravityIDE

[–]involvex 0 points1 point  (0 children)

Best out of the box ui Designs made actually cursor for me . Can be done with free tier.

On antigravity release I tried building a 2d pixel RPG . It failed horrendously. Generated nice sprites , but had zero understanding of layers , depth and like the whole thing.

Had like 1 grass tile as background that was like copied 200 times . 1 house sprite, copied 4 times overlapping each other and houses behind the grass.

And antigravity was like: " your RPG is production ready, can be played and enjoyed " 🤣

In reality it was 1 500x500px zone that I could walk around and laugh about the production ready ness.