ponyboy47/downpour
Downpour was built for [Fetch](http://getfetchapp.com) — a Put.io client — to parse TV & Movie information from downloaded files. It can be used on any platform that can run Swift as it only relies on Foundation.
Installation
Swift Package Manager:
This supports SPM installation for swift 5.0 by adding the following to your Package.swift dependencies:
.package(url: "https://github.com/Ponyboy47/Downpour.git", from: "0.8.0")For swift 4.x use 0.7.x For swift 3 use 0.4.x
Usage
Using Downpour is easy. Just create a new instance and it'll do the rest.
let dvd_rip = Downpour(filename: filename)
let title = dvd_rip.title
let year = dvd_rip.year
if downpour.type == .tv {
let season = dvd_rip.season
let episode = dvd_rip.episode
}Common Scenarios:
- Backing up your dvd/blu-ray collection
- Designed to work with media ripped using the popular MakeMKV utility
- Organizing your media files
Package Metadata
Repository: ponyboy47/downpour
Default branch: master
README: README.md