Package Details: python-pydvdid 1.1-2

Git Clone URL: https://aur.archlinux.org/python-pydvdid.git (read-only, click to copy)
Package Base: python-pydvdid
Description: A pure Python implementation of the Windows API IDvdInfo2::GetDiscID method, as used by Windows Media Center to compute a 'practically unique' 64-bit CRC for metadata retrieval.
Upstream URL: https://github.com/sjwood/pydvdid
Licenses: Apache
Submitter: FabioLolix
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 0
Popularity: 0.000000
First Submitted: 2019-06-28 05:28 (UTC)
Last Updated: 2023-10-14 20:41 (UTC)

Latest Comments

micwoj92 commented on 2022-11-30 18:42 (UTC)

This seems to be python2 only program

  File "/usr/bin/pydvdid", line 11
    print compute(argv[1])
    ^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?