Aidan Epstein

Results 56 comments of Aidan Epstein

Not entirely sure, I usually try to avoid case insensitive filesystems. I did find these two issues, though: - https://github.com/beetbox/beets/issues/1496 - https://github.com/beetbox/beets/pull/1586 The second one uses `beets.util.is_filesystem_case_sensitive` which might work.

Thanks for the quick response! Yeah, sorry, I wasn't entirely sure what all to include in the report. Versions of packages: beets-git 1.4.9.r1031.gcbc045f1-1 beets-alternatives 0.10.1-1.1 I noticed that I wasn't...

Thanks, but I don't think it's that, I haven't removed items from my library in a long time.

Sorry about that, that's the one part of this part that I'm least proud of. I have no idea how to do UI design :) ![20210410_07h49m02s_grim](https://user-images.githubusercontent.com/8238401/114273999-00e19180-9a0c-11eb-98aa-acdff01e09a4.png)

What do you think of this? Too subtle? (I couldn't figure out how to get a Gtk.Separator to work, but it turns out I need hexpand=true.) ![20210411_08h13m52s_grim](https://user-images.githubusercontent.com/8238401/114309959-92b6d080-9ad8-11eb-9fdb-bb63c6835171.png)

OK, copied the code more or less from the DateSeparatorWidget: ![20210411_09h29m48s_grim](https://user-images.githubusercontent.com/8238401/114312725-33aa8900-9ae3-11eb-89b5-fb64b1035840.png) Edit: dimmed it a bit to match the date: ![20210411_09h43m57s_grim](https://user-images.githubusercontent.com/8238401/114313232-3dcd8700-9ae5-11eb-9414-19d105bd357e.png)

And here's a full-width version: ![20210411_09h58m35s_grim](https://user-images.githubusercontent.com/8238401/114313730-34451e80-9ae7-11eb-8a99-03c85d65f1d0.png)

I've been using this version as my daily driver for a while and it seems to be working fine. Anything else I'd need to do for it to be merged?

Thanks for the feedback! A couple questions: Could you clarify what you mean about backgrounding dino? I've removed most of the padding I intentionally added, but it seems there's still...

Ah, OK. Is there inprogress code anywhere with the new code so I can try porting my PR? Or is this something you're already looking at implementing?