Skip to content

Commit

Permalink
[Docs] mention removal of URI class
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoegl committed Nov 17, 2014
1 parent 766d363 commit 7d61d52
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions doc/releases/0.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,15 @@ Bugfixes
Backwards Compatability
=======================

The metadata classes (ML*) have all been renamed (generally to Didl*), and
aligned more closely with the underlying XML. The Music Services data
structures (MS*) have been moved to their own module, and metadata for radio
broadcasts is now returned properly (`#243
<https://github.com/SoCo/SoCo/pull/243>`_). Work is still ongoing on the
metadata classes, so further changes should be expected.
The metadata classes (``ML*``) have all been renamed (generally to ``Didl*``),
and aligned more closely with the underlying XML. The Music Services data
structures (``MS*``) have been moved to their own module, and metadata for
radio broadcasts is now returned properly (`#243
<https://github.com/SoCo/SoCo/pull/243>`_).

The ``URI`` class has been removed. As an alternative the method
:meth:`soco.SoCo.play_uri` can be used to enqueue and play an URI. The class
:class:`soco.data_structures.DIDLObject` can be used if an object is required.

Work is still ongoing on the metadata classes, so further changes should be
expected.

0 comments on commit 7d61d52

Please sign in to comment.