Changes between Version 8 and Version 9 of WikiStart


Ignore:
Timestamp:
2012-01-14 01:08:38 (12 years ago)
Author:
anker
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v8 v9  
    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 :-) 
    44 
    5 Thanks a lot to @guessed for his tremendous help dragging me through (and helping out) the process of making my first plugin! 
     5Thanks a lot to @guessed for his tremendous help dragging me through (and helping out) the process of making my first plugin! Credit goes to him for many changes in structure and good practise doing plugins - thanks!  
    66 
    77Development Status 
     
    1515     * UnMute 
    1616     * SetVolume 
    17      * SetFileToPlay (Places chosen audio file into queue) 
     17     * SetFileToPlay (Places chosen audio file into queue) 
    1818   * MediaNavigation: 
    1919     * ChapterDown(Not implemented) 
    20      * ChapterUp (Not implemented) 
     20     * ChapterUp (Not implemented) 
    2121     * DiskDown (Not implemented) 
    22      * DiskUp (Not implemented) 
    23      * FastForward (Not implemented yet) 
     22     * DiskUp (Not implemented) 
     23     * FastForward (Not implemented yet) 
    2424     * Pause 
    2525     * Play 
    26      * QuickSkip (Not implemented) 
     26     * QuickSkip (Not implemented) 
    2727     * Rewind 
    28      * SkipDown(implemented as 'Next' on Sonos) 
    29      * SkipUp (implemented as 'Previous' on Sonos) 
     28     * SkipDown(implemented as 'Next' on Sonos) 
     29     * SkipUp (implemented as 'Previous' on Sonos) 
    3030     * Slow (Not implemented) 
    3131     * Stop 
     
    3737To do list: 
    3838 
    39  * Autodiscovery of Zones 
     39 * Autodiscovery of Zones 
    4040 * Autonaming of zone names 
    4141 * Select source (Playlist, Radio, Services, etc)