Adrian Sampson
Adrian Sampson
Perhaps it's possible to use a YAML escape? You'll probably want to google the syntax, but maybe it's `"\x00"` or something similar.
Great!
Getting new data in the future should just entail an `mbsync`. > A related question, what is exactly the difference between the commands Update, Write and MBSync? - `update`: take...
Yep, exactly!
Unfortunately no—the `genres` field is a pretty weird thing. It's kind of a partial implementation of a much grander idea where fields can have lists as values, but it's not...
No, no objections—this seems like the right thing to do! Thank you for getting started on this. I will look at the commits in #4374 in more detail in a...
Cool! This is a solid idea. To clarify for anyone who's interested in diving into an implementation, this issue is not specific to the `max_rec` settings. Rather, we don't have...
Thanks for pointing that out! And for looking into it. 🎧 ✨
Sounds great, if you're interested!
Having a timeout doesn't seem like a bad idea! But most of our interactions with web services has not included special-purpose timeouts, and it hasn't been a huge problem. But...