home.social

#msxplayripper — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #msxplayripper, aggregated by home.social.

  1. Okay, instead of #coding on #MSXplayRipper, I ended up doing some more #ScratchYourOwnItches by creating 2 fairly simple #Bash #CLI scripts to help me track and re-open the media I've launched from the command-line: github.com/FiXato/cli_player_q

    #CliPlayerQueue basically wraps around #mpv, gets the page title, tracks it in a history file, and launched mpv.
    Afterwards I can browse the history file with the same command, or immediately filter it by title or URL.

    The title retrieval is very simple, and basically only works for YouTube and plain HTML pages atm, but f.e. Twitch support will be added soon.
    (There are probably pre-built solutions out there too, but I like #ReinventingTheWheel...)

  2. Put on some #MGS / #MGSDRV / #MGSEL #chiptune files via #WinAmp because that's the only #MediaPlayer that seems to support this #MSX audio format, plugged some headphones in, and getting ready to do a bit of related #coding on my #MSXplayRipper #PetProject. :)

  3. Managed to add #NicoNico (aka #NicoVideo.jp) support to my little HTML+JS playlist tool: github.com/FiXato/Streaming-Me

    So, now I can have #YouTube, #SoundCloud and NicoVideo.jp videos/songs in a single playlist for easy playback. :)

    Current example contains primarily #MSX or MSX-inspired #Music: fixato.org/music/player/msx-re

    Code of the #Python script to scrape links from a topic on msx.org is especially dirty because I copy/pasted it with minor changes from my #MSXPlayRipper project...

    #Coding