Changes between Version 7 and Version 8 of WikiStart


Ignore:
Timestamp:
2012-01-14 01:07:11 (12 years ago)
Author:
anker
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v7 v8  
    1 = The Sonos Wireless !HiFi Music Systems plugin for Vera = #TheVisonicPowermaxPluginforVera 
    2 === This plugin allows you to control your Sonos via Vera scenes (or Luup code I guess?). === 
     1= The Sonos Wireless !HiFi Music Systems plugin for Vera = 
     2=== This plugin allows you to control your Sonos via Vera scenes. === 
    33As I am a newbie in this pls be aware that most parts of the code has been found in other threads. Thanks a lot to many of you in the MCV forum. Be aware that the code is currently in working state - no skills from my side to do it cleaner or better :-) 
     4 
     5Thanks a lot to @guessed for his tremendous help dragging me through (and helping out) the process of making my first plugin! 
    46 
    57Development Status 
     
    810 
    911 * Supported Models: ZP80 and ZP100 tested 
    10  * Supported Functions: Play, Pause, Stop, Previous, Next, !IncreaseVolume, !DecreaseVolume, Mute, !UnMute 
     12 * Functionality: 
     13   * Sonos: 
     14     * Mute 
     15     * UnMute 
     16     * SetVolume 
     17     * SetFileToPlay (Places chosen audio file into queue) 
     18   * MediaNavigation: 
     19     * ChapterDown(Not implemented) 
     20     * ChapterUp (Not implemented) 
     21     * DiskDown (Not implemented) 
     22     * DiskUp (Not implemented) 
     23     * FastForward (Not implemented yet) 
     24     * Pause 
     25     * Play 
     26     * QuickSkip (Not implemented) 
     27     * Rewind 
     28     * SkipDown(implemented as 'Next' on Sonos) 
     29     * SkipUp (implemented as 'Previous' on Sonos) 
     30     * Slow (Not implemented) 
     31     * Stop 
     32   * Volume: 
     33     * Down (by 3 out of 100) 
     34     * Mute (a toggle mute function - currently a poor mans version) 
     35     * Up (by 3 out of 100) 
    1136 
    1237To do list: 
    1338 
    14  * Autodiscover Zones 
     39 * Autodiscovery of Zones 
    1540 * Autonaming of zone names 
    1641 * Select source (Playlist, Radio, Services, etc) 
    1742 * Status on what is playing etc. in GUI 
    18  
    19 Version history: 
    20  
    21  * 0.1 - basics 
    2243 
    2344== Installation == #Installation 
     
    2546 * Vera with UI4 has only been tested. 
    2647 * A Sonos Zone 
    27  * The 3 plugin files (I_Sonos1.xml, D_Sonos1.xml, S_Sonos1.xml) 
     48 * The 4 plugin files in the trunk version 13. 
    2849 
    2950=== How To === #HowTo