Files
asknavidrome-cafofo/docs/genindex.html
2023-02-05 13:00:25 +00:00

474 lines
22 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Index &#8212; AskNavidrome 0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/groundwork.css" />
<link rel="stylesheet" type="text/css" href="_static/css/custom.css" />
<link rel="stylesheet" href="../_static/css/functions.css" type="text/css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<link rel="index" title="Index" href="#" />
<link rel="search" title="Search" href="search.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="#" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">AskNavidrome 0.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Index</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<h1 id="index">Index</h1>
<div class="genindex-jumpbox">
<a href="#A"><strong>A</strong></a>
| <a href="#B"><strong>B</strong></a>
| <a href="#C"><strong>C</strong></a>
| <a href="#E"><strong>E</strong></a>
| <a href="#G"><strong>G</strong></a>
| <a href="#H"><strong>H</strong></a>
| <a href="#L"><strong>L</strong></a>
| <a href="#M"><strong>M</strong></a>
| <a href="#N"><strong>N</strong></a>
| <a href="#P"><strong>P</strong></a>
| <a href="#Q"><strong>Q</strong></a>
| <a href="#R"><strong>R</strong></a>
| <a href="#S"><strong>S</strong></a>
| <a href="#T"><strong>T</strong></a>
| <a href="#U"><strong>U</strong></a>
</div>
<h2 id="A">A</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#asknavidrome.controller.add_screen_background">add_screen_background() (in module asknavidrome.controller)</a>
</li>
<li><a href="index.html#asknavidrome.media_queue.MediaQueue.add_track">add_track() (asknavidrome.media_queue.MediaQueue method)</a>
</li>
<li><a href="index.html#asknavidrome.subsonic_api.SubsonicConnection.albums_by_artist">albums_by_artist() (asknavidrome.subsonic_api.SubsonicConnection method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li>
app
<ul>
<li><a href="index.html#module-app">module</a>
</li>
</ul></li>
<li>
asknavidrome.controller
<ul>
<li><a href="index.html#module-asknavidrome.controller">module</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<h2 id="B">B</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#asknavidrome.media_queue.MediaQueue.buffer">buffer (asknavidrome.media_queue.MediaQueue attribute)</a>
</li>
<li><a href="index.html#asknavidrome.subsonic_api.SubsonicConnection.build_random_song_list">build_random_song_list() (asknavidrome.subsonic_api.SubsonicConnection method)</a>
</li>
<li><a href="index.html#asknavidrome.subsonic_api.SubsonicConnection.build_song_list_from_albums">build_song_list_from_albums() (asknavidrome.subsonic_api.SubsonicConnection method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#asknavidrome.subsonic_api.SubsonicConnection.build_song_list_from_favourites">build_song_list_from_favourites() (asknavidrome.subsonic_api.SubsonicConnection method)</a>
</li>
<li><a href="index.html#asknavidrome.subsonic_api.SubsonicConnection.build_song_list_from_genre">build_song_list_from_genre() (asknavidrome.subsonic_api.SubsonicConnection method)</a>
</li>
<li><a href="index.html#asknavidrome.subsonic_api.SubsonicConnection.build_song_list_from_playlist">build_song_list_from_playlist() (asknavidrome.subsonic_api.SubsonicConnection method)</a>
</li>
</ul></td>
</tr></table>
<h2 id="C">C</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#app.CheckAudioInterfaceHandler.can_handle">can_handle() (app.CheckAudioInterfaceHandler method)</a>
<ul>
<li><a href="index.html#app.GeneralExceptionHandler.can_handle">(app.GeneralExceptionHandler method)</a>
</li>
<li><a href="index.html#app.HelpHandler.can_handle">(app.HelpHandler method)</a>
</li>
<li><a href="index.html#app.LaunchRequestHandler.can_handle">(app.LaunchRequestHandler method)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayAlbumByArtist.can_handle">(app.NaviSonicPlayAlbumByArtist method)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayFavouriteSongs.can_handle">(app.NaviSonicPlayFavouriteSongs method)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayMusicByArtist.can_handle">(app.NaviSonicPlayMusicByArtist method)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayMusicByGenre.can_handle">(app.NaviSonicPlayMusicByGenre method)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayMusicRandom.can_handle">(app.NaviSonicPlayMusicRandom method)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayPlaylist.can_handle">(app.NaviSonicPlayPlaylist method)</a>
</li>
<li><a href="index.html#app.NaviSonicPlaySongByArtist.can_handle">(app.NaviSonicPlaySongByArtist method)</a>
</li>
<li><a href="index.html#app.NaviSonicRandomiseQueue.can_handle">(app.NaviSonicRandomiseQueue method)</a>
</li>
<li><a href="index.html#app.NaviSonicSongDetails.can_handle">(app.NaviSonicSongDetails method)</a>
</li>
<li><a href="index.html#app.NaviSonicStarSong.can_handle">(app.NaviSonicStarSong method)</a>
</li>
<li><a href="index.html#app.NaviSonicUnstarSong.can_handle">(app.NaviSonicUnstarSong method)</a>
</li>
<li><a href="index.html#app.NextPlaybackHandler.can_handle">(app.NextPlaybackHandler method)</a>
</li>
<li><a href="index.html#app.PausePlaybackHandler.can_handle">(app.PausePlaybackHandler method)</a>
</li>
<li><a href="index.html#app.PlaybackFailedEventHandler.can_handle">(app.PlaybackFailedEventHandler method)</a>
</li>
<li><a href="index.html#app.PlaybackFinishedHandler.can_handle">(app.PlaybackFinishedHandler method)</a>
</li>
<li><a href="index.html#app.PlaybackNearlyFinishedHandler.can_handle">(app.PlaybackNearlyFinishedHandler method)</a>
</li>
<li><a href="index.html#app.PlaybackStartedHandler.can_handle">(app.PlaybackStartedHandler method)</a>
</li>
<li><a href="index.html#app.PlaybackStoppedHandler.can_handle">(app.PlaybackStoppedHandler method)</a>
</li>
<li><a href="index.html#app.PreviousPlaybackHandler.can_handle">(app.PreviousPlaybackHandler method)</a>
</li>
<li><a href="index.html#app.ResumePlaybackHandler.can_handle">(app.ResumePlaybackHandler method)</a>
</li>
<li><a href="index.html#app.SkillEventHandler.can_handle">(app.SkillEventHandler method)</a>
</li>
<li><a href="index.html#app.SystemExceptionHandler.can_handle">(app.SystemExceptionHandler method)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#app.CheckAudioInterfaceHandler">CheckAudioInterfaceHandler (class in app)</a>
</li>
<li><a href="index.html#asknavidrome.media_queue.MediaQueue.clear">clear() (asknavidrome.media_queue.MediaQueue method)</a>
</li>
<li><a href="index.html#asknavidrome.media_queue.MediaQueue.current_track">current_track (asknavidrome.media_queue.MediaQueue attribute)</a>
</li>
</ul></td>
</tr></table>
<h2 id="E">E</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#asknavidrome.media_queue.MediaQueue.enqueue_next_track">enqueue_next_track() (asknavidrome.media_queue.MediaQueue method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#asknavidrome.controller.enqueue_songs">enqueue_songs() (in module asknavidrome.controller)</a>
</li>
</ul></td>
</tr></table>
<h2 id="G">G</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#app.GeneralExceptionHandler">GeneralExceptionHandler (class in app)</a>
</li>
<li><a href="index.html#asknavidrome.media_queue.MediaQueue.get_history_count">get_history_count() (asknavidrome.media_queue.MediaQueue method)</a>
</li>
<li><a href="index.html#asknavidrome.media_queue.MediaQueue.get_next_track">get_next_track() (asknavidrome.media_queue.MediaQueue method)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#asknavidrome.media_queue.MediaQueue.get_prevous_track">get_prevous_track() (asknavidrome.media_queue.MediaQueue method)</a>
</li>
<li><a href="index.html#asknavidrome.media_queue.MediaQueue.get_queue_count">get_queue_count() (asknavidrome.media_queue.MediaQueue method)</a>
</li>
<li><a href="index.html#asknavidrome.subsonic_api.SubsonicConnection.get_song_details">get_song_details() (asknavidrome.subsonic_api.SubsonicConnection method)</a>
</li>
<li><a href="index.html#asknavidrome.subsonic_api.SubsonicConnection.get_song_uri">get_song_uri() (asknavidrome.subsonic_api.SubsonicConnection method)</a>
</li>
</ul></td>
</tr></table>
<h2 id="H">H</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#app.CheckAudioInterfaceHandler.handle">handle() (app.CheckAudioInterfaceHandler method)</a>
<ul>
<li><a href="index.html#app.GeneralExceptionHandler.handle">(app.GeneralExceptionHandler method)</a>
</li>
<li><a href="index.html#app.HelpHandler.handle">(app.HelpHandler method)</a>
</li>
<li><a href="index.html#app.LaunchRequestHandler.handle">(app.LaunchRequestHandler method)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayAlbumByArtist.handle">(app.NaviSonicPlayAlbumByArtist method)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayFavouriteSongs.handle">(app.NaviSonicPlayFavouriteSongs method)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayMusicByArtist.handle">(app.NaviSonicPlayMusicByArtist method)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayMusicByGenre.handle">(app.NaviSonicPlayMusicByGenre method)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayMusicRandom.handle">(app.NaviSonicPlayMusicRandom method)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayPlaylist.handle">(app.NaviSonicPlayPlaylist method)</a>
</li>
<li><a href="index.html#app.NaviSonicPlaySongByArtist.handle">(app.NaviSonicPlaySongByArtist method)</a>
</li>
<li><a href="index.html#app.NaviSonicRandomiseQueue.handle">(app.NaviSonicRandomiseQueue method)</a>
</li>
<li><a href="index.html#app.NaviSonicSongDetails.handle">(app.NaviSonicSongDetails method)</a>
</li>
<li><a href="index.html#app.NaviSonicStarSong.handle">(app.NaviSonicStarSong method)</a>
</li>
<li><a href="index.html#app.NaviSonicUnstarSong.handle">(app.NaviSonicUnstarSong method)</a>
</li>
<li><a href="index.html#app.NextPlaybackHandler.handle">(app.NextPlaybackHandler method)</a>
</li>
<li><a href="index.html#app.PausePlaybackHandler.handle">(app.PausePlaybackHandler method)</a>
</li>
<li><a href="index.html#app.PlaybackFailedEventHandler.handle">(app.PlaybackFailedEventHandler method)</a>
</li>
<li><a href="index.html#app.PlaybackFinishedHandler.handle">(app.PlaybackFinishedHandler method)</a>
</li>
<li><a href="index.html#app.PlaybackNearlyFinishedHandler.handle">(app.PlaybackNearlyFinishedHandler method)</a>
</li>
<li><a href="index.html#app.PlaybackStartedHandler.handle">(app.PlaybackStartedHandler method)</a>
</li>
<li><a href="index.html#app.PlaybackStoppedHandler.handle">(app.PlaybackStoppedHandler method)</a>
</li>
<li><a href="index.html#app.PreviousPlaybackHandler.handle">(app.PreviousPlaybackHandler method)</a>
</li>
<li><a href="index.html#app.ResumePlaybackHandler.handle">(app.ResumePlaybackHandler method)</a>
</li>
<li><a href="index.html#app.SkillEventHandler.handle">(app.SkillEventHandler method)</a>
</li>
<li><a href="index.html#app.SystemExceptionHandler.handle">(app.SystemExceptionHandler method)</a>
</li>
</ul></li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#app.HelpHandler">HelpHandler (class in app)</a>
</li>
<li><a href="index.html#asknavidrome.media_queue.MediaQueue.history">history (asknavidrome.media_queue.MediaQueue attribute)</a>
</li>
</ul></td>
</tr></table>
<h2 id="L">L</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#app.LaunchRequestHandler">LaunchRequestHandler (class in app)</a>
</li>
<li><a href="index.html#asknavidrome.media_queue.MediaQueue.logger">logger (asknavidrome.media_queue.MediaQueue attribute)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#app.LoggingRequestInterceptor">LoggingRequestInterceptor (class in app)</a>
</li>
<li><a href="index.html#app.LoggingResponseInterceptor">LoggingResponseInterceptor (class in app)</a>
</li>
</ul></td>
</tr></table>
<h2 id="M">M</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#asknavidrome.media_queue.MediaQueue">MediaQueue (class in asknavidrome.media_queue)</a>
</li>
<li>
module
<ul>
<li><a href="index.html#module-app">app</a>
</li>
<li><a href="index.html#module-asknavidrome.controller">asknavidrome.controller</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<h2 id="N">N</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#app.NaviSonicPlayAlbumByArtist">NaviSonicPlayAlbumByArtist (class in app)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayFavouriteSongs">NaviSonicPlayFavouriteSongs (class in app)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayMusicByArtist">NaviSonicPlayMusicByArtist (class in app)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayMusicByGenre">NaviSonicPlayMusicByGenre (class in app)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayMusicRandom">NaviSonicPlayMusicRandom (class in app)</a>
</li>
<li><a href="index.html#app.NaviSonicPlayPlaylist">NaviSonicPlayPlaylist (class in app)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#app.NaviSonicPlaySongByArtist">NaviSonicPlaySongByArtist (class in app)</a>
</li>
<li><a href="index.html#app.NaviSonicRandomiseQueue">NaviSonicRandomiseQueue (class in app)</a>
</li>
<li><a href="index.html#app.NaviSonicSongDetails">NaviSonicSongDetails (class in app)</a>
</li>
<li><a href="index.html#app.NaviSonicStarSong">NaviSonicStarSong (class in app)</a>
</li>
<li><a href="index.html#app.NaviSonicUnstarSong">NaviSonicUnstarSong (class in app)</a>
</li>
<li><a href="index.html#app.NextPlaybackHandler">NextPlaybackHandler (class in app)</a>
</li>
</ul></td>
</tr></table>
<h2 id="P">P</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#app.PausePlaybackHandler">PausePlaybackHandler (class in app)</a>
</li>
<li><a href="index.html#asknavidrome.subsonic_api.SubsonicConnection.ping">ping() (asknavidrome.subsonic_api.SubsonicConnection method)</a>
</li>
<li><a href="index.html#app.PlaybackFailedEventHandler">PlaybackFailedEventHandler (class in app)</a>
</li>
<li><a href="index.html#app.PlaybackFinishedHandler">PlaybackFinishedHandler (class in app)</a>
</li>
<li><a href="index.html#app.PlaybackNearlyFinishedHandler">PlaybackNearlyFinishedHandler (class in app)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#app.PlaybackStartedHandler">PlaybackStartedHandler (class in app)</a>
</li>
<li><a href="index.html#app.PlaybackStoppedHandler">PlaybackStoppedHandler (class in app)</a>
</li>
<li><a href="index.html#app.PreviousPlaybackHandler">PreviousPlaybackHandler (class in app)</a>
</li>
<li><a href="index.html#app.LoggingRequestInterceptor.process">process() (app.LoggingRequestInterceptor method)</a>
<ul>
<li><a href="index.html#app.LoggingResponseInterceptor.process">(app.LoggingResponseInterceptor method)</a>
</li>
</ul></li>
</ul></td>
</tr></table>
<h2 id="Q">Q</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#asknavidrome.media_queue.MediaQueue.queue">queue (asknavidrome.media_queue.MediaQueue attribute)</a>
</li>
</ul></td>
</tr></table>
<h2 id="R">R</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#app.ResumePlaybackHandler">ResumePlaybackHandler (class in app)</a>
</li>
</ul></td>
</tr></table>
<h2 id="S">S</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#asknavidrome.subsonic_api.SubsonicConnection.search_album">search_album() (asknavidrome.subsonic_api.SubsonicConnection method)</a>
</li>
<li><a href="index.html#asknavidrome.subsonic_api.SubsonicConnection.search_artist">search_artist() (asknavidrome.subsonic_api.SubsonicConnection method)</a>
</li>
<li><a href="index.html#asknavidrome.subsonic_api.SubsonicConnection.search_playlist">search_playlist() (asknavidrome.subsonic_api.SubsonicConnection method)</a>
</li>
<li><a href="index.html#asknavidrome.subsonic_api.SubsonicConnection.search_song">search_song() (asknavidrome.subsonic_api.SubsonicConnection method)</a>
</li>
<li><a href="index.html#asknavidrome.media_queue.MediaQueue.shuffle">shuffle() (asknavidrome.media_queue.MediaQueue method)</a>
</li>
<li><a href="index.html#app.SkillEventHandler">SkillEventHandler (class in app)</a>
</li>
</ul></td>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#asknavidrome.subsonic_api.SubsonicConnection.star_entry">star_entry() (asknavidrome.subsonic_api.SubsonicConnection method)</a>
</li>
<li><a href="index.html#asknavidrome.controller.start_playback">start_playback() (in module asknavidrome.controller)</a>
</li>
<li><a href="index.html#asknavidrome.controller.stop">stop() (in module asknavidrome.controller)</a>
</li>
<li><a href="index.html#asknavidrome.subsonic_api.SubsonicConnection">SubsonicConnection (class in asknavidrome.subsonic_api)</a>
</li>
<li><a href="index.html#asknavidrome.media_queue.MediaQueue.sync">sync() (asknavidrome.media_queue.MediaQueue method)</a>
</li>
<li><a href="index.html#app.SystemExceptionHandler">SystemExceptionHandler (class in app)</a>
</li>
</ul></td>
</tr></table>
<h2 id="T">T</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#asknavidrome.track.Track">Track (class in asknavidrome.track)</a>
</li>
</ul></td>
</tr></table>
<h2 id="U">U</h2>
<table style="width: 100%" class="indextable genindextable"><tr>
<td style="width: 33%; vertical-align: top;"><ul>
<li><a href="index.html#asknavidrome.subsonic_api.SubsonicConnection.unstar_entry">unstar_entry() (asknavidrome.subsonic_api.SubsonicConnection method)</a>
</li>
</ul></td>
</tr></table>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>document.getElementById('searchbox').style.display = "block"</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="#" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">AskNavidrome 0.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Index</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2022, Ross Stewart.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 6.1.3.
</div>
</body>
</html>