Results 280 comments of Simon Weber

Ah, yes, it's case-sensitive. Behind the scenes this is done by https://github.com/google/lovefield, and it doesn't look like it supports case-insensitive sorts out of the box. The simplest way to support...

Yeah, I've started leaning that way too: using random sorting seems like a better overall solution. The only times I've personally found myself wanting skip is when debugging.

Huh, that's an interesting idea. The 0-1 value currently used for random sorting could be reused to implement it. I think it'd have to be a separate section of the...

Though I guess the way I'm thinking about it, it'd be easier to have the input be a percentage so it could be directly compared to the stored random value....

It took a while, but I finally pinned this one down. Here's the lovefield bug: https://github.com/google/lovefield/issues/182. It only affects playlists that contain a query like `or(foo.match, foo.match...)`.

Probably not if the order looks correct when testing: that sounds more like a problem with syncing. I'll track it in a new issue.

I'm not actually sure that will help much. In my testing, it still takes about 30 seconds for Google to push the changes to the client, giving people plenty of...

Syncing immediately doesn't always happen as of https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/91.

https://github.com/simon-weber/Autoplaylists-for-Google-Music/issues/97 should let us detect deletions while we're not running.