blob: 19d6f207e54acd832f2d44893977ab9b47237a1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
title: "Belated update"
permalink: '19-belated-update'
date: {m: 8, d: 3, y: 2017}
categories:
- 'dev'
- 'text'
---
# Belated update
Oh dear, I haven't published anything to this blog in nearly an entire month!
Obviously that's my fault; sorry nothing's really come to mind.
*However,* I did still do things in the last month; so, here's a simple little
summary of what comes to mind:
* I worked on [http-music][http-music]. A [lot][http-music-commits].
Interesting and important new features:
the entire playlist format has been changed (e.g. downloaders can be
manually specified per-track or [per-group][apply-example]);
it now supports [a bunch more sites][youtube-dl-supportedsites];
playlists can be downloaded from websites;
playlists that are modified at runtime ("active" playlists) can be exported;
and SoX now works again, so you don't need to install mpv (which has been
*very* difficult to install, for me).
* I put some effort into [a couple][promise-all]
[StackOverflow posts][redefine-private], but they were ignored.
* I [celebrated][1500000000000] hitting Unix timestamp 1500000000.
* I hacked around with my Raspberry Pi a bunch! My entire setup is now
(optionally) battery-powered, has a (small) monitor, and fits in a (hardly
portable) suitcase. [I wrote about my old setup a while ago;][pi-madness]
maybe it'd be potentially interesting to write about my new one!
* I drew a few things on paper. I've come to the conclusion that drawing on
paper is *much* nicer for, you know, drawing ideas??
I also went on a vacation for half the month. It was nice. (I'm not sure if it
makes up for this somewhat-underwhelming list of interesting things I did,
though..!)
[http-music]: https://github.com/towerofnix/http-music
[http-music-commits]: https://github.com/towerofnix/http-music/compare/master@%7B2017-07-01%7D...master@%7B2017-08-03%7D
[apply-example]: https://gist.github.com/towerofnix/cd7465a82c8b367eef221e61c3b6186e
[youtube-dl-supportedsites]: https://rg3.github.io/youtube-dl/supportedsites.html
[promise-all]: https://stackoverflow.com/a/44849645/4633828
[redefine-private]: https://stackoverflow.com/a/45237361/4633828
[1500000000000]: https://towerofnix.github.io/1500000000000/
[pi-madness]: posts/11-raspberry-pi-madness.html
|