this post was submitted on 10 Oct 2023
73 points (98.7% liked)

Linux

7847 readers
91 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Panda@programming.dev 10 points 1 year ago (2 children)

I only recently switched to Linux / POP!_OS so I'm still getting used to the file types, but what are .cue files generally used for? I don't think I've downloaded .cue files before.

[–] kuneho@lemmy.world 18 points 1 year ago (2 children)

.cue is kinda like a playlist, but for single files, like full albums or disk images.

[–] elbarto777@lemmy.world 3 points 11 months ago

Ah, index files!

[–] Panda@programming.dev 1 points 11 months ago

Oh right! Thanks!

[–] randomname01@feddit.nl 12 points 1 year ago (2 children)

Metadata for lossless music is the main use I’ve seen. It’s not that uncommon to download a lossless album and to just get one huge FLAC file and one cue file to distinguish which parts are which songs.

[–] Kusimulkku@lemm.ee 13 points 1 year ago

Disk images are the most common stuff I've seen them used with. In those cases it's .bin and .cue files

[–] Panda@programming.dev 1 points 11 months ago

Ah I see! Thanks for the explanation!