Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-30 | Increase max_retries default value | Lars-Dominik Braun | 1 | -1/+2 | |
Back to default value before ff4f15214100d209f39e4ed85f47e572c8fe9289. It is used by the player as well and since 403’s are considered an “error” it must be larger than the number of files per playlist (4). See issue #672. | |||||
2018-10-30 | Improve QuickMix selection error message | Lars-Dominik Braun | 1 | -3/+3 | |
See #668. | |||||
2018-10-30 | Add GitHub issue template | Lars-Dominik Braun | 1 | -0/+19 | |
2018-10-30 | Add network timeouts and retries | Lars-Dominik Braun | 7 | -21/+29 | |
All network operations can time out now. API requests are retried up to three times (default). Replaces setting max_player_errors with max_retries, which is used for player and API. Adds timeout setting. Partially reverts 436a1d4012553a2f33d0e3a5180b3b5ae0378bdd and fixes (at least) issue #657. Thanks to @exarkun for testing. | |||||
2018-10-30 | contrib: Remove wrong comment about 192k audio | Lars-Dominik Braun | 1 | -2/+0 | |
Closes #634 | |||||
2018-10-30 | contrib: Add usage to multi.sh | Lars-Dominik Braun | 1 | -2/+12 | |
Closes #648 | |||||
2018-10-30 | Corrected markdown link | Danny Lloyd | 1 | -2/+1 | |
2018-10-30 | Fix logic for marking station (deleted) | Lars-Dominik Braun | 1 | -8/+7 | |
For songs with no station associated (NULL) “(deleted)” was shown unconditionally. Hide it. Fixes commit 4dfca5b56b441faf4938b6c8e97585f68e468039. | |||||
2018-10-30 | piano: Fetch extended attribs for station info | Lars-Dominik Braun | 2 | -0/+8 | |
We can show the song length in the feedback list now. | |||||
2018-10-30 | Show station in song lists | Lars-Dominik Braun | 6 | -17/+47 | |
Iff song’s station is not the current station. This is only the case for the song history right now. Closes #638 | |||||
2018-10-30 | Add tired rating to song | Lars-Dominik Braun | 8 | -13/+46 | |
Now we can show a tired icon in the history. Closes #637. | |||||
2018-10-30 | Add (optional) song duration to song list format string | Lars-Dominik Braun | 2 | -4/+14 | |
Closes #636. | |||||
2017-05-18 | Back to -dev. | Michał Cichoń | 1 | -1/+1 | |
2017-05-18 | Merge tag '2017.05.18' into develop | Michał Cichoń | 8 | -13/+218 | |
2017.05.18 * Synchronize with upstream * Fixed: Handle escaped authority url components. pianobar-windows-binaries/#3 | |||||
2017-05-18 | Merge branch 'release/2017.05.18'2017.05.18 | Michał Cichoń | 34 | -434/+790 | |
2017-05-18 | Bump version to 2017.05.18 | Michał Cichoń | 1 | -1/+1 | |
2017-05-18 | Update README.md | Michał Cichoń | 1 | -12/+14 | |
2017-05-18 | Add AppVeyor configuration. | Michał Cichoń | 1 | -0/+79 | |
2017-05-18 | Add screenshot. | Michał Cichoń | 1 | -0/+0 | |
2017-05-18 | Add release content. | Michał Cichoń | 3 | -0/+96 | |
2017-05-18 | Handle escaped authority url components. pianobar-windows-binaries/#3 | Michał Cichoń | 1 | -0/+28 | |
Authority username and password now can be escaped to handle special characters. | |||||
2017-05-17 | eventcmd.sh: Guard against spaces in path | Richard Hartmann | 1 | -1/+1 | |
2017-05-17 | contrib: Use $XDG_HOME_CONFIG | Lars-Dominik Braun | 1 | -1/+1 | |
Fixes #618. | |||||
2017-05-17 | Fix use-after-free when deleting station | Lars-Dominik Braun | 1 | -0/+2 | |
Eventcmd uses both, selStation and selSong. Fixes #617. | |||||
2017-05-17 | Switch to #pragma once | Lars-Dominik Braun | 18 | -65/+16 | |
# Conflicts: # src/http/http.h # src/player.h | |||||
2017-05-17 | piano: Replace deprecated json_object_object_get | Lars-Dominik Braun | 1 | -74/+105 | |
# Conflicts: # src/libpiano/response.c | |||||
2017-05-17 | Sort manpage, remove non-existing tls_fingerprint | Lars-Dominik Braun | 2 | -21/+18 | |
2017-05-17 | Added gain_mul setting to soften effect of replaygain. | Sean Greenslade | 4 | -1/+12 | |
2017-05-17 | add uninstall into makefile | Felix Wong | 1 | -1/+10 | |
2017-05-17 | Exit when no email/password was entered or ^C was pressed | Lars-Dominik Braun | 1 | -9/+12 | |
Fixes #600. # Conflicts: # src/main.c | |||||
2017-05-17 | Replace getline() with fgets() | Lars-Dominik Braun | 1 | -6/+59 | |
Mac OS X 10.6 compatibility, fixes #572. # Conflicts: # src/settings.c | |||||
2017-05-17 | Support binding to a specific network interface | blmpl | 4 | -0/+16 | |
Closes #597. # Conflicts: # src/ui.c | |||||
2017-05-17 | Show status code text if no other source of error is available. | Michał Cichoń | 5 | -65/+81 | |
2017-05-17 | Makefile: Provide a way to disable silent rules | Lars-Dominik Braun | 1 | -16/+24 | |
Fixes #571 # Conflicts: # Makefile | |||||
2017-05-17 | Add default value for rpcTlsPort | Lars-Dominik Braun | 1 | -1/+1 | |
Passing NULL to printf and the result to curl may or may not work. YMMV. Fixes #574. # Conflicts: # src/ui.c | |||||
2016-08-25 | Update README.md | Michał Cichoń | 1 | -2/+2 | |
2016-08-25 | Update README.md | Michał Cichoń | 1 | -4/+0 | |
2016-08-25 | Update README.md | Michał Cichoń | 1 | -0/+4 | |
2016-08-25 | Update README.md | Michał Cichoń | 1 | -1/+8 | |
2015-12-10 | Add missing new line after password prompt. | Michał Cichoń | 1 | -295/+342 | |
2015-12-10 | Merge tag '2015.12.10' into develop | Michał Cichoń | 2 | -1/+27 | |
Release 2015.12.10 - Fix: Fix I/O on Windows 8.x and Windows 10 - Fix: Improve Windows Media Foundation backend | |||||
2015-12-10 | Merge branch 'release/2015.12.10'2015.12.10 | Michał Cichoń | 9 | -324/+365 | |
2015-12-10 | Bump version and update changelog | Michał Cichoń | 2 | -1/+27 | |
2015-12-10 | Windows 8+ compatibility and WMF player fixes. | Michał Cichoń | 7 | -323/+338 | |
2015-12-10 | Fix crash for long printfs | Michał Cichoń | 1 | -1/+1 | |
2015-12-10 | Don't check errors on Stop() to avoid breaking playlist playback. | Michał Cichoń | 1 | -4/+8 | |
2015-12-10 | Use custom function to feed console instead of trying to be clever and ↵ | Michał Cichoń | 6 | -319/+330 | |
capturing stdout. This fixes IO on Windows 8 and Windows 10. | |||||
2015-12-05 | Merge tag '2015.12.05' into develop | Michał Cichoń | 1 | -1/+1 | |
Release 2015.12.05 | |||||
2015-12-05 | Merge branch 'release/2015.12.05'2015.12.05 | Michał Cichoń | 19 | -921/+3126 | |
2015-12-05 | Bump version. | Michał Cichoń | 1 | -1/+1 | |