You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

plugin.config 905B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # This is a DMDirc configuration file.
  2. # This section indicates which sections below take key/value
  3. # pairs, rather than a simple list. It should be placed above
  4. # any sections that take key/values.
  5. keysections:
  6. metadata
  7. requires
  8. updates
  9. defaults
  10. icons
  11. version
  12. metadata:
  13. author=Chris <chris@dmdirc.com>
  14. mainclass=com.dmdirc.addons.nowplaying.NowPlayingPlugin
  15. description=Adds a command to show nowplaying information
  16. name=nowplaying
  17. nicename=Now Playing Plugin
  18. requires:
  19. dmdirc=4641
  20. updates:
  21. id=8
  22. version:
  23. friendly=1.0
  24. persistent:
  25. com.dmdirc.addons.nowplaying.MediaSource
  26. com.dmdirc.addons.nowplaying.MediaSourceState
  27. com.dmdirc.addons.nowplaying.MediaSourceManager
  28. provides:
  29. nowplaying command
  30. mediasource manager
  31. defaults:
  32. format=/me is playing $artist - $title
  33. icons:
  34. category-nowplaying=plugin://nowplaying:com/dmdirc/addons/nowplaying/nowplaying.png