Metadata-Version: 2.1
Name: Mopidy-MusicBox-Darkclient
Version: 1.0.1
Summary: Mopidy MusicBox web extension dark theme
Home-page: https://github.com/stffart/mopidy-musicbox-darkclient
Author: stffart, Wouter van Wijk
Author-email: stffart@gmail.com
License: Apache License, Version 2.0
Description: *****************************
        Mopidy-MusicBox-Darkclient
        *****************************
        
        Mopidy MusicBox Webclient (MMW) is a frontend extension and JavaScript-based web client especially 
        written for Mopidy
        
        Darkclient is dark theme for MMW. Can be used as standalone Mopidy plugin without upstream MMW.
        
        Features
        ========
        
        - Responsive design that works equally well on desktop and mobile browsers.
        - Browse content backend extension.
        - Add one or more tracks or entire albums to the queue.
        - Search for tracks, albums, or artists.
        - Shows detailed track and album information in playlists and queue with album covers.
        - Artwork and Like extensions
        - Support for all of the Mopidy playback controls (consume mode, repeat, shuffle, etc.)
        - Fullscreen mode.
        
        .. image:: https://github.com/stffart/mopidy-musicbox-webclient/raw/develop/screenshots/overview.png
           :height: 425 px
           :width: 762 px
           :align: center
        
        Dependencies
        ============
        
        - MMW has been tested on the major browsers (Chrome, IE, Firefox, Safari, iOS). It *may* also work on other browsers
          that support websockets, cookies, and JavaScript.
        
        - ``Mopidy`` >= 3.0.0. An extensible music server that plays music from local disk, Spotify, SoundCloud, Google
          Play Music, and more.
        
        Installation
        ============
        
        Install by running::
        
            sudo python3 -m pip install Mopidy-MusicBox-Darkclient
        
        Or, if available, install the Debian/Ubuntu package from
        `apt.mopidy.com <https://apt.mopidy.com/>`_.
        
        
        Configuration
        =============
        
        MMW is shipped with default settings that should work straight out of the box for most users::
        
            [musicbox_darkclient]
            enabled = true
            musicbox = false
            websocket_host =
            websocket_port =
            on_track_click = PLAY_ALL
        
        The following configuration values are available should you wish to customize your installation further:
        
        - ``musicbox_darkclient/enabled``: If the MMW extension should be enabled or not. Defaults to ``true``.
        
        - ``musicbox_darkclient/musicbox``: Set this to ``true`` if you are connecting to a Mopidy instance running on a
          Pi Musicbox. Expands the MMW user interface to include system control/configuration functionality.
        
        - ``musicbox_darkclient/websocket_host``: Optional setting to specify the target host for Mopidy websocket connections.
        
        - ``musicbox_darkclient/websocket_port``: Optional setting to specify the target port for Mopidy websocket connections.
        
        - ``musicbox_darkclient/on_track_click``: The action performed when clicking on a track. Valid options are: 
          ``PLAY_ALL`` (default), ``PLAY_NOW``, ``PLAY_NEXT``, ``ADD_THIS_BOTTOM``, ``ADD_ALL_BOTTOM``, and ``DYNAMIC`` (repeats last action).
        
        Usage
        =====
        
        Enter the address of the Mopidy server that you are connecting to in your browser (e.g. http://localhost:6680/musicbox_darkclient)
        
        Credits
        =======
        
        - Original author: `Wouter van Wijk <https://github.com/woutervanwijk>`__
        - `Contributors <https://github.com/pimusicbox/mopidy-musicbox-webclient/graphs/contributors>`_
        
        
Platform: UNKNOWN
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Multimedia :: Sound/Audio :: Players
Requires-Python: >=3.7
Provides-Extra: dev
Provides-Extra: lint
Provides-Extra: node
Provides-Extra: release
Provides-Extra: test
