Blame upmpdcli.changes

1822dc
-------------------------------------------------------------------
497172
Sat Dec  3 11:08:35 UTC 2022 - Michael Pujos <pujos.michael@gmail.com>
497172
497172
- update to 1.6.2:
497172
  * Media Server: uprcl, qobuz, upradios: properly implement
497172
    UPnP Browse(Metadata), for the sole use of Kodi, probably.
497172
  * Uprcl container sort: sort by file names if there are no tags
497172
    (e.g. wav files).
497172
  * Uprcl: add uprclnotag view configuration variable to disable the
497172
    "Tag View" entries in the folders tree.   
497172
  * Make configuration parameter names case-insensitive
497172
  * Small bugs fixes
497172
- update to 1.6.1:
497172
  * uprcl: process custom tags (not predefined anywhere) as regular ones.
497172
  * main: change order of media server and renderer initialisations so
497172
    that the media server does not have to wait for mpd.
497172
- update to 1.6.0:
497172
  * Allow all configuration variables to also be set through
497172
    environment variables named UPMPD_xxx where xxx is the upper-cased
497172
    version of the variable name. This should facilitate running
497172
    upmpdcli in a container.
497172
  * Change the names of the low level UPnP library log variables from
497172
    UPMPDCLI_xxx to UPMPD_xxx and manage them in the same way as the rest
497172
    (with config entries too).
497172
  * Allow substituting the host name (%h,%H) and version info (%v) in
497172
    the configured friendlyname. The default friendlyname is now UpMpd-%h
497172
  * Uprcl: use same host as upmpdcli by default. Add uprclport configuration
497172
    variable to only set the port
497172
- update to 1.5.20:
497172
  * Uprcl: preserve stored playlist order
497172
  * Uprcl: choose folder image file rather than track-embedded art for folder or album
497172
  * Uprcl: misc fixes.
497172
497172
-------------------------------------------------------------------
1822dc
Sat Aug 13 10:59:31 UTC 2022 - Michael Pujos <pujos.michael@gmail.com>
1822dc
1822dc
- update to 1.5.19:
1822dc
  * Fix uprcl web control interface (asking for update did not work)
1822dc
  * Fix upradios stations list order
1822dc
- update to 1.5.18:
1822dc
  * Create an upmpdcli group during installation and change the group
1822dc
    to upmpdcli when started as root (in addition to the setuid())
1822dc
  * uprcl: try to show more information when the initialisation fails
1822dc
1822dc
-------------------------------------------------------------------
dcc5e4
Wed Jun  1 15:20:02 UTC 2022 - Michael Pujos <pujos.michael@gmail.com>
dcc5e4
dcc5e4
- update to 1.5.17:
dcc5e4
   * Fix Qobuz plugin consecutively to small change in Qobuz interface
dcc5e4
- update to 1.5.16:
dcc5e4
   * Fix radios using Apple Live Streaming, which were broken in 1.5.14
dcc5e4
- update to 1.5.15:
dcc5e4
   * Fix possible deadlocks when switching to Songcast mode
dcc5e4
- update to 1.5.14:
dcc5e4
   * Added mediaserver module for listing and listening to  BBC radio stations 
dcc5e4
ba951c
-------------------------------------------------------------------
81c23c
Sun Mar 20 09:56:32 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
81c23c
81c23c
- add upstream signing key and validate source signature
81c23c
81c23c
-------------------------------------------------------------------
72f8c9
Tue Dec 14 13:15:25 UTC 2021 - Michael Pujos <pujos.michael@gmail.com>
72f8c9
72f8c9
- update to 1.5.13:
72f8c9
   * Enable L16 by default as it is handled correctly by current mpd versions
72f8c9
   * Add the mpd version to the description version string
72f8c9
   * Change Qobuz default format to 6 (44.1/16 FLAC)
72f8c9
   * Misc small bug fixes
72f8c9
- update to 1.5.12:    
72f8c9
   * Add small Media Server plugin (upradios) for exporting the radio list
72f8c9
   * uprcl: export the radio list as a playlist
72f8c9
   * uprcl: small improvements
72f8c9
   * Deezer, Qobuz: set pictures for artists and playlists
72f8c9
72f8c9
-------------------------------------------------------------------
9b719b
Fri Nov 26 08:42:11 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
9b719b
9b719b
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
9b719b
  * harden_upmpdcli.service.patch
