Xatolos@reddthat.com to Technology@lemmy.worldEnglish · 2 months agoWinamp deletes entire GitHub source code repo after a rocky few weeksarstechnica.comexternal-linkmessage-square115fedilinkarrow-up1522arrow-down14
arrow-up1518arrow-down1external-linkWinamp deletes entire GitHub source code repo after a rocky few weeksarstechnica.comXatolos@reddthat.com to Technology@lemmy.worldEnglish · 2 months agomessage-square115fedilink
minus-squaredezmd@lemmy.worldlinkfedilinkEnglisharrow-up4·2 months agoIf it doesn’t play Amiga era .mod files, is it really even a music player?
minus-squaretekato@lemmy.worldlinkfedilinkEnglisharrow-up3·2 months agoFunny 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.
If it doesn’t play Amiga era .mod files, is it really even a music player?
Funny enough, it does. Here’s the full list of supported formats. Line 54:
Although like .spc, it doesn’t support seeking, you have to listen to the whole file in order or restart for the beginning.