- 06 Apr, 2021 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
May allow the compiler to optimize calls away.
-
- 29 Mar, 2021 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 24 Mar, 2021 1 commit
-
-
Simon Persson authored
Add support for the following tags when using the proxy database plugin: WORK CONDUCTOR LABEL GROUPING MUSICBRAINZ_WORKID COMPOSERSORT ENSEMBLE MOVEMENT MOVEMENTNUMBER LOCATION
-
- 13 Mar, 2021 3 commits
-
-
Max Kellermann authored
-
John Regan authored
Upcoming release of game-music-emu will support it, details here: https://bitbucket.org/mpyne/game-music-emu/pull-requests/23/rsn-support
-
Shen-Ta Hsieh authored
-
- 10 Mar, 2021 19 commits
-
-
bitkeeper authored
The current http output doesn't provide a header for cross-origin support. This prevents to use the mpd http stream directly from an other webapplication due the origin from the webpage differs from then the audio stream. The fix is to add the following header to the http response: Access-Control-Allow-Origin: *
-
Simon Persson authored
This commit adds some tags that are (mostly) interesting for listeners of classical music. Ensemble -------- This is an ensemble that is playing the music, such as Wiener Philharmoniker. The tag can be used to distinguish the ensemble from the conductor, composer, soloist, and ensemble, that are generally all in the "ARTIST" tag. Movement ------- The movement number and movement (name) of this track, i.e. "II" and "Allegro". ComposerSort ------------ Allows us to look for Beethoven's 9th under B, for Beethoven, not L for Ludwig. Location -------- This is the location of the recording, e.g. "Wiener Musikverein".
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Calling consume_all() is illegal in the producer thread.
-
Max Kellermann authored
Fixes bogus Delay() results at the start of playback, because Delay() thinks the output is paused.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes a bogus assertion failure (which can now be removed).
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Instead of generating silence, do nothing, don't waste CPU time.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This code is complicated - and broken: the producer thread is not allowed to call consumer methods. Also the code is not necessary because this plugin implements Interrupt().
-
Max Kellermann authored
OpenDevice was a confusing name because it does not actually open a device.
-
Max Kellermann authored
-
- 08 Mar, 2021 4 commits
-
-
Max Kellermann authored
Postpone the Start() call until there is something to be played.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-