Changes between Version 8 and Version 9 of WikiStart
- Timestamp:
- 2012-01-14 01:08:38 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v8 v9 3 3 As 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 4 5 Thanks a lot to @guessed for his tremendous help dragging me through (and helping out) the process of making my first plugin! 5 Thanks 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! 6 6 7 7 Development Status … … 15 15 * UnMute 16 16 * SetVolume 17 * SetFileToPlay 17 * SetFileToPlay (Places chosen audio file into queue) 18 18 * MediaNavigation: 19 19 * ChapterDown(Not implemented) 20 * ChapterUp 20 * ChapterUp (Not implemented) 21 21 * DiskDown (Not implemented) 22 * DiskUp 23 * FastForward 22 * DiskUp (Not implemented) 23 * FastForward (Not implemented yet) 24 24 * Pause 25 25 * Play 26 * QuickSkip 26 * QuickSkip (Not implemented) 27 27 * Rewind 28 * SkipDown(implemented as 29 * SkipUp 28 * SkipDown(implemented as 'Next' on Sonos) 29 * SkipUp (implemented as 'Previous' on Sonos) 30 30 * Slow (Not implemented) 31 31 * Stop … … 37 37 To do list: 38 38 39 * Autodiscovery of 39 * Autodiscovery of Zones 40 40 * Autonaming of zone names 41 41 * Select source (Playlist, Radio, Services, etc)