summaryrefslogtreecommitdiffstats
path: root/2020/info/05.md
diff options
context:
space:
mode:
authorBhavin Gandhi <bhavin192@geeksocket.in>2020-12-02 23:10:22 +0530
committerBhavin Gandhi <bhavin192@geeksocket.in>2020-12-02 23:18:49 +0530
commit45d45db6c2fa72d1eb0910ebee897aad6ac2bd78 (patch)
treed20804111d40abdeee5ce05caea012c24194222a /2020/info/05.md
parent5c67599f87d863f79e4a80958812426080483626 (diff)
downloademacsconf-wiki-45d45db6c2fa72d1eb0910ebee897aad6ac2bd78.tar.xz
emacsconf-wiki-45d45db6c2fa72d1eb0910ebee897aad6ac2bd78.zip
Formatting, typos - talk 04, 05, 06, 07, 28
Diffstat (limited to '2020/info/05.md')
-rw-r--r--2020/info/05.md106
1 files changed, 51 insertions, 55 deletions
diff --git a/2020/info/05.md b/2020/info/05.md
index a10cb1c5..874a01be 100644
--- a/2020/info/05.md
+++ b/2020/info/05.md
@@ -27,83 +27,79 @@ together yasnippet and the format macro.
<!-- from the pad --->
-Actual start and end time (EST): Start of Q&A: 2020-11-28T10.28.47 EST; End 2020-11-28T10.43.49
-
+- Actual start and end time (EST): Start of Q&A: 2020-11-28T10.28.47
+ EST; End: 2020-11-28T10.43.49
# Questions
-
## What does "Bard Bivoumacs" mean?
-
-Bad pun on "Bandcamp" — a bivouac is an improvised campsite and bard = band
-
+Bad pun on "Bandcamp" — a bivouac is an improvised campsite and bard = band.
## Does this meta-data workflow also support unsynchronized lyrics within ID3-tags (multi-line meta-data)?
+- The UI for EMMS is complex, a gazillion of functions in that
+ namespace.
+- Check EMMS info manual `(require 'emms-lyrics)` this uses lyrics
+ files outside of ID3-tags.
+- multi-line metadata may depend on the audio format?
-- The UI for EMMS is complex, a gazillion of functions in that namespace
-- check EMMS info manual (require 'emms-lyrics) this uses lyrics files outside of ID3-tags
-- multi-line metadata may depend on the audio format?
-
-
-## Is is possible to import batch meta-data?
-
-Not sure, guesses yes. It can connect to metadata services. Backend calls to shell programs for various purposes.
+## Is it possible to import batch meta-data?
+Not sure, guesses yes. It can connect to metadata services. Backend
+calls to shell programs for various purposes.
## My current workflow for tagging music is to first apply ReplayGain in foobar2000, fix egregious mistakes there (like funny directory structure, lack of album artist, &#x2026;), then use beets to apply metadata from Musicbrainz/Discogs and go over the remaining albums with foobar2000 again. I wondered whether there's a chance textual tagging could allow doing it all in one program, have you experimented with mass tag updates/queries?
-
-No experience with that, but it could be possible if someone™ made the right textual interface and would be very powerful (for example wdired could be an interesting inspiration).
-
+No experience with that, but it could be possible if someone™ made the
+right textual interface and would be very powerful (for example wdired
+could be an interesting inspiration).
## Is there a link to some info expanding your philosophy of how to compensate musicians, I was interested to learn more about that.
-
No; universal (basic?) income would solve a lot of problems.
-
## What Emacs theme are you using?
-
-kaolin theme, maybe aurora or bubblegum
-
+kaolin theme, maybe aurora or bubblegum.
## Are you using Doom Emacs, per chance?
-
-- Answered in chat, vanilla Emacs with doom-modeline
-- OK, thanks.
-
+- Answered in chat, vanilla Emacs with doom-modeline.
+- OK, thanks.
## Is SVG support built in to Emacs?
+It's builtin in Emacs 27 (and earlier:
+<https://www.emacswiki.org/emacs/EmacsSvg>). You can even take
+screenshots from within Emacs as SVG (if compiled `--with-cairo`).
-
-It's builtin in Emacs 27 (and earlier: <https://www.emacswiki.org/emacs/EmacsSvg>). You can even take screenshots from within Emacs as SVG (if compiled &#x2013;with-cairo)
-
-
-## How do you take SVG screenshots within emacs?
-
-
+## How do you take SVG screenshots within Emacs?
<https://www.reddit.com/r/emacs/comments/idz35e/emacs_27_can_take_svg_screenshots_of_itself/>
-
-## It seems Mac does not have support for cairo?
-
-
-- Might need to manually compile Emacs with support for cairo <https://www.reddit.com/r/emacs/comments/7ewewl/compiling_emacs_26090_with_cairo/>
-- Download source code then take a look at the &#x2013;help flag when running ./configure. Cairo support is experimental and can be enabled with ./configure &#x2013;with-cairo.
+## It seems Mac does not have support for Cairo?
+- Might need to manually compile Emacs with support for Cairo
+ <https://www.reddit.com/r/emacs/comments/7ewewl/compiling_emacs_26090_with_cairo/>
+- Download source code then take a look at the `--help` flag when
+ running `./configure`. Cairo support is experimental and can be
+ enabled with `./configure --with-cairo`.
- I see. Thanks again.
# Notes
-
-- Musician
-- Org document presented with org-tree-slide: <https://github.com/takaxp/org-tree-slide>
-- EMMS (<https://www.gnu.org/software/emms/>) for metadata authoring and organising playlists
- - Creates HTML from EMMS metadata
-- <https://github.com/jagrg/org-emms>
-- Publish music by Emacs.
-- I liked the example for beginners!
-- Uses literate programming style to be able to resume work w/o much time available for programming
- - See (info "(org) Working with Source Code") for single blocks <https://github.com/casouri/ftable/blob/master/ftable.elhat> can be executed in Emacs with C-c C-c
- - Several languages combined with noweb (info "(org) Noweb Reference Syntax")
-- SVG support used for buttons
-- <http://churls.world> °°°
-- Meta: "You can even take screenshots from within Emacs as SVG" — would it be possible to set up an SVG livestream&#x2026;?
- - I doubt it would be practical to do it at a high framerate, but it's worth trying out. The other disadvantage of the approach is that there's few vector animation formats (Flash, HTML5), so saving it losslessly to disk will be tricky.
-
+- Musician.
+- Org document presented with org-tree-slide:
+ <https://github.com/takaxp/org-tree-slide>
+- EMMS (<https://www.gnu.org/software/emms/>) for metadata authoring
+ and organising playlists.
+ - Creates HTML from EMMS metadata.
+- <https://github.com/jagrg/org-emms>
+- Publish music by Emacs.
+- I liked the example for beginners!
+- Uses literate programming style to be able to resume work without
+ much time available for programming.
+ - See `(info "(org) Working with Source Code")` for single blocks
+ <https://github.com/casouri/ftable/blob/master/ftable.elhat> can
+ be executed in Emacs with C-c C-c.
+ - Several languages combined with noweb `(info "(org) Noweb
+ Reference Syntax")`.
+- SVG support used for buttons.
+- <http://churls.world> °°°
+- Meta: "You can even take screenshots from within Emacs as SVG" —
+ would it be possible to set up an SVG livestream&#x2026;?
+ - I doubt it would be practical to do it at a high framerate, but
+ it's worth trying out. The other disadvantage of the approach is
+ that there's few vector animation formats (Flash, HTML5), so
+ saving it losslessly to disk will be tricky.