this post was submitted on 16 Oct 2024
529 points (99.3% liked)

Technology

59374 readers
3392 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 122 points 1 month ago (44 children)

Unsurprising given that their repo's license was a contradictory mess

Anyways I'd recommend using Strawberry instead

It's an actual Free and Open Source music player:

[–] [email protected] 11 points 1 month ago (25 children)

Strawberry doesn't support about a dozen audio formats I use, so until it's got wider support I have to pass.

[–] [email protected] 19 points 1 month ago (14 children)

You have support for .wav .flac .mp3 .opus, why would you use anything else?

[–] [email protected] 4 points 4 weeks ago (1 children)

If it doesn't play Amiga era .mod files, is it really even a music player?

[–] [email protected] 3 points 4 weeks ago

Funny enough, it does. Here's the full list of supported formats. Line 54:

const char FileView::kFileFilter = ".wav *.flac *.wv *.ogg *.oga *.opus *.spx *.ape .mpc " ".mp2 *.mp3 *.m4a *.mp4 *.aac *.asf *.asx .wma " ".aif *.aiff *.mka *.tta *.dsf .dsd " ".cue *.m3u *.m3u8 *.pls *.xspf .asxini " ".ac3 .dts " ".mod *.s3m *.xm .it" ".spc *.vgm";

Although like .spc, it doesn't support seeking, you have to listen to the whole file in order or restart for the beginning.

load more comments (12 replies)
load more comments (22 replies)
load more comments (40 replies)