0.0
No commit activity in last 3 years
No release in over 3 years
Helps you organize your media library by enforcing a consistent directory structure.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 10.4, ~> 10.4.2
>= 4.2, ~> 4.2.0
~> 3.2

Runtime

= 2.13.1
>= 0.9, ~> 0.9.0
 Project Readme

whereto

Build Status

Whereto helps you take control of your media library by providing a wizard-style interface for organizing, naming, and applying metadata to your media files.

Here's an example:

$ cd 'videos/great show'
$ whereto organize .

I found the following files:
great show - pilot.mkv
great.show.ep2.mkv
Great Show: 3.mkv

For the file great show - pilot.mkv
Enter a series title: great show 
Enter a season number (or press enter for 1): 
Enter an episode number (or press enter for 1):
Enter an episode title (or press enter for Pilot): 
Renaming...success!
New file: great.show.E01S01.pilot.mkv

... 

Installation

Installation is pretty easy. Just type gem install where_to_cli

Whereto gets episode information from the tvdb database. For this functionality to work, you need to
export TVDB_API_KEY='my_super_secret_api_key' susbtituting of course your tvdb api key.