[Index] [TitleIndex] [WordIndex

This is a small but very useful plugin allowing you to delete media files. It is activated by default. To remove this plugin and thus not allowing to delete files, put the following line in local_conf.py :

plugin.remove('file_ops')

To use this plugin select a file (audio/video/image), press 'e' or the ENTER button on your remote and you will see the delete commands.

If there is a fxd file or a preview picture belonging to the selected media file, then by default there will be the additional choices to delete just the info or the image. You can choose to deactivate this options by putting the following in your local_conf.py :

FILE_OPS_ALLOW_DELETE_INFO = False
FILE_OPS_ALLOW_DELETE_IMAGE = False

2014-02-15 05:35