this post was submitted on 16 Jul 2026
74 points (94.0% liked)

Open Source

48403 readers
169 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 7 years ago
MODERATORS
 

For me MPV is the best.

you are viewing a single comment's thread
view the rest of the comments
[–] Hund@feddit.nu 5 points 3 weeks ago (2 children)

While they're technically the same type of software, it's still sort of like comparing apples to oranges.

VLC is your kitchen skink media players that comes bundled with basically everything possible.

mpv is more of a minimalist media player that let's the user add the features themselves using add-ons.

Me personally prefer mpv since it's minimal in every regard. I have turned of the OSC, and I use the keyboard for everything. I don't use a lot of extras, but the ones I have, is add-ons I couldn't probably live without, like yt-dlp and SponsorBlock (for YouTube).

I even use mpv as my music player with playlist that I manage using Neovim and the tool echo (to add new tracks to my playlists).

[–] minus5@lemmy.world 2 points 3 weeks ago (1 children)

how do you use echo to add songs to a playlist?

[–] Hund@feddit.nu 2 points 3 weeks ago

It's as simple as:

echo "example.ogg >> mixtape.m3u

[–] hexagonwin@lemmy.today 2 points 3 weeks ago (1 children)

TIL mpv had addons! sponsorblock seems useful