Metadata-Version: 2.1
Name: tvrip
Version: 3.1
Summary: Extract and transcode TV series from DVD or Bluray
Author: Dave Jones
Author-email: dave@waveform.org.uk
Project-URL: Source Code, https://github.com/waveform80/tvrip
Project-URL: Issue Tracker, https://github.com/waveform80/tvrip/issues
Keywords: handbrake dvd bluray tv rip
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Video :: Conversion
Requires-Python: >=3.10
License-File: LICENSE.txt
Requires-Dist: setuptools
Requires-Dist: sqlalchemy (>=1.4)
Requires-Dist: requests
Requires-Dist: docutils
Requires-Dist: rich
Provides-Extra: doc
Requires-Dist: sphinx ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

.. -*- rst -*-

=====
tvrip
=====

tvrip is a small command line script that brings together several other
utilities (HandBrake, Atomic Parsley, mkvtoolnix, VLC, etc.) with the aim of
making it relatively simple to rip whole seasons or series of TV episodes from
DVD to high quality MP4 or Matroska files, along with optional subtitles,
alternate languages and director's commentaries.


Pre-requisites
==============

tvrip depends primarily on the following applications:

* `Handbrake`_

* `Atomic Parsley`_

* `mkvpropedit`_

* `VLC`_

As tvrip is written in the `Python`_ language, you will need a copy of this
installed along with the following Python packages:

* `sqlalchemy`_

* `requests`_

* `rich`_


License
=======

This file is part of tvrip.

tvrip is free software: you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

tvrip is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
tvrip.  If not, see <http://www.gnu.org/licenses/>.


Attributions
============

Episode meta-data in tvrip is (optionally) downloaded from the excellent
`TVDB`_.

.. image:: docs/images/the-tvdb.png
    :align: center
    :width: 200px
    :alt: The TVDB's logo
    :target: `TVDB`_


.. _Python: http://www.python.org/
.. _HandBrake: http://handbrake.fr/
.. _Atomic Parsley: http://atomicparsley.sourceforge.net/
.. _mkvpropedit: https://mkvtoolnix.download/
.. _VLC: https://www.videolan.org/
.. _sqlalchemy: http://www.sqlalchemy.org/
.. _requests: https://requests.readthedocs.io/
.. _rich: https://rich.readthedocs.io/
.. _TVDB: https://thetvdb.com/
