←back to thread

292 points nexo-v1 | 2 comments | | HN request time: 0.496s | source
Show context
prell ◴[] No.44066694[source]
I come from the times where winamp was the go-to music player. Today, even in the age of streaming services I still keep a local music library organized in folders. So, just as others here in the comments I built myself an old-school music player as a hobby project to listen to my music offline. It's a 1 page html/js app, has full keyboard controls and also features a simple queue mechanism functionality Check it out: https://nobsutils.com/mp
replies(4): >>44068507 #>>44069715 #>>44071448 #>>44106377 #
bromuro ◴[] No.44068507[source]
To me the go-to music player has always been foobar2000. (Replaced today by Cog app)
replies(2): >>44068559 #>>44071111 #
out-of-ideas ◴[] No.44068559[source]
2025 and im still rockin foobar2000 with 2000 plugins. wish a native linux binary was out though through wine is okay, just lacks native dark mode
replies(4): >>44069320 #>>44071011 #>>44071107 #>>44071542 #
andrew_lettuce ◴[] No.44069320[source]
Foobar2000 is the irfanview for audio, apps I still use regularly more than 20 years and counting.
replies(1): >>44070884 #
ibz ◴[] No.44070884[source]
foobar2000, IrfanView, Total Commander. The 3 apps I still miss after 15+ years of not using Windows (went through 10 years of OSX, now on Linux for probably 5 years).

There's just nothing like this trio on OSX or Linux.

replies(3): >>44071108 #>>44072682 #>>44072823 #
1. prmoustache ◴[] No.44072682[source]
I've used foobar2000 and irfanview when I was a windows user 20 years but I am struggling to figure out what these have that make them more desirable than comparable apps on linux.

I have all my image browsing / viewing / light editing usage covered with gthumb on Linux and rythmbox does it for me in term of music listening as it can play both my local files as well as net radios. I think kde users are naturally more into Amarok or Clementine but they are all probably fine enough. I have the feeling music listening is a problem that have been solved decades ago an all operating systems. Well with the exception of iOS apparently.

replies(1): >>44073966 #
2. RiverCrochet ◴[] No.44073966[source]
In the early 2000's I discovered Irfanview, and used it because it was lightweight and loaded jpeg's much faster than anything else I was using at the time - this was on a 133Mhz Pentium 1 running Windows ME with 56MB of RAM.

I also like Irfanview because:

A) It has every basic editing function you might need (crop, color adjust, blur/sharpen), great for ad-hoc one-off things. It has all these functions but loads just about instantly on my older laptop. For example, if I need to rotate a picture real quick, it's convenient to open it in Irfanview and just press L/R to orient it.

B) I like it for one-off converting pics from one format to another, and it's the only GUI program I've seen that lets you save as jpeg, but also specify the target size. So I can convert a 10MB PNG to a 256KB jpeg easily. I know this is trivial to do in Linux with the convert command but when, for example, working with pics from my phone, I'm already previewing it in Irfanview in the first place. Irfanview's save GUI actually exposes a lot of knobs for many image formats that I don't see on other programs.

C) If you want to extract images from a PDF, you can open the PDF in Irfanview and Irfanview will let you save out the individual images. At least for the PDFs I've tried it with.

D) The batch mode it has is decently implemented and is easier to use than Linux command line stuff for small jobs if Irfanview can take care of the need (less than 50 images), especially if the images are all over the place and not in one folder.

I'm so used to it I'll probably use it in Wine (if possible) if/when I actually make the jump to everyday desktop Linux, which Windows 11 may make me do finally.