Plugins for FastLBRY

vertbyqb 14bf629847 Add list of plugins in README.md and added help documentation in recipes.py 3 years ago
plugins 14bf629847 Add list of plugins in README.md and added help documentation in recipes.py 3 years ago
LICENSE.md e75a28ac69 Use markdown version of GPL 3 years ago
README.md 14bf629847 Add list of plugins in README.md and added help documentation in recipes.py 3 years ago

README.md

FastLBRY-Plugins

Plugins for FastLBRY

Installation

Copy plugins to $XDG_DATA_HOME/flbry/plugins

# All plugins
cp plugins/* $XDG_DATA_HOME/flbry/plugins/
# Specific plugin
cp plugins/pandoc.py $XDG_DATA_HOME/flbry/plugins/

# Create a hard link (updates the file along with git)
ln plugins/pandoc.py $XDG_DATA_HOME/flbry/plugins/pandoc.py

If $XDG_DATA_HOME is not defined replace it with $HOME/.local/share. Create the directories as needed

See the FastLBRY documentation for more information.

Plugins

  • Pandoc - allows converting publications using Pandoc
    • pandoc command in flbry.url.get
  • LBRY Recipes - allows viewing markdown recipes published on LBRY
    • recipes command in main for viewing trending recipes
    • recipe_search command in main for searching for recipes