So in the spirit of this community and not just to focus on the Reddit… issues… I thought it might be nice to get a topical conversation going in here.

Basically, what open source projects are you currently working on or are you heavily involved with?

I think it would be nice to see what projects people have on the go, get some publicity out there and otherwise talk about stuff that we should be discussing here.

  • backseat@beehaw.org
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    A music playout system. I put on an internet radio-like show each week and I needed a way to play music. The only solutions I could find were for Windows but my desktops are all Linux so I wrote my own.

    It differs a bit from the more usual “music player”. I need to know how long until the track ends and how long until it starts to fade out. I also want to add lots of comments so that I can talk about the tracks I’m playing.

    Over time I’ve added other features - tabbed playlists, automatic lookup of titles on Wikipedia, estimated start/end times for tracks I’ve yet to play, ability to edit mp3 tags and - well, quite a lot more. It’s just grown over time as I’ve needed things.

    I call it MusicMuster, but I haven’t actually open sourced it yet. I mean to, but imposter syndrome keeps popping up. I’ll just make the code a bit better, remove that hack, etc. Maybe you know how it is.

    • tonyor@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      but my desktops are all Linux so I wrote my own. Isn’t this always the way?