Metadata-Version: 2.1
Name: cinefolders
Version: 0.0.8
Summary: A utility for organizing a media folder
Home-page: https://github.com/hgibs/cinefolders
Author: Holland Gibson
Author-email: cinefiles-hgibs@googlegroups.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Requires-Python: >=3.6
Description-Content-Type: text/markdown

cinefolders
===========

[Changelog](https://github.com/hgibs/cinefolders/releases)

For organizing media folders into a structure formatted for Plex, Emby, a flash drive, etc..

It tries to reversibly rename files as best it can to follow guidelines set by MediaBrowser for 
[movies](https://github.com/MediaBrowser/Wiki/wiki/Movie%20naming) and 
[television](https://github.com/MediaBrowser/Wiki/wiki/TV%20naming). As well as provide a 
link to TheMovieDB for more info. 

If you want to get more info like the trailers, posters, reviews, etc.. Just see the sister project
to this one: [cinefiles](https://github.com/hgibs/cinefiles).

Changes this unorganized mess:

    /Videos  
      /Down Periscope.mp4
      /Down Periscope_UHD_.mp4
      /Grand Budapest Hotel (2014).mkv
      /Mulan (1998)/  
        /somecrazyunreleatedname.mp4
      /Avatar - 2x02 -.mkv
      /Movies-I-Like/  
        /Horror Movies/
          /The.Shining.1980.US.DC.1080p.BluRay.H264.AAC-RARBG.mp4

... into this:

    /Videos
      /Movies
        /Down Periscope (1996)
          /Down Periscope (1996) - 1080p.mp4
          /Down Periscope (1996) - 4K.mp4
          /tt9101.html
        /Grand Budapest Hotel (2014)
          /Grand Budapest Hotel (2014).mkv
          /tt120467.html
        /Mulan (1998)
          /mulan.mp4
        /The Shining (1980)  
          /The Shining (1980).mp4
        /Pirates of the Caribbean The Curse of the Black Pearl/  
          /blackpearl.mpv

      /TV Shows
        /Avatar the Last Airbender 
          /Season 2
            /Avatar the Last Airbender - S02E02 - The Cave of Two Lovers.mkv