9b719b
9b719b
-------------------------------------------------------------------
a744b0
Thu Apr 15 07:57:18 UTC 2021 - Michael Pujos <pujos.michael@gmail.com>
a744b0
a744b0
- update to 1.5.11:
a744b0
  * Fix rare possible issue with Kazoo volume control
a744b0
  * Passthrough for CDDA urls. An URL of the form:
a744b0
    http://upmpdprotoescape/cdda/dev/sr0/1
a744b0
    will be translated to: cdda:///dev/sr0/1
a744b0
    This hack allows tunneling CDDA URLs, which mpd understands but
a744b0
    some control points don’t like, for example, to construct a
a744b0
    playlist which will play the tracks from a CD device
a744b0
  * Reconnect the event loop when mpd restarts. Before the fix,
a744b0
    events stopped being generated after mpd restarted
a744b0
  * Radio metadata issues fixed
a744b0
  * Media Server: Deezer streaming service plugin
a744b0
  * Fix events not working when mpd had password set
a744b0
a744b0
-------------------------------------------------------------------
2af704
Tue Jan 19 11:14:55 UTC 2021 - Michael Pujos <pujos.michael@gmail.com>
2af704
2af704
- update to 1.5.8:
2af704
  * Fix a number of memory leak and locking issues detected by valgrind/helgrind.
2af704
  * Improve performance of big playlist insert by rate-limiting events.
2af704
  * Fix possible crash when started while mpd is not running.
2af704
2af704
-------------------------------------------------------------------
232a93
Thu Dec 31 14:38:34 UTC 2020 - Michael Pujos <pujos.michael@gmail.com>
232a93
232a93
- update to 1.5.7:
232a93
  * Fix timeout issue while in long pause
232a93
    (>60S, play transition started from other client was not detected)
232a93
  * Fix ohinfo issue resulting in no cover art display in Kazoo "currently playing" screen.
232a93
  * Fix a number of issues in radio metadata.
232a93
  * The minimum effective volume adjustment was 5. Reset it to 1.
232a93
  * Cache update issues in OH playlist resulted in incomplete metadata.
232a93
232a93
-------------------------------------------------------------------
f32dfb
Wed Dec  9 13:56:21 UTC 2020 - Michael Pujos <pujos.michael@gmail.com>
f32dfb
f32dfb
- update to 1.5.5:
f32dfb
  * Fix issue with removing tracks from the playlist (sometimes slow or freezed).
f32dfb
  * Fix bad locking causing multiple execs of radio scripts.
f32dfb
  * Setting lumincompat = 1 is not useful any more and crashes some Kazoo versions.
f32dfb
    So you should keep the default value which is off.
f32dfb
  * Improve metadata processing when playing radios with BubbleDS.
f32dfb
f32dfb
-------------------------------------------------------------------
ba951c
Wed Nov 25 12:31:40 UTC 2020 - Michael Pujos <pujos.michael@gmail.com>
ba951c
ba951c
- update to 1.5.2:
ba951c
  * Modify a few things which should not have mattered but which prevented Lumin to work with upmpdcli
ba951c
  * Qobuz plugin working again (for now), by identifying itself as the web client (thanks to qobuz-dl on github)
ba951c
  * Fixed crash
ba951c
  * Will now generate events for bitrate changes when playing
ba951c
ba951c
- update to 1.5.1:
ba951c
  * Fix small issue resulting in missing metadata in ohinfo
ba951c
ba951c
-------------------------------------------------------------------
ba951c
Thu Nov 19 10:39:33 UTC 2020 - Michael Pujos <pujos.michael@gmail.com>
ba951c
ba951c
- removed unneeded systemd.obscpio
ba951c
- spec: removed unneeded %global __python python3
ba951c
- spec: removed unneeded autoconf, automake build deps
ba951c
ba951c
-------------------------------------------------------------------
ba951c
Sun Nov 15 21:07:46 UTC 2020 - Michael Pujos <pujos.michael@gmail.com>
ba951c
ba951c
- update to upstream version 1.5.0
ba951c
ba951c
-------------------------------------------------------------------
ba951c
Sat May 16 11:42:12 UTC 2020 - Michael Pujos <pujos.michael@gmail.com>
ba951c
ba951c
- added explicit dependency on libupnp to force packqhe recompilaiton
ba951c
when libupnp version changes (eg libupnp15 => libupnp16)
ba951c
ba951c
-------------------------------------------------------------------
ba951c
Fri Jan 24 18:39:54 UTC 2020 - Michael Pujos <pujos.michael@gmail.com>
ba951c
ba951c
- Initial version of upmpdcli 1.4.5