linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

kumare, in New laptop

My actual laptop is a Librem 14 by Purism and it is amazing!! I would recomend also checking system76.com/laptops , es.starlabs.systems and minifree.org These all come with linux, are made with coreboot or libreboot installed and are privacy and security oriented.

anothermember, in What's your favorite music player on Linux?

VLC because it works with everything and it doesn’t try to organise my music collection for me.

limelight79,

Yeah why the fuck does everything have to organize your collections?

I use Darktable for editing pictures; I have my own organization system and do not need Darktable’s help with that…why does Darktable feel the need to be my collection organizer, too? (Because other photo editing programs do it, that’s why, and apparently some people do use that feature. I just don’t need it.)

anothermember, (edited )

It just adds another layer of abstraction when my file manager works just fine. I think it started back in the iPod days, and now you have a generation of people who don’t know how to manage files.

limelight79,

Very possible. I like how Jellyfin and Plex are like, “We’ll use your collection where it sits and try to figure out show name, season, and episode number from your filename convention!” And it mostly works.

Unfortunately when I installed Jellyfin, it put a lot of metadata in my /var partition, which was low on space. Oops on that one. So I had to shut down Jellyfin and delete the data until I get that situation resolved (that partition needs more space anyway).

amju_wolf, (edited )
@amju_wolf@pawb.social avatar

…which is pretty ironic considering that the way they do it (at least in Jellyfin) is extremely limited and for some reason they don’t use the file metadata. Like, I already have all the music metadata correct. So use that, not some fucking filename.

amju_wolf,
@amju_wolf@pawb.social avatar

Because unlike your file manager both Darktable and any decent music player can work with file metadata in addition to the actual files.

And why do they do it? Because most people like to use it that way - instead of painstakingly making sure your files are in the correct folders (and then being fucked when you want to play anything that’s not sorted like that - say, you have everything by artist and album, but now you want to play everything by a specific genre; or in image editing you want to filter by how you rated that picture so you know which one to pick for an edit).

Not everyone needs that, sure. But most people appreciate it - especially if the software does it well.

prole,

You can do all of that with most basic file explorers. I use Dolphin on KDE. Change the view to “details” and right click the top and choose which metadata fields you want to show up. Then you can sort or filter using metadata.

chitak166, in New laptop

I highly recommend checking out old.reddit.com/r/LaptopDeals/ daily until you find something that meets your needs and budget.

superbirra,

lol @ppl who downvote this

mexicancartel, (edited )

I hope this exists, let me type !LaptopDeals

Shit it doesnt

Jumuta, in New laptop

starlabs maybe?

PoseidonsWake, in What's your favorite music player on Linux?
@PoseidonsWake@lemmy.world avatar

Strawberry [clementine fork]

m12421k, in What's your favorite music player on Linux?

lightweight media server Super fast indexing. Smooth web client. Also supports the subsonic api. I’ve been using the web client locally for some years now. I can also access my library on the go with substreamer on Android which is great. github.com/epoupon/lms

exoplanetary, in Linux reaches new high 3.82%
@exoplanetary@lemmy.world avatar

Just made the switch at the end of December alongside making my new PC. Feels very refreshing to actually be in control of my own computer. I’ve barely run into any issues gaming either, which is a welcome surprise - Proton remains one of the best things Valve has ever done.

SVcross, in Linux reaches new high 3.82%
@SVcross@lemmy.world avatar

This is the year I’m porting my family to Linux. Starting this summer!

hungover_pilot, in How to use a portable SSD for a travel OS with Linux?

I do this same thing. I have Ubuntu on an external ssd with its own EFI partition. I followed this guide to get it setup and it works great.

itsfoss.com/intsall-ubuntu-on-usb/

atmur, in What's your favorite music player on Linux?

I stream from my Navidrome server, Supersonic is great.

Turbo,

+1 for navidrome running on my nas

I use the navidrome server and web player on my Linux os and my phone.

You use supersonic to connect to navidrome as the front end? Any advantage?

atmur,

Navidrome’s web player is actually pretty good and I could totally live with it if third party clients weren’t an option. Supersonic is more performant when loading 1800+ song playlists though, and infinite scrolling instead of the paginated web library is really nice.

Turbo,

Thank you. Yes the infinite scrolling would be nice.

I haven’t loaded that many playlists or songs yet so I will keep an eye on performance and remember supersonic…

Cheers mate!

Whey_Isolate, in What's your favorite music player on Linux?
@Whey_Isolate@lemmy.blahaj.zone avatar

MPD + Cantata
For the most part I just lump all my music into one playlist regardless of album or genre, but day to day I also use several different computers, and I find MPD to be the best for syncing configurations across all of them. Cantata also allows me to see album artwork and track information really easily and has good touchscreen support compared to terminal-based MPD clients.

const_void,

Cantata

Sadly it looks like it’s no longer maintained

github.com/CDrummond/cantata

WeAreAllOne,

+1 for Cantata! Although it’s not maintained, there’s really nothing missing from it. It’s complete as it is! Plays anything and you can also have your podcasts and web radio stations in it.

Rozauhtuno, in What's your favorite music player on Linux?
@Rozauhtuno@lemmy.blahaj.zone avatar

No one really. I’ve tried a bunch but never found one that felt just right. Clementine is the one that gets the closest.

I really wish MusicBee had a Linux port, it’s the only thing I miss from Windows.

masinko,

I love MusicBee. Was browsing through this post to see if anyone recommended anything that is similar to it, but still nothing.

FergleFFergleson,

Clementine

If you liked Clementine, check out Strawberry. Clementine hasn’t been updated since 2016. Strawberry is a fork of the Clementine code base and essentially picks up where Clementine left off.

www.strawberrymusicplayer.org

jelloeater85,
@jelloeater85@lemmy.world avatar

Man, I miss MusicBee, it was a beast. I wish it was on Linux.

stefenauris, in Messed up my fonts
@stefenauris@pawb.social avatar

Most terminal programs come with a profile option, can you try making a new one and see if that resets your settings for you?

risencode, in I have started using fedora silverblue

Okay, thanks for your blog post buddy 👍

itsralC,

Thanks for your positivity bro, don’t see that often around here

brax, in New Linux user here. Is this really how I'm supposed to install apps on Linux?

sudo synaptic for a graphical package manager.

Otherwise, just use sudo apt-get if the program you want isn’t there, you may need to download the source and compile it yourself

callyral,
@callyral@pawb.social avatar

Or just download a binary if the program offers one

brax,

How do you ensure you have the right dependencies if you do that?

callyral,
@callyral@pawb.social avatar

usually it’s an appimage, i mistakenly said binary. although there are programs that offer ELF binaries, in that case you can try running it. if it doesn’t run, check the list of runtime dependencies for the program and install what is necessary using your package manager.

lefixxx,

Are you suggesting to a new user to build from source when he can’t run a couple of commands?

brax,

They asked how to do it, I wanted to make sure that they knew that an application not existing in the repo doesn’t mean the application isn’t actually available.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #