Skip to content

Use getID3 to create audio/video thumbnails in Nextcloud.

License

Notifications You must be signed in to change notification settings

cwiedmann/avpreviewprovider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AV Preview Provider

Use getID3 to create audio/video thumbnails in Nextcloud.

Description

This app attempts to create a thumbnail image from the embedded cover for all audio/video files using the getID3 library.

Prerequisites

  • Nextcloud >=13.0.1 <=14

Installing

Install from source

  • clone the repo in the apps folder
  • activate the AV Preview Provider App on the apps page

Additionally, you can deactivate the core preview provider for MP3 in "config.php" by removing "OC\Preview\MP3" from the array.:

'enabledPreviewProviders' => array (  
	0 => 'OC\\Preview\\PNG',  
	1 => 'OC\\Preview\\JPEG',  
	2 => 'OC\\Preview\\GIF',  
	3 => 'OC\\Preview\\BMP',  
	4 => 'OC\\Preview\\XBitmap',  
	5 => 'OC\\Preview\\TXT',  
	6 => 'OC\\Preview\\MarkDown',  
),  

Author

License

This project is licensed under the FreeBSD License - see the license.txt file for details

Acknowledgments

About

Use getID3 to create audio/video thumbnails in Nextcloud.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages