Home Manual Reference Source Test

torrent-files-library Build Status Coveralls branch Dependency Status Dev Dependency Status License: MIT semantic-release Join the chat at https://gitter.im/torrent-files-library-/Lobby Greenkeeper badge

Scan directories to build a library of media files (movie or tv show) that follows torrent naming conventions

What to do with this library ?

A lot of things :

Don't hesitate to suggest new features : it is always worthy :)

Documentation

For more examples and API details, see API documentation with manual

Installation

For npm users :

$ npm install --save torrent-files-library

for Yarn :

$ yarn add torrent-files-library

Test

npm test

To generate a test coverage report:

npm run coverage

Contributing