Blame upmpdcli.changes

1822dc
-------------------------------------------------------------------
Bernhard M. Wiedemann 541fcc
Sat Dec 23 15:54:47 UTC 2023 - Michael Pujos <pujos.michael@gmail.com>
Bernhard M. Wiedemann 541fcc
Bernhard M. Wiedemann 541fcc
- each Content Directory plugin is now packaged in its own noarch package
Bernhard M. Wiedemann 541fcc
  instead of being bundled in the main package
Bernhard M. Wiedemann 541fcc
- added upmpdcli-config package, a Qt5 config editor.
Bernhard M. Wiedemann 541fcc
  Global upmpdcli config can be edited with command:
Bernhard M. Wiedemann 541fcc
  xdg-su upmpdcli-config /etc/upmpdcli.conf
Bernhard M. Wiedemann 541fcc
- fixed permission on /etc/upmpdcli.conf preventing plugins to read
Bernhard M. Wiedemann 541fcc
  their configuration
Bernhard M. Wiedemann 541fcc
- Update to 1.8.6:
Bernhard M. Wiedemann 541fcc
  * Fix issues in the HTTP streaming proxy. They were preventing its use with Kodi.
Bernhard M. Wiedemann 541fcc
- Update to 1.8.5:
Bernhard M. Wiedemann 541fcc
  * Remove deezer support, it was not working any more.
Bernhard M. Wiedemann 541fcc
- Update to 1.8.4:
Bernhard M. Wiedemann 541fcc
  * Rebuilt for new npupnp/upnpp libs version numbering.
Bernhard M. Wiedemann 541fcc
  * Rebuilt for rpi 1 (armv6) compatibility
Bernhard M. Wiedemann 541fcc
  * Misc. improvements to the Tidal, Subsonic,and Radio Paradise Media
Bernhard M. Wiedemann 541fcc
    Server plugins.
Bernhard M. Wiedemann 541fcc
  * New Mother Earth Radio Media Server plugin.
Bernhard M. Wiedemann 541fcc
- Update to 1.8.3:
Bernhard M. Wiedemann 541fcc
  * Completely new Tidal plugin by Giovanni Fulco. Tidal access is
Bernhard M. Wiedemann 541fcc
    working again !
Bernhard M. Wiedemann 541fcc
  * Media Server: change the internal URL format to avoid characters
Bernhard M. Wiedemann 541fcc
    needing quoting in XML: work around misc. device bugs.
Bernhard M. Wiedemann 541fcc
  * Qobuz: add option to obtain actual item resource info when listing
Bernhard M. Wiedemann 541fcc
    a container.
Bernhard M. Wiedemann 541fcc
- Update to 1.8.1:
Bernhard M. Wiedemann 541fcc
  * Add configuration variable to enable the internal WEB server local
Bernhard M. Wiedemann 541fcc
    file serving function, mostly for use by Media Server plugins for
Bernhard M. Wiedemann 541fcc
    serving icons. Off by default.
Bernhard M. Wiedemann 541fcc
  * Subsonic/Navidrome plugin: misc. updates and improvements.
Bernhard M. Wiedemann 541fcc
  * Uprcl: fix using the 'albumartist' tag in priority when it is set.
Bernhard M. Wiedemann 541fcc
- Update to 1.7.9:
Bernhard M. Wiedemann 541fcc
  * Media Server: new Subsonic connector plugin by Giovanni Fulco:
Bernhard M. Wiedemann 541fcc
    allows streaming music from a Subsonic/Navidrome server to an UPnP renderer. 
Bernhard M. Wiedemann 541fcc
Bernhard M. Wiedemann 541fcc
-------------------------------------------------------------------
fd1885
Thu Mar 23 15:45:50 UTC 2023 - Michael Pujos <pujos.michael@gmail.com>
fd1885
fd1885
- Update to 1.7.7:
fd1885
  * Media Server: fix issues in upnp-to-recoll search translation,
fd1885
    and improve search behaviour with some control points
fd1885
    (BubbleUPnP and Linn Kazoo).
fd1885
  * Fix potential issues with parallel requests.
fd1885
  * Uprcl: index artist documents so that they can be searched for
fd1885
  * When a search request is relative to objid "0", use the plugin
fd1885
    root instead of last browsed container.
fd1885
  * Avoid phantom entries by adjusting the result count for entries
fd1885
    filtered out by class.
fd1885
- Update to 1.7.2:
fd1885
  * Fix URL comparison issue which could cause false diags in checkContentFormat()
fd1885
  * Change the default value for checkcontentformat from true to false.
fd1885
  * Qobuz: always use https.
fd1885
  * New radio-browser Media Server plugin for https://www.radio-browser.info/
fd1885
  * Ensure that we exit when getting a terminating signal while waiting
fd1885
    for mpd during init
fd1885
- Update to 1.7.1:
fd1885
  * Uprcl Media Server: report composers as <upnp:artist role="Composer">
fd1885
  * Uprcl: fix possible infinite loop while parsing search string.
fd1885
- Update to 1.7.0:
fd1885
  * Media Server: implement rootalias parameter to point to arbitrary
fd1885
    container inside the tree. This is to avoid useless navigation from
fd1885
    the actual root for people who, e.g., only use the uprcl '[folders]' tree.
fd1885
  * Uprcl: support multiple values for tags (e.g. multiple genres).
fd1885
  * Uprcl: fix miscellaneous small issues.
fd1885
  * Removed Spotify support as libspotify does not work any more.
fd1885
fd1885
-------------------------------------------------------------------
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