Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waveform80/tvrip
A HandBrake wrapper which eases conversion of TV series
https://github.com/waveform80/tvrip
dvdrip handbrake handbrake-automation handbrake-cli
Last synced: 17 days ago
JSON representation
A HandBrake wrapper which eases conversion of TV series
- Host: GitHub
- URL: https://github.com/waveform80/tvrip
- Owner: waveform80
- License: other
- Created: 2014-02-14T22:40:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-08T23:34:41.000Z (2 months ago)
- Last Synced: 2024-10-11T01:41:14.734Z (about 1 month ago)
- Topics: dvdrip, handbrake, handbrake-automation, handbrake-cli
- Language: Python
- Homepage: https://tvrip.readthedocs.io/
- Size: 4.59 MB
- Stars: 26
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. -*- 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 .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/