Home
last modified time | relevance | path

Searched refs:Sonos (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/audio/noson-app/noson-app-4.5.0/backend/NosonApp/
H A Dsonos.cpp40 Sonos::Sonos(QObject* parent)
66 Sonos::~Sonos()
413 void Sonos::runContentLoader(ListModel<Sonos>* model)
424 void Sonos::loadContent(ListModel<Sonos>* model)
461 void Sonos::runContentLoaderForContext(ListModel<Sonos>* model, int id)
472 void Sonos::loadContentForContext(ListModel<Sonos>* model, int id)
497 void Sonos::registerContent(ListModel<Sonos>* model, const QString& root)
515 void Sonos::unregisterContent(ListModel<Sonos>* model)
526 void Sonos::beginJob()
532 void Sonos::endJob()
[all …]
H A Dsonos.h52 class Sonos : public QObject, public ContentProvider<Sonos>
60 ~Sonos();
279 Sonos& m_sonos;
290 Sonos& m_sonos;
300 Sonos& m_sonos;
312 Sonos& m_sonos;
323 Sonos& m_sonos;
334 Sonos& m_sonos;
345 Sonos& m_sonos;
356 Sonos& m_sonos;
[all …]
H A Dplugin.cpp42 qmlRegisterSingletonType<Sonos>(uri, 1, 0, "Sonos", Sonos::sonos_provider);
43 qmlRegisterSingletonType<ZonesModel>(uri, 1, 0, "AllZonesModel", Sonos::allZonesModel_provider);
44 …qmlRegisterSingletonType<AlbumsModel>(uri, 1, 0, "AllAlbumsModel", Sonos::allAlbumsModel_provider);
45 …qmlRegisterSingletonType<ArtistsModel>(uri, 1, 0, "AllArtistsModel", Sonos::allArtistsModel_provid…
46 …qmlRegisterSingletonType<ComposersModel>(uri, 1, 0, "AllComposersModel", Sonos::allComposersModel_…
47 …qmlRegisterSingletonType<GenresModel>(uri, 1, 0, "AllGenresModel", Sonos::allGenresModel_provider);
48 …qmlRegisterSingletonType<PlaylistsModel>(uri, 1, 0, "AllPlaylistsModel", Sonos::allPlaylistsModel_…
49 …qmlRegisterSingletonType<FavoritesModel>(uri, 1, 0, "AllFavoritesModel", Sonos::allFavoritesModel_…
50 …qmlRegisterSingletonType<ServicesModel>(uri, 1, 0, "MyServicesModel", Sonos::MyServicesModel_provi…
51 …qmlRegisterSingletonType<AllServicesModel>(uri, 1, 0, "AllServicesModel", Sonos::allServicesModel_…
[all …]
H A Droomsmodel.h31 class Sonos; variable
92 Q_INVOKABLE bool load(Sonos* sonos);
94 Q_INVOKABLE bool load(Sonos* sonos, const QString& zoneId);
107 Sonos* m_sonos;
H A Dservicesmodel.h32 class Sonos; variable
74 class ServicesModel : public QAbstractListModel, public ListModel<Sonos>
107 …Q_INVOKABLE bool init(Sonos* provider, bool fill = false) { return ListModel<Sonos>::configure(pro…
H A Dfuture.h31 class Sonos; variable
51 explicit Future(Promise * promise, Sonos * sonos);
64 Sonos * m_sonos;
H A Dalarmsmodel.h32 class Sonos; variable
84 class AlarmsModel : public QAbstractListModel, public ListModel<Sonos>
128 …Q_INVOKABLE bool init(Sonos* sonos, bool fill = false) { return ListModel<Sonos>::configure(sonos,…
H A Dzonesmodel.h32 class Sonos; variable
72 class ZonesModel : public QAbstractListModel, public ListModel<Sonos>
107 …Q_INVOKABLE bool init(Sonos* provider, bool fill = false) { return ListModel<Sonos>::configure(pro…
H A Dgenresmodel.h31 class Sonos; variable
58 class GenresModel : public QAbstractListModel, public ListModel<Sonos>
86 Q_INVOKABLE bool init(Sonos* provider, const QString& root, bool fill = false);
H A Dartistsmodel.h31 class Sonos; variable
61 class ArtistsModel : public QAbstractListModel, public ListModel<Sonos>
90 Q_INVOKABLE bool init(Sonos* provider, const QString& root, bool fill = false);
H A Dcomposersmodel.h31 class Sonos;
61 class ComposersModel : public QAbstractListModel, public ListModel<Sonos>
90 Q_INVOKABLE bool init(Sonos* provider, const QString& root, bool fill = false);
H A Dplaylistsmodel.h31 class Sonos; variable
65 class PlaylistsModel : public QAbstractListModel, public ListModel<Sonos>
95 Q_INVOKABLE bool init(Sonos* provider, const QString& root, bool fill = false);
H A Dalbumsmodel.h31 class Sonos; variable
66 class AlbumsModel : public QAbstractListModel, public ListModel<Sonos>
98 Q_INVOKABLE bool init(Sonos* provider, const QString& root, bool fill = false);
H A Dtracksmodel.h32 class Sonos;
73 class TracksModel : public QAbstractListModel, public ListModel<Sonos>
107 Q_INVOKABLE bool init(Sonos* provider, const QString& root, bool fill = false);
H A Dfavoritesmodel.h32 class Sonos; variable
111 class FavoritesModel : public QAbstractListModel, public ListModel<Sonos>
151 Q_INVOKABLE bool init(Sonos* provider, const QString& root, bool fill = false);
/dports/multimedia/py-soco/SoCo-0.25.2/doc/releases/
H A D0.17.rst5 top of the API changes that Sonos introduced with the 10.1 software
9 The changes to SoCo to accommodate the Sonos API changes as of
12 update the Sonos software to ≥10.1* at the same time.
15 `SoCo (Sonos Controller) <http://python-soco.com/>`_ is a simple Python class
16 that allows you to programmatically control Sonos speakers.
33 Sonos software version 10.1. (Commit `f532cad
36 changes in Sonos software version 10.1. (Commit `58efcb6
H A D0.20.rst5 this time are support for adding stereo pairs, proper categorization of Sonos
11 `SoCo (Sonos Controller) <http://python-soco.com/>`_ is a Python
12 package that allows you to programmatically control Sonos speakers.
18 with dissimilar Sonos speakers if required. Pull request `#704
24 * Categorize Sonos Amp as a playbar in order to provide support for 'night
H A D0.14.rst7 `SoCo (Sonos Controller) <http://python-soco.com/>`_ is a simple Python class
8 that allows you to programmatically control Sonos speakers.
14 * Add support for Sonos favorites, which can now be browsed and played through
19 robust Sonos player selection.
H A D0.16.rst7 `SoCo (Sonos Controller) <http://python-soco.com/>`_ is a simple Python class
8 that allows you to programmatically control Sonos speakers.
15 Sonos speakers. The default is to auto detect, but it can now be overridden.
/dports/www/matomo/piwik/vendor/matomo/device-detector/regexes/device/
H A Dportable_media_player.yml68 # Sonos (sonos.com)
70 regex: 'Sonos/.+\((?:ZP.+)\)|Sonos;'
75 - regex: 'Sonos;Play5;'
77 - regex: 'Sonos;One;'
/dports/multimedia/py-soco/SoCo-0.25.2/
H A DREADME.rst4 SoCo (Sonos Controller) is a Python library that allows you to
5 control `Sonos speakers`_ programmatically. It was originally created at `Music
59 You can interact with a Sonos Zone Player through a SoCo object. If you know
102 sonos = SoCo('192.168.1.102') # Pass in the IP of your Sonos speaker
163 - Saved Sonos favorites, favorite radio stations and shows
167 - Manage the Sonos queue:
175 - Put all Sonos speakers in a network into “party mode”.
202 SoCo also supports lower level access from Python to all Sonos services
216 Multi-household Sonos systems are supported.
225 Björkman`_ is building a Sonos Controller GUI–great for folks on Linux
[all …]
/dports/multimedia/py-soco/SoCo-0.25.2/examples/commandline/
H A DREADME.rst1 tunein.py will play a radio preset from the TuneIn service on your Sonos system.
3 For a great example of a command line Sonos contoller using SoCo, see
/dports/audio/noson-app/noson-app-4.5.0/
H A DREADME.md21 - Streaming the PulseAudio output on your Sonos devices
95 …ou drop files in this location, you should be able to stream them to your Sonos device with Noson.…
99 …ing, or add extra rules for your firewall profile. The app must listen to Sonos device events to f…
101 **To add the according to [Sonos](https://support.sonos.com/s/article/688?language=en_US), required…
107 title=noson Sonos controller app
108 description=controls Sonos devices on the same network
121 … workaround the limitation you can configure the application by specifying a Sonos device endpoint.
/dports/audio/noson-app/noson-app-4.5.0/gui/controls2_509/
H A Dnoson.qml235 target: Sonos
290 Sonos.setLocale(Qt.locale().name);
309 AllZonesModel.init(Sonos, "", false);
310 AllFavoritesModel.init(Sonos, "", false);
311 AllServicesModel.init(Sonos, false);
402 target: Sonos
482 Sonos.renewSubscriptions();
488 var future = Sonos.tryInit(debugLevel);
491 Sonos.renewSubscriptions();
502 Sonos.runLoader();
[all …]
/dports/audio/noson-app/noson-app-4.5.0/gui/controls2_515/
H A Dnoson.qml235 target: Sonos
290 Sonos.setLocale(Qt.locale().name);
309 AllZonesModel.init(Sonos, "", false);
310 AllFavoritesModel.init(Sonos, "", false);
311 AllServicesModel.init(Sonos, false);
402 target: Sonos
482 Sonos.renewSubscriptions();
488 var future = Sonos.tryInit(debugLevel);
491 Sonos.renewSubscriptions();
502 Sonos.runLoader();
[all …]

123456789