Commit Graph

6 Commits

Author SHA1 Message Date
MasterofJOKers d17af01e2f rip-py: Split things and support Blu-ray
We're using a `libbluray2` wrapper by the same person that also built
`pydvdread`. At the same time, we dump supporting to parse `mpv` output,
because that was too unreliable anyways and keeping it just means more
maintenance overhead.

To provide a better overview, we've split up the DVD and Blu-ray
functionality into own modules
2024-01-05 22:32:55 +01:00
MasterofJOKers cf53e5dd3d rip-py: Fix leftover PEP8 errors 2023-12-06 00:06:56 +01:00
MasterofJOKers 074b368b82 rip-py: Add all the latest things
This is the latest version having new commands and support for dvdread
to reach chapters, because the mpv output was unreliable (iirc it forgot
to output the last chapter) and slower and harder to parse.
2023-12-06 00:04:29 +01:00
MasterofJOKers a95febccc3 rip-py: Support overriding the quality
This is a backup from 2021-01-01 which adds the `--quality` option to
the `all` and `single` commands.
2023-12-05 23:54:12 +01:00
MasterofJOKers 37f03fe6bd rip-py: Add a split-file command
This is a backup from 2020-11-29 which added a split-file command to the
toolkit, which can be used to e.g. split DVDs of concerts into its
songs.
2023-12-05 23:51:35 +01:00
MasterofJOKers 32edd53cfb Add rip-py project
This is a backup from 2020-08-19 - the oldest version I still have
around.
2023-12-05 23:50:04 +01:00