Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.06 KB

The Rathole Radio git-annex archive

This is just a git-annex repository (with some abomination under .datalad/) to provide convenient access to all episodes of the Rathole Radio. In each of the two sub-directories (mp3 and ogg) besides expected .mp3 and .ogg files you will find .cue files with information about timing/artist/title for the tracks Dan has played in those episodes. Such arrangement opens a number of opportunities

  • git grep PHRASE to e.g. find episodes with your favorite bands or titles you might remember

  • git annex get EPISODE_OF_INTEREST.mp3 (or .ogg) to fetch the content of the episode

  • Listen to those episodes with some player supporting .cue sheets (e.g., qmmp) which would allow you to navigate around the episode

Disclaimer: There might still be broken and missing entries. If you spot some, please file an issue on github.

Enjoy!