| Commit message (Collapse) | Author | Age |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
The current shell session seems to redirect std{out,err}, so it's
utterly useless.
|
| | |
|
| | |
|
| |
|
|
|
| |
As `ly` runs under `root`, it obviously cannot access `soispha`'s
desktop target files.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
That makes integration for display managers possible.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
The previous code only cared if the weight was positive, neutral, or
negative; which meant that it considered a track with weight = -1 equal
to one with weight = -999. This algorithm now performs a weighted
random selection based on the weight.
|
| | |
|
| | |
|
| |
|
|
|
| |
This tries to keep the playlist size somewhat bounded, but is probably
not yet a perfect solution.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
It is easier to handle the messages before sending them.
The only thing we lose is the ability to specify messages via external
clients.
|
| | |
|
| |
|
|
|
| |
It returns number of bytes, as such a char such as `Á` has a length of
2.
|
| |
|
|
| |
That is already covered by the `by-name` update script.
|
| | |
|
| | |
|
| |
|
|
|
| |
I don't see a reason to override this, considering, that the reason
specified in the comment is obsolete.
|
| |
|
|
| |
It has recently been dropped from it's default-enable state.
|
| | |
|
| |
|
|
| |
This is way more useful, than hard-coding `localhost:6600`.
|