ARver/arver/disc
arcctgx 9b857d0f84 allow selecting a CD drive from the command line
Add -d/--drive command-line option to arver and arver-discinfo. The new
option allows selecting the CD drive to read the TOC from.

The implementation follows the path of least resistance: get_disc_info()
was changed to accept two arguments instead of one, and its internal
logic became more complicated.

This should be simplified in the long run. Refactoring should also take
into account creating DiscInfo object with -t/--track-lengths option.
2024-07-11 23:03:49 +02:00
..
__init__.py rename cd package back to disc 2022-09-14 00:16:34 +02:00
database.py handle additional network errors 2024-06-21 00:31:02 +02:00
fingerprint.py sort imports with isort 2024-01-28 19:11:41 +01:00
info.py allow selecting a CD drive from the command line 2024-07-11 23:03:49 +02:00
utils.py handle data tracks in disc ID calculation 2023-08-15 15:30:44 +02:00