Skip to content
Joshua Haas edited this page Jan 30, 2017 · 4 revisions

This plug-in allows users to save, search, and display notes about anything. It can be useful to remember your place in a TV series, your grocery list, or whatever else you want. Some features of this plug-in are not available without the xbmc plug-in.

Config

  • note.file - the file in which to store notes (default data/notes.txt)

Commands

  • note: add a note - note (show|add|playing|remove) [body|num]

note

sibyl note (show|add|playing|remove) [body|num]

Unlike bookmarks, notes can contain anything you want. Sibyl can remember any number of notes, and display notes matching a search term. Notes are stored in a text file specified by note.file. This command has the following options:

  • show - show all notes
  • show body - show all notes containing the search text body
  • add body - add a note with body as its text
  • playing - adds a note containing the currently playing file info from xbmc
  • playing body - adds a note with file info added after body
  • remove num - removes the note with index num

Advanced Info

Notes are stored one per line in the text file specified by note.file.

Clone this wiki locally