raphamorim/clapton

[torrent] support recursive folders

Open

#21 opened on Aug 20, 2017

 (0 comments) (0 reactions) (0 assignees)JavaScript (4 forks)github user discovery
hacktoberfest

Repository metrics

Stars
 (51 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Today, we support Torrent structure like

- myfile.mp4

First Case

However, we need to understanding formats like (animes/novels/drama torrent formats), e.g:

- myFirstEpisode
- mySecondEpisode
- myThirdEpisode
...

Clapton should understand this structure and create a playlist from it.

Second Case

- myPaste
   - myAnotherPaste
      - myMovie.mp4

Contributor guide