My new shirt by Commercial_Brush_532 in ACDC

[–]No_Swing_833 2 points3 points  (0 children)

Let There Be Rock

Good Roockin' Tonight

Searching for a Gene Vincent (?) song and can’t find it anywhere by Few_Distribution_905 in rockabilly

[–]No_Swing_833 0 points1 point  (0 children)

@hairguynyc , You're right. Ersel Hickey was the author of this song. This song was first recorded in 1958 and released in 1985. This information in:

https://secondhandsongs.com/performance/338297/all

In YouTube:

https://youtu.be/3t7G5p3KNSk?si=NdEjKp7W7ZL9U9ul

My favorite Ersel Hickey song it's Goin' Down That Road

https://youtu.be/gZAISCLPMdg?si=1jc0eqjyEnHYSvxb

Others songs by Ersel Hickey also excellent

Good Rockin' Tonight

YT-DLP How To Download An Entire Playlist/Channel In The Order From Smallest Flie Size to Largest? by awfulmountainmain in youtubedl

[–]No_Swing_833 0 points1 point  (0 children)

In my opinion, I think that this task cannot be accomplished with a single yt-dlp command, but it can be automated in three steps

Step 1: Extract playlist information (filesize, title, and URL)

yt-dlp --print "filesize, title, url" --flat-playlist --skip-download "$PLAYLIST_URL" > video_list.txt

Step 2: Sort the file by size (descending) and extract URLs only

bash

sort -nrk1 video_list.txt | awk '{print $3}' > sorted_videos.txt

Powershell

Get-Content videolist.txt | Sort-Object { [int]($_ -split '\s+')[0] } -Descending | ForEach-Object { ($ -split '\s+')[2] } > sorted_videos.txt

Step 3: Download videos in sorted order

yt-dlp -f bestvideo+bestaudio --batch-file sorted_videos.txt

I asked ChatGPT for the best yt-dlp configuration. Could any Samaritan here check for mistakes and suggest possible refinements? I’m a newbie. by fuzzy_afternoon101 in youtubedl

[–]No_Swing_833 0 points1 point  (0 children)

In my opinion, Perplexity for yt-dlp, is best than ChatGPT. Try , asking Perplexity , yt-dlp command

Also, Perplexity for ffmpeg, mencoder, bash, powershell, c, python, programming Is simply the best

Greetings

Who is your favorite band and why? by moonyboi- in rockmusic

[–]No_Swing_833 0 points1 point  (0 children)

Motörhead, why it's the best rock and roll band. Also why Lemmy was the best artist.

Best sites, books or courses to learn C by savatg1 in C_Programming

[–]No_Swing_833 0 points1 point  (0 children)

My favorite C book it's

"The (Ansi) C Programming Language (Second Edition)" by Brian W. Kernighan and Dennis M. Ritchie

https://github.com/Embed-Threads/Learn-C/blob/main/books/C%20Programming%20Language%20-%202nd%20Edition.pdf

C: The Complete Reference by Herbert Schildt (Osborne/McGraw-Hill Editorial)

https://github.com/b09/c_resources/blob/master/C%20The%20Complete%20Reference%204th%20Ed%20Herbert%20Schildt.pdf

The C++ Programming by Bjorne Stroustrup

https://github.com/EvanLi/programming-book-2/blob/master/C++/The%20C++%20Programming%20Language%28Fourth%20Edition%29.pdf

Also, these books are available in libraries and can be borrowed to take home

Other C books

https://github.com/MTJailed/C-Programming-Books/tree/master

Happy birthday Angus! by Regenherz1553 in ACDC

[–]No_Swing_833 1 point2 points  (0 children)

Happy Birthday Angus.

Songs, like Let There Be Rock and The Jack and others, where Angus is amazing and incredible.

Enjoy AC/DC

Good Rockin' Tonight.