Skip to content

nestormc/nestor-media

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Media scanning plugin for nestor

This plugin adds a media scanning facility to nestor, with multiple watched directories.

It should not be used directly, it will be automatically added by other plugins (nestor-music and nestor-video).

Internals

Models

WatchedDir: a model to store paths to watched directories

REST resources

watchedDirs: access to watched directories

Intents

media:file: dispatched when a file was discovered or has changed somewhere in a watched directory, with the following arguments:

  • full path to the file
  • file mimetype
  • ffprobe data

media:removed: dispatched when a file was removed somewhere in a watched directory, with the full path to the removed file as an argument.

About

Media scanner plugin for nestor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published