https://github.com/freesteph/bbc6.el
Get the latest track from BBC6 in Emacs
https://github.com/freesteph/bbc6.el
Last synced: about 1 year ago
JSON representation
Get the latest track from BBC6 in Emacs
- Host: GitHub
- URL: https://github.com/freesteph/bbc6.el
- Owner: freesteph
- Created: 2021-04-29T12:12:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T13:04:46.000Z (over 3 years ago)
- Last Synced: 2025-04-01T17:15:19.997Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 6.84 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* BBC6.el
For the very niche subset of Emacs users who:
- are in the United Kingdom;
- are listening to BBC6 *not* on their computer;
- want to know what the latest track is.
* Instructions
** Install the file somewhere and load it
#+begin_src emacs-lisp
(load "/path/to/bbc6.el")
#+end_src
** Get the track
#+begin_src
M-x bbc6-what-track-now
#+end_src
* Options
** ~bbc6-file-record~
#+begin_src emacs-lisp
(defcustom bbc6-file-record nil
"If non-nil, append every successful lookup to the file along
with the date."
:group 'bbc6
:type 'file)
#+end_src
For example:
#+begin_src emacs-lisp
(setf bbc6-file-record "~/Music/bbc6")
#+end_src