Kinran

Results 30 comments of Kinran
trafficstars

Yes, the "custom time" approach rather than a time offset sounds like a fine solution. I can see that people might find it less confusing, and it would provide the...

Ah, okay. That's a shame. For the record, you might not want to advertise it as a feature on the Play store until it's actually implemented. Now, if I set...

Hi @ESaller, I am very interested in your inline snippet for this! I have tried pasting your `item_fields:` block in my config.yaml file as-is, and referencing `$primary_album_artist` in the following...

I've done a bit of playing around with this, and I encountered two difficulties with @ESaller's snippet as-is: * If the lookup fails, beets crashes. * Singletons don't have an...

That would be cool! I suspect I'd be in over my head with that myself, but I'll do some reading and see if it seems at all realistic. In the...

@ESaller And thank you for the initial snippet. I would never have thought to query MB with the artist_id. I am playing around with trying to make a plugin out...

I have a very [rough prototype](https://gist.github.com/scruloose/19b876d66f54a6ae881119e7481b81c4) of a plugin that adds path variables for primary_artist, primary_artist_sort, primary_albumartist, and primary_albumartist_sort. I'm pretty sure it's terrible Python, but I got it to...

@rubiodamian: Cool! I didn't use string splitting because I was anticipating a nightmare of having to match 'and', '&', 'featuring', 'feat.', 'ft.', 'with', etc, and then deal with edge cases...

Hey, is there any movement on this? It seems to me like this would (at least mostly) solve Issue #1916. Auto-transliteration sounds cool but also seems like a *way* harder...

Right now, yes, but the plan is to have the NAS (which is a full-fledged Debian system) do an rsync pull from the Nefarious download directory when needed. For this,...