Skip to content

Instantly share code, notes, and snippets.

@rornor
Last active September 26, 2022 06:23
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save rornor/7074617 to your computer and use it in GitHub Desktop.
  • echoprint.vbs
    This script provides song identification service. It depends on two programs: ffmpeg (or sox) and ENMFP_codegen. Their path has to be set inside script.

  • nest.vb
    LinqPad example

  • re_allmusic.vbs
    foobar2000, Biography View script that can be used to display artist biography and album review according allmusic.com scrapped with regex

  • allmusic.vbs
    foobar2000, Biography View script that can be used to display artist biography and album review according allmusic.com

  • [coverSearch.hta] (https://gist.github.com/5498e3a1fce1cce02b59)
    Uses Google, Bing and Amazon search engines to simplify album cover search

  • [artistSearch.hta] (https://gist.github.com/8754222)
    Uses Google, Bing and Amazon search engines to simplify artist search

  • [mp4split.py] (https://gist.github.com/2879fb5b95ded50a9e09)
    Split MP4 on chapters (by using mp4box)

  • gspls.hta
    Plays any supported playlist utilizing GrooveShark library

  • tinygs.hta
    Simple interface for querying GrooveShark

  • songecho.hta
    Same as echosong.vbs but with a GUI as HTA application + embedded XSPF player

  • songecho.hta
    Same as echosong.vbs but with a GUI as HTA application

  • lastfm_bio.vbs
    Full lasf.fm bio script for foobar2000 Biography View

  • soundcloud.vbs
    foobar2000, Biography View / Run Services script that allows querying SoundCloud then retrieving playlist automatically and at the same time displaying SoundCloud info in Biography View panel

  • talk.vbs
    foobar2000, Biography View script that uses SAPI to announce playing track at playback start

  • foo_lyrics.vbs
    foobar2000, Biography View script that dynamically displays lyrics from dug's database

  • echosong.vbs
    foobar2000, Run Services script for creating dynamic playlist based on single track as seed. It's fully automated if COM Server component is available, otherwise it creates XSPF playlist which can be loaded manually.

  • mb_discography.vbs
    foobar2000, Biography View script to list playing artist discography according MusicBrainz

  • shout.vbs
    foobar2000, Biography View script with initial idea for identifying SHOUTcast track artist/title, then it evolved to general track info, when such info may be desired and unknown, like while listening streams

  • lastfm_track.vbs
    foobar2000, Run Services script that provides last.fm track specific actions

  • id.xsl
    Get foobar2000 playback statistics ID hashes for tracks with play count greater then 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment