← Back to context

Comment by DisabledVeteran

1 month ago

I got tired of trying to find a good MP3 player that just worked so I created a website to function as an online MP3 player. I started adding sources for content and ended up supporting YouTube, Spotify, Twitch, Instagram, Vimeo, SoundCloud, Rumble, WSHH, Facebook and X. So now you can create playlists from all of those sources with features you would find on any decent MP3 player such as loop, repeat, etc. I also drew inspiration from YTInstant and created a real time search for content that allows you to type lyrics and song titles and it will instantly find your content. Finally, I said well while I'm at it, I might as well just recreate MySpace, so I did that too. Let me know your thoughts. https://plasas.com

Just scratching the surface, but this looks really cool! Thank you for sharing this. Sort of thing that should exist. Digging the development methodology too.

Reminds me of Kottke's project https://kottke.org/25/10/the-underscore-music-player

  • Hi! Thank you for that information. I will point out that my project solves a lot of problems that are not resolved in Kottke's Underscore including the following:

    - auto-syncing of your playlists to the server and locally (you can also download your playlists as .json or .txt)

    - auto-shuffle is included

    - complete support for mobile browsers

    - the ability to play the next item (and previous item) without having to reload the page

    - you are not limited to what you can listen to with an account

    - you can share playlists with others

    - access to my media player is 100% FREE, you do not have to pay $30yr - $600/yr as such with Kottke

    Also, Underscore gives you a random song on reload whereas my project works exactly like an MP3 player and even leaves off at the exact spot on the item you were just listening to on reload. As stated on that page, it was a vibe coded Claude project which is most likely why they are missing so many features.

    These are all things that would drive my crazy if they were not on an MP3 player which is why I made this solution.

    • Didn't mean to suggest your project isn't unique! I meant as more "you are addressing a problem lots of folks are also experiencing."

      1 reply →