Changes between Version 18 and Version 19 of WikiStart


Ignore:
Timestamp:
2012-12-09 00:09:39 (11 years ago)
Author:
guessed
Comment:

Obsolete the older urn:schemas-micasaverde-com:device:avmisc:1 variables, in favor of the standardized ones.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v18 v19  
    1414     * !UnMute 
    1515     * !SetVolume 
    16      * !PlayURI (Places chosen audio file into queue) 
     16     * PlayURI (Places chosen audio file into queue) 
    1717   * !MediaNavigation: 
    1818     * !ChapterDown(Not implemented) 
     
    3131     * Say (TTS by Google) 
    3232   * Playlists 
    33      * PlayList Save & Restore 
     33     * !PlayList Save & Restore 
    3434   * Advanced Dialog UI 
    3535   * Volume & Equalization 
     
    4444 
    4545To do list: 
     46 
    4647 * Autodiscovery of Zones 
    4748 * Autonaming of zone names 
     
    6869 
    6970== User Interface == 
    70 [[Image(Sonos-Dialog-Control.png, title="Dialog Control Tab", width=50%)]] 
    71 [[Image(Sonos-Dialog-Player.png, title="Dialog Player Tab", width=50%)]] 
     71[[Image(Sonos-Dialog-Control.png, title="Dialog Control Tab", width=50%)]] [[Image(Sonos-Dialog-Player.png, title="Dialog Player Tab", width=50%)]] 
    7272 
    7373== Scenes == 
    7474=== Creating a Sonos scene under UI5 === 
    75 [[Image(SonosUI5AdvancedScene.jpg, right, title="UI5 Scene Example", width=50%)]] 
    76 To use the Sonos device under UI5, follow the steps outlined below. 
     75[[Image(SonosUI5AdvancedScene.jpg, right, title="UI5 Scene Example", width=50%)]] To use the Sonos device under UI5, follow the steps outlined below. 
     76 
    7777 * Create New Scene 
    7878 * Give the scene a name, such as ''Play Sonos'' 
     
    8080 * Select the ''Sonos device'' 
    8181 * Click (Add) 
    82  * Then from the drop down options list created below, Choose ''!SetFileToPlay'' and enter the full location of the NAS file[[br]]e.g. ''//192.168.1.10/media/Music/Mp3s/Changes.mp3'' 
     82 * Then from the drop down options list created below, Choose ''!SetFileToPlay'' and enter the full location of the NAS file[[BR]]e.g. ''//192.168.1.10/media/Music/Mp3s/Changes.mp3'' 
    8383 
    8484Now you have selected the file, you need to tell the Sonos to play it 
     
    9292 
    9393Notes: 
    94 * The above bypasses the Sonos queue and will just play the selected track only. 
    95 * If you know the length of the track being played you can set a delay to occur[[br]]e.g 3.45mins and set another file to play. 
     94 
     95 * The above bypasses the Sonos queue and will just play the selected track only. 
     96 * If you know the length of the track being played you can set a delay to occur[[BR]]e.g 3.45mins and set another file to play. 
     97 
     98== Obsolete == 
     99The following service variables have been obsoleted, and replaced with standard variables from the AV-UPnP set. 
     100 
     101 * `urn:schemas-micasaverde-com:device:avmisc:1, CurrentZoneName` 
     102 * `urn:schemas-micasaverde-com:device:avmisc:1, CurrentTransportState` 
     103 * `urn:schemas-micasaverde-com:device:avmisc:1, PlayMode` 
     104 * `urn:schemas-micasaverde-com:device:avmisc:1, TrackURI` 
     105 * `urn:schemas-micasaverde-com:device:avmisc:1, CurrentMute` 
     106 * `urn:schemas-micasaverde-com:device:avmisc:1, CurrentVolume` 
     107 
     108If you see these in your system, they're from an older release and will no longer be updated.  Any scenes, or Lua code, that depends upon these variables will need to be manually changed. 
    96109 
    97110== Reference ==